summaryrefslogtreecommitdiffstats
path: root/sys/net/if_sl.c
Commit message (Expand)AuthorAgeFilesLines
...
* Fix possible SLIOCSUNIT panicache2000-02-201-0/+1
* Remove some #if NFOO > 0 that are always true because of config rules.peter2000-01-291-4/+1
* Re-allocate cblocks after changing the slip unit number.ru1999-10-281-0/+3
* Remove NBPF conditionality of bpf calls in most of our network drivers.phk1999-09-251-21/+0
* Don't call if_up() here, just set IFF_UP.ru1999-09-141-1/+1
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
* Rename bpfilter to bpf.des1999-07-061-11/+11
* Fix a printf int/long problem on the Alphapeter1999-07-011-2/+3
* Suser() simplification:phk1999-04-271-2/+2
* Get rid of IFF_BROADCAST from default IFF_ slip options. This accidentlydillon1999-02-021-2/+2
* Fix warnings in preparation for adding -Wall -Wcast-qual to thedillon1999-01-271-2/+2
* This is a rather large commit that encompasses the new swapper,dillon1999-01-211-3/+9
* Cast pointers to uintptr_t/intptr_t instead of to u_long/long,bde1998-07-151-2/+2
* This commit fixes various 64bit portability problems required fordfr1998-06-071-6/+6
* Eradicate the variable "time" from the kernel, using various measures.phk1998-03-301-5/+5
* Implement the spirit but not the letter of Terrys hot-char patch.phk1998-02-131-2/+3
* Staticize.eivind1998-02-091-2/+2
* Make INET a proper option.eivind1998-01-081-2/+3
* MALLOC->mallocache1997-12-191-3/+3
* SUNIT: use MALLOC/FREE and M_NOWAITache1997-12-191-4/+8
* Use ENOIOCTL instead of -1 (= ERESTART) for tty ioctls that arebde1997-12-061-2/+2
* Preserve old SC_STATIC value after units exchangeache1997-10-071-1/+3
* Update for new callout interface.gibbs1997-09-211-13/+17
* SUNIT: exchange up/down states tooache1997-08-131-1/+7
* Removed unused #includes.bde1997-08-021-4/+1
* Use malloc to save space for temp SUNIT variableache1997-07-281-9/+10
* Move tmpnc struct out of stack, too largeache1997-07-271-2/+3
* SUNIT: exchange back whole ifnet structures since they are in the linkedache1997-07-261-7/+6
* Forget to change units in prev. SUNIT commit. Move variales to localache1997-07-261-2/+7
* Exchange whole structures on SUNIT, not unit+flags fields only.ache1997-07-261-6/+6
* Don't include <sys/ioctl.h> in the kernel. Stage 2: includebde1997-03-241-2/+2
* Don't #include <sys/fcntl.h> in <sys/file.h> if KERNEL is defined.bde1997-03-231-2/+2
* Fixed clist limits. I got them wrong several years ago in rev.1.9bde1997-03-111-5/+5
* Back out part 1 of the MCFH that changed $Id$ to $FreeBSD$. We are notpeter1997-02-221-1/+1
* Don't try to do anything with the `ifr' parameter for SIOCADDMULTIwollman1997-01-171-15/+0
* Make the long-awaited change from $Id$ to $FreeBSD$jkh1997-01-141-1/+1
* Use queue macros for the list of interfaces. Next stop: ifaddrs!wollman1996-12-111-2/+1
* Add primitive link MIB support.wollman1996-10-111-1/+3
* Remove another extraneous setting of if_lastchangegpalmer1996-06-241-2/+1
* Since the updates to ifnet.if_lastchange are so rare (relativelygpalmer1996-06-121-2/+2
* Change the use if ifnet.if_lastchange to be more in line withgpalmer1996-06-101-4/+2
* When two units swapped, copy SC_STATIC flag too, not clear itache1996-05-131-1/+2
* Prevent mixing of static and dynamic unit allocation strategiesache1996-05-131-6/+21
* Regardless of whether or not the check for IPv4 is useful, we certainlydg1996-04-251-3/+3
* Reject all IP versions but 4.phk1996-04-241-2/+3
* Removed never-used #includes of <machine/cpu.h>. Many were apparentlybde1996-04-071-3/+1
* Clean up Ethernet drivers:wollman1996-02-061-8/+8
* Another mega commit to staticize things.phk1995-12-141-8/+16
* Replaced bogus macros for entry points to unconfigured line disciplinesbde1995-11-051-6/+5
* slcompress: split one of the functions into two parts, to allow use by bothpeter1995-10-311-2/+2
OpenPOWER on IntegriCloud