| Commit message (Expand) | Author | Age | Files | Lines |
* | - 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 |
* | Eliminate cpufreq levels for two cases that are less than optimal: | njl | 2005-08-30 | 1 | -47/+48 |
* | Add m_copymdata(struct mbuf *m, struct mbuf *n, int off, int len, | andre | 2005-08-29 | 1 | -0/+145 |
* | Add m_sanity(struct mbuf *m, int sanitize) to do some heavy sanity | andre | 2005-08-29 | 1 | -0/+95 |
* | Add m_demote(struct mbuf *m, int all) to clean up mbuf (chain) from | andre | 2005-08-29 | 1 | -0/+24 |
* | Add 'depth' argument to CTRSTACK() macro, which allows to reduce number | pjd | 2005-08-29 | 2 | -4/+8 |
* | Fix a typo in vop_rename_pre() where we ended up using vholdl() | ssouhlal | 2005-08-28 | 1 | -1/+1 |
* | Handle vm_map_wire()'s failure. | alc | 2005-08-28 | 1 | -1/+5 |
* | Correctly handle vm_map_wire()'s failure. (See also revisions 1.81 and | alc | 2005-08-28 | 1 | -1/+5 |
* | Eliminate an unneeded reference on a vm object. If, in fact, the nearby | alc | 2005-08-28 | 2 | -4/+0 |
* | Revert the previous change for two reasons: (1) If vm_map_find() succeeds | alc | 2005-08-28 | 1 | -17/+10 |
* | Two minor optimizations of fdalloc(): | des | 2005-08-26 | 1 | -1/+3 |
* | Track all lock relationships instead of pruning direct relationships | truckman | 2005-08-25 | 1 | -71/+31 |
* | Back out the removal of LK_NOWAIT from the VOP_LOCK() call in | truckman | 2005-08-23 | 1 | -7/+37 |
* | mp_ncpus is always (properly) initialized, even on UP kernels, so just use it. | pjd | 2005-08-21 | 1 | -5/+0 |
* | Silence "busy" warnings when unmounting devfs at system shutdown. This | rwatson | 2005-08-20 | 1 | -6/+16 |
* | Properly un-giant-trick the cdevsw in fini_cdevsw() | phk | 2005-08-20 | 1 | -3/+7 |
* | Add missing brackets. | davidxu | 2005-08-19 | 1 | -1/+1 |
* | Fix a LOR between sched_lock and sleep queue lock. | davidxu | 2005-08-19 | 2 | -7/+8 |
* | Move up code for testing KEF_HOLD to avoid ke_cpu being changed unexpectly | davidxu | 2005-08-19 | 1 | -8/+8 |
* | - don't forget to save freqency when priority is raised. | ume | 2005-08-18 | 1 | -3/+2 |
* | don't forget to update curr_priority. even when frequency is | ume | 2005-08-18 | 1 | -0/+1 |
* | Handle device drivers with D_NEEDGIANT in a way which does not | phk | 2005-08-17 | 1 | -9/+155 |
* | In vop_stdpathconf(ap) also default for _PC_NAME_MAX and _PC_PATH_MAX. | phk | 2005-08-17 | 1 | -0/+6 |
* | Save cpu level only when priority is greater than PRIO_USER | ume | 2005-08-16 | 1 | -1/+1 |
* | Remove stale comment. | phk | 2005-08-16 | 1 | -2/+0 |
* | Collect the devfs related sysctls in one place | phk | 2005-08-16 | 1 | -4/+0 |
* | Create a new internal .h file to communicate very private stuff | phk | 2005-08-16 | 1 | -0/+2 |
* | Do not keep parent directory locked while calling VFS_ROOT to traverse mount | kan | 2005-08-14 | 1 | -0/+2 |
* | Do not use vm_pager_init() to initialize vnode_pbuf_freecnt variable. | kan | 2005-08-13 | 1 | -6/+0 |
* | Make mpsafe_vfs=1 the default on ia64. | marcel | 2005-08-13 | 1 | -1/+2 |
* | The "lowest" sysctl setting makes more sense as the lowest one to use, so | njl | 2005-08-11 | 1 | -2/+2 |
* | Do not drop the vnode interlock if vdropl is called on already doomed vnode. | kan | 2005-08-10 | 1 | -3/+1 |
* | Add an order between UDP inpcb locks and the IPv4 multicast address | rwatson | 2005-08-09 | 1 | -1/+2 |
* | Propagate rename of IFF_OACTIVE and IFF_RUNNING to IFF_DRV_OACTIVE and | rwatson | 2005-08-09 | 1 | -6/+8 |
* | Drop in a WITNESS_WARN into SYSCTL_IN to make sure that we are | csjp | 2005-08-08 | 1 | -0/+2 |
* | Merge the dev_clone and dev_clone_cred event handlers into a single | rwatson | 2005-08-08 | 2 | -2/+3 |
* | Check to see if we wired the user-supplied buffers in SYSCTL_OUT, if | csjp | 2005-08-08 | 1 | -1/+6 |
* | Try best to keep a preempted thread at front of run queue, this seems | davidxu | 2005-08-08 | 1 | -1/+9 |
* | Export a routine, kobj_machdep_init(), that allows platforms | grehan | 2005-08-07 | 1 | -2/+11 |
* | Change the data type of the upper shared memory limits from a signed | csjp | 2005-08-06 | 1 | -9/+9 |