aboutsummaryrefslogtreecommitdiff
path: root/sys/fs/procfs
Commit message (Expand)AuthorAgeFilesLines
* Lock the thread lock around block that retrieves td_wmesg. Otherwise,Konstantin Belousov2011-11-091-0/+2
* Fix typo.Konstantin Belousov2011-11-051-1/+1
* In order to maximize the re-usability of kernel code in user space thisKip Macy2011-09-162-4/+4
* Do not return success and a string "unknown" when vn_fullpath() was unableKonstantin Belousov2011-08-161-6/+9
* Add macro to test the sv_flags of any process. Change some places to testDmitry Chagin2011-01-264-5/+5
* Replace pointer to "struct uidinfo" with pointer to "struct ucred"Edward Tomasz Napierala2010-12-021-3/+3
* For non-stopped threads, td_frame pointer is undefined. As aKonstantin Belousov2010-12-022-0/+8
* fix a few cases where a string is passed via format argument instead ofAndriy Gapon2010-06-111-2/+2
* The thread_unsuspend() requires both process mutex and process spinlockKonstantin Belousov2010-05-101-4/+4
* For detach procfs ctl command, also clear P_STOPPED_TRACE process stopKonstantin Belousov2010-05-101-1/+4
* Provide groundwork for 32-bit binary compatibility on non-x86 platforms,Nathan Whitehorn2010-03-115-19/+16
* Update the comment on printing group membership to reflect that factBrooks Davis2010-01-091-1/+1
* Add per-process osrel node to the procfs, to allow read and set p_osrelKonstantin Belousov2009-09-233-1/+73
* Add a new type of VM object: OBJT_SG. An OBJT_SG object is very similar toJohn Baldwin2009-07-241-0/+1
* Implement global and per-uid accounting of the anonymous memory. AddKonstantin Belousov2009-06-231-3/+8
* Add hierarchical jails. A jail may further virtualize its environmentJamie Gritton2009-05-271-4/+5
* Use the p_sysent->sv_flags flag SV_ILP32 to detect 32bit processKonstantin Belousov2009-03-023-9/+9
* Fix a logic bug that caused the pfs_attr method to be called only forDag-Erling Smørgrav2009-02-161-5/+5
* vm_map_lock_read() does not increment map->timestamp, so we shouldKonstantin Belousov2008-12-291-1/+1
* Use curproc->p_sysent->sv_flags bit SV_ILP32 for detection of the 32 bitKonstantin Belousov2008-12-291-11/+5
* Reference the vmspace of the process being inspected by procfs, linprocfsKonstantin Belousov2008-12-121-1/+8
* Relock user map earlier, to have the lock held when break leaves theKonstantin Belousov2008-12-101-2/+1
* Make two style changes to create new commit and document proper commitKonstantin Belousov2008-12-081-1/+1
* Change the linprocfs <pid>/maps and procfs <pid>/map handlers to useKonstantin Belousov2008-12-081-9/+28
* Remove unnecessary locking around vn_fullpath(). The vnode lock for theJohn Baldwin2008-11-042-11/+6
* Change the linprocfs <pid>/maps and procfs <pid>/map handlers to useKonstantin Belousov2008-10-041-29/+7
* Remove kernel support for M:N threading.Jeff Roberson2008-03-123-20/+9
* VOP_LOCK1() (and so VOP_LOCK()) and VOP_UNLOCK() are only used inAttilio Rao2008-01-131-1/+1
* vn_lock() is currently only used with the 'curthread' passed as argument.Attilio Rao2008-01-102-2/+2
* - Move all of the PS_ flags into either p_flag or td_flags.Jeff Roberson2007-09-171-5/+3
* Eliminate now-unused SUSER_ALLOWJAIL arguments to priv_check_cred(); inRobert Watson2007-06-121-2/+1
* rufetch and calcru sometimes should be called atomically together.Attilio Rao2007-06-091-1/+2
* Commit 14/14 of sched_lock decomposition.Jeff Roberson2007-06-053-8/+8
* The process lock is held when procfs_ioctl() is called. Assert that thisDag-Erling Smørgrav2007-05-011-2/+8
* Add synchronization. Eliminate the acquisition and release of Giant.Alan Cox2007-04-231-23/+47
* Instead of stating GIANT_REQUIRED, just acquire and release Giant whereDag-Erling Smørgrav2007-04-151-2/+5
* Fix the same bug as in procfs_doproc{,db}regs(): check that uio_offset isDag-Erling Smørgrav2007-04-151-1/+3
* Don't reset uio_offset to 0 before returning. Instead, refuse to serviceDag-Erling Smørgrav2007-04-152-3/+7
* Add a pn_destroy field to pfs_node. This field points to a destructorDag-Erling Smørgrav2007-03-121-15/+15
* Do allow PIOCSFL in jail for setguid processes; this is more consistentRobert Watson2007-02-191-4/+2
* Fix the race of dereferencing /proc/<pid>/file with execve(2) by cachingKonstantin Belousov2007-02-071-4/+12
* Threading cleanup.. part 2 of several.Julian Elischer2006-12-061-10/+3
* Wake up PIOCWAIT handler on the process exit in addition to the stopKonstantin Belousov2006-11-171-2/+2
* Sweep kernel replacing suser(9) calls with priv(9) calls, assigningRobert Watson2006-11-061-2/+14
* Make KSE a kernel option, turned on by default in all GENERICJohn Birrell2006-10-261-0/+10
* Fix our ioctl(2) implementation when the argument is "int". NewRuslan Ermilov2006-09-271-4/+27
* Upon further review, DES prefers this change over that in revision 1.13Guy Helmer2006-06-051-6/+4
* Revision 1.4 set access for all sensitive files in /proc/<PID> to mode 0Guy Helmer2006-05-241-3/+6
* Hold the proc lock while calling proc_sstep() since the function assertsJohn Baldwin2006-02-221-2/+1
* Make tv_sec a time_t on all platforms but alpha. Brings us more in line withTom Rhodes2005-12-241-4/+4