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
*
Move suser() and suser_xxx() prototypes and a related #define from
phk
2000-10-29
1
-1
/
+0
*
Handle slip options in the usual way (generate a dummy options file in
bde
2000-09-26
1
-2
/
+1
*
The slip driver used to allocate a mbuf cluster without attaching
dwmalone
2000-08-18
1
-9
/
+21
*
Unused include: #include "sl.h" - NSL is no longer used.
peter
2000-06-10
1
-2
/
+0
*
Make sl(4) SLIP devices dynamically expansible. Yay! =)
green
2000-05-30
1
-115
/
+169
*
Fix possible SLIOCSUNIT panic
ache
2000-02-20
1
-0
/
+1
*
Remove some #if NFOO > 0 that are always true because of config rules.
peter
2000-01-29
1
-4
/
+1
*
Re-allocate cblocks after changing the slip unit number.
ru
1999-10-28
1
-0
/
+3
*
Remove NBPF conditionality of bpf calls in most of our network drivers.
phk
1999-09-25
1
-21
/
+0
*
Don't call if_up() here, just set IFF_UP.
ru
1999-09-14
1
-1
/
+1
*
$Id$ -> $FreeBSD$
peter
1999-08-28
1
-1
/
+1
*
Rename bpfilter to bpf.
des
1999-07-06
1
-11
/
+11
*
Fix a printf int/long problem on the Alpha
peter
1999-07-01
1
-2
/
+3
*
Suser() simplification:
phk
1999-04-27
1
-2
/
+2
*
Get rid of IFF_BROADCAST from default IFF_ slip options. This accidently
dillon
1999-02-02
1
-2
/
+2
*
Fix warnings in preparation for adding -Wall -Wcast-qual to the
dillon
1999-01-27
1
-2
/
+2
*
This is a rather large commit that encompasses the new swapper,
dillon
1999-01-21
1
-3
/
+9
*
Cast pointers to uintptr_t/intptr_t instead of to u_long/long,
bde
1998-07-15
1
-2
/
+2
*
This commit fixes various 64bit portability problems required for
dfr
1998-06-07
1
-6
/
+6
*
Eradicate the variable "time" from the kernel, using various measures.
phk
1998-03-30
1
-5
/
+5
*
Implement the spirit but not the letter of Terrys hot-char patch.
phk
1998-02-13
1
-2
/
+3
*
Staticize.
eivind
1998-02-09
1
-2
/
+2
*
Make INET a proper option.
eivind
1998-01-08
1
-2
/
+3
*
MALLOC->malloc
ache
1997-12-19
1
-3
/
+3
*
SUNIT: use MALLOC/FREE and M_NOWAIT
ache
1997-12-19
1
-4
/
+8
*
Use ENOIOCTL instead of -1 (= ERESTART) for tty ioctls that are
bde
1997-12-06
1
-2
/
+2
*
Preserve old SC_STATIC value after units exchange
ache
1997-10-07
1
-1
/
+3
*
Update for new callout interface.
gibbs
1997-09-21
1
-13
/
+17
*
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
[next]