summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Remove unused age_txdqkevlo2008-10-211-2/+0
* No need to sync descriptors twice in age_rxintr()kevlo2008-10-211-6/+0
* Do not use PowerNow! if FID or VID is missing.jkim2008-10-211-1/+1
* Use power management information for AMD CPUs from identcpu.c.jkim2008-10-211-17/+1
* Turn off CPU frequency change notifiers when the TSC is P-state invariantjkim2008-10-219-18/+68
* Detect Advanced Power Management Information for AMD CPUs.jkim2008-10-218-0/+38
* Reflect changes into vinvalbuf(9) prototype.attilio2008-10-201-7/+5
* Bump __FreeBSD_version in order to reflect prototipes changes for theseattilio2008-10-201-1/+1
* In the actual code for witness_warn:attilio2008-10-201-19/+12
* Update a comment which to my reading had been misplaced in rev. 1.12bz2008-10-201-2/+3
* Bring over the change switching from using sequential to randombz2008-10-202-47/+55
* Make HDA PCM device boot and sndstat messages more alike to PCI device ones.mav2008-10-201-5/+21
* Diff reduction against Varnish, including one important fix: use a shareddes2008-10-201-12/+12
* Reimplement flopen(3) using fcntl(2) locks instead of flock(2) locks.des2008-10-202-13/+16
* pidfile(3) uses flopen(3) - don't make any assumptions about how thedes2008-10-201-9/+8
* There is no point in releasing a lock on a file which we've unlinked anddes2008-10-201-4/+0
* #ifdef out the lock-against-self test. I'm not sure it makes sense, anddes2008-10-201-0/+4
* Tune boot messages a bit.mav2008-10-201-4/+4
* Since in_lt() and in_lts() are not static, assume that they are intended todes2008-10-202-2/+22
* Additional style and whitespace fixes.des2008-10-201-1/+3
* Style and whitespacedes2008-10-201-17/+17
* Unbreakdes2008-10-201-3/+3
* Since setclasscpumask() is not static, assume that it is intended to bedes2008-10-202-5/+10
* Style and whitespace.des2008-10-201-15/+19
* Parenthesize return values.des2008-10-201-11/+11
* include and whitespace cleanup.des2008-10-201-7/+8
* Assert that v_holdcnt is non-zero before entering lockmgr in vn_lockkib2008-10-202-0/+8
* In vfs_busy(), lockmgr() cannot legitimately sleep, because code checkedkib2008-10-201-1/+1
* Actually fix pty detection for autologout setting.ru2008-10-202-2/+2
* Import interrupt management defines from latest xenlinuxkmacy2008-10-201-12/+28
* Add support for multiple attributes. This is required for themarcel2008-10-201-6/+13
* The active and bootable flags are not part of the type.marcel2008-10-201-11/+82
* In realtimer_delete(), clear timer's value and interval to telldavidxu2008-10-201-0/+8
* fix static key wep; r183248 caused drivers to be called for keys to besam2008-10-191-1/+2
* Atomically increment the number of awoken APs as all APs willmarcel2008-10-191-1/+1
* Remove trailing comma in SEE ALSO section.simon2008-10-191-1/+1
* Ktr(9) stores format string and arguments in the event circular buffer,kib2008-10-191-21/+25
* - License change to a less restrictive one;delphij2008-10-191-33/+16
* Correctly fill siginfo for the signals delivered by linux tkill/tgkill.kib2008-10-196-53/+132
* Tiny wording nits.keramida2008-10-191-4/+5
* Further simplify the code.delphij2008-10-191-11/+2
* add -n option to suppress clearing the build tree and add -DNO_CLEANsam2008-10-191-2/+18
* - Forward port flush of page table updates on context switch or userretkmacy2008-10-193-2/+25
* GC gratuitous XEN defineskmacy2008-10-191-6/+0
* - move gdt, ldt allocation to before KPT allocationkmacy2008-10-192-42/+65
* GC unused valueskmacy2008-10-192-13/+0
* Add test to verify ACL restores on FreeBSD, verify kern/128203 (mtimekientzle2008-10-193-4/+248
* Style: Mark private data 'static', correct an old comment.kientzle2008-10-191-5/+4
* Coalesce sequentional BIO_DELETE requests to slightly relax size and alignmentmav2008-10-181-8/+23
* Implement BIO_DELETE command with MMC and SD erase commands.mav2008-10-184-149/+333
OpenPOWER on IntegriCloud