| Commit message (Expand) | Author | Age | Files | Lines |
* | MFC r303382: | kib | 2016-08-26 | 1 | -0/+2 |
* | - Consistently use PROC_ASSERT_HELD() to verify that a process' hold count | markj | 2015-11-08 | 2 | -2/+2 |
* | The si_status field of the siginfo_t, provided by the waitid(2) and | kib | 2015-07-18 | 2 | -6/+6 |
* | Provide vnode in memory map info for files on tmpfs | vangyzen | 2015-06-02 | 1 | -4/+10 |
* | Clear p_stops upon PROCFS_CTL_DETACH, similar to r283889. | delphij | 2015-06-01 | 1 | -0/+1 |
* | Always set p_oppid when attaching to an existing process via procfs | jhb | 2015-05-22 | 1 | -1/+1 |
* | The process spin lock currently has the following distinct uses: | kib | 2014-11-26 | 1 | -2/+2 |
* | Relax the vm object locking. Use a read lock. | alc | 2013-06-05 | 1 | -5/+5 |
* | Rename VM_OBJECT_LOCK(), VM_OBJECT_UNLOCK() and VM_OBJECT_TRYLOCK() to | attilio | 2013-02-20 | 1 | -5/+5 |
* | Switch vm_object lock to be a rwlock. | attilio | 2013-02-20 | 1 | -1/+1 |
* | Remove the support for using non-mpsafe filesystem modules. | kib | 2012-10-22 | 1 | -3/+1 |
* | Add procfs to jail-mountable filesystems. | mm | 2012-02-29 | 1 | -1/+1 |
* | Abrogate nchr argument in proc_getargv() and proc_getenvv(): we always want | trociny | 2012-01-15 | 1 | -1/+1 |
* | Convert files to UTF-8 | uqs | 2012-01-15 | 2 | -2/+2 |
* | In procfs_doproccmdline() if arguments are not cashed read them from | trociny | 2011-11-22 | 1 | -30/+8 |
* | Lock the thread lock around block that retrieves td_wmesg. Otherwise, | kib | 2011-11-09 | 1 | -0/+2 |
* | Fix typo. | kib | 2011-11-05 | 1 | -1/+1 |
* | In order to maximize the re-usability of kernel code in user space this | kmacy | 2011-09-16 | 2 | -4/+4 |
* | Do not return success and a string "unknown" when vn_fullpath() was unable | kib | 2011-08-16 | 1 | -6/+9 |
* | Add macro to test the sv_flags of any process. Change some places to test | dchagin | 2011-01-26 | 4 | -5/+5 |
* | Replace pointer to "struct uidinfo" with pointer to "struct ucred" | trasz | 2010-12-02 | 1 | -3/+3 |
* | For non-stopped threads, td_frame pointer is undefined. As a | kib | 2010-12-02 | 2 | -0/+8 |
* | fix a few cases where a string is passed via format argument instead of | avg | 2010-06-11 | 1 | -2/+2 |
* | The thread_unsuspend() requires both process mutex and process spinlock | kib | 2010-05-10 | 1 | -4/+4 |
* | For detach procfs ctl command, also clear P_STOPPED_TRACE process stop | kib | 2010-05-10 | 1 | -1/+4 |
* | Provide groundwork for 32-bit binary compatibility on non-x86 platforms, | nwhitehorn | 2010-03-11 | 5 | -19/+16 |
* | Update the comment on printing group membership to reflect that fact | brooks | 2010-01-09 | 1 | -1/+1 |
* | Add per-process osrel node to the procfs, to allow read and set p_osrel | kib | 2009-09-23 | 3 | -1/+73 |
* | Add a new type of VM object: OBJT_SG. An OBJT_SG object is very similar to | jhb | 2009-07-24 | 1 | -0/+1 |
* | Implement global and per-uid accounting of the anonymous memory. Add | kib | 2009-06-23 | 1 | -3/+8 |
* | Add hierarchical jails. A jail may further virtualize its environment | jamie | 2009-05-27 | 1 | -4/+5 |
* | Use the p_sysent->sv_flags flag SV_ILP32 to detect 32bit process | kib | 2009-03-02 | 3 | -9/+9 |
* | Fix a logic bug that caused the pfs_attr method to be called only for | des | 2009-02-16 | 1 | -5/+5 |
* | vm_map_lock_read() does not increment map->timestamp, so we should | kib | 2008-12-29 | 1 | -1/+1 |
* | Use curproc->p_sysent->sv_flags bit SV_ILP32 for detection of the 32 bit | kib | 2008-12-29 | 1 | -11/+5 |
* | Reference the vmspace of the process being inspected by procfs, linprocfs | kib | 2008-12-12 | 1 | -1/+8 |
* | Relock user map earlier, to have the lock held when break leaves the | kib | 2008-12-10 | 1 | -2/+1 |
* | Make two style changes to create new commit and document proper commit | kib | 2008-12-08 | 1 | -1/+1 |
* | Change the linprocfs <pid>/maps and procfs <pid>/map handlers to use | kib | 2008-12-08 | 1 | -9/+28 |
* | Remove unnecessary locking around vn_fullpath(). The vnode lock for the | jhb | 2008-11-04 | 2 | -11/+6 |
* | Change the linprocfs <pid>/maps and procfs <pid>/map handlers to use | kib | 2008-10-04 | 1 | -29/+7 |
* | Remove kernel support for M:N threading. | jeff | 2008-03-12 | 3 | -20/+9 |
* | VOP_LOCK1() (and so VOP_LOCK()) and VOP_UNLOCK() are only used in | attilio | 2008-01-13 | 1 | -1/+1 |
* | vn_lock() is currently only used with the 'curthread' passed as argument. | attilio | 2008-01-10 | 2 | -2/+2 |
* | - Move all of the PS_ flags into either p_flag or td_flags. | jeff | 2007-09-17 | 1 | -5/+3 |
* | Eliminate now-unused SUSER_ALLOWJAIL arguments to priv_check_cred(); in | rwatson | 2007-06-12 | 1 | -2/+1 |
* | rufetch and calcru sometimes should be called atomically together. | attilio | 2007-06-09 | 1 | -1/+2 |
* | Commit 14/14 of sched_lock decomposition. | jeff | 2007-06-05 | 3 | -8/+8 |
* | The process lock is held when procfs_ioctl() is called. Assert that this | des | 2007-05-01 | 1 | -2/+8 |
* | Add synchronization. Eliminate the acquisition and release of Giant. | alc | 2007-04-23 | 1 | -23/+47 |