aboutsummaryrefslogtreecommitdiff
path: root/sys/fs/procfs
Commit message (Expand)AuthorAgeFilesLines
* procfs: Restore printing the effective GID in 'status'Olivier Certner2025-09-091-6/+2
* pseudofs: return errors from pfs_create_*()Kyle Evans2025-09-041-34/+34
* proc_rwmem check PRIV_PROC_MEM_WRITE when writingSimon J. Gerraty2024-11-091-2/+0
* procfs: ensure that RLIMIT_IDENT is properly updated when a limit is addedKonstantin Belousov2024-09-201-0/+3
* procfs require PRIV_PROC_MEM_WRITE to write memSimon J. Gerraty2024-09-191-0/+3
* proc: Remove kernel stack swapping support, part 6Mark Johnston2024-07-291-15/+11
* uio: Use switch statements when handling UIO_READ vs UIO_WRITEJohn Baldwin2024-05-101-2/+5
* procfs: Add self & exe symlinks like NetBSD doesRicardo Branco2024-02-031-0/+4
* sys: Automated cleanup of cdefs and other formattingWarner Losh2023-11-271-1/+0
* sys: Remove ancient SCCS tags.Warner Losh2023-11-2710-20/+0
* sys: Remove $FreeBSD$: one-line .c patternWarner Losh2023-08-161-2/+0
* sys: Remove $FreeBSD$: one-line .h patternWarner Losh2023-08-165-5/+0
* sys: Remove $FreeBSD$: two-line .h patternWarner Losh2023-08-166-12/+0
* procfs: Sync a documentation comment with the code.Joseph Koshy2023-04-101-2/+3
* vm_pager: Remove references to KVME_TYPE_DEFAULT in the kernelMark Johnston2022-07-171-1/+0
* sysent: Get rid of bogus sys/sysent.h include.Dmitry Chagin2022-05-284-4/+3
* procfs_doprocfile(): simplifyKonstantin Belousov2021-11-041-1/+1
* procfs: return right hardlink from /proc/curproc/fileKonstantin Belousov2021-10-311-11/+6
* Create sys/reg.h for the common code previously in machine/reg.hAndrew Turner2021-08-303-6/+0
* procfs_map: switch to use vm_object_kvme_typeKonstantin Belousov2021-05-131-19/+21
* Add OBJT_SWAP_TMPFS pagerKonstantin Belousov2021-05-071-9/+8
* Close races in vm object chain traversal for unlockRyan Libby2021-02-251-2/+3
* 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