| Commit message (Expand) | Author | Age | Files | Lines |
* | regen for 32bit System V shared memory | Paul Saab | 2006-03-30 | 4 | -7/+13 |
* | Properly support for FreeBSD 4 32bit System V shared memory. | Paul Saab | 2006-03-30 | 3 | -7/+179 |
* | Remove paranoid thread hijacking check. It cause wierd behaviour | Ariff Abdullah | 2006-03-30 | 1 | -8/+2 |
* | In afd_describe(), don't initialize sizestring. On ia64, gcc(1) will | Marcel Moolenaar | 2006-03-30 | 1 | -1/+1 |
* | Add __collate_load_error and __collate_range_cmp to the list of | Daniel Eischen | 2006-03-30 | 3 | -0/+4 |
* | On some laptops, under very high loads, the socket event register read | Warner Losh | 2006-03-30 | 1 | -2/+13 |
* | Add a mask of valid socket events | Warner Losh | 2006-03-30 | 1 | -19/+20 |
* | Don't open if we're going away. | Marcel Moolenaar | 2006-03-30 | 1 | -0/+4 |
* | document the tty files that uart(4) provides like sio(4) and pty(4) both | John-Mark Gurney | 2006-03-30 | 1 | -0/+14 |
* | Always explicitly panic in propogate_priority() if we try to propogate | John Baldwin | 2006-03-29 | 1 | -8/+14 |
* | Autogenerate hardware notes for mfi(4). | Christian Brueffer | 2006-03-29 | 3 | -0/+5 |
* | Mention that MegaRAID SAS controllers are supported by mfi(4). | Christian Brueffer | 2006-03-29 | 1 | -1/+6 |
* | Mention that amr(4) supports older MegaRAID hardware and clean up the | Christian Brueffer | 2006-03-29 | 1 | -3/+8 |
* | Fix printf arg on 64-bit arch by casting to an int. The IO port is never | Nate Lawson | 2006-03-29 | 1 | -2/+2 |
* | Move the PC_TO_I() and KCOUNT() macros so they aren't GUPROF specific | John Baldwin | 2006-03-29 | 1 | -3/+4 |
* | hold the list lock over the f_event and KNOTE_ACTIVATE calls... This closes | John-Mark Gurney | 2006-03-29 | 1 | -1/+1 |
* | Add symbol versioning. | Daniel Eischen | 2006-03-29 | 2 | -0/+37 |
* | *thwack*! all the world's not i386. | Dag-Erling Smørgrav | 2006-03-29 | 1 | -0/+2 |
* | Teach sysinstall about mfi(4). | Scott Long | 2006-03-29 | 2 | -0/+2 |
* | Hook the MFI driver up to the build. | Scott Long | 2006-03-29 | 6 | -0/+8 |
* | Spaces to tab | Gregory Neil Shapiro | 2006-03-29 | 2 | -2/+2 |
* | Add sendmail 8.13.4 -> 8.13.6 release note entry. | Gregory Neil Shapiro | 2006-03-29 | 2 | -2/+4 |
* | Add a manual page for mfi(4). | Scott Long | 2006-03-29 | 2 | -0/+87 |
* | Add a blacklist for bad IO ports that AML should never touch. It seems | Nate Lawson | 2006-03-29 | 1 | -0/+76 |
* | Add reset register support. This is the only method to reboot some new | Nate Lawson | 2006-03-29 | 1 | -0/+11 |
* | Bring libpthread up to WARNS level 2. | Dag-Erling Smørgrav | 2006-03-29 | 6 | -16/+32 |
* | Account for recent changes in namespace.h. Use _pthread_create | Daniel Eischen | 2006-03-29 | 1 | -4/+4 |
* | - We only lock the local per-CPU page in the local dTLB, so accessing the | Marius Strobl | 2006-03-29 | 1 | -5/+17 |
* | Add convenience macros for the bits in ASI_ESTATE_ERROR_EN_REG (used | Marius Strobl | 2006-03-29 | 1 | -0/+16 |
* | Fix 64-bit DMA. The problem was an incorrect flag check. Thanks to Paul | Scott Long | 2006-03-28 | 1 | -10/+14 |
* | Add malloc_usable_size(3). | Jason Evans | 2006-03-28 | 6 | -4/+85 |
* | Fix prototype mismatch and use of un-namespaced pthread functions. | Dag-Erling Smørgrav | 2006-03-28 | 2 | -22/+14 |
* | Fix prototype mismatch. | Dag-Erling Smørgrav | 2006-03-28 | 1 | -1/+2 |
* | - Conditionalize Giant around VFS operations for ALQ, ktrace, and | John Baldwin | 2006-03-28 | 3 | -32/+35 |
* | Conditionalize locking of Giant for VFS in acct(2). We already | John Baldwin | 2006-03-28 | 1 | -17/+20 |
* | - Conditionally acquire Giant in mdstart_vnode(), mdcreate_vnode(), and | John Baldwin | 2006-03-28 | 1 | -29/+23 |
* | Change vn_open() to honor the MPSAFE flag in the passed in nameidata object | John Baldwin | 2006-03-28 | 3 | -8/+11 |
* | Use the read_cycle_count() function recently added for cpu_ticks() for | John Baldwin | 2006-03-28 | 2 | -2/+2 |
* | Use the correct type for and argument. Recent changes to namespace.h | Daniel Eischen | 2006-03-28 | 2 | -2/+2 |
* | - Add a comment describing why tick_init() is called before cninit(). | Marius Strobl | 2006-03-28 | 1 | -1/+6 |
* | - Move the check for too high HZ values from tick_init() to tick_start() | Marius Strobl | 2006-03-28 | 1 | -7/+12 |
* | Add convenience macros for the full register set and use them to replace | Marius Strobl | 2006-03-28 | 2 | -23/+74 |
* | Sync with the other archs and declare the memory location referenced by | Marius Strobl | 2006-03-28 | 1 | -4/+4 |
* | Add semaphore functions, and remove some dupes from the #if 0 section. | Dag-Erling Smørgrav | 2006-03-28 | 2 | -4/+20 |
* | Preserve previous behaviour of kern.geom.raid3.n{64,16,4}k tunables were 0 | Pawel Jakub Dawidek | 2006-03-28 | 1 | -1/+1 |
* | Remove redundant ike rc.d script, since we do not have an IPsec IKE | Simon L. B. Nielsen | 2006-03-28 | 3 | -20/+2 |
* | Don't use dbg if it isn't defined (such as when this file is used by | Dag-Erling Smørgrav | 2006-03-28 | 1 | -0/+2 |
* | Use C99's varadic macro syntax instead of gcc's. | Dag-Erling Smørgrav | 2006-03-28 | 1 | -2/+2 |
* | Add a bunch of missing pthread functions, and move out-of-order functions. | Dag-Erling Smørgrav | 2006-03-28 | 2 | -13/+128 |
* | Remove unused symbols. | Joseph Koshy | 2006-03-28 | 2 | -4/+0 |