summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Previous commit refers to SWAP_PART, which is only defined if the includepeter1997-11-212-2/+4
* Fixed a sloppy common-style definitions.bde1997-11-203-10/+13
* Add Matt Dillon's quick fix hack for the self-connect DoS.wollman1997-11-202-2/+28
* Removed a duplicate (sloppy common-style) definition.bde1997-11-202-8/+10
* Moved some extern declarations to header files (unused ones to /dev/null).bde1997-11-2010-26/+30
* Avoid passing a `retval' to wait1()bde1997-11-201-13/+10
* Avoid passing some more `retval's.bde1997-11-204-45/+36
* Fixed wrong limits for the kernel text in db_numargs(). Thebde1997-11-202-6/+14
* Fixed write enabling of the kernel text section. The overlapbde1997-11-202-14/+10
* Don't allow setting the dump device to any partition except thebde1997-11-202-2/+16
* Use consistent description strings for M_EXT2NODE. This also fixes abde1997-11-202-2/+2
* Cleaned up revs.1.19-1.21:bde1997-11-201-17/+14
* Removed unused includes.bde1997-11-201-16/+17
* Fixed marking of access time for special files and fifos (don't dobde1997-11-201-8/+9
* - Renamed <pccard/card.h> -> <pccard/cardinfo.h>.nate1997-11-2010-20/+20
* Sync with sys/i386/isa/pcaudio.c revision 1.38.kato1997-11-191-13/+13
* Sync with sys/i386/isa/npx.c revision 1.54.kato1997-11-191-3/+10
* Sync with sys/i386/isa/mse.c revision 1.35.kato1997-11-191-2/+2
* Synchronize with sys/i386/isa/clock.c revision 1.104.kato1997-11-193-9/+12
* Sync with sys/i386/conf/majors.i386 revision up to 1.22.kato1997-11-191-1/+2
* - Renamed 'card.h' to 'cardinfo.h', to avoid namespace collisions withnate1997-11-185-146/+6
* Removed now-unused blocking mode flag.bde1997-11-181-1/+0
* Removed unused #includes.bde1997-11-181-18/+26
* Removed unused #includes.bde1997-11-181-18/+6
* Fixed nonblocking mode. It was per-device instead of per-file.bde1997-11-181-1/+0
* Removed unused #includes. Ifdefed a conditionally used #include.bde1997-11-182-28/+14
* Removed unused #includes.bde1997-11-181-13/+13
* Staticized boot().bde1997-11-181-2/+1
* Get buffer stuff by #including <sys/buf.h> instead of <sys/vnode.h>.bde1997-11-181-5/+5
* Removed an unused #include in the `#ifdef KERNEL' case.bde1997-11-181-5/+3
* Staticize.phk1997-11-186-66/+60
* Staticize a few things.phk1997-11-186-22/+20
* There is no ccdread() nor ccdwrite().phk1997-11-182-6/+2
* unifdef -UEXT2FSphk1997-11-181-110/+1
* Give ext2fs it's own VOP_REMOVE, VOP_LINK, VOP_RENAME, VOP_MKDIR, VOP_RMDIR,phk1997-11-182-0/+2040
* Removed unused #includes.bde1997-11-181-5/+3
* Don't test for conflicting combinations of PPP_FILTER/BPFILTER here.bde1997-11-181-29/+9
* Cleaned up PPP_FILTER/NBPFILTER ifdefs.bde1997-11-181-15/+6
* Use gettime() instead of assignment from `time'. (`time' is toobde1997-11-182-6/+5
* Removed an unused #include.bde1997-11-181-3/+1
* Get tty ioctl numbers by #including <sys/ttycom.h> instead ofbde1997-11-181-3/+2
* 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
OpenPOWER on IntegriCloud