aboutsummaryrefslogtreecommitdiff
path: root/sys/compat/linprocfs
Commit message (Expand)AuthorAgeFilesLines
* linprocfs: Continue on error when reading process limitsRicardo Branco8 days1-4/+4
* linprocfs: Correct sysfs /proc/<pid>/mountinfo entryAlex S2025-03-101-5/+1
* linprocfs: Properly reset error variable for mtab generationMichael Osipov2024-12-171-3/+3
* linprocfs: Add support for proc/sys/fs/mqueue/*Ricardo Branco2024-05-231-0/+107
* linprocfs: use %z for size_t argumentsWarner Losh2024-05-221-3/+3
* linprocfs: Add support for proc/sysvipc/{msg,sem,shm}Ricardo Branco2024-05-211-0/+137
* Revert linprocfs commitsWarner Losh2024-05-121-182/+0
* linprocfs: Really fix time_t type issueWarner Losh2024-05-121-11/+11
* linprocfs: Fix i386 time typeWarner Losh2024-05-121-8/+8
* linprocfs: Add support for proc/sysvipc/{msg,sem,shm}Ricardo Branco2024-05-111-0/+182
* linprocfs: Avoid using a sysctl to get the CPU model stringMark Johnston2024-01-041-10/+1
* sys: Remove ancient SCCS tags.Warner Losh2023-11-271-2/+0
* linprocfs(5): Follow style(9), sort includesDmitry Chagin2023-08-181-2/+2
* linprocfs(5): Remove sys/cdefs.h inclusion where it's not needed due to 685dc743Dmitry Chagin2023-08-181-1/+0
* Remove my middle name.Dag-Erling Smørgrav2023-08-171-1/+1
* sys: Remove $FreeBSD$: one-line .c patternWarner Losh2023-08-161-2/+0
* linprocfs: Rework according to the new ABI altroot facilityDmitry Chagin2023-05-291-29/+23
* linux(4): Migrate to IfAPIDmitry Chagin2023-03-041-32/+40
* linprocfs(4): Fixup process size in the /proc/pid/stat fileDmitry Chagin2023-02-261-1/+1
* linux(4): Consolidate a FreeBSD interface names translation codeDmitry Chagin2023-02-231-30/+10
* Revert "linprocfs: Migrate to IfAPI"Justin Hibbits2023-02-211-64/+43
* linprocfs: Migrate to IfAPIJustin Hibbits2023-02-031-43/+64
* linprocfs: Add net/route.John Grafton2022-10-221-0/+79
* linprocfs: Decode SGX CPU feature in cpuinfoDmitry Chagin2022-06-291-1/+1
* linprocfs: Decode more CPU flags in cpuinfoDmitry Chagin2022-06-291-0/+46
* linprocfs: Decode constant_tsc CPU featureDmitry Chagin2022-06-291-0/+2
* linprocfs: Skip printing of the guard page in the /proc/self/mapsDmitry Chagin2022-06-221-1/+7
* linprocfs: Add /proc/vm/max_map_countDmitry Chagin2022-05-311-0/+17
* [linprocfs] add sys/kernel/random/boot_idFernando ApesteguĂ­a2022-04-111-0/+20
* linprocfs: Add /proc/self/oom_score_adj.Dmitry Chagin2022-03-311-0/+30
* linprocfs: Eliminate bogus comment (KSE).Dmitry Chagin2022-03-251-1/+1
* linux: add sysctl to pass untranslated interface namesAlexander V. Chernikov2022-01-171-7/+2
* vfs: remove the unused thread argument from NDINIT*Mateusz Guzik2021-11-251-2/+2
* linprocfs: plug set-but-not-unused varsMateusz Guzik2021-11-241-8/+0
* linprocfs: Fix formatting of Uid and Gid linesEdward Tomasz Napierala2021-11-031-2/+2
* linprocfs: find cwd and root handlingMateusz Guzik2021-09-301-2/+2
* linprocfs: Fixup vDSO name in the procmaps after 9931033bbf.Dmitry Chagin2021-07-201-1/+7
* Use atomic loads/stores when updating td->td_stateAlex Richardson2021-02-181-1/+1
* Make MAXPHYS tunable. Bump MAXPHYS to 1M.Konstantin Belousov2020-11-281-2/+2
* linprocfs(5): Add rudimentary /proc/<pid>/mountinfoConrad Meyer2020-11-171-43/+163
* Add sbuf streaming mode to pseudofs(9), use in linprocfs(5)Conrad Meyer2020-11-051-5/+1
* Make linprocfs(4) print a warning when there's not enough room to fillEdward Tomasz Napierala2020-10-291-0/+4
* Add /proc/sys/kernel/ngroups_max to linprocfs(4). The id(1) commandEdward Tomasz Napierala2020-10-231-0/+15
* Fix linprocfs(4) /proc/self/mem semantics to more closely match Linux.Edward Tomasz Napierala2020-10-201-1/+22
* With some popular multiplayer games (such as Counter-Strike: GlobalEdward Tomasz Napierala2020-10-151-1/+1
* compat: clean up empty lines in .c and .h filesMateusz Guzik2020-09-011-1/+0
* cache: drop the always curthread argument from reverse lookup routinesMateusz Guzik2020-08-241-4/+4
* linprocfs: Fix some inaccuracies in meminfo.Mark Johnston2020-08-121-23/+17
* Add missing SysV IPC stats to linprocfs(4). Fixes 'ipcs -l',Edward Tomasz Napierala2020-07-181-0/+68
* Fix bogomips calculation. Previously it was off by half. This wasEdward Tomasz Napierala2020-07-181-1/+1