| Commit message (Expand) | Author | Age | Files | Lines |
* | Do not call namei() while having another user-controlled vnode | kib | 2009-01-08 | 1 | -18/+31 |
* | Remove Giant locking from domains list. | ed | 2009-01-04 | 1 | -9/+9 |
* | Remove two further uses (debugging and NULLing) of pr_ousrreq, missed due | rwatson | 2009-01-04 | 2 | -3/+0 |
* | Back out r186615; the sanitizing of the pointers in the error case | bz | 2009-01-04 | 1 | -2/+0 |
* | Extend the struct vm_page wire_count to u_int to avoid the overflow | kib | 2009-01-03 | 1 | -1/+5 |
* | Fix a corner case in my previous commit. | ed | 2009-01-02 | 1 | -1/+2 |
* | Don't let /dev/console be revoked if the TTY below is being closed. | ed | 2009-01-02 | 1 | -0/+7 |
* | White space and comment tweaks. | rwatson | 2009-01-01 | 1 | -2/+2 |
* | Temporary workaround for the limitations of the mbuf flowid field: zero | rwatson | 2009-01-01 | 1 | -0/+2 |
* | Don't clobber sysctl_root()'s error number. | ed | 2009-01-01 | 1 | -2/+5 |
* | Document the relationship between enum VM_GUEST and the vm_guest_sysctl_names | ivoras | 2008-12-30 | 1 | -1/+3 |
* | Added missing second part of cleaning j->ip[46] as requested by bz | pho | 2008-12-30 | 1 | -0/+2 |
* | Make sure that unused j->ip[46] are cleared | pho | 2008-12-30 | 1 | -2/+4 |
* | Rename mbcnt to mbcnt_delta in uipc_send() -- unlike other local | rwatson | 2008-12-30 | 1 | -3/+3 |
* | Clear the pointers to the file in the struct filedesc before file is closed | kib | 2008-12-30 | 1 | -6/+8 |
* | In r185557, the check for existing negative entry for the given name | kib | 2008-12-30 | 1 | -22/+11 |
* | Fix compilation. Also move ogetkerninfo() to kern_xxx.c. | ed | 2008-12-29 | 2 | -212/+208 |
* | Push down Giant inside sysctl. Also add some more assertions to the code. | ed | 2008-12-29 | 2 | -53/+39 |
* | vm_map_lock_read() does not increment map->timestamp, so we should | kib | 2008-12-29 | 1 | -2/+2 |
* | drop rnh lock before destroying it | kmacy | 2008-12-28 | 1 | -0/+1 |
* | Hide detect_virtual() along with the accompanying string | bz | 2008-12-27 | 1 | -7/+9 |
* | Prevent overflow of uio_resid. | pho | 2008-12-27 | 1 | -0/+2 |
* | Following the recent security advisory, add a comment describing our | rwatson | 2008-12-25 | 1 | -0/+22 |
* | Do not KASSERT when vp->v_dd is NULL. Only directories which have had ".." | marcus | 2008-12-23 | 1 | -1/+1 |
* | Keep the hold on the vnode during VOP_VPTOCNP() call, allowing the vop | kib | 2008-12-23 | 1 | -1/+1 |
* | Add missing newlines to flags tags of CPU topology, for prettier | ivoras | 2008-12-23 | 1 | -2/+2 |
* | Prevent cross-site forgery attacks on ftpd(8) due to splitting | cperciva | 2008-12-23 | 1 | -0/+5 |
* | Revert r185891. | ed | 2008-12-21 | 1 | -2/+10 |
* | Set PTS_FINISHED before waking up any threads. | ed | 2008-12-21 | 1 | -2/+1 |
* | Let wchan names more closely match pre-MPSAFE TTY behaviour. | ed | 2008-12-20 | 1 | -3/+3 |
* | Modularize the Open Firmware client interface to allow run-time switching | nwhitehorn | 2008-12-20 | 1 | -25/+34 |
* | Further beautify the lock strings to be more pleasing to the eye and | ivoras | 2008-12-19 | 1 | -4/+4 |
* | Removed a comment made obsolete by revisions 157927 and 174292. | ru | 2008-12-18 | 1 | -1/+0 |
* | By popular request, stringify kern.vm_guest sysctl. Now it returns a | ivoras | 2008-12-18 | 1 | -3/+27 |
* | Remove spaces in wait object names to make top (1) output prettier and | ivoras | 2008-12-18 | 1 | -5/+5 |
* | The quotactl, statfs and fstatfs syscall implementations may dereference | kib | 2008-12-18 | 1 | -6/+18 |
* | Do not return success and doomed vnode from lookup. LK_UPGRADE allows | kib | 2008-12-18 | 1 | -0/+4 |
* | Introduce a sysctl kern.vm_guest that reflects what the kernel knows about | ivoras | 2008-12-17 | 1 | -6/+15 |
* | Remove sysctl debug.elf_trace and the trace field in auxargs. They go | peter | 2008-12-17 | 1 | -4/+0 |
* | Minor style(9) nit. | imp | 2008-12-17 | 1 | -2/+1 |
* | Remove two remnant uses of AT_DEBUG. | kib | 2008-12-17 | 1 | -3/+0 |
* | 1) Fix a deadlock in the VFS: | attilio | 2008-12-16 | 2 | -32/+15 |
* | If possible, try to obtain max_mhz on cpufreq attach instead of first request. | mav | 2008-12-16 | 1 | -1/+8 |
* | Change ttyhook_register() second argument from thread to process pointer. | mav | 2008-12-13 | 1 | -4/+11 |
* | - Bug fix: prevent a thread from migrating between CPUs between the | jkoshy | 2008-12-13 | 1 | -8/+0 |
* | Add FIONREAD to pseudo-terminal master devices. | ed | 2008-12-13 | 1 | -0/+10 |
* | Uio_yield() already does DROP_GIANT/PICKUP_GIANT, no need to repeat this | kib | 2008-12-12 | 1 | -2/+0 |
* | Reference the vmspace of the process being inspected by procfs, linprocfs | kib | 2008-12-12 | 1 | -3/+15 |
* | The userland_sysctl() function retries sysctl_root() until returned | kib | 2008-12-12 | 2 | -3/+9 |
* | Add a new VOP, VOP_VPTOCNP, which translates a vnode to its component name | marcus | 2008-12-12 | 3 | -24/+95 |