aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* In afd_describe(), don't initialize sizestring. On ia64, gcc(1) willMarcel Moolenaar2006-03-301-1/+1
* Add __collate_load_error and __collate_range_cmp to the list ofDaniel Eischen2006-03-303-0/+4
* On some laptops, under very high loads, the socket event register readWarner Losh2006-03-301-2/+13
* Add a mask of valid socket eventsWarner Losh2006-03-301-19/+20
* Don't open if we're going away.Marcel Moolenaar2006-03-301-0/+4
* document the tty files that uart(4) provides like sio(4) and pty(4) bothJohn-Mark Gurney2006-03-301-0/+14
* Always explicitly panic in propogate_priority() if we try to propogateJohn Baldwin2006-03-291-8/+14
* Autogenerate hardware notes for mfi(4).Christian Brueffer2006-03-293-0/+5
* Mention that MegaRAID SAS controllers are supported by mfi(4).Christian Brueffer2006-03-291-1/+6
* Mention that amr(4) supports older MegaRAID hardware and clean up theChristian Brueffer2006-03-291-3/+8
* Fix printf arg on 64-bit arch by casting to an int. The IO port is neverNate Lawson2006-03-291-2/+2
* Move the PC_TO_I() and KCOUNT() macros so they aren't GUPROF specificJohn Baldwin2006-03-291-3/+4
* hold the list lock over the f_event and KNOTE_ACTIVATE calls... This closesJohn-Mark Gurney2006-03-291-1/+1
* Add symbol versioning.Daniel Eischen2006-03-292-0/+37
* *thwack*! all the world's not i386.Dag-Erling Smørgrav2006-03-291-0/+2
* Teach sysinstall about mfi(4).Scott Long2006-03-292-0/+2
* Hook the MFI driver up to the build.Scott Long2006-03-296-0/+8
* Spaces to tabGregory Neil Shapiro2006-03-292-2/+2
* Add sendmail 8.13.4 -> 8.13.6 release note entry.Gregory Neil Shapiro2006-03-292-2/+4
* Add a manual page for mfi(4).Scott Long2006-03-292-0/+87
* Add a blacklist for bad IO ports that AML should never touch. It seemsNate Lawson2006-03-291-0/+76
* Add reset register support. This is the only method to reboot some newNate Lawson2006-03-291-0/+11
* Bring libpthread up to WARNS level 2.Dag-Erling Smørgrav2006-03-296-16/+32
* Account for recent changes in namespace.h. Use _pthread_createDaniel Eischen2006-03-291-4/+4
* - We only lock the local per-CPU page in the local dTLB, so accessing theMarius Strobl2006-03-291-5/+17
* Add convenience macros for the bits in ASI_ESTATE_ERROR_EN_REG (usedMarius Strobl2006-03-291-0/+16
* Fix 64-bit DMA. The problem was an incorrect flag check. Thanks to PaulScott Long2006-03-281-10/+14
* Add malloc_usable_size(3).Jason Evans2006-03-286-4/+85
* Fix prototype mismatch and use of un-namespaced pthread functions.Dag-Erling Smørgrav2006-03-282-22/+14
* Fix prototype mismatch.Dag-Erling Smørgrav2006-03-281-1/+2
* - Conditionalize Giant around VFS operations for ALQ, ktrace, andJohn Baldwin2006-03-283-32/+35
* Conditionalize locking of Giant for VFS in acct(2). We alreadyJohn Baldwin2006-03-281-17/+20
* - Conditionally acquire Giant in mdstart_vnode(), mdcreate_vnode(), andJohn Baldwin2006-03-281-29/+23
* Change vn_open() to honor the MPSAFE flag in the passed in nameidata objectJohn Baldwin2006-03-283-8/+11
* Use the read_cycle_count() function recently added for cpu_ticks() forJohn Baldwin2006-03-282-2/+2
* Use the correct type for and argument. Recent changes to namespace.hDaniel Eischen2006-03-282-2/+2
* - Add a comment describing why tick_init() is called before cninit().Marius Strobl2006-03-281-1/+6
* - Move the check for too high HZ values from tick_init() to tick_start()Marius Strobl2006-03-281-7/+12
* Add convenience macros for the full register set and use them to replaceMarius Strobl2006-03-282-23/+74
* Sync with the other archs and declare the memory location referenced byMarius Strobl2006-03-281-4/+4
* Add semaphore functions, and remove some dupes from the #if 0 section.Dag-Erling Smørgrav2006-03-282-4/+20
* Preserve previous behaviour of kern.geom.raid3.n{64,16,4}k tunables were 0Pawel Jakub Dawidek2006-03-281-1/+1
* Remove redundant ike rc.d script, since we do not have an IPsec IKESimon L. B. Nielsen2006-03-283-20/+2
* Don't use dbg if it isn't defined (such as when this file is used byDag-Erling Smørgrav2006-03-281-0/+2
* Use C99's varadic macro syntax instead of gcc's.Dag-Erling Smørgrav2006-03-281-2/+2
* Add a bunch of missing pthread functions, and move out-of-order functions.Dag-Erling Smørgrav2006-03-282-13/+128
* Remove unused symbols.Joseph Koshy2006-03-282-4/+0
* Don't call audit_logout() if pwd is NULL, as audit_logout() attempts toOlivier Houchard2006-03-281-1/+4
* Document authpf's requirement for a mounted fdescfs(5).Max Laier2006-03-281-2/+8
* Use wrapper macros for atomic pointer operations in order to perform theDag-Erling Smørgrav2006-03-281-18/+36