summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* 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
* Remove "XXX undocumented" comment from lio_listio().tjr2003-01-121-1/+1
* Make compile cleanly when USB_DEBUG is defined.imp2003-01-121-1/+2
* vm_fault_copy_entry() needn't clear PG_ZERO because it didn't passalc2003-01-121-3/+0
* vm_hold_load_pages() needn't clear PG_ZERO because it didn't passalc2003-01-121-1/+0
* Merged from sys/isa/fd.c revision 1.244.nyan2003-01-122-0/+6
* Change struct file f_data to un_data, a union of the correct structdillon2003-01-1247-201/+220
* Bail out of fd_clone() if the parsed unit number doesn't match ourjoerg2003-01-112-0/+6
* Add support for the Intel 82820 UP-only AGP bridge.anholt2003-01-112-0/+8
* In vm_page_alloc(), fuse two if statements that are conditioned on the samealc2003-01-111-8/+3
* FBSDIDize and clean up whitespace nits.des2003-01-111-30/+25
* Read sanpei's mind, and unbreak the build.des2003-01-111-2/+3
* Change to correct card entry. RATOC REX-R280 is 10Base-T Ether Card,shiba2003-01-111-1/+1
* Regen.shiba2003-01-111-3/+10
* RATOC REX-R280(10Base-T Ether Card) and REX-9530(SCSI2 Card) haveshiba2003-01-111-1/+4
* Fix kernel build.mux2003-01-111-1/+1
OpenPOWER on IntegriCloud