summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Add prototypes for the non-standard _unlocked functions.tjr2003-01-131-0/+6
* 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
* Add check for AIO support before starting up.njl2003-01-131-0/+27
* 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
* Lock the stream before calling __sfileno() to retrieve the file descriptor.tjr2003-01-131-2/+10
* Add missing word to "Return Values" section.tjr2003-01-131-0/+1
* Bow to the whining masses and change a union back into void *. Retaindillon2003-01-1351-243/+213
* Make vm_page_alloc() return PG_ZERO only if VM_ALLOC_ZERO is specified.alc2003-01-121-4/+5
* MFen: Add `id' attribute to <sect1>.hrs2003-01-129-27/+28
* Merge the following from the English version:hrs2003-01-123-58/+123
* 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
* Merge the following from the English version:hrs2003-01-121-152/+171
* - Move ke_pctcpu and ke_cpticks into the scheduler specific datastructure.jeff2003-01-122-17/+30
* Forced commit; the previous commit's message should have been:roam2003-01-120-0/+0
* /tmp/msgroam2003-01-1216-31/+31
* Shift things around a bit in preparation for future evilness.phk2003-01-121-43/+48
* Fix struct iovec documentation to match reality.mike2003-01-122-2/+2
* MFbed: translation updateue2003-01-121-3/+3
* 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
* Add a manual page for the lio_listio() syscall. Still needs a bittjr2003-01-122-1/+177
* 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
* Fix the named script to find the correct pid file for themtm2003-01-122-2/+3
* It turns out that we do not need to add a new ioctl to unbreak adillon2003-01-122-0/+43
* 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-1251-213/+231
* Note that the 1E is the 1 Enterprise.obrien2003-01-111-1/+1
* Make iso.1 more readable.obrien2003-01-111-4/+8
* 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
* Cleanup the formatting from the last commit, convert everything todillon2003-01-111-8/+21
* 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
* Don't restrict MBR sectorsize to 512 bytes.phk2003-01-111-20/+23
* MFbed: translation updateue2003-01-118-355/+308
* Don't count mbufs with m_type == MT_HEADER or MT_OOBDATA as control datatjr2003-01-113-6/+14
OpenPOWER on IntegriCloud