summaryrefslogtreecommitdiffstats
path: root/sys/fs/procfs
Commit message (Expand)AuthorAgeFilesLines
* 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
* Instead of stating GIANT_REQUIRED, just acquire and release Giant wheredes2007-04-151-2/+5
* Fix the same bug as in procfs_doproc{,db}regs(): check that uio_offset isdes2007-04-151-1/+3
* Don't reset uio_offset to 0 before returning. Instead, refuse to servicedes2007-04-152-3/+7
* Add a pn_destroy field to pfs_node. This field points to a destructordes2007-03-121-15/+15
* Do allow PIOCSFL in jail for setguid processes; this is more consistentrwatson2007-02-191-4/+2
* Fix the race of dereferencing /proc/<pid>/file with execve(2) by cachingkib2007-02-071-4/+12
* Threading cleanup.. part 2 of several.julian2006-12-061-10/+3
* Wake up PIOCWAIT handler on the process exit in addition to the stopkib2006-11-171-2/+2
* Sweep kernel replacing suser(9) calls with priv(9) calls, assigningrwatson2006-11-061-2/+14
* Make KSE a kernel option, turned on by default in all GENERICjb2006-10-261-0/+10
* Fix our ioctl(2) implementation when the argument is "int". Newru2006-09-271-4/+27
* Upon further review, DES prefers this change over that in revision 1.13ghelmer2006-06-051-6/+4
* Revision 1.4 set access for all sensitive files in /proc/<PID> to mode 0ghelmer2006-05-241-3/+6
* Hold the proc lock while calling proc_sstep() since the function assertsjhb2006-02-221-2/+1
* Make tv_sec a time_t on all platforms but alpha. Brings us more in line withtrhodes2005-12-241-4/+4
* 1. Change prototype of trapsignal and sendsig to use ksiginfo_t *, mostdavidxu2005-10-141-1/+1
* Jumbo-commit to enhance 32 bit application support on 64 bit kernels.peter2005-06-305-10/+199
* Conditionally weaken sys_generic.c rev 1.136 to allow certain dubiouspeter2005-06-301-0/+14
* Don't export major,minor, instead export tty name.phk2005-03-151-3/+3
OpenPOWER on IntegriCloud