aboutsummaryrefslogtreecommitdiff
path: root/sys/compat/linprocfs
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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
* 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-241-1/+1
* Make v_wire_count a per-cpu counter(9) counter. This eliminates aJeff Roberson2018-02-121-1/+1
* Use per-domain locks for vm page queue free. Move paging control fromJeff Roberson2018-02-061-2/+2
* spdx: initial adoption of licensing ID tags.Pedro F. Giffuni2017-11-181-0/+2
* Fix caveat in new implementation of linprocfs_docpuinfo():Mahdi Mokhtari2017-06-231-1/+4
* Fix linprocfs_docpuinfo() output regarding to what newer Linux apps expectMahdi Mokhtari2017-05-061-27/+71
* Remove trailing whitespace from r317061Ed Maste2017-04-171-1/+1
* - Remove 'struct vmmeter' from 'struct pcpu', leaving only global vmmeterGleb Smirnoff2017-04-171-10/+10
* Add /proc/self/mounts to linprocfs; some linux binaries need it.Edward Tomasz Napierala2017-02-201-0/+2
* Remove PG_CACHED-related fields from struct vmmeter, because they are noAlan Cox2016-11-221-1/+1
* linprocfs: garbage collect meminfo fields not present in linuxMateusz Guzik2016-09-161-18/+2
* Remove 'cpu' and 'cpu_class' on amd64.John Baldwin2016-09-151-29/+2
* Hide the boottime and bootimebin globals, provide the getboottime(9)Konstantin Belousov2016-07-271-0/+4
* swap_dev_info() does not require Giant, so Giant locking aroundKonstantin Belousov2016-06-121-4/+2
* linprocfs_doproclimits: Initialize error return before useConrad Meyer2016-04-201-0/+2
* linprocfs: Don't print uninitialized valuesConrad Meyer2016-04-201-2/+3
* Cleanup unnecessary semicolons from the kernel.Pedro F. Giffuni2016-04-101-1/+1