summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Remove old files no longer needed.swallace1995-10-1043-5016/+4243
* This commit was generated by cvs2svn to compensate for changes in r11394,swallace1995-10-1024-0/+2487
|\
| * Import of original NetBSD's ibcs2 emulator sources by Scott Bartram,swallace1995-10-1031-4243/+5340
| * This commit was manufactured by cvs2svn to create branch 'NETBSD'.cvs2svn1994-10-148-0/+5946
* almost entirely cosmetic changesjulian1995-10-102-61/+61
* Remove bogus includes that became fatal after the previous (intended tobde1995-10-101-8/+1
* Fix TCP_DEBUG support so that LINT compiles again (deReiserize).bde1995-10-101-4/+5
* Include <sys/sysproto.h> so that machdep.c compiles cleanly againbde1995-10-102-46/+74
* Update comment and config for cy driver.bde1995-10-103-9/+72
* Fix bad typo: CONF1_ENABLE_RES1 was written CONF1_ENABLE_CHK1 ...se1995-10-096-36/+84
* Some bug fixes for the worm driver:joerg1995-10-093-16/+37
* BIOS manufacturers don't seem to have a unique idea about 2.88 MBjoerg1995-10-095-5/+10
* Include <sys/systm.h>dg1995-10-091-0/+1
* Fix tracing of syscalls. The previous fix required the undocumentedbde1995-10-093-141/+144
* Fix types of sysctl functions. Add prototypes. Cosmetic.bde1995-10-091-7/+12
* Work-around a problem in the clustering code on non-VMIO buffers. Thedyson1995-10-091-2/+3
* Identify the 2940 *Ultra* SCSI adapter. We treat it as a normal 2940gibbs1995-10-081-1/+6
* Add #include <sys/sysproto.h> to get struct close_args and closeswallace1995-10-082-2/+4
* Remove prototype definitions from <sys/systm.h>.swallace1995-10-0811-45/+76
* Update sysproto.h to reflect changes.swallace1995-10-071-51/+85
* Fix misc formatting errors in makesyscalls.sh.swallace1995-10-072-26/+29
* Remove compat int from wait_args structure since no longer used or desired.swallace1995-10-071-4/+1
* Remove compat_43 psuedo-argument hack, and replace with a better hack.swallace1995-10-072-122/+135
* Add SIOCGIFADDR support.dg1995-10-072-2/+14
* Restore my changes from revisions 1.8, 1.9 and 1.10. They were blown awaybde1995-10-071-1/+7
* Fix argument passing to the "freeer" routine. Added some prototypes. (bde)dg1995-10-074-15/+20
* Return EINVAL instead of panicing for rename("dir1", "dir2/..").bde1995-10-073-6/+8
* Remake generated files to reflect makesyscalls.sh changesswallace1995-10-075-262/+797
* Add new functionality to makesyscalls.sh:swallace1995-10-072-305/+500
* Put newline at end of log()ed messages so syslog can't fill up yourwollman1995-10-061-21/+22
* use roundup2 to avoid a bunch of 64bit divides.phk1995-10-061-5/+5
* Add roundup2(x,y) for when y is a power of two.phk1995-10-061-2/+3
* Avoid some 64bit divides.phk1995-10-062-10/+10
* A little hack to avoid a 64bit divide. Can go away if Gcc ever learns tophk1995-10-061-1/+6
* Avoid a 64bit divide.phk1995-10-061-2/+2
* matcd -> matcdcjkh1995-10-061-3/+3
* Part 2 of the overlapping kzip changes.peter1995-10-063-13/+31
* Make the netboot more tolerant about the config file.phk1995-10-051-4/+9
* Convert ARP to use queue.h macros rather than insque/remque. Whilewollman1995-10-052-21/+21
* Comment out, but don't delete stuff we don't use.phk1995-10-051-6/+18
* remove GCC divsi3 routines which are never used.phk1995-10-055-56/+5
* Change kernel name to make a more unique target for sed.jkh1995-10-051-2/+2
* 1) Fixed irq logic so that it uses the kernel configured irq if it doesn'tdg1995-10-051-5/+20
* Fix pollution of application namespace by declarations of kernelbde1995-10-052-3/+4
* Don't wait for output to drain in pppclose(). Discard output immediatelybde1995-10-051-5/+10
* This upgrades the driver for Cronyx-Sigma multiplexor boardsjkh1995-10-046-366/+716
* I have applied my last changes correcting the bug in dgbselect() to itjkh1995-10-044-204/+92
* Make a whole bunch of PCB variables ints rather than shorts. There appearwollman1995-10-041-16/+16
* find some way of letting a node know where in its parent's directory structurejulian1995-10-042-9/+13
* fix REALLY STUPID bug/typojulian1995-10-041-6/+6
OpenPOWER on IntegriCloud