| Commit message (Expand) | Author | Age | Files | Lines |
| * | Use the refcount API to manage the reference count for user credentials | John Baldwin | 2005-09-27 | 2 | -18/+9 |
| * | Use the reference count API to manage the reference counts for process | John Baldwin | 2005-09-27 | 1 | -11/+4 |
| * | Use the refcount API to implement reference counts on process argument | John Baldwin | 2005-09-27 | 1 | -11/+4 |
| * | Update the "created from" section to reflect the most recent version of | Christian S.J. Peron | 2005-09-27 | 2 | -2/+2 |
| * | Mark the extended attribute syscalls as being MP safe. | Christian S.J. Peron | 2005-09-27 | 1 | -13/+13 |
| * | Add the spin lock used by the binary nvidia driver to the static lock | John Baldwin | 2005-09-26 | 1 | -0/+1 |
| * | Add "show allpcpu" to DDB, which prints the current CPU id followed by | Robert Watson | 2005-09-26 | 1 | -12/+36 |
| * | Reorder statements to avoid accessing unknown memory. | David Xu | 2005-09-26 | 1 | -2/+2 |
| * | Acquire Giant in uprintf() and tprintf() rather than asserting it. In | Robert Watson | 2005-09-26 | 1 | -6/+11 |
| * | Add rman_is_region_manager() for the benefit of an alpha hack. | Poul-Henning Kamp | 2005-09-25 | 1 | -0/+7 |
| * | Implement new world order in VFS locking for extended attributes. This will | Christian S.J. Peron | 2005-09-24 | 3 | -71/+137 |
| * | Split struct resource in an external and internal part. | Poul-Henning Kamp | 2005-09-24 | 1 | -40/+57 |
| * | Add two convenience functions for device drivers: bus_alloc_resources() | Poul-Henning Kamp | 2005-09-24 | 1 | -0/+31 |
| * | Canonicalize the UNIX domain socket copyright layout: original holders | Robert Watson | 2005-09-23 | 1 | -2/+3 |
| * | Don't pretend to be thread0 when calling sync(). | Stephan Uphoff | 2005-09-22 | 1 | -2/+2 |
| * | Temporarily disable nice threshold detection code, as it can starve | David Xu | 2005-09-22 | 1 | -1/+3 |
| * | Use correct VFS locking rather than unconditionally grabbing Giant around | John Baldwin | 2005-09-21 | 1 | -12/+8 |
| * | Pass 'curthread' into VFS_STATFS() from acctwatch(), rather than passing | Robert Watson | 2005-09-21 | 1 | -2/+2 |
| * | Correct an incorrect comment from the dawn of time: neither tprintf() | Robert Watson | 2005-09-20 | 1 | -10/+2 |
| * | Start time_uptime with 1 instead of 0. | Andre Oppermann | 2005-09-19 | 1 | -1/+1 |
| * | Rewamp DEVFS internals pretty severely [1]. | Poul-Henning Kamp | 2005-09-19 | 1 | -39/+27 |
| * | Add GIANT_REQUIRED and WITNESS sleep warnings to uprintf() and tprintf(), | Robert Watson | 2005-09-19 | 2 | -0/+14 |
| * | Remove mac_create_root_mount() and mpo_create_root_mount(), which | Robert Watson | 2005-09-19 | 1 | -4/+0 |
| * | Move the UUID generator into its own function, called kern_uuidgen(), | Marcel Moolenaar | 2005-09-18 | 1 | -29/+39 |
| * | Add three new read-only socket options, which allow regression tests | Robert Watson | 2005-09-18 | 1 | -0/+17 |
| * | Fix spelling in a comment. | Robert Watson | 2005-09-18 | 1 | -1/+1 |
| * | Re-comment sbcompress() to explain what it is it does; it took me | Robert Watson | 2005-09-18 | 2 | -14/+40 |
| * | MFp4: Expose device_probe_child() | Warner Losh | 2005-09-18 | 1 | -1/+1 |
| * | Implement new world order in VFS locking for ACLs. This will remove the | Christian S.J. Peron | 2005-09-17 | 3 | -132/+135 |
| * | Break out of loop if next buffer pointer has become invalid while flushing | Tor Egge | 2005-09-16 | 1 | -0/+15 |
| * | Fix race condition that caused activation of an event to | Stephan Uphoff | 2005-09-15 | 1 | -2/+4 |
| * | Oops, missed adding the required include. | John Baldwin | 2005-09-15 | 1 | -0/+1 |
| * | Replace the dont_sleep_in_callout mutex hack (similar to g_x{up,down}) | John Baldwin | 2005-09-15 | 1 | -8/+2 |
| * | Don't disallow sleeping for handlers on swi's since some swi handlers | John Baldwin | 2005-09-15 | 1 | -2/+4 |
| * | - Enforce an implicit lock order that Giant cannot be locked while holding | John Baldwin | 2005-09-15 | 1 | -1/+17 |
| * | - Add a new simple facility for marking the current thread as being in a | John Baldwin | 2005-09-15 | 2 | -0/+6 |
| * | Improve the MP safeness associated with the creation of symbolic | Christian S.J. Peron | 2005-09-15 | 4 | -5/+11 |
| * | Backout rev. 1.246, it breaks code uses shutdown(2) on non-connected | Maxim Konovalov | 2005-09-15 | 1 | -2/+0 |
| * | Fix system shutdown timeout handling by again supporting longer running | Ralf S. Engelschall | 2005-09-15 | 1 | -0/+11 |
| * | o Return ENOTCONN when shutdown(2) on non-connected socket. | Maxim Konovalov | 2005-09-15 | 1 | -0/+2 |
| * | Retire unused dev_named() function. | Poul-Henning Kamp | 2005-09-15 | 1 | -13/+0 |
| * | In vfs_kqfilter(), return EINVAL instead of 1 (EPERM) when an unsupported | Robert Watson | 2005-09-12 | 1 | -1/+1 |
| * | use monotonic `time_uptime' instead of `time_second' | Jung-uk Kim | 2005-09-12 | 1 | -4/+4 |
| * | Introduce vfs_read_dirent() which can help VOP_READDIR() implementations | Poul-Henning Kamp | 2005-09-12 | 1 | -0/+27 |
| * | Don't retry when vget() returns ENOENT in the nonblocking case due to the | Tor Egge | 2005-09-12 | 1 | -2/+2 |
| * | Relocate witness_levelall(), witness_leveldescendents(), and | Don Lewis | 2005-09-11 | 1 | -86/+86 |
| * | Make callout_reset() return a non-zero value if a pending callout | Gleb Smirnoff | 2005-09-08 | 1 | -3/+8 |
| * | Add a new struct buf flag bit, B_PERSISTENT, and use it to tag | Don Lewis | 2005-09-08 | 1 | -11/+13 |
| * | Forward declaring static variables as extern is invalid ISO-C. Now that | David E. O'Brien | 2005-09-07 | 1 | -1/+1 |
| * | In soreceive(), when a first mbuf is removed from socket buffer use | Gleb Smirnoff | 2005-09-06 | 1 | -8/+1 |