aboutsummaryrefslogtreecommitdiff
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Introduce the ability to flag a sysctl for operation at secure level 2 or 3Matthew Dillon2003-01-143-5/+17
* Remove bogus locking from dc(4). Instead, move interrupt allocationNate Lawson2003-01-142-84/+68
* Don't call destroy_dev it a channel has children.Olivier Houchard2003-01-141-1/+1
* Save 4 more bytes by not initializing opts to 0. This moves it fromWarner Losh2003-01-142-2/+2
* Make the base pcib_route_interrupt method available to other pci-pci bridgeBenno Rice2003-01-142-2/+2
* Fix for FreeBSD-4.Hidetoshi Shimokawa2003-01-141-15/+4
* - Update vm_pageout_deficit using atomic operations. It's a simpleAlan Cox2003-01-143-7/+7
* Make vm_pageout_page_free() static.Alan Cox2003-01-142-2/+2
* Since reseting the SCSI busses via the passthrough interface usuallyScott Long2003-01-131-7/+12
* It is possible for an active aio to prevent shared memory from beingMatthew Dillon2003-01-137-27/+32
* Apply bandaid to bring svr4_sys_waitsys() in line with exit1(). ThisMatthew Dillon2003-01-131-1/+4
* Even if the permissions deny it, a process should be allowed toPoul-Henning Kamp2003-01-131-2/+13
* We can get past here on a normal vnode as well, so use VOP_STRATEGY if so.Poul-Henning Kamp2003-01-131-1/+4
* Fix interactive booting:Warner Losh2003-01-132-4/+8
* OK Ok, so I didn't check the NO_GEOM case for the final version...Poul-Henning Kamp2003-01-131-3/+3
* Add Realtek ALC650 id.Orion Hodson2003-01-131-0/+1
* Add nForce2 device id.Orion Hodson2003-01-131-0/+4
* Enable the new h0h0magic code which on GEOM kernels make the md(4)Poul-Henning Kamp2003-01-131-3/+0
* Minimal fix for DV part.Hidetoshi Shimokawa2003-01-134-32/+84
* Merge big endian and little endian case.Hidetoshi Shimokawa2003-01-131-35/+42
* style(9) fixes, mostly add parens around return arguments.Alfred Perlstein2003-01-131-63/+65
* Always issue ioctls as BIO_GEATTR requests. The direction of data copies onPoul-Henning Kamp2003-01-131-4/+6
* Fix NewReno.Jeffrey Hsu2003-01-135-89/+94
* Add a mutex around the per unit bioqueue.Poul-Henning Kamp2003-01-131-12/+28
* Remove four members of struct nameidata which have been commentedPoul-Henning Kamp2003-01-131-13/+0
* Remove g_silence(). It does not do anything anymore.Poul-Henning Kamp2003-01-133-15/+1
* Fix typo.Poul-Henning Kamp2003-01-131-1/+1
* Add opt_geom.h to the list.Poul-Henning Kamp2003-01-131-1/+1
* Remove the printf which announces the creation of malloc disks: it isPoul-Henning Kamp2003-01-131-1/+0
* Fixed typo and style.Yoshihiro Takahashi2003-01-131-2/+2
* Quirk for Sony USB disk-on-key device.Nate Lawson2003-01-131-0/+8
* Enable rl(4). It is now fully working using busdma.David E. O'Brien2003-01-131-1/+1
* RegenerateDavid E. O'Brien2003-01-131-1/+3
* - Unbreak world. I did not notice that libkvm was still used in some placesJeff Roberson2003-01-132-7/+6
* Correct an off-by-one error in the calculation of the number of interruptBenno Rice2003-01-131-1/+1
* Bow to the whining masses and change a union back into void *. RetainMatthew Dillon2003-01-1347-233/+203
* Make vm_page_alloc() return PG_ZERO only if VM_ALLOC_ZERO is specified.Alan Cox2003-01-121-4/+5
* Add code to make md(4) a GEOM device driver instead of relying inPoul-Henning Kamp2003-01-121-4/+134
* Partial support for the nVidia nForce2 chipset's on-board Broadcom/Altima PHYDavid E. O'Brien2003-01-124-0/+7
* - Move ke_pctcpu and ke_cpticks into the scheduler specific datastructure.Jeff Roberson2003-01-122-17/+30
* Shift things around a bit in preparation for future evilness.Poul-Henning Kamp2003-01-121-43/+48
* Allowing nent < 0 in aio_suspend() and lio_listio() is just asking forTim J. Robbins2003-01-121-2/+2
* Remove "XXX undocumented" comment from lio_listio().Tim J. Robbins2003-01-121-1/+1
* Make compile cleanly when USB_DEBUG is defined.Warner Losh2003-01-121-1/+2
* vm_fault_copy_entry() needn't clear PG_ZERO because it didn't passAlan Cox2003-01-121-3/+0
* vm_hold_load_pages() needn't clear PG_ZERO because it didn't passAlan Cox2003-01-121-1/+0
* Merged from sys/isa/fd.c revision 1.244.Yoshihiro Takahashi2003-01-122-0/+6
* Change struct file f_data to un_data, a union of the correct structMatthew Dillon2003-01-1247-201/+220
* Bail out of fd_clone() if the parsed unit number doesn't match ourJoerg Wunsch2003-01-112-0/+6
* Add support for the Intel 82820 UP-only AGP bridge.Eric Anholt2003-01-112-0/+8