summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
...
* Implemented the "getifindex" control message.ru2004-03-072-0/+17
* Retire pmap_pinit2(). Alpha was the last platform that used it. However,alc2004-03-0711-79/+0
* Don't panic on providers already withered when we wither a geom.phk2004-03-071-1/+2
* Use one bus_dma_tag_t for all pSRB instead of creating one for each.cognet2004-03-072-25/+50
* Convert from timeout to callout API.kan2004-03-073-4/+5
* Convert from timeout to callout API.kan2004-03-071-4/+4
* Restore CDIOCREADAUDIO ioctl.nyan2004-03-071-0/+9
* Integrate the code from pmap_pinit2() into pmap_pinit(), leavingalc2004-03-071-5/+1
* Remove unused declarations. (Some time ago, these variables became fieldsalc2004-03-074-8/+0
* Mark uma_callout as CALLOUT_MPSAFE, as uma_timeout can run MPSAFE.rwatson2004-03-071-1/+1
* Remove '#include <machine/bus_pio.h>'. This is meaningless.nyan2004-03-072-2/+0
* Remove unneeded devices.nyan2004-03-072-115/+0
* Sync to 1.166 of usbdevssanpei2004-03-072-2/+16
* Add support 2 devices(USB-DVD-R drives)sanpei2004-03-072-0/+10
* Const-poison ip_stf_ttl to make it clear that the variable is notrwatson2004-03-071-1/+1
* MFi386: revisions from 1.1127 to 1.1131.nyan2004-03-071-16/+15
* Add the agp, bfe, sk and ti devices. (the agp is disabled by default).nyan2004-03-071-3/+6
* Add preliminary support for PCMCIA devices in addition to PCI/cardbus.wpaul2004-03-077-271/+650
* Remove GIANT_REQUIRED from vunmapbuf().alc2004-03-071-2/+0
* Giant is not required for vm_thread_new_altkstack().alc2004-03-071-4/+1
* Overdue reversion of revision 1.143.ru2004-03-061-2/+2
* Augment /dev/sndstat with the module names, if applicable.matk2004-03-0624-44/+58
* Remove the phantom 'nv' driver again.scottl2004-03-061-2/+0
* Always call vn_finished_write after vn_start_write was called. Allkan2004-03-061-2/+3
* When faced with a "GenuineIntel", we know what they call it now. Replacepeter2004-03-061-2/+2
* Add a missing part of jhb's previous commit. It looks like he had apeter2004-03-061-1/+5
* kthread_exit() no longer requires Giant, so don't force callers to acquirejhb2004-03-0510-10/+3
* Lock Giant around the body of the adlink_loran() function used by thejhb2004-03-051-0/+2
* - Push down Giant in exit() and wait().jhb2004-03-052-26/+42
* Lock Giant around the single threading code in exec() to satisfy anjhb2004-03-051-0/+3
* - Grab a share lock of the proctree lock while looking for a pid due to thejhb2004-03-051-13/+25
* Undo the merger of mlock()/vslock and munlock()/vsunlock() and thetruckman2004-03-054-53/+116
* The roundrobin callout from sched_4bsd is MPSAFE, so set up therwatson2004-03-051-1/+1
* Document a sysctl.njl2004-03-051-1/+2
* A user can set tz_requested via the hw.acpi.thermal.tzX.active sysctl.njl2004-03-051-1/+1
* Put "failed to set signal flags properly for ast()" check underrwatson2004-03-051-1/+1
* Fixed insertion sort errors in prototype list.bde2004-03-051-20/+20
* Removed garbage:bde2004-03-051-14/+0
* MFi386: (all: keep a comment in sync with code, and don't depend onbde2004-03-051-0/+4
* Include <machine/psl.h> for the definition of PSL_I instead of dependingbde2004-03-051-0/+2
* Fix syntax errors and wrong function prototypes in several MD headerle2004-03-058-18/+18
* Bump __FreeBSD_version for the NULL == ((void *)0)markm2004-03-051-1/+1
* Make NULL a (void*)0 whereever possible, and fix the warnings(-Werror)markm2004-03-051-5/+5
* Document that ENABLE_ALART controls the alarm on Intel intpm driver.obrien2004-03-052-9/+4
* VESA* is a mistake - it cannot exist due to requiring a 32 bit kernel forobrien2004-03-051-3/+0
* Sync with i386/NOTES.obrien2004-03-051-4/+4
* Add comment for 'mptable'.obrien2004-03-051-3/+2
* Note that imp is working on un-shimming this driver, afterwards it shouldobrien2004-03-051-2/+2
* The PECOFF support is 32-bit only.obrien2004-03-051-4/+0
* In the last revision, I introduced a physical contiguity check that is bothalc2004-03-051-3/+1
OpenPOWER on IntegriCloud