aboutsummaryrefslogtreecommitdiff
path: root/sys/fs/procfs
Commit message (Expand)AuthorAgeFilesLines
* fs: clean up empty lines in .c and .h filesMateusz Guzik2020-09-012-3/+0
* cache: drop the always curthread argument from reverse lookup routinesMateusz Guzik2020-08-242-2/+2
* Retire procfs-based process debugging.John Baldwin2020-04-013-269/+1
* Mark procfs-based process debugging as deprecated for FreeBSD 13.John Baldwin2020-03-171-0/+43
* Define macro VM_MAP_ENTRY_FOREACH for enumerating the entries in a vm_map.Doug Moore2019-10-081-2/+1
* Plug memory disclosures via ptrace(2).Mark Johnston2018-12-033-5/+9
* Make it easier for filesystems to count themselves as jail-enabled,Jamie Gritton2018-05-041-1/+1
* [procfs] Split procfs_attr into multiple functionsEitan Adler2018-04-242-26/+35
* Move most of the contents of opt_compat.h to opt_global.h.Brooks Davis2018-04-065-10/+0
* Correct comment. procfs_doprocfile implements 'file', not 'self'.John Baldwin2018-01-051-1/+1
* Reuse kern_proc_vmmap_resident() for procfs_map resident count.Konstantin Belousov2017-12-281-27/+23
* sys/fs: further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-271-0/+2
* sys: further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-2010-0/+20
* spdx: initial adoption of licensing ID tags.Pedro F. Giffuni2017-11-182-0/+4
* remove procfs ctl interfaceEric Badger2017-03-054-477/+1
* Renumber copyright clause 4Warner Losh2017-02-2810-10/+10
* Hide the boottime and bootimebin globals, provide the getboottime(9)Konstantin Belousov2016-07-271-0/+2
* - Consistently use PROC_ASSERT_HELD() to verify that a process' hold countMark Johnston2015-11-082-2/+2
* The si_status field of the siginfo_t, provided by the waitid(2) andKonstantin Belousov2015-07-182-6/+6
* Provide vnode in memory map info for files on tmpfsEric van Gyzen2015-06-021-4/+10
* Clear p_stops upon PROCFS_CTL_DETACH, similar to r283889.Xin LI2015-06-011-0/+1
* Always set p_oppid when attaching to an existing process via procfsJohn Baldwin2015-05-221-1/+1
* The process spin lock currently has the following distinct uses:Konstantin Belousov2014-11-261-2/+2
* Relax the vm object locking. Use a read lock.Alan Cox2013-06-051-5/+5
* Switch the vm_object mutex to be a rwlock. This will enable in theAttilio Rao2013-03-091-6/+6
* Remove the support for using non-mpsafe filesystem modules.Konstantin Belousov2012-10-221-3/+1
* Add procfs to jail-mountable filesystems.Martin Matuska2012-02-291-1/+1
* Abrogate nchr argument in proc_getargv() and proc_getenvv(): we always wantMikolaj Golub2012-01-151-1/+1
* Convert files to UTF-8Ulrich Spörlein2012-01-152-2/+2
* In procfs_doproccmdline() if arguments are not cashed read them fromMikolaj Golub2011-11-221-30/+8
* 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