| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | hold the list lock over the f_event and KNOTE_ACTIVATE calls... This closes | jmg | 2006-03-29 | 1 | -1/+1 |
* | Add symbol versioning. | deischen | 2006-03-29 | 2 | -0/+37 |
* | *thwack*! all the world's not i386. | des | 2006-03-29 | 1 | -0/+2 |
* | Teach sysinstall about mfi(4). | scottl | 2006-03-29 | 2 | -0/+2 |
* | Hook the MFI driver up to the build. | scottl | 2006-03-29 | 6 | -0/+8 |
* | Spaces to tab | gshapiro | 2006-03-29 | 2 | -2/+2 |
* | Add sendmail 8.13.4 -> 8.13.6 release note entry. | gshapiro | 2006-03-29 | 2 | -2/+4 |
* | Add a manual page for mfi(4). | scottl | 2006-03-29 | 2 | -0/+87 |
* | Add a blacklist for bad IO ports that AML should never touch. It seems | njl | 2006-03-29 | 1 | -0/+76 |
* | Add reset register support. This is the only method to reboot some new | njl | 2006-03-29 | 1 | -0/+11 |
* | Bring libpthread up to WARNS level 2. | des | 2006-03-29 | 6 | -16/+32 |
* | Account for recent changes in namespace.h. Use _pthread_create | deischen | 2006-03-29 | 1 | -4/+4 |
* | - We only lock the local per-CPU page in the local dTLB, so accessing the | marius | 2006-03-29 | 1 | -5/+17 |
* | Add convenience macros for the bits in ASI_ESTATE_ERROR_EN_REG (used | marius | 2006-03-29 | 1 | -0/+16 |
* | Fix 64-bit DMA. The problem was an incorrect flag check. Thanks to Paul | scottl | 2006-03-28 | 1 | -10/+14 |
* | Add malloc_usable_size(3). | jasone | 2006-03-28 | 6 | -4/+85 |
* | Fix prototype mismatch and use of un-namespaced pthread functions. | des | 2006-03-28 | 2 | -22/+14 |
* | Fix prototype mismatch. | des | 2006-03-28 | 1 | -1/+2 |
* | - Conditionalize Giant around VFS operations for ALQ, ktrace, and | jhb | 2006-03-28 | 3 | -32/+35 |
* | Conditionalize locking of Giant for VFS in acct(2). We already | jhb | 2006-03-28 | 1 | -17/+20 |
* | - Conditionally acquire Giant in mdstart_vnode(), mdcreate_vnode(), and | jhb | 2006-03-28 | 1 | -29/+23 |
* | Change vn_open() to honor the MPSAFE flag in the passed in nameidata object | jhb | 2006-03-28 | 3 | -8/+11 |
* | Use the read_cycle_count() function recently added for cpu_ticks() for | jhb | 2006-03-28 | 2 | -2/+2 |
* | Use the correct type for and argument. Recent changes to namespace.h | deischen | 2006-03-28 | 2 | -2/+2 |
* | - Add a comment describing why tick_init() is called before cninit(). | marius | 2006-03-28 | 1 | -1/+6 |
* | - Move the check for too high HZ values from tick_init() to tick_start() | marius | 2006-03-28 | 1 | -7/+12 |
* | Add convenience macros for the full register set and use them to replace | marius | 2006-03-28 | 2 | -23/+74 |
* | Sync with the other archs and declare the memory location referenced by | marius | 2006-03-28 | 1 | -4/+4 |
* | Add semaphore functions, and remove some dupes from the #if 0 section. | des | 2006-03-28 | 2 | -4/+20 |
* | Preserve previous behaviour of kern.geom.raid3.n{64,16,4}k tunables were 0 | pjd | 2006-03-28 | 1 | -1/+1 |
* | Remove redundant ike rc.d script, since we do not have an IPsec IKE | simon | 2006-03-28 | 3 | -20/+2 |
* | Don't use dbg if it isn't defined (such as when this file is used by | des | 2006-03-28 | 1 | -0/+2 |
* | Use C99's varadic macro syntax instead of gcc's. | des | 2006-03-28 | 1 | -2/+2 |
* | Add a bunch of missing pthread functions, and move out-of-order functions. | des | 2006-03-28 | 2 | -13/+128 |
* | Remove unused symbols. | jkoshy | 2006-03-28 | 2 | -4/+0 |
* | Don't call audit_logout() if pwd is NULL, as audit_logout() attempts to | cognet | 2006-03-28 | 1 | -1/+4 |
* | Document authpf's requirement for a mounted fdescfs(5). | mlaier | 2006-03-28 | 1 | -2/+8 |
* | Use wrapper macros for atomic pointer operations in order to perform the | des | 2006-03-28 | 1 | -18/+36 |
* | Revert previous commit at davidxu's insistance. Instead, use __DECONST | des | 2006-03-28 | 3 | -8/+12 |
* | Forcibly turn off all PMCs at module unload time. | jkoshy | 2006-03-28 | 1 | -0/+6 |
* | This comment on various IPPORT_ defines was copied from in.h and | dwmalone | 2006-03-28 | 1 | -25/+3 |
* | Remove manual assignment of m_pkthdr from one mbuf to another in | rwatson | 2006-03-28 | 1 | -9/+0 |
* | The undocumented and deprecated system call _umtx_op() takes two pointer | des | 2006-03-28 | 3 | -5/+5 |
* | Fix memory leak which occurs when crypto.ko module is unloaded. | pjd | 2006-03-28 | 1 | -0/+9 |
* | If the query choked with EDNS0, retry without EDNS0. | ume | 2006-03-28 | 1 | -8/+24 |
* | Er, forgot to clear tls space to zero for Variant II. | davidxu | 2006-03-28 | 1 | -1/+1 |
* | Allocate space for thread pointer, this allows thread library to access | davidxu | 2006-03-28 | 5 | -7/+7 |
* | Handle invalid capacity parameters from the firmware. | scottl | 2006-03-28 | 2 | -1/+7 |
* | Add symbol versioning to libm. | deischen | 2006-03-27 | 16 | -0/+246 |
* | Merge conflicts after official patches | ache | 2006-03-27 | 2 | -10/+15 |