aboutsummaryrefslogtreecommitdiff
path: root/sys/compat/linprocfs
Commit message (Expand)AuthorAgeFilesLines
* linprocfs: Properly reset error variable for mtab generationMichael Osipov2024-12-311-3/+3
* linprocfs: Avoid using a sysctl to get the CPU model stringMark Johnston2024-01-111-10/+1
* sys: Remove $FreeBSD$: one-line .c patternWarner Losh2023-08-231-2/+0
* linprocfs(4): Fixup process size in the /proc/pid/stat fileDmitry Chagin2023-03-011-1/+1
* linux(4): Consolidate a FreeBSD interface names translation codeDmitry Chagin2023-02-261-30/+10
* linprocfs: Add net/route.John Grafton2023-01-241-0/+79
* linprocfs: Decode SGX CPU feature in cpuinfoDmitry Chagin2022-07-131-1/+1
* linprocfs: Decode more CPU flags in cpuinfoDmitry Chagin2022-07-131-0/+46
* linprocfs: Decode constant_tsc CPU featureDmitry Chagin2022-07-131-0/+2
* linprocfs: Skip printing of the guard page in the /proc/self/mapsDmitry Chagin2022-07-061-1/+7
* linprocfs: Add /proc/vm/max_map_countDmitry Chagin2022-06-171-0/+17
* [linprocfs] add sys/kernel/random/boot_idFernando ApesteguĂ­a2022-06-171-0/+20
* linprocfs: Add /proc/self/oom_score_adj.Dmitry Chagin2022-06-171-0/+30
* linprocfs: Eliminate bogus comment (KSE).Dmitry Chagin2022-06-171-1/+1
* linprocfs: plug set-but-not-unused varsMateusz Guzik2022-06-171-8/+0
* linprocfs: Fixup vDSO name in the procmaps after 9931033bbf.Dmitry Chagin2022-06-171-1/+7
* linux: add sysctl to pass untranslated interface namesAlexander V. Chernikov2022-03-281-7/+2
* linprocfs: Fix formatting of Uid and Gid linesEdward Tomasz Napierala2022-02-141-2/+2
* linprocfs: find cwd and root handlingMateusz Guzik2021-10-111-2/+2
* 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
* Fix two typos in flag names in /proc/cpuinfo.Edward Tomasz Napierala2020-07-181-2/+2
* Make linprocfs(5) report correct tty number in /proc/<PID>/stat.Edward Tomasz Napierala2020-07-111-4/+29
* Add /proc/sys/kernel/tainted to linprocfs(5). Helps LTP.Edward Tomasz Napierala2020-07-041-0/+13
* Make linprocfs(5) create /proc/bus/pci/devices/, and linsysfs(5)Edward Tomasz Napierala2020-07-041-0/+5
* Make linprocfs(5) create the /proc/<PID>/task/ directores.Edward Tomasz Napierala2020-06-301-0/+27
* fd: move vnodes out of filedesc into a dedicated structureMateusz Guzik2020-03-011-20/+8
* linprocfs: Fix some bugs in the maps file implementation.Mark Johnston2020-01-081-5/+9
* Make linprocfs(5) provide an empty /proc/modules. This should silenceEdward Tomasz Napierala2019-12-291-4/+2
* linprocfs: Make sure to report -1 as tty when we have no controlling tty.Olivier Houchard2019-11-111-1/+4
* Define macro VM_MAP_ENTRY_FOREACH for enumerating the entries in a vm_map.Doug Moore2019-10-081-2/+1
* Fix /proc/mounts for autofs(5) mounts.Edward Tomasz Napierala2019-09-041-0/+9
* Make linprocfs(4) report Tgid, Linux ltrace(1) needs it.Edward Tomasz Napierala2019-09-031-0/+1
* Decode more CPU flags in cpuinfo.Edward Tomasz Napierala2019-05-031-13/+76
* Fix flags in cpuinfo.Edward Tomasz Napierala2019-05-021-6/+6
* Fix output of linprocfs stat entryChuck Tuffli2018-06-221-5/+49
* Add linprocfs support for min_free_kbytesChuck Tuffli2018-06-151-2/+23
* linprocfs: add TracerPid to /proc/pid/status.Konstantin Belousov2018-06-151-2/+2
* Add stubbed arm64 linuxulator /proc/cpuinfo handlerEd Maste2018-06-151-1/+27
* UDP: further performance improvements on txMatt Macy2018-05-231-2/+2