summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* - GC a few more hand-rolled 'abs' macros.mdodd2003-01-154-35/+14
* - Add inline functions for {ll,l,}abs() to libkern.mdodd2003-01-154-33/+4
* Suspend/resume support (mostly for MiniPCI Prism2.5 boards).mdodd2003-01-143-2/+36
* Some USB devices are not prepared to deal with a single byte stringjoe2003-01-141-2/+8
* Add a very simple but functional GEOM mirror class.phk2003-01-143-0/+252
* Add missing #includedillon2003-01-141-0/+1
* Now that we have non-geom_disk based drivers, we need to cover for those,phk2003-01-141-3/+4
* For the cpu throttling message, s/enabled/availablenjl2003-01-141-1/+2
* Introduce the ability to flag a sysctl for operation at secure level 2 or 3dillon2003-01-143-5/+17
* Remove bogus locking from dc(4). Instead, move interrupt allocationnjl2003-01-142-84/+68
* Don't call destroy_dev it a channel has children.cognet2003-01-141-1/+1
* Save 4 more bytes by not initializing opts to 0. This moves it fromimp2003-01-142-2/+2
* Make the base pcib_route_interrupt method available to other pci-pci bridgebenno2003-01-142-2/+2
* Fix for FreeBSD-4.simokawa2003-01-141-15/+4
* - Update vm_pageout_deficit using atomic operations. It's a simplealc2003-01-143-7/+7
* Make vm_pageout_page_free() static.alc2003-01-142-2/+2
* Since reseting the SCSI busses via the passthrough interface usuallyscottl2003-01-131-7/+12
* It is possible for an active aio to prevent shared memory from beingdillon2003-01-137-27/+32
* Apply bandaid to bring svr4_sys_waitsys() in line with exit1(). Thisdillon2003-01-131-1/+4
* Even if the permissions deny it, a process should be allowed tophk2003-01-131-2/+13
* We can get past here on a normal vnode as well, so use VOP_STRATEGY if so.phk2003-01-131-1/+4
* Fix interactive booting:imp2003-01-132-4/+8
* OK Ok, so I didn't check the NO_GEOM case for the final version...phk2003-01-131-3/+3
* Add Realtek ALC650 id.orion2003-01-131-0/+1
* Add nForce2 device id.orion2003-01-131-0/+4
* Enable the new h0h0magic code which on GEOM kernels make the md(4)phk2003-01-131-3/+0
* Minimal fix for DV part.simokawa2003-01-134-32/+84
* Merge big endian and little endian case.simokawa2003-01-131-35/+42
* style(9) fixes, mostly add parens around return arguments.alfred2003-01-131-63/+65
* Always issue ioctls as BIO_GEATTR requests. The direction of data copies onphk2003-01-131-4/+6
* Fix NewReno.hsu2003-01-135-89/+94
* Add a mutex around the per unit bioqueue.phk2003-01-131-12/+28
* Remove four members of struct nameidata which have been commentedphk2003-01-131-13/+0
* Remove g_silence(). It does not do anything anymore.phk2003-01-133-15/+1
* Fix typo.phk2003-01-131-1/+1
* Add opt_geom.h to the list.phk2003-01-131-1/+1
* Remove the printf which announces the creation of malloc disks: it isphk2003-01-131-1/+0
* Fixed typo and style.nyan2003-01-131-2/+2
* Quirk for Sony USB disk-on-key device.njl2003-01-131-0/+8
* Enable rl(4). It is now fully working using busdma.obrien2003-01-131-1/+1
* Regenerateobrien2003-01-131-1/+3
* - Unbreak world. I did not notice that libkvm was still used in some placesjeff2003-01-132-7/+6
* Correct an off-by-one error in the calculation of the number of interruptbenno2003-01-131-1/+1
* Bow to the whining masses and change a union back into void *. Retaindillon2003-01-1347-233/+203
* Make vm_page_alloc() return PG_ZERO only if VM_ALLOC_ZERO is specified.alc2003-01-121-4/+5
* Add code to make md(4) a GEOM device driver instead of relying inphk2003-01-121-4/+134
* Partial support for the nVidia nForce2 chipset's on-board Broadcom/Altima PHYobrien2003-01-124-0/+7
* - Move ke_pctcpu and ke_cpticks into the scheduler specific datastructure.jeff2003-01-122-17/+30
* Shift things around a bit in preparation for future evilness.phk2003-01-121-43/+48
* Allowing nent < 0 in aio_suspend() and lio_listio() is just asking fortjr2003-01-121-2/+2
OpenPOWER on IntegriCloud