summaryrefslogtreecommitdiffstats
path: root/sys/fs/procfs
Commit message (Expand)AuthorAgeFilesLines
* MFC r303382:kib2016-08-261-0/+2
* - Consistently use PROC_ASSERT_HELD() to verify that a process' hold countmarkj2015-11-082-2/+2
* The si_status field of the siginfo_t, provided by the waitid(2) andkib2015-07-182-6/+6
* Provide vnode in memory map info for files on tmpfsvangyzen2015-06-021-4/+10
* Clear p_stops upon PROCFS_CTL_DETACH, similar to r283889.delphij2015-06-011-0/+1
* Always set p_oppid when attaching to an existing process via procfsjhb2015-05-221-1/+1
* The process spin lock currently has the following distinct uses:kib2014-11-261-2/+2
* Relax the vm object locking. Use a read lock.alc2013-06-051-5/+5
* Rename VM_OBJECT_LOCK(), VM_OBJECT_UNLOCK() and VM_OBJECT_TRYLOCK() toattilio2013-02-201-5/+5
* Switch vm_object lock to be a rwlock.attilio2013-02-201-1/+1
* Remove the support for using non-mpsafe filesystem modules.kib2012-10-221-3/+1
* Add procfs to jail-mountable filesystems.mm2012-02-291-1/+1
* Abrogate nchr argument in proc_getargv() and proc_getenvv(): we always wanttrociny2012-01-151-1/+1
* Convert files to UTF-8uqs2012-01-152-2/+2
* In procfs_doproccmdline() if arguments are not cashed read them fromtrociny2011-11-221-30/+8
* Lock the thread lock around block that retrieves td_wmesg. Otherwise,kib2011-11-091-0/+2
* Fix typo.kib2011-11-051-1/+1
* In order to maximize the re-usability of kernel code in user space thiskmacy2011-09-162-4/+4
* Do not return success and a string "unknown" when vn_fullpath() was unablekib2011-08-161-6/+9
* Add macro to test the sv_flags of any process. Change some places to testdchagin2011-01-264-5/+5
* Replace pointer to "struct uidinfo" with pointer to "struct ucred"trasz2010-12-021-3/+3
* For non-stopped threads, td_frame pointer is undefined. As akib2010-12-022-0/+8
* fix a few cases where a string is passed via format argument instead ofavg2010-06-111-2/+2
* The thread_unsuspend() requires both process mutex and process spinlockkib2010-05-101-4/+4
* For detach procfs ctl command, also clear P_STOPPED_TRACE process stopkib2010-05-101-1/+4
* Provide groundwork for 32-bit binary compatibility on non-x86 platforms,nwhitehorn2010-03-115-19/+16
* Update the comment on printing group membership to reflect that factbrooks2010-01-091-1/+1
* Add per-process osrel node to the procfs, to allow read and set p_osrelkib2009-09-233-1/+73
* Add a new type of VM object: OBJT_SG. An OBJT_SG object is very similar tojhb2009-07-241-0/+1
* Implement global and per-uid accounting of the anonymous memory. Addkib2009-06-231-3/+8
* Add hierarchical jails. A jail may further virtualize its environmentjamie2009-05-271-4/+5
* Use the p_sysent->sv_flags flag SV_ILP32 to detect 32bit processkib2009-03-023-9/+9
* Fix a logic bug that caused the pfs_attr method to be called only fordes2009-02-161-5/+5
* vm_map_lock_read() does not increment map->timestamp, so we shouldkib2008-12-291-1/+1
* Use curproc->p_sysent->sv_flags bit SV_ILP32 for detection of the 32 bitkib2008-12-291-11/+5
* Reference the vmspace of the process being inspected by procfs, linprocfskib2008-12-121-1/+8
* Relock user map earlier, to have the lock held when break leaves thekib2008-12-101-2/+1
* Make two style changes to create new commit and document proper commitkib2008-12-081-1/+1
* Change the linprocfs <pid>/maps and procfs <pid>/map handlers to usekib2008-12-081-9/+28
* Remove unnecessary locking around vn_fullpath(). The vnode lock for thejhb2008-11-042-11/+6
* Change the linprocfs <pid>/maps and procfs <pid>/map handlers to usekib2008-10-041-29/+7
* Remove kernel support for M:N threading.jeff2008-03-123-20/+9
* VOP_LOCK1() (and so VOP_LOCK()) and VOP_UNLOCK() are only used inattilio2008-01-131-1/+1
* vn_lock() is currently only used with the 'curthread' passed as argument.attilio2008-01-102-2/+2
* - Move all of the PS_ flags into either p_flag or td_flags.jeff2007-09-171-5/+3
* Eliminate now-unused SUSER_ALLOWJAIL arguments to priv_check_cred(); inrwatson2007-06-121-2/+1
* rufetch and calcru sometimes should be called atomically together.attilio2007-06-091-1/+2
* Commit 14/14 of sched_lock decomposition.jeff2007-06-053-8/+8
* The process lock is held when procfs_ioctl() is called. Assert that thisdes2007-05-011-2/+8
* Add synchronization. Eliminate the acquisition and release of Giant.alc2007-04-231-23/+47
OpenPOWER on IntegriCloud