aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* | Fix parsing of mount options specified with -o in case an option withJaakko Heinonen2009-10-261-5/+5
* | Merge r198489 from vendor/ncurses/dist:Rong-En Fan2009-10-261-0/+6
|\ \
| * | Pull upstream patch to fix ee(1) crash when received SIGWINCH:Rong-En Fan2009-10-261-0/+6
* | | Report SATA speeds to CAM, to not confuse users with low numbers logged.Alexander Motin2009-10-261-0/+6
* | | Round timeout up when converting CAM milliseconds to ATA seconds.Alexander Motin2009-10-261-2/+2
* | | Increase ATA command timeouts. Some drives need more then 5s to spin-up.Alexander Motin2009-10-264-9/+9
* | | Document new modularised ATA kernel options.Alexander Motin2009-10-261-0/+37
* | | Add IDs for PATA part also.Alexander Motin2009-10-261-0/+2
* | | Add two more VIA SATA chip IDs.Alexander Motin2009-10-262-0/+4
* | | Document atapci kernel module split.Alexander Motin2009-10-261-0/+9
* | | Fix SATA on nVidia MCP55 chipset. It needs some short time to allow BAR(5)Alexander Motin2009-10-261-1/+2
* | | - Initialize variable in order to avoid GCC warning and enable WARNS=6.Ulf Lilleengen2009-10-262-2/+1
* | | Eject CDROM after installation if used as source media.Colin Percival2009-10-261-0/+22
* | | Simplify the inner loop of vm_fault_copy_entry().Alan Cox2009-10-261-13/+12
* | | - Add support for Marvell Yukon 88E8042 device.Ulf Lilleengen2009-10-253-0/+5
* | | Spell out the name of the month.Christian Brueffer2009-10-251-1/+1
* | | Eliminate an unnecessary check from vm_fault_prefault().Alan Cox2009-10-251-2/+2
* | | Compile libgcov without stack protection. It can be linked intoAlexander Kabaev2009-10-251-0/+1
* | | Update according to the latest iwn(4) driver import.Rui Paulo2009-10-252-7/+34
* | | Explain that iwn was updated and the firmware images are now split.Rui Paulo2009-10-251-0/+8
* | | Update firmware images according to the latest iwn updated.Rui Paulo2009-10-251-10/+38
* | | Unconditionally call the setsockopt for IPV6_V6ONLY for v6 linux socketsBjoern A. Zeeb2009-10-251-12/+5
* | | Output a comment on top of each generated file explaining where it cameRui Paulo2009-10-251-1/+5
* | | Inform hwpmc(4) of a thread's impending demise prior to invoking sched_throw().Joseph Koshy2009-10-251-0/+12
* | | Update a comment to reflect the previous change.Alan Cox2009-10-251-1/+1
* | | sh: Exempt $@ and $* from set -uJilles Tjoelker2009-10-243-3/+18
* | | Add some tests for ${var?} and set -u.Jilles Tjoelker2009-10-242-0/+51
* | | Add PRINTF_BUFR_SIZE=128, since we have SMP by default.Marcel Moolenaar2009-10-241-2/+3
* | | A 32KB kernel stack is not quite enough. The new USB stack is a bitMarcel Moolenaar2009-10-241-1/+1
* | | Implement _umtx_op_err() for ia64.Marcel Moolenaar2009-10-243-1/+38
* | | - Rename tunable kern.ipc.shmmaxpgs to kern.ipc.shmall.Ruslan Ermilov2009-10-241-1/+8
* | | Spell DIAGNOSTIC correctly.Ruslan Ermilov2009-10-242-3/+3
* | | Turn on NAP mode on G5 systems, and refactor the HID0 setup code a little.Nathan Whitehorn2009-10-242-89/+160
* | | Allow Heathrow-based machines to boot a kernel containing option SMPNathan Whitehorn2009-10-241-1/+7
* | | Add more obsolete man pages.Antoine Brodin2009-10-241-0/+46
* | | Replace ocurrences of FreeBSD CURRENT by FreeBSD 8.0.Rui Paulo2009-10-242-3/+3
* | | Updates to the iwn driver:Rui Paulo2009-10-246-65/+142
* | | Correct spelling typo in ip_input comment.Robert Watson2009-10-241-1/+1
* | | Not all Intel Core (TM) CPUs implement PMC_CLASS_IAF fixed-functionJoseph Koshy2009-10-241-12/+47
* | | Only claim that the PMC_CLASS_IAF PMCs are supported by a CPU ifJoseph Koshy2009-10-241-5/+15
* | | BIOSes, buggy or otherwise, are i386 or amd64 specific.Marcel Moolenaar2009-10-231-0/+4
* | | Updated iwn(4) driver supporting the newer series, 5000, 5150 and 5300.Rui Paulo2009-10-239-6044/+19943
* | | Remove debugging printf that snuck in here.Nathan Whitehorn2009-10-231-1/+0
* | | Add some more paranoia to setting HID registers, and update the AIMNathan Whitehorn2009-10-233-12/+27
* | | Reimplement device reset sequence in more controller-specific way.Alexander Motin2009-10-231-38/+34
* | | Remove a redundant byte swapping in the previous commit.Jung-uk Kim2009-10-231-1/+0
* | | Try hiding annoying text cursor after the video controller is reset.Jung-uk Kim2009-10-231-0/+5
* | | Search for default 800x600 graphics mode from supported VESA mode list.Jung-uk Kim2009-10-231-18/+46
* | | Correct some issues with zfs boot.Robert Noland2009-10-234-23/+93
* | | - When we restore VESA state, try BIOS POST earlier. VESA restore stateJung-uk Kim2009-10-232-25/+71