| Commit message (Expand) | Author | Age | Files | Lines |
* | Temporarily disable nice threshold detection code, as it can starve | davidxu | 2005-09-22 | 1 | -1/+3 |
* | Use correct VFS locking rather than unconditionally grabbing Giant around | jhb | 2005-09-21 | 1 | -12/+8 |
* | Pass 'curthread' into VFS_STATFS() from acctwatch(), rather than passing | rwatson | 2005-09-21 | 1 | -2/+2 |
* | Correct an incorrect comment from the dawn of time: neither tprintf() | rwatson | 2005-09-20 | 1 | -10/+2 |
* | Start time_uptime with 1 instead of 0. | andre | 2005-09-19 | 1 | -1/+1 |
* | Rewamp DEVFS internals pretty severely [1]. | phk | 2005-09-19 | 1 | -39/+27 |
* | Add GIANT_REQUIRED and WITNESS sleep warnings to uprintf() and tprintf(), | rwatson | 2005-09-19 | 2 | -0/+14 |
* | Remove mac_create_root_mount() and mpo_create_root_mount(), which | rwatson | 2005-09-19 | 1 | -4/+0 |
* | Move the UUID generator into its own function, called kern_uuidgen(), | marcel | 2005-09-18 | 1 | -29/+39 |
* | Add three new read-only socket options, which allow regression tests | rwatson | 2005-09-18 | 1 | -0/+17 |
* | Fix spelling in a comment. | rwatson | 2005-09-18 | 1 | -1/+1 |
* | Re-comment sbcompress() to explain what it is it does; it took me | rwatson | 2005-09-18 | 2 | -14/+40 |
* | MFp4: Expose device_probe_child() | imp | 2005-09-18 | 1 | -1/+1 |
* | Implement new world order in VFS locking for ACLs. This will remove the | csjp | 2005-09-17 | 3 | -132/+135 |
* | Break out of loop if next buffer pointer has become invalid while flushing | tegge | 2005-09-16 | 1 | -0/+15 |
* | Fix race condition that caused activation of an event to | ups | 2005-09-15 | 1 | -2/+4 |
* | Oops, missed adding the required include. | jhb | 2005-09-15 | 1 | -0/+1 |
* | Replace the dont_sleep_in_callout mutex hack (similar to g_x{up,down}) | jhb | 2005-09-15 | 1 | -8/+2 |
* | Don't disallow sleeping for handlers on swi's since some swi handlers | jhb | 2005-09-15 | 1 | -2/+4 |
* | - Enforce an implicit lock order that Giant cannot be locked while holding | jhb | 2005-09-15 | 1 | -1/+17 |
* | - Add a new simple facility for marking the current thread as being in a | jhb | 2005-09-15 | 2 | -0/+6 |
* | Improve the MP safeness associated with the creation of symbolic | csjp | 2005-09-15 | 4 | -5/+11 |
* | Backout rev. 1.246, it breaks code uses shutdown(2) on non-connected | maxim | 2005-09-15 | 1 | -2/+0 |
* | Fix system shutdown timeout handling by again supporting longer running | rse | 2005-09-15 | 1 | -0/+11 |
* | o Return ENOTCONN when shutdown(2) on non-connected socket. | maxim | 2005-09-15 | 1 | -0/+2 |
* | Retire unused dev_named() function. | phk | 2005-09-15 | 1 | -13/+0 |
* | In vfs_kqfilter(), return EINVAL instead of 1 (EPERM) when an unsupported | rwatson | 2005-09-12 | 1 | -1/+1 |
* | use monotonic `time_uptime' instead of `time_second' | jkim | 2005-09-12 | 1 | -4/+4 |
* | Introduce vfs_read_dirent() which can help VOP_READDIR() implementations | phk | 2005-09-12 | 1 | -0/+27 |
* | Don't retry when vget() returns ENOENT in the nonblocking case due to the | tegge | 2005-09-12 | 1 | -2/+2 |
* | Relocate witness_levelall(), witness_leveldescendents(), and | truckman | 2005-09-11 | 1 | -86/+86 |
* | Make callout_reset() return a non-zero value if a pending callout | glebius | 2005-09-08 | 1 | -3/+8 |
* | Add a new struct buf flag bit, B_PERSISTENT, and use it to tag | truckman | 2005-09-08 | 1 | -11/+13 |
* | Forward declaring static variables as extern is invalid ISO-C. Now that | obrien | 2005-09-07 | 1 | -1/+1 |
* | In soreceive(), when a first mbuf is removed from socket buffer use | glebius | 2005-09-06 | 1 | -8/+1 |
* | Document flags of a pollrec. | glebius | 2005-09-06 | 1 | -0/+5 |
* | Convert the primary ACL allocator from malloc(9) to using a UMA zone instead. | csjp | 2005-09-06 | 3 | -3/+39 |
* | Remove Giant mutex from polling(4) and use a separate poll_mtx(4) | glebius | 2005-09-05 | 1 | -38/+81 |
* | When padding with zero, do pad after prefixes rather than padding | delphij | 2005-09-04 | 1 | -1/+5 |
* | If we ignore an unknown % sequence, we must stop interpreting the | phk | 2005-09-03 | 1 | -2/+9 |
* | - Add some comments to some of the static lock orders. Don't explicitly | jhb | 2005-09-02 | 1 | -5/+14 |
* | - Add an assertion to panic if one tries to call mtx_trylock() on a spin | jhb | 2005-09-02 | 1 | -1/+4 |
* | Add witness warnings to panic if a thread tries to exit while holding any | jhb | 2005-09-02 | 2 | -0/+5 |
* | Break out the checks for duplicates and absolute settings being too high | njl | 2005-09-02 | 1 | -8/+17 |
* | Print out a warning and a backtrace if we try to unlock a lockmgr that | ssouhlal | 2005-09-02 | 1 | -0/+7 |
* | Don't unbusy the devfs mount in vfs_mountroot_try() as it gets accessed | ssouhlal | 2005-09-02 | 1 | -1/+0 |
* | In case of mac_check_vnode_rename_from() or vn_start_write() failure, | pjd | 2005-09-01 | 2 | -2/+4 |
* | Changes and cleanups to m_sanity(): | andre | 2005-08-30 | 1 | -18/+17 |
* | Unbreak m_demote() and put back the 'all' flag. Without it we cannot | andre | 2005-08-30 | 1 | -1/+3 |
* | o Remove the 'all' flag from m_demote(). Users can simply call it with | andre | 2005-08-30 | 1 | -5/+3 |