summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Moved some (gas) macros up so they can be used in more places.jake2003-01-241-25/+25
* Remove extraneous FILEDESC_LOCKs around atomic reads.hsu2003-01-241-4/+0
* Remove FW_SSTDV ioctl. It is not used anymore.simokawa2003-01-245-10/+35
* Merge little and big endian case.simokawa2003-01-242-251/+127
* Fix pmap_extract so that it doesn't panic if the user typesdfr2003-01-241-3/+10
* Remove the now unused sys/malloc.h header.mux2003-01-241-1/+0
* - add support for IPX (tested with mount -t nwfs and mars_nwe),fjoe2003-01-245-93/+173
* - The 'aux' field isn't around any longer.mdodd2003-01-241-7/+5
* add forgotten IFA_LOCK_INITfjoe2003-01-231-0/+1
* More useful announce message containing current speed of CPUnjl2003-01-231-3/+3
* Remove redundant printf from targbhasync() since all places that return annjl2003-01-231-4/+0
* - Add sysctl knob for bus manager. (hw.firewire.try_bmr)simokawa2003-01-232-18/+29
* Clean up some junk defines, and GC the TPR options.peter2003-01-231-23/+0
* Nuke CHEAP_TPR stuff, including LOPRIO_LEVEL (bogus) and ALLHWI_LEVELpeter2003-01-233-51/+0
* Hack around a bug in the 2200 and 2120 controllers that connot DMAscottl2003-01-232-4/+18
* Now that TPR isn't bogusly raised at boot, there is no need to clearpeter2003-01-233-24/+0
* Dont raise the TPR register at initialization time. It only causespeter2003-01-231-2/+0
* Implement SIOCGIFMEDIA for vlan devices by passing the request to thefenner2003-01-221-0/+23
* YAM: This id is found in a Sony Vaio GRX-670. When will this end?marcel2003-01-222-0/+2
* Revert AHD_TIMER_MAX_US to its original definition now that thegibbs2003-01-221-2/+1
* Update GENSRCS and aicasm options correctly depending on whether registergibbs2003-01-222-26/+28
* Provide a sysctl to allow defaulting of the connectionless (-c) featuredillon2003-01-221-0/+15
* - Move enable_sse()'s prototype to machine/md_var.h.jhb2003-01-2210-30/+18
OpenPOWER on IntegriCloud