History log of /csrg-svn/sys/net/if_sl.c (Results 1 – 25 of 51)
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
# 68168 09-Jan-1995 cgd

64-bit changes: casts, and ioctl cmds are u_longs

# 67796 09-Oct-1994 mckusick

When the line discipline is changed from term to slip,
ttyclose() is called and then slopen(). This leaves t_state
cleared. Set TS_ISOPEN and TS_XCLUDE so further opens on /dev/xxx
see that the devic

When the line discipline is changed from term to slip,
ttyclose() is called and then slopen(). This leaves t_state
cleared. Set TS_ISOPEN and TS_XCLUDE so further opens on /dev/xxx
see that the device is still being used by the slip process (from ralph)

show more ...

# 67597 05-Aug-1994 mckusick

delete redundant declaration of time (from cgd)

# 65966 01-Feb-1994 cgd

get SLIP ioctl and BPF info from <net/slip.h>

# 65621 12-Jan-1994 bostic

lint

# 65578 07-Jan-1994 cgd

add BPF support. compress all packets. stabilize error-prone lines.

# 65453 04-Jan-1994 bostic

lint

# 64552 21-Sep-1993 bostic

changes for 4.4BSD-Lite requested by USL

# 63211 10-Jun-1993 bostic

4.4BSD snapshot (revision 8.1); add 1993 to copyright

# 61353 04-Jun-1993 bostic

prototype everything

# 58234 25-Feb-1993 sklower

MULTICAST is now standard

# 56529 11-Oct-1992 bostic

make kernel includes standard

# 54718 06-Jul-1992 sklower

multicast changes from lbl

# 53817 02-Jun-1992 mckusick

init if_next to NULL

# 52946 15-Mar-1992 torek

set ip before we use it; gcc lint

# 52270 30-Jan-1992 torek

checked in for torek by sklower; Mike agrees to all these changes

# 52203 14-Jan-1992 karels

remove compat crap, other cleanups; remove old port-number peek
for fast queue (use IP TOS instead)

# 52200 14-Jan-1992 karels

check in temporary version with compatibility hacks

# 51369 16-Oct-1991 william

added link level control bits so we can pass mode info to a given
link layer protocol. for example, to enable slip compression.

# 48454 20-Apr-1991 karels

new proc, user; rm user.h; remove TIOCGETD hack returning unit

# 44464 28-Jun-1990 bostic

new copyright notice

# 40793 05-Apr-1990 marc

drop unnecessary include of dir.h (checked in by sklower)

# 39946 20-Jan-1990 sam

update from van: add "auto enable" of compression (if auto
enable flag is set on if and a compressed packet is received, then
enable compression on output); also separates i/o mru/mtu

# 39212 25-Sep-1989 sklower

put in SNMP changes

# 38942 04-Sep-1989 karels

minor cleanups

123