summaryrefslogtreecommitdiff
path: root/sys/fs/procfs
AgeCommit message (Expand)Author
2025-09-09procfs: Restore printing the effective GID in 'status'Olivier Certner
2025-09-03pseudofs: return errors from pfs_create_*()Kyle Evans
2024-11-08proc_rwmem check PRIV_PROC_MEM_WRITE when writingSimon J. Gerraty
2024-09-21procfs: ensure that RLIMIT_IDENT is properly updated when a limit is addedKonstantin Belousov
2024-09-19procfs require PRIV_PROC_MEM_WRITE to write memSimon J. Gerraty
2024-07-29proc: Remove kernel stack swapping support, part 6Mark Johnston
2024-05-10uio: Use switch statements when handling UIO_READ vs UIO_WRITEJohn Baldwin
2024-02-02procfs: Add self & exe symlinks like NetBSD doesRicardo Branco
2023-11-26sys: Automated cleanup of cdefs and other formattingWarner Losh
2023-11-26sys: Remove ancient SCCS tags.Warner Losh
2023-08-16sys: Remove $FreeBSD$: one-line .c patternWarner Losh
2023-08-16sys: Remove $FreeBSD$: one-line .h patternWarner Losh
2023-08-16sys: Remove $FreeBSD$: two-line .h patternWarner Losh
2023-04-10procfs: Sync a documentation comment with the code.Joseph Koshy
2022-07-17vm_pager: Remove references to KVME_TYPE_DEFAULT in the kernelMark Johnston
2022-05-28sysent: Get rid of bogus sys/sysent.h include.Dmitry Chagin
2021-11-04procfs_doprocfile(): simplifyKonstantin Belousov
2021-10-31procfs: return right hardlink from /proc/curproc/fileKonstantin Belousov
2021-08-30Create sys/reg.h for the common code previously in machine/reg.hAndrew Turner
2021-05-13procfs_map: switch to use vm_object_kvme_typeKonstantin Belousov
2021-05-07Add OBJT_SWAP_TMPFS pagerKonstantin Belousov
2021-02-25Close races in vm object chain traversal for unlockRyan Libby
2020-09-01fs: clean up empty lines in .c and .h filesMateusz Guzik
2020-08-24cache: drop the always curthread argument from reverse lookup routinesMateusz Guzik
2020-04-01Retire procfs-based process debugging.John Baldwin
2020-03-17Mark procfs-based process debugging as deprecated for FreeBSD 13.John Baldwin
2019-10-08Define macro VM_MAP_ENTRY_FOREACH for enumerating the entries in a vm_map.Doug Moore
2018-12-03Plug memory disclosures via ptrace(2).Mark Johnston
2018-05-04Make it easier for filesystems to count themselves as jail-enabled,Jamie Gritton
2018-04-24[procfs] Split procfs_attr into multiple functionsEitan Adler
2018-04-06Move most of the contents of opt_compat.h to opt_global.h.Brooks Davis
2018-01-05Correct comment. procfs_doprocfile implements 'file', not 'self'.John Baldwin
2017-12-28Reuse kern_proc_vmmap_resident() for procfs_map resident count.Konstantin Belousov
2017-11-27sys/fs: further adoption of SPDX licensing ID tags.Pedro F. Giffuni
2017-11-20sys: further adoption of SPDX licensing ID tags.Pedro F. Giffuni
2017-11-18spdx: initial adoption of licensing ID tags.Pedro F. Giffuni
2017-03-05remove procfs ctl interfaceEric Badger
2017-02-28Renumber copyright clause 4Warner Losh
2016-07-27Hide the boottime and bootimebin globals, provide the getboottime(9)Konstantin Belousov
2015-11-08- Consistently use PROC_ASSERT_HELD() to verify that a process' hold countMark Johnston
2015-07-18The si_status field of the siginfo_t, provided by the waitid(2) andKonstantin Belousov
2015-06-02Provide vnode in memory map info for files on tmpfsEric van Gyzen
2015-06-01Clear p_stops upon PROCFS_CTL_DETACH, similar to r283889.Xin LI
2015-05-22Always set p_oppid when attaching to an existing process via procfsJohn Baldwin
2014-11-26The process spin lock currently has the following distinct uses:Konstantin Belousov
2013-06-05Relax the vm object locking. Use a read lock.Alan Cox
2013-03-09Switch the vm_object mutex to be a rwlock. This will enable in theAttilio Rao
2012-10-22Remove the support for using non-mpsafe filesystem modules.Konstantin Belousov
2012-02-29Add procfs to jail-mountable filesystems.Martin Matuska
2012-01-15Abrogate nchr argument in proc_getargv() and proc_getenvv(): we always wantMikolaj Golub