index
:
FreeBSD-src
RELENG_2_2
RELENG_2_3
RELENG_2_3_0
RELENG_2_3_1
RELENG_2_3_2
RELENG_2_3_3
RELENG_2_3_4
RELENG_2_4
RELENG_2_4_4
RELENG_2_4_OLD
devel
devel-11
releng/10.1
releng/10.3
releng/11.0
releng/11.1
stable/10
stable/11
Raptor Engineering's fork of pfsense FreeBSD src with pfSense changes
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
sys
/
net
/
if_sl.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Removed never-used #includes of <machine/cpu.h>. Many were apparently
bde
1996-04-07
1
-3
/
+1
*
Clean up Ethernet drivers:
wollman
1996-02-06
1
-8
/
+8
*
Another mega commit to staticize things.
phk
1995-12-14
1
-8
/
+16
*
Replaced bogus macros for entry points to unconfigured line disciplines
bde
1995-11-05
1
-6
/
+5
*
slcompress: split one of the functions into two parts, to allow use by both
peter
1995-10-31
1
-2
/
+2
*
Clear SC_OUTWAIT after checking of free clists, not before
ache
1995-09-17
1
-2
/
+2
*
Call output process in slstart() whether or not there is any output. As
bde
1995-09-10
1
-9
/
+10
*
Fixed init functions argument type - caddr_t -> void *. Fixed a couple of
dg
1995-09-09
1
-3
/
+3
*
Fix several sysinit functions that had the wrong type and unnecessarily
bde
1995-08-30
1
-5
/
+7
*
Obtained from: partly from ancient patches of mine via 1.1.5
bde
1995-07-31
1
-5
/
+3
*
Obtained from: partly from ancient patches by ache and me via 1.1.5
bde
1995-07-29
1
-2
/
+2
*
Worked around a bug with if.c setting the interface up even when we don't
dg
1995-07-07
1
-1
/
+14
*
Modified joerg's last change to only set the interface "up" when setting
dg
1995-07-06
1
-4
/
+9
*
Revision 1.21 of if_sl.c broke the traditional behaviour that
joerg
1995-07-02
1
-1
/
+4
*
Killed a couple lines of redundant code.
dg
1995-06-21
1
-5
/
+1
*
Protect the call to if_up() with an splnet().
dg
1995-06-21
1
-2
/
+4
*
1) Set interface up/down correctly as a function of open and close of the
dg
1995-06-21
1
-7
/
+11
*
Remove trailing whitespace.
rgrimes
1995-05-30
1
-2
/
+2
*
Implement SLIOCSUNIT (set slip unit number)
ache
1995-04-28
1
-1
/
+5
*
Fix slioctl(). It has to return -1 for ioctls that it doesn't know about
bde
1995-04-02
1
-19
/
+24
*
slopen() never sets t_line to SLIPDISC, but uses slip-specific queue allocation
ache
1995-04-01
1
-1
/
+2
*
Fix typing error sneaked somehow in prev. commit
ache
1995-03-31
1
-2
/
+2
*
This sl enhancement helps to keep serial line (modem) connection alive.
ache
1995-03-30
1
-2
/
+89
*
Support for pseudo-device LKMs. Note that this is restricted to only
wollman
1995-03-20
1
-2
/
+2
*
Add and move declarations to fix all of the warnings from `gcc -Wimplicit'
bde
1995-03-16
1
-2
/
+2
*
*close: just purge tty queues if we can't drain them
ache
1995-02-13
1
-2
/
+3
*
Fix previous change: don't attempt to reserve cblocks if the tty is null.
bde
1994-11-27
1
-5
/
+8
*
Fix cblock starvation bugs by reserving enough cblocks for minimal
bde
1994-11-26
1
-10
/
+31
*
Mostly Cosmetics. Some of the procedures in if_sl.c was void, but should
phk
1994-10-08
1
-16
/
+22
*
Install line discipline the new way.
wollman
1994-10-05
1
-2
/
+11
*
Made SLIP MTU configurable via ifconfig(8). Changed default MTU to 552
dg
1994-09-13
1
-34
/
+54
*
Re-enabled check for low clist condition.
dg
1994-09-12
1
-3
/
+2
*
Made SLMTU kernel config'able.
dg
1994-09-09
1
-1
/
+3
*
Fix up some sloppy coding practices:
wollman
1994-08-18
1
-3
/
+2
*
Added $Id$
dg
1994-08-02
1
-0
/
+1
*
The big 4.4BSD Lite to FreeBSD 2.0.0 (Development) patch.
rgrimes
1994-05-25
1
-1
/
+5
*
BSD 4.4 Lite Kernel Sources
rgrimes
1994-05-24
1
-0
/
+839