summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Cleanup the probe code a bit.sos2003-03-121-23/+24
* Acquire sched_lock around use of FOREACH_KSEGRP_IN_PROC, accessestjr2003-03-121-3/+15
* In wait1(), remove the zombie process from zombproc before removingtjr2003-03-121-5/+5
* Dont hang the channel on enclosures without sensors.sos2003-03-121-16/+17
* Put back including sys/devicestat.h for 4-stable.simokawa2003-03-121-0/+3
* clean up the en driver since it will survice for a while bykjc2003-03-121-96/+0
* - Added support for multiple page directory pages to pmap_pinit andjake2003-03-122-166/+114
* correct malloc flag argumentsam2003-03-121-1/+1
* Do not depend on namespace pollution, explicitly include sys/sx.hkan2003-03-121-0/+1
* fix module building; drivers now require opt_{ubsec,hifn}.hsam2003-03-112-2/+8
* FIPS 140-2 rng data tester for h/w crypto devices. This driver periodicallysam2003-03-112-0/+455
* o add crypto driver glue for using the new rndtest driver/module; this issam2003-03-116-11/+82
* Trim an extra blank line that snuck into the last commit.jhb2003-03-111-1/+0
* gack; revert previous commit; not only did I read things backward butsam2003-03-111-1/+1
* sync with current: reduce default maxbatch setting from 5 to 1sam2003-03-111-1/+1
* Rename vfs_stdsync function to vfs_stdnosync which matches morekan2003-03-1115-109/+70
* - Change witness_displaydescendants() to accept the indentation level asjhb2003-03-111-21/+25
* - Split the itismychild() function into two functions: insertchild()jhb2003-03-111-42/+144
* Trim useless "../" leading strings from filenames passed into witness.jhb2003-03-111-0/+18
* Adjust style of #ifdef's and #endif's to be more consistent and in linejhb2003-03-111-7/+7
* Do the lock order check skip for the LOP_TRYLOCK case after the check forjhb2003-03-111-8/+8
* Rework the eventhandler locking for hopefully the last time. The schemejhb2003-03-112-84/+170
* Retire the KTR_LOCKMGR bit and use it to log eventhandler messagesjhb2003-03-111-1/+1
* Axe the useless MTX_SLEEPABLE flag. mutexes are not sleepable locks.jhb2003-03-113-7/+2
* Use a shorter and less redundant name for the sysctl tree lock.jhb2003-03-111-1/+1
* Use the KTR_LOCK mask for logging events via KTR in lockmgr() ratherjhb2003-03-111-4/+4
* Trim leading "../" sequences from filenames.jhb2003-03-111-0/+3
* Use bus_space_handle_t to represent host port and virtual addresses;jake2003-03-113-36/+36
* FIPS 140-2 rng data tester for h/w crypto devices. This driver periodicallysam2003-03-113-0/+10
* correct output byte count statistic collectionsam2003-03-111-2/+3
* Remove bogus UNLOCK in if_wi.c. Since we no longer WILOCK() in theimp2003-03-111-3/+1
* Add _HID of IrDA module and Pen tablet ontakawata2003-03-111-0/+2
* FreeBSD 5.0 has stopped shipping /modules 2.5 years ago. Catchru2003-03-111-1/+1
* Make uhci_waitintr() robust to interrupts being enabled, even thoughiedowse2003-03-111-4/+3
* - Regularize variable usage in cluster_read().jeff2003-03-111-92/+62
* Lock proc lock before changing p_flag.davidxu2003-03-112-0/+4
* Fix signal delivering bug for threaded process.davidxu2003-03-113-14/+16
* Quirk for SanDisk ImageMate II compact flash readernjl2003-03-111-0/+8
* Quirk for Pentax Optio 230 USB camera. Note that other products probablynjl2003-03-112-0/+14
* usbdevs entry for Asahi Optical OPTIO 230 digital camera. Regen.njl2003-03-113-0/+12
* Update Radeon PCI IDs and naming from pciids.sf.net.anholt2003-03-111-26/+28
* Fix threaded process job control bug. SMP tested.davidxu2003-03-115-84/+68
* If we run out of consumers while orphaning them, and the provider's geomphk2003-03-101-0/+5
* Fix yet another fallout of our M_* song and dance.phk2003-03-101-1/+1
* "Or" is expressed with 2 separate config lines.jake2003-03-101-1/+2
* Remove trainling whitespace.kan2003-03-102-21/+20
* PHCC[1]:phk2003-03-102-4/+4
* Make malloc and mbuf allocation mode flags nonoverlapping.phk2003-03-104-7/+39
* Now that we have WITNESS_WARN(), we only call witness_list() from thejhb2003-03-101-41/+29
* Remove the enclose_print() call, it is already called from ata-disk.csos2003-03-101-1/+0
OpenPOWER on IntegriCloud