summaryrefslogtreecommitdiffstats
path: root/sys/net/if_sl.c
Commit message (Collapse)AuthorAgeFilesLines
* Support for pseudo-device LKMs. Note that this is restricted to onlywollman1995-03-201-2/+2
| | | | | one pseudo per module (a restriction which will eventually be lifted) and isthus not in its final form.
* Add and move declarations to fix all of the warnings from `gcc -Wimplicit'bde1995-03-161-2/+2
| | | | | | (except in netccitt, netiso and netns) and most of the warnings from `gcc -Wnested-externs'. Fix all the bugs found. There were no serious ones.
* *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
| | | | | | | | | operation of each clist. Limit the growth of each clist. Clists can only grow larger than the reserved minimum if there are free cblocks in a shared pool. The size of this pool is now fixed (this could be improved). The reserved and maximum sizes are more carefully allocated for slip and ppp, depending on the mtu. A maximum MTU of 16384 is now enforced for ppp.
* Mostly Cosmetics. Some of the procedures in if_sl.c was void, but shouldphk1994-10-081-16/+22
| | | | | be int. I made them int, and let them return 0. Will have to find out what the return-val is used for.
* 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
| | | | as it is a better choice in a day with BTLZ compression modems.
* 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
| | | | | | | | | | | | - Delete redundant declarations. - Add -Wredundant-declarations to Makefile.i386 so they don't come back. - Delete sloppy COMMON-style declarations of uninitialized data in header files. - Add a few prototypes. - Clean up warnings resulting from the above. NB: ioconf.c will still generate a redundant-declaration warning, which is unavoidable unless somebody volunteers to make `config' smarter.
* Added $Id$dg1994-08-021-0/+1
|
* The big 4.4BSD Lite to FreeBSD 2.0.0 (Development) patch.rgrimes1994-05-251-1/+5
| | | | | Reviewed by: Rodney W. Grimes Submitted by: John Dyson and David Greenman
* BSD 4.4 Lite Kernel Sourcesrgrimes1994-05-241-0/+839
OpenPOWER on IntegriCloud