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
*
SUNIT: exchange up/down states too
ache
1997-08-13
1
-1
/
+7
*
Removed unused #includes.
bde
1997-08-02
1
-4
/
+1
*
Use malloc to save space for temp SUNIT variable
ache
1997-07-28
1
-9
/
+10
*
Move tmpnc struct out of stack, too large
ache
1997-07-27
1
-2
/
+3
*
SUNIT: exchange back whole ifnet structures since they are in the linked
ache
1997-07-26
1
-7
/
+6
*
Forget to change units in prev. SUNIT commit. Move variales to local
ache
1997-07-26
1
-2
/
+7
*
Exchange whole structures on SUNIT, not unit+flags fields only.
ache
1997-07-26
1
-6
/
+6
*
Don't include <sys/ioctl.h> in the kernel. Stage 2: include
bde
1997-03-24
1
-2
/
+2
*
Don't #include <sys/fcntl.h> in <sys/file.h> if KERNEL is defined.
bde
1997-03-23
1
-2
/
+2
*
Fixed clist limits. I got them wrong several years ago in rev.1.9
bde
1997-03-11
1
-5
/
+5
*
Back out part 1 of the MCFH that changed $Id$ to $FreeBSD$. We are not
peter
1997-02-22
1
-1
/
+1
*
Don't try to do anything with the `ifr' parameter for SIOCADDMULTI
wollman
1997-01-17
1
-15
/
+0
*
Make the long-awaited change from $Id$ to $FreeBSD$
jkh
1997-01-14
1
-1
/
+1
*
Use queue macros for the list of interfaces. Next stop: ifaddrs!
wollman
1996-12-11
1
-2
/
+1
*
Add primitive link MIB support.
wollman
1996-10-11
1
-1
/
+3
*
Remove another extraneous setting of if_lastchange
gpalmer
1996-06-24
1
-2
/
+1
*
Since the updates to ifnet.if_lastchange are so rare (relatively
gpalmer
1996-06-12
1
-2
/
+2
*
Change the use if ifnet.if_lastchange to be more in line with
gpalmer
1996-06-10
1
-4
/
+2
*
When two units swapped, copy SC_STATIC flag too, not clear it
ache
1996-05-13
1
-1
/
+2
*
Prevent mixing of static and dynamic unit allocation strategies
ache
1996-05-13
1
-6
/
+21
*
Regardless of whether or not the check for IPv4 is useful, we certainly
dg
1996-04-25
1
-3
/
+3
*
Reject all IP versions but 4.
phk
1996-04-24
1
-2
/
+3
*
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
[next]