summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Back in 2003, get_cyclecount() was changed to use binuptime() insteadru2009-10-291-10/+4
* HZ is now 1000 on most platforms, update a comment.ru2009-10-291-1/+1
* Fix some problems with effective mmap() offsets > 32 bits. This wasjhb2009-10-282-70/+61
* Remove spurious `)`brueffer2009-10-281-1/+1
* Fix date (1) and SEE ALSO section.brueffer2009-10-281-3/+3
* Initialize f_rabuf in the raw device case. A subsequent close()brueffer2009-10-281-0/+1
* Do first controller time sync after 1 minute, as in Adaptec's vendoremaste2009-10-281-1/+1
* Close a stream file descriptor leak.brueffer2009-10-281-0/+1
* Move pselect(3) man page to section 2.kib2009-10-284-5/+8
* Close a file descriptor leak in an error case.brueffer2009-10-281-0/+1
* Now that the zoneinfo data is automatically updated when a new worldedwin2009-10-281-1/+4
* Whitespace fixup: 8 spaces -> tabemaste2009-10-272-6/+6
* Bugfix: Use formula from section 7.2.3 of RFC 4960. Reported by Martin Becke.tuexen2009-10-271-1/+1
* Fix typos and mdoc style.brueffer2009-10-271-2/+3
* Don't ignore the return value of g_modevent() in fdc_modevent().jh2009-10-271-2/+1
* Don't ignore the return value of g_modevent() in acd_modevent().jh2009-10-271-2/+1
* Add link for callout_schedule(9).emaste2009-10-271-0/+1
* MFV of tzdata2009pedwin2009-10-271-40/+52
* Regeneratekib2009-10-274-5/+18
* Regeneratekib2009-10-273-5/+17
* Regeneratekib2009-10-273-2/+41
* Commit libc files missed in r198508kib2009-10-273-8/+1
* Current pselect(3) is implemented in usermode and thus vulnerable tokib2009-10-279-82/+109
* In r197963, a race with thread being selected for signal deliverykib2009-10-2716-185/+77
* In kern_sigsuspend(), better manipulate thread signal mask usingkib2009-10-274-37/+36
* When protection of wired read-only mapping is changed to read-write,kib2009-10-272-20/+56
* Don't leak a file descriptor when ejecting a CDROM.cperciva2009-10-261-0/+1
* Sync with the other archs and wrapper the prototype of in_cksum_skip(9)marius2009-10-261-0/+2
* Revert r198500 for now, this will break situations whenthompsa2009-10-263-0/+88
* Remove usb controller takeover code now that it is handled by the pci code.thompsa2009-10-263-88/+0
* Improve the round robin stream scheduler.tuexen2009-10-261-11/+5
* Trim empty mergeinfo.jhb2009-10-260-0/+0
* Another nit that both I and ispell missed.jhb2009-10-261-1/+1
* There is no need to "busy" a page when the object is locked for the durationalc2009-10-261-2/+1
* Fix some spelling nits.jhb2009-10-261-5/+5
* Fix typo in bluetooth.3emax2009-10-262-3/+3
* Fix parsing of mount options specified with -o in case an option withjh2009-10-261-5/+5
* Merge r198489 from vendor/ncurses/dist:rafan2009-10-261-0/+6
* Report SATA speeds to CAM, to not confuse users with low numbers logged.mav2009-10-261-0/+6
* Round timeout up when converting CAM milliseconds to ATA seconds.mav2009-10-261-2/+2
* Increase ATA command timeouts. Some drives need more then 5s to spin-up.mav2009-10-264-9/+9
* Document new modularised ATA kernel options.mav2009-10-261-0/+37
* Add IDs for PATA part also.mav2009-10-261-0/+2
* Add two more VIA SATA chip IDs.mav2009-10-262-0/+4
* Document atapci kernel module split.mav2009-10-261-0/+9
* Fix SATA on nVidia MCP55 chipset. It needs some short time to allow BAR(5)mav2009-10-261-1/+2
* - Initialize variable in order to avoid GCC warning and enable WARNS=6.lulf2009-10-262-2/+1
* Eject CDROM after installation if used as source media.cperciva2009-10-261-0/+22
* Simplify the inner loop of vm_fault_copy_entry().alc2009-10-261-13/+12
* - Add support for Marvell Yukon 88E8042 device.lulf2009-10-253-0/+5
OpenPOWER on IntegriCloud