summaryrefslogtreecommitdiffstats
path: root/sys/net/if_sl.c
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Clear SC_OUTWAIT after checking of free clists, not beforeache1995-09-171-2/+2
* Call output process in slstart() whether or not there is any output. Asbde1995-09-101-9/+10
* Fixed init functions argument type - caddr_t -> void *. Fixed a couple ofdg1995-09-091-3/+3
* Fix several sysinit functions that had the wrong type and unnecessarilybde1995-08-301-5/+7
* Obtained from: partly from ancient patches of mine via 1.1.5bde1995-07-311-5/+3
* Obtained from: partly from ancient patches by ache and me via 1.1.5bde1995-07-291-2/+2
* Worked around a bug with if.c setting the interface up even when we don'tdg1995-07-071-1/+14
* Modified joerg's last change to only set the interface "up" when settingdg1995-07-061-4/+9
* Revision 1.21 of if_sl.c broke the traditional behaviour thatjoerg1995-07-021-1/+4
* Killed a couple lines of redundant code.dg1995-06-211-5/+1
* Protect the call to if_up() with an splnet().dg1995-06-211-2/+4
* 1) Set interface up/down correctly as a function of open and close of thedg1995-06-211-7/+11
* Remove trailing whitespace.rgrimes1995-05-301-2/+2
* Implement SLIOCSUNIT (set slip unit number)ache1995-04-281-1/+5
* Fix slioctl(). It has to return -1 for ioctls that it doesn't know aboutbde1995-04-021-19/+24
* slopen() never sets t_line to SLIPDISC, but uses slip-specific queue allocationache1995-04-011-1/+2
* Fix typing error sneaked somehow in prev. commitache1995-03-311-2/+2
* This sl enhancement helps to keep serial line (modem) connection alive.ache1995-03-301-2/+89
* Support for pseudo-device LKMs. Note that this is restricted to onlywollman1995-03-201-2/+2
* Add and move declarations to fix all of the warnings from `gcc -Wimplicit'bde1995-03-161-2/+2
* *close: just purge tty queues if we can't drain themache1995-02-131-2/+3
* Fix previous change: don't attempt to reserve cblocks if the tty is null.bde1994-11-271-5/+8
* Fix cblock starvation bugs by reserving enough cblocks for minimalbde1994-11-261-10/+31
* Mostly Cosmetics. Some of the procedures in if_sl.c was void, but shouldphk1994-10-081-16/+22
* Install line discipline the new way.wollman1994-10-051-2/+11
* Made SLIP MTU configurable via ifconfig(8). Changed default MTU to 552dg1994-09-131-34/+54
OpenPOWER on IntegriCloud