summaryrefslogtreecommitdiffstats
path: root/sys/net/if_sl.c
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Re-enabled check for low clist condition.dg1994-09-121-3/+2
* Made SLMTU kernel config'able.dg1994-09-091-1/+3
* Fix up some sloppy coding practices:wollman1994-08-181-3/+2
* Added $Id$dg1994-08-021-0/+1
* The big 4.4BSD Lite to FreeBSD 2.0.0 (Development) patch.rgrimes1994-05-251-1/+5
* BSD 4.4 Lite Kernel Sourcesrgrimes1994-05-241-0/+839
OpenPOWER on IntegriCloud