summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Add Matrox Mystique 1064/1164SG chips info. By the datasheet from Matrox,foxfair1998-12-231-2/+2
* Implement fpsetmask() and other fp*() functions. Programs should usedfr1998-12-236-15/+117
* Don't leave the CDROM tray locked if an attempt to mount it is made andmsmith1998-12-231-1/+2
* Update comments to routines in vm_page.c, most especially whether adillon1998-12-231-19/+106
* Invalid is spelled with the v *BEFORE* the a.imp1998-12-221-2/+2
* Add entries for DUMMYNET and BRIDGEluigi1998-12-223-3/+24
* 'ip_fw_head' and 'M_IPFW' are also used in ip_dummynet so cannot beluigi1998-12-221-3/+3
* Error check is not necessary - this function cannot fail in thiseivind1998-12-221-8/+4
* Staticize.eivind1998-12-223-17/+17
* Adjust some comments to prevent future confusion on the implementation.dillon1998-12-221-6/+26
* Don't calculate the residual twice.gibbs1998-12-221-7/+9
* Staticize the overrun buffer so that they are not shared betweengibbs1998-12-226-24/+24
* Return NULL on resource shortage instead of blindly continuing.gibbs1998-12-221-2/+4
* Add a quirk NORRLS (no reserve/release) which can (andmjacob1998-12-221-39/+84
* add command storage to correlate with latched errormjacob1998-12-221-1/+3
* Correctly handle misaligned VMIO buffer (whose start or end offset in the VMluoqi1998-12-221-77/+92
* Add simple terminal emulator, compatible with cons25. Currently supportedabial1998-12-222-9/+386
* Add new word ".#" which acts like "." but doesn't output a space separator.abial1998-12-221-0/+13
* * Begin integration of built-ins with Forth: leave the exit code fromabial1998-12-223-30/+46
* The result of running make linux_sysent.c on the new syscalls.mastersos1998-12-223-4/+5
* Fix NOIMPL -> NOPROTO as per bruce.sos1998-12-222-4/+4
* Better error checking and more complete struct initialization.eivind1998-12-221-5/+13
* Check return value of tsleep(). I've checked of all call points -eivind1998-12-222-8/+14
* Staticize.eivind1998-12-212-18/+18
* Recover from previous dummynet screwupluigi1998-12-212-38/+71
* Add in forward space/backward space/write SetMarks commands.mjacob1998-12-211-3/+5
* Restore 1.82->1.83 change deleted by mistake< per Bruce suggestionluigi1998-12-211-1/+2
* The result of running make linux_sysent.c on the new syscall.master filesos1998-12-213-4/+4
* Syscall 168 (poll) is not implemented in the Linux emulator. Thissos1998-12-212-4/+6
* Kill(pid, 0) normally returns 0 on both FreeBSD and Redhat after havingsos1998-12-212-4/+4
* As promised, cleanup the #if __FreeBSD_version mess.joerg1998-12-211-41/+3
* Include rdp(4).joerg1998-12-215-5/+13
* This commit was generated by cvs2svn to compensate for changes in r41980,joerg1998-12-212-0/+1680
|\
| * This is my first cut on a driver for the RealTek RTL 8002 pocketjoerg1998-12-212-0/+1680
* Regrettably, you can't take setdef0.c out of order, or, surprise,msmith1998-12-213-9/+9
* Sync with sys/i386/conf/options.i386 revision 1.96.kato1998-12-212-14/+4
* Sync with sys/i386/conf/Makefile.i386 revision 1.131.kato1998-12-212-6/+6
* Check for DMA capbility is against unit,not controller.msmith1998-12-211-2/+2
* Add asleep() and await() support. Currently highly experimental. Adillon1998-12-213-4/+206
* Add two fields for the lower layers convenience.phk1998-12-201-1/+5
* Remove unused file. It seems to have been a vestige of when mfs did itsbde1998-12-201-43/+0
* Backed out rev.1.46. It had no effect for aout, was incomplete for elf,bde1998-12-201-10/+6
* Fixed building elf kernels without a `make depend' step. The magicbde1998-12-203-9/+9
* Remove a vestige of the amd driver.bde1998-12-201-667/+0
* Add a workaround to avoid 'defined but not used' warnings for linkerdfr1998-12-201-8/+10
* Add LDGP(pv) to suword, subyte, fuword, fubyte so that they can be calleddfr1998-12-201-1/+5
* In ufs_setattr(), if only one of va_atime or va_mtime are != VNOVAL, thendfr1998-12-201-3/+3
* 1) Fix some serious bugs (1 botch on my part which caused a filemark to bemjacob1998-12-191-40/+89
* Move the "generic" SMP options from options.i386 to conf/optionsmsmith1998-12-192-14/+4
* Move the "generic" SMP options from options.i386 to conf/options.msmith1998-12-191-1/+5
OpenPOWER on IntegriCloud