aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Resort includes to match style(9) a bit more. No functional changeWojciech A. Koszek2010-02-1310-32/+36
* Make sanity check slightly more useful and tweak an error message.Jung-uk Kim2010-02-131-5/+5
* Prefer correct and simpler backlight control methods for ASUS G2K laptop.Jung-uk Kim2010-02-131-22/+3
* Implement LCD brightness control notify handler.Jung-uk Kim2010-02-131-1/+76
* Add a space before printing 'thread pid ...' to match the space beforeRui Paulo2010-02-121-1/+1
* - Implement -q option for pgrep(1).Pawel Jakub Dawidek2010-02-123-5/+58
* Garbage collect Falcon/PPC support that has not been used in releasedEd Maste2010-02-124-128/+0
* Fixed error checking of pthread(3) functions.Ruslan Ermilov2010-02-126-19/+19
* Make manpage's SYNOPSIS match program's usage().Ruslan Ermilov2010-02-122-2/+5
* Remove the PCI_IOSPACE_SIZE and PCI_IOSPACE_ADDR hack from nexus.c. ImplementNeel Natu2010-02-124-47/+132
* - Reorganize code in 'plugin' to share log processing.Fabien Thomas2010-02-1115-1220/+3670
* Initialize pve_fsid and pve_fileid to VNOVAL.Marcel Moolenaar2010-02-111-0/+3
* s/APIS/APIs - not part of the original submission.Tom Rhodes2010-02-111-2/+2
* acpi: drop the second bus_generic_attach passAndriy Gapon2010-02-111-8/+1
* One last pass to get all the unsigned comparisons correct.Kirk McKusick2010-02-112-11/+14
* o Add support for COMPAT_IA32.Marcel Moolenaar2010-02-113-89/+154
* i doesn't need to be signed here, make it unsigned.Warner Losh2010-02-111-1/+1
* Fix a installation issue with $DESTDIR.Norikatsu Shigemura2010-02-111-1/+1
* Correct two typoes.Tom Rhodes2010-02-111-1/+1
* acpi cpu: probe+attach before all other enumerated children on acpi busAndriy Gapon2010-02-112-9/+27
* Remove redundand headers and use more standard ones where necessary.Wojciech A. Koszek2010-02-116-11/+1
* Use more standard way for setting nonblocking flag for a filedescriptor.Wojciech A. Koszek2010-02-111-7/+9
* Within libusb 0.1 API, bus number is always faked to 0. Device numbers,Wojciech A. Koszek2010-02-111-0/+3
* Back to WARNS=3. The breakage wasn't what I thought it was :(Warner Losh2010-02-111-1/+1
* Quiet spurious warnings.Kirk McKusick2010-02-111-8/+8
* Quiet spurious warnings.Kirk McKusick2010-02-111-2/+2
* Keep Tinderbox happy.Kirk McKusick2010-02-111-1/+1
* Increased warnings weren't tested on ARM. Bump warnings back down toWarner Losh2010-02-111-1/+1
* Ensure that newfs will never create a filesystem with more than 2^32Kirk McKusick2010-02-103-47/+67
* This fix corrects a problem in the file system that treats largeKirk McKusick2010-02-102-58/+64
* Start sentences with a new line.Edward Tomasz Napierala2010-02-101-4/+5
* Remove unused variable.Edward Tomasz Napierala2010-02-101-3/+2
* Improve time precision for grdc(6):Xin LI2010-02-101-2/+15
* Improve description for Giant and mention blocking inside interrupt threads.Edward Tomasz Napierala2010-02-101-5/+11
* Add the options DEADLKRES (introducing the deadlock resolver thread) inAttilio Rao2010-02-1038-0/+38
* - Remove reference to nfs4. mount_nfs4(8) was removed in r192578.Jaakko Heinonen2010-02-101-2/+2
* If a mbuf is split across two pages, weRandall Stewart2010-02-101-0/+2
* Turn on the front LED at boot time like we do with the Avila.Rui Paulo2010-02-101-0/+2
* Fix typo in comment.Rui Paulo2010-02-101-1/+1
* 't' stands for Turbo and is a valid mode, so fix previous commit.Rui Paulo2010-02-101-1/+1
* Remove unneeded CFLAGS.Ed Schouten2010-02-101-1/+0
* Code cleanup:Neel Natu2010-02-101-18/+11
* Call profclock() and statclock() explicitly on all cpus. Prior to thisNeel Natu2010-02-101-10/+19
* In function umtxq_insert_queue, use parameter q (shared/exclusive queue)David Xu2010-02-101-1/+1
* Enable interrupts before doing AST processing to avoid a deadlock.Neel Natu2010-02-101-0/+12
* Add new -o option (r203042) to manpage synopsis and usage().Ed Maste2010-02-102-2/+2
* Fix PRMartin Cracauer2010-02-101-2/+2
* Symbolic link to mailwrapper should only be removed if both MK_MAILWRAPPERXin LI2010-02-101-0/+2
* - Move nfs_realign() from the NFS client to the shared NFS code andMarius Strobl2010-02-096-126/+73
* Some style(9) fixesMarius Strobl2010-02-093-74/+75