summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Removed an unused #include. Added an unsed #include of <sys/ucred.h>bde1997-11-181-8/+9
* Removed an unused #include. Ifdefed a conditionally used #include.bde1997-11-181-2/+3
* Removed unused #include.bde1997-11-183-9/+3
* Get select stuff by including <sys/select.h> instead of <sys/proc.h>,bde1997-11-181-6/+7
* Don't #include <i386/isa/isa_device.h>. It is now a prerequisite.bde1997-11-181-3/+1
* Removed unused #includes.bde1997-11-181-5/+3
* Removed an unused #included.bde1997-11-183-9/+30
* Get select stuff by #including <sys/select.h> instead of <sys/proc.h>.bde1997-11-182-4/+4
* Removed #unused includes.bde1997-11-185-15/+20
* Removed unused #include of <sys/malloc.h>. This file now uses onlybde1997-11-181-2/+1
* Removed code for the !KERNEL case. It hasn't been maintained for 4bde1997-11-181-28/+8
* Get locking stuff by #including <sys/lock.h> instead of <sys/vnode.h>.bde1997-11-181-2/+2
* Don't #include <machine/smp.h> even in the SMP case. Fixed the onebde1997-11-182-2/+8
* Don't #include <machine/smp.h> even in the SMP case. Fixed the onebde1997-11-181-9/+2
* Remove the outq error in "show modem".brian1997-11-181-2/+2
* Don't #include <sys/types.h>. I mistakenly #included it unconditionallybde1997-11-181-4/+2
* DropClient() when read() returns 0 (as it did before).brian1997-11-181-2/+2
* Fixed pedantic syntax errors caused by trailing semicolon in thebde1997-11-181-3/+5
* Fixed pedantic syntax errors caused by the trailing semicolon in thebde1997-11-181-2/+2
* Fix: too many arguments passed to fprintf().jdp1997-11-181-2/+2
* Fix: too many arguments for format in call to sprintf().jdp1997-11-181-1/+1
* Fix: too many arguments for format string in 4 calls to warnx().jdp1997-11-181-5/+4
* Fix erroneous format string.jdp1997-11-181-2/+2
* Add cross-references to rfork(2).jdp1997-11-182-1/+3
* Add missing argument detected by "-Wformat". Make messages morejdp1997-11-182-6/+6
* Fix incorrect format string detected by "-Wformat".jdp1997-11-181-2/+2
* Add missing argument detected by "-Wformat".jdp1997-11-183-5/+7
* Don't generate new prototype files with the extra int retval[] arg atpeter1997-11-181-3/+3
* Add missing arguments detected by "-Wformat".jdp1997-11-181-3/+4
* Fix missing arguments detected by "-Wformat".jdp1997-11-181-2/+3
* Fix two missing arguments detected by "-Wformat".jdp1997-11-182-4/+8
* Add Id string.brian1997-11-181-0/+4
* Notice that ppp has closed the connection properly.brian1997-11-182-69/+47
* Add and use a DropClient() function for closing the diagnostic port.brian1997-11-184-35/+30
* Make sure you do not get unexpected surprises whena remote file starts with '|'.guido1997-11-171-2/+13
* Add `writeable'wosch1997-11-171-0/+1
* Typo fix.alex1997-11-173-6/+6
* fix Jonathan Mini's email address per his requestjmg1997-11-172-4/+4
* Added support for linux sound ioctls:ahasty1997-11-174-6/+48
* Don't SetLabel() 'till we've done the SelectSystem(). Thisbrian1997-11-171-13/+17
* Add id strings to tun.[ch].brian1997-11-176-18/+43
* Abstract data read from and written to the tun device,brian1997-11-168-55/+130
* Document the new clear_tmp_enable option in the manpage.steve1997-11-161-1/+7
* Note in manpage how extraneous output in initialization scriptssteve1997-11-161-2/+17
* Resurrect a modified version of the /tmp clearing code from rev 1.119.steve1997-11-162-2/+24
* Device # for Jonathan Mini's VESA support.sos1997-11-162-2/+4
* Restore diagnostic fix spammed after mergingache1997-11-161-4/+8
*-. This commit was generated by cvs2svn to compensate for changes in r31187,peter1997-11-1631-1832/+6995
|\ \
| | * Import kernel parts of ipfilter-3.2.1peter1997-11-1616-916/+3681
| * | Import kernel parts of ipfilter-3.2.1peter1997-11-1615-916/+3314
OpenPOWER on IntegriCloud