summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* - Rework pmap_map() to take advantage of direct-mapped segments onjhb2001-03-066-70/+73
* #if 0 out a variable only used in #if 0'd code to quiet a warning.jhb2001-03-062-0/+8
* Create clone'd linux processes as stopped processes at first and don'tjhb2001-03-062-3/+18
* Quiet a warning due to bus_size_t being a long on the alpha.jhb2001-03-061-1/+1
* Fix longstanding mouse cursor bug: blinking and eating all CPU while near textache2001-03-061-0/+1
* The SRM console gets the red and blue attributes backwards in the VGAjhb2001-03-051-0/+12
* Modify the comments to more closely resemble the English language.truckman2001-03-051-5/+4
* handle reserved/unimplemented instruction (opDec) faultsgallatin2001-03-052-2/+187
* Implement shared/exclusive locks.jasone2001-03-053-0/+243
* increase timeouts for ad_wait_init()cg2001-03-051-5/+5
* Add MODULE_DEPEND() for the sysvipc modules. This allows the linulatorgallatin2001-03-051-0/+3
* sync with i386:gallatin2001-03-051-0/+2
* MFS: don't ignore the result of mixer_init()cg2001-03-051-56/+57
* only mess with the power state on 5.xcg2001-03-051-1/+2
* MFS: add kobj.h to reduce diffs from -stablecg2001-03-051-0/+1
* MFS: don't pagefault in sndbuf_clearcg2001-03-051-19/+9
* MFS: #ifdef dynamic sysctl stuff to reduce diffs from -stablecg2001-03-051-0/+2
* MFS: add '# KOBJ' as the first line of each .m file to reduce diffs fromcg2001-03-054-0/+4
* Fix the unaligned access code to handle stores from R31 (zero)gallatin2001-03-051-2/+3
* enable per-device sysctls unconditionallycg2001-03-051-1/+1
* nuke the splstack stuff, snd_mtx* will now be no-ops on 4.xcg2001-03-051-29/+1
* Move the loopback net check closer to the beginning of ip_input() so thattruckman2001-03-051-14/+26
* Move beforedepend: outside of the loop.imp2001-03-051-2/+3
* Don't enable interrupts before calling sched_ithd for threaded interrupts.jhb2001-03-058-8/+0
* Add an AUE device ID: USB_PRODUCT_MELCO_LUATX5peter2001-03-051-0/+1
* Resolve merge conflicts.msmith2001-03-056-26/+14
* This commit was generated by cvs2svn to compensate for changes in r73561,msmith2001-03-0563-1899/+2514
|\
| * Belated vendor update to the Intel ACPI CA 20010208 snapshot.msmith2001-03-0569-1925/+2530
* | Eliminate the aio_freejobs list. Its purpose was to store freealc2001-03-051-40/+30
* | Remove another outdated comment about aio_cancel().alc2001-03-051-2/+1
* | Fix a couple of typos which became obvious when I started to actually usedfr2001-03-041-3/+3
* | Disable interrupts while sanity checking the owner of the floating pointdfr2001-03-041-0/+5
* | During a flood, we don't call rtfree(), but we remove the entry ourselves.bmilekic2001-03-041-13/+7
* | pkh's TAILQ changes to if_mutliaddrs missed a counting loop.dmlb2001-03-041-1/+2
* | Simplify vm_object_deallocate(), by decrementing the refcount first.alfred2001-03-041-18/+13
* | more 32 to 16 bit handle conversionsmjacob2001-03-041-2/+2
* | More 32 to 16 bit handle stuff. Roll core minor version.mjacob2001-03-041-2/+2
* | Remove a superfluous newline in a string (isp_prt adds this).mjacob2001-03-041-2/+2
* | Do not set a default ELF syscall ABI fallback.obrien2001-03-042-6/+8
* | Remove an out-of-date comment: aio_cancel() has been supportedalc2001-03-041-1/+0
* | implement OCRNL, ONOCR, and ONLRETassar2001-03-042-1/+14
* | Set TARGET_ARCH and install files -fschg as we do the kernel module.obrien2001-03-041-0/+3
* | Fix whitespace.obrien2001-03-041-2/+2
* | Disable interface checking for packets subject to "ipfw fwd".truckman2001-03-041-3/+4
* | Disable interface checking when IP forwarding is engaged so that packetstruckman2001-03-041-10/+45
* | Remove the field privatemodes from struct __aiocb_private and thealc2001-03-042-149/+2
* | Add some default hints for isp.mjacob2001-03-032-0/+30
* | Remove the copyinstr call which was trying to copy the pathname in fromdfr2001-03-032-6/+0
* | Account for the new flags field in struct trapframe.dfr2001-03-031-1/+1
* | Harvest interrupt entropy off the floppy disk controller.markm2001-03-032-2/+4
OpenPOWER on IntegriCloud