summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* This is the much-awaited cleaned up version of IPFW [ug]id support.green1999-06-194-14/+110
* Remove some unused function and variable declarations.alc1999-06-194-43/+4
* Add a new interface ioctl, to return "aux status".phk1999-06-195-5/+37
* Add a fast version of bcmp which compares longwords at a time.dfr1999-06-191-1/+93
* Adjust mcclock lines to avoid config(8) warning.dfr1999-06-192-8/+8
* Convert signalling NaNs to quiet NaNs as specified by the Alpha Architecturedfr1999-06-191-5/+11
* Add RCS strings to kernel ipfilter files.green1999-06-195-0/+8
* sioprobe: Don't try to initialize disabled ports. In particular,grog1999-06-192-4/+8
* This should fix ipfilter for everyone it was broken for. CDEV_MAJOR is _not_green1999-06-191-1/+1
* Add a transmit descriptor usage counter and use it to absolutely,wpaul1999-06-194-8/+30
* Change active flag handling; sanity check passed drive number; passrnordier1999-06-182-77/+81
* K6-family MTRR supportgreen1999-06-183-2/+196
* Harmless change to prevent possible problems in the future. I madegreen1999-06-182-4/+8
* New parallel port support for PC98. Old PC98s which havekato1999-06-1810-16/+5684
* Changed the global `idt' from an array to a pointer so that npx.cbde1999-06-1810-43/+36
* On our final pass through ffs_fsync, do all I/O synchronously so thatmckusick1999-06-181-7/+8
* Reviewed by: the cast of thousandsgreen1999-06-176-17/+30
* Add a kernel config for PC-Card machines. This is part of themarkm1999-06-171-0/+220
* Add Id stringsgpalmer1999-06-174-0/+8
* vm_map_growstack uses vmspace::vm_ssize as though it containedalc1999-06-171-6/+6
* Update the comments on values than can be returned by DEVICE_PROBE.n_hibma1999-06-171-8/+9
* Sync with sys/i386/i386/machdep.c revision up to 1.341.kato1999-06-172-8/+6
* Sync with sys/i386/conf/options.i386 revision 1.117.kato1999-06-172-2/+4
* Fixed a missing userland dev_t to kernel dev_t conversion.bde1999-06-172-2/+2
* vm_map_insert sometimes extends an existing vm_map entry, rather thanalc1999-06-171-3/+7
* Reformat comment to match indentation of code around it.julian1999-06-171-8/+9
* Move vm_map_stack and vm_map_growstack after the definitionalc1999-06-171-204/+204
* Remove some unused declarations and duplicate initialization.alc1999-06-171-6/+2
* Add a vnode argument to VOP_BWRITE to get rid of the last vnodemckusick1999-06-1623-436/+92
* Close a race window where a tcp socket is closed while tcp_pcblist istegge1999-06-162-4/+14
* Make syscall tracing work: include "opt_ktrace.h" and make it compile.dt1999-06-161-2/+8
* Make sure syscall arguments properly aligned in ktrace records.dt1999-06-162-11/+18
* Use vput instead of vrele.mjacob1999-06-161-3/+3
* Remove option USBVERBOSEn_hibma1999-06-162-4/+4
* Grrr! The PNIC II's multicast hash table is only 128 bits wide, not 512wpaul1999-06-161-20/+45
* Changed trypbuf to a getpbuf to work around a problem where redundant writesdg1999-06-161-2/+2
* Print verbose messages when there is error.yokota1999-06-162-4/+42
* Fix non-benign typo.billf1999-06-161-2/+2
* Clean up bitrot in interrupt tracing code.tegge1999-06-163-9/+9
* If we still haven't got a sufficient number of free buffers after thetegge1999-06-161-2/+2
* Get rid of the global variable rushjob and replace it with a function inmckusick1999-06-156-100/+170
* If we retry this operation from the top of this routine, we need tomjacob1999-06-152-2/+10
* Add a couple of command definitions.julian1999-06-151-67/+74
* COM_LLCONSOLE should over-ride COM_DEBUGGER request.mckusick1999-06-152-4/+4
* Kill option FAILSAFE.des1999-06-1516-54/+25
* Add VIA Apollo Master VT82c570 chipset. (I have 2 of these)roger1999-06-151-12/+8
* Ensoniq AudioPCI sound cards haven't worked since the newbus integrationnewton1999-06-151-2/+2
* Add the System V message queue and semaphore options for better 3rd partyjb1999-06-142-6/+10
* Include <sys/time.h> for correctness. BDE has a better version of this,nik1999-06-141-1/+2
* Fix typo confusing `fa' and 'fb' registers.simokawa1999-06-141-4/+4
OpenPOWER on IntegriCloud