summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
...
* Back the previous commit out. It didn't actually fix the problem I wasbenno2003-01-271-3/+5
* Put the Perfection 1660 scanner entry in the right place. (Entriesjoe2003-01-271-1/+1
* Update the code that deals with disk enclosures:sos2003-01-274-69/+135
* Implement MDIOCLIST which returns the unit numbers of configured md(4)phk2003-01-271-0/+11
* Add an ioctl to return the unit numbers of the configured md devices.phk2003-01-271-1/+3
* MFp4:imp2003-01-274-63/+63
* Enable device zs and device sab by default.jake2003-01-271-2/+2
* Change ofwcons to use the output-device property from the firmware for thejake2003-01-271-2/+3
* Back out some changes that snuck in with the last commit.benno2003-01-274-538/+62
* Flesh out bus_dmamap_sync.benno2003-01-275-63/+544
* Use td->td_sticks, not td->td_kse->ke_sticks.benno2003-01-272-2/+2
* Remove a duplicate definition of the __FBSDID macro.benno2003-01-271-6/+0
* Simplify vm_object_page_remove(): The object's memq is now ordered. Thealc2003-01-271-62/+31
* Unbreak SMP cases for these architectures.julian2003-01-272-2/+2
* Fix standard kse breakage of non-x86 platforms.jake2003-01-261-2/+1
* Use kg_numupcalls to see if we are closing a thread group,davidxu2003-01-262-4/+4
* fix warningsalfred2003-01-261-2/+2
* Fix a typo and reword a bit the description of the new SCHED_xxx stuff.keramida2003-01-261-4/+4
* Implement DIOCBSDBB ioctl which overwrites first BBSIZE bytes of BSDphk2003-01-261-0/+62
* Add ioctl which overwrites the first BBSIZE bytes of a BSD labeled disk.phk2003-01-261-0/+1
* Fix KSE related patch.julian2003-01-266-12/+6
* regenalfred2003-01-261-2/+2
* Add const qualifier to data argument for msgsnd.alfred2003-01-263-5/+4
* Put DIOCWLABEL under #ifdef NO_GEOMphk2003-01-261-0/+2
* - Split db.desc.cmd into desc.control and desc.reqcount.simokawa2003-01-262-103/+127
* - Improve IT/IR DMA queue management.simokawa2003-01-264-428/+235
* Link /boot/boot1 to the name /boot/boot to avoid per-arch naming of thephk2003-01-261-0/+1
* Build a file "boot" which consists of boot1 and boot2 concatenated.phk2003-01-262-2/+12
* This file is no longer needed.phk2003-01-261-79/+0
* Move UPCALL related data structure out of kse, introduce a newdavidxu2003-01-2639-1510/+1663
* Put use of DIOCWLABEL under #ifdef NO_GEOMphk2003-01-262-1/+8
* - Remove a redundant scheduler option.jeff2003-01-262-2/+0
* - Add entries for scheduler selectionjeff2003-01-261-0/+17
* - Introduce the SCHED_ULE and SCHED_4BSD options for compile time selectionjeff2003-01-2612-1/+17
* - Add the ule scheduler. This is intended to be a general purpose processjeff2003-01-261-0/+697
* Disable DRA to fix problems with recording.orion2003-01-261-14/+19
* - Call sched_sleep() instead of rolling our own in cv_waitq_add().jeff2003-01-261-2/+2
* Merge some code paths back together so that we only instantiate 1 copy ofjake2003-01-261-121/+97
* Allow defaulting the console to ttya when it sets to screen and keyboardjake2003-01-262-10/+16
* Merge the best parts of maxfragpackets and maxnipq together. (Bothsilby2003-01-261-13/+5
* Add INTEL EEPRO100imp2003-01-251-0/+1
* Remove some unnecessary casts.silby2003-01-251-3/+3
* regenalfred2003-01-251-4/+4
* Bring shm functions closer the the opengroup standards.alfred2003-01-253-8/+13
* regen.alfred2003-01-251-2/+2
* Bring semop() closer the the opengroup standards.alfred2003-01-253-5/+17
* Add MTX_DUPOK to the initialization of system map locks.alc2003-01-251-2/+2
* Add ac97_patch.[ch] that provide space for ac97 codec specific patches.orion2003-01-257-78/+163
* Change API of FW_GDEVLST ioctl.simokawa2003-01-255-40/+50
* Add sysctl kern.timecounter.nsetclock which indicates the number ofphk2003-01-251-0/+2
OpenPOWER on IntegriCloud