summaryrefslogtreecommitdiff
path: root/sys/compat/linprocfs
AgeCommit message (Expand)Author
2025-10-17linprocfs: Add nodes for inotifyMark Johnston
2025-09-03pseudofs: return errors from pfs_create_*()Kyle Evans
2025-07-26linprocfs: Continue on error when reading process limitsRicardo Branco
2025-03-10linprocfs: Correct sysfs /proc/<pid>/mountinfo entryAlex S
2024-12-17linprocfs: Properly reset error variable for mtab generationMichael Osipov
2024-05-23linprocfs: Add support for proc/sys/fs/mqueue/*Ricardo Branco
2024-05-21linprocfs: use %z for size_t argumentsWarner Losh
2024-05-21linprocfs: Add support for proc/sysvipc/{msg,sem,shm}Ricardo Branco
2024-05-12Revert linprocfs commitsWarner Losh
2024-05-11linprocfs: Really fix time_t type issueWarner Losh
2024-05-11linprocfs: Fix i386 time typeWarner Losh
2024-05-11linprocfs: Add support for proc/sysvipc/{msg,sem,shm}Ricardo Branco
2024-01-04linprocfs: Avoid using a sysctl to get the CPU model stringMark Johnston
2023-11-26sys: Remove ancient SCCS tags.Warner Losh
2023-08-18linprocfs(5): Follow style(9), sort includesDmitry Chagin
2023-08-18linprocfs(5): Remove sys/cdefs.h inclusion where it's not needed due to 685dc743Dmitry Chagin
2023-08-17Remove my middle name.Dag-Erling Smørgrav
2023-08-16sys: Remove $FreeBSD$: one-line .c patternWarner Losh
2023-05-29linprocfs: Rework according to the new ABI altroot facilityDmitry Chagin
2023-03-04linux(4): Migrate to IfAPIDmitry Chagin
2023-02-26linprocfs(4): Fixup process size in the /proc/pid/stat fileDmitry Chagin
2023-02-23linux(4): Consolidate a FreeBSD interface names translation codeDmitry Chagin
2023-02-21Revert "linprocfs: Migrate to IfAPI"Justin Hibbits
2023-02-03linprocfs: Migrate to IfAPIJustin Hibbits
2022-10-22linprocfs: Add net/route.John Grafton
2022-06-29linprocfs: Decode SGX CPU feature in cpuinfoDmitry Chagin
2022-06-29linprocfs: Decode more CPU flags in cpuinfoDmitry Chagin
2022-06-29linprocfs: Decode constant_tsc CPU featureDmitry Chagin
2022-06-22linprocfs: Skip printing of the guard page in the /proc/self/mapsDmitry Chagin
2022-05-31linprocfs: Add /proc/vm/max_map_countDmitry Chagin
2022-04-11[linprocfs] add sys/kernel/random/boot_idFernando ApesteguĂ­a
2022-03-31linprocfs: Add /proc/self/oom_score_adj.Dmitry Chagin
2022-03-25linprocfs: Eliminate bogus comment (KSE).Dmitry Chagin
2022-01-17linux: add sysctl to pass untranslated interface namesAlexander V. Chernikov
2021-11-25vfs: remove the unused thread argument from NDINIT*Mateusz Guzik
2021-11-24linprocfs: plug set-but-not-unused varsMateusz Guzik
2021-11-03linprocfs: Fix formatting of Uid and Gid linesEdward Tomasz Napierala
2021-09-30linprocfs: find cwd and root handlingMateusz Guzik
2021-07-20linprocfs: Fixup vDSO name in the procmaps after 9931033bbf.Dmitry Chagin
2021-02-18Use atomic loads/stores when updating td->td_stateAlex Richardson
2020-11-28Make MAXPHYS tunable. Bump MAXPHYS to 1M.Konstantin Belousov
2020-11-17linprocfs(5): Add rudimentary /proc/<pid>/mountinfoConrad Meyer
2020-11-05Add sbuf streaming mode to pseudofs(9), use in linprocfs(5)Conrad Meyer
2020-10-29Make linprocfs(4) print a warning when there's not enough room to fillEdward Tomasz Napierala
2020-10-23Add /proc/sys/kernel/ngroups_max to linprocfs(4). The id(1) commandEdward Tomasz Napierala
2020-10-20Fix linprocfs(4) /proc/self/mem semantics to more closely match Linux.Edward Tomasz Napierala
2020-10-15With some popular multiplayer games (such as Counter-Strike: GlobalEdward Tomasz Napierala
2020-09-01compat: clean up empty lines in .c and .h filesMateusz Guzik
2020-08-24cache: drop the always curthread argument from reverse lookup routinesMateusz Guzik
2020-08-12linprocfs: Fix some inaccuracies in meminfo.Mark Johnston