summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* At some point, construct_utmp() was changed to use realhostname() to filldes2008-10-212-4/+4
* Change vn_start_write() to clear *mpp on all failures when non-NULL vpkib2008-10-211-1/+10
* Hook in ipi handlerskmacy2008-10-211-20/+18
* remove gratuitous XEN definekmacy2008-10-211-8/+0
* don't globally define ipi_bitmap_handler on xenkmacy2008-10-212-1/+4
* Implement infrastructure for gluing i386 ipi functions in to xen's infrastruc...kmacy2008-10-212-29/+151
* Add routine for initializing AP clockkmacy2008-10-211-16/+17
* Header cleanups and addition of IPI declarations for xenkmacy2008-10-216-32/+40
* If we don't know the file size, leave the file size unset.kientzle2008-10-213-14/+28
* Fix 'kern.timeconter.invariant_tsc' tunable and back out a redundant hack.jkim2008-10-211-4/+4
* 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
OpenPOWER on IntegriCloud