summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Fix select().bde1995-10-123-124/+56
* Reduce jitter of Pentium microtime() implementation by letting the counterwollman1995-10-128-79/+156
* Improve clock accuracy by accounting for late/missed clock interruptswollman1995-10-123-9/+9
* The additional checks involving sequence numbers in MTU discovery resendswollman1995-10-123-17/+11
* oops currupted a line by hitting the wrong key..julian1995-10-121-2/+2
* Ack!julian1995-10-122-15/+34
* Remove the '1' from getpeername1 and getsockname1 when NOT COMPAT_OLDSOCK.swallace1995-10-111-2/+2
* Fix probe to work properly with the Cyclades cyclom-16Ye.dg1995-10-113-27/+39
* Fix the getdirentries of ibcs2 to handle uneven DIRBLKSIZ offsets.swallace1995-10-102-12/+16
* Fix the getdirentries of ibcs2 to handle uneven DIRBLKSIZ offsets.swallace1995-10-101-17/+32
* Add -fno-strength-reduce to neutralize possible bad effect of -O2ache1995-10-102-3/+5
* More MTU discovery: avoid over-retransmission if route changes in thewollman1995-10-103-21/+22
* Change alternate space base name from /emul/ibcs2 to /compat/ibcs2,swallace1995-10-102-19/+27
* PCCARD support.phk1995-10-104-73/+573
* Remove socksys modload command from ibcs2 startup shell script.swallace1995-10-102-4/+2
* Remove redundant getmsg and putmesg function declarations and #include directiveswallace1995-10-101-19/+0
* Remove socksys lkm from makefile list.swallace1995-10-101-2/+2
* Add prototypes and declare function return type in ibcs2.cswallace1995-10-102-5/+14
* Remove the IBCS2 option for the socksys driver. A pointer to /dev/nullswallace1995-10-101-13/+3
* Remove the ugly COMPAT_IBCS2 hack to hide a return value throughswallace1995-10-101-29/+1
* Update files list to include new ibcs2 files needed to compile.swallace1995-10-102-14/+26
* Fix benign type mismatches in devswitch functions.bde1995-10-101-18/+10
* 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
OpenPOWER on IntegriCloud