summaryrefslogtreecommitdiffstats
path: root/sys/compat/linprocfs
Commit message (Expand)AuthorAgeFilesLines
...
* A bunch of fixes that have been rotting in my tree for a month or twodes2000-12-092-142/+182
* Protect access to p_stat with sched_lock.jhb2000-12-012-0/+4
* Add bogomips to cpuinfo (set it equal to the CPU frequency, which is bogusdes2000-11-272-14/+20
* Check that p->p_pptr is not NULL - kernel processes have no parents!des2000-11-062-4/+4
* Bring cpuinfo closer to what it looks like in Linux 2.2.des2000-10-252-22/+94
* Add /proc/<pid>/status and /proc/<pid>/stat (the latter being mostlydes2000-10-255-10/+365
* Mark directories as directories, not as regular files.des2000-10-101-1/+1
* Fix cut'n'paste bogon.des2000-09-181-1/+1
* Remove unused variables.des2000-09-092-2/+0
* Add stat, uptime and version.des2000-09-095-41/+248
* Pierre Beyssac originally derived linprocfs from procfs, and I've made (anddes2000-09-076-0/+12
* Remove obsolete comment (see rev 1.84 of procfs_vnops.c)des2000-09-041-8/+0
* o Synchronize linprocfs authorization with procfs authorization improvementsrwatson2000-09-011-38/+29
* o Update linprocfs to include similar changes as those in procfs, fixingrwatson2000-08-301-8/+9
* Fixed null pointer panic for accessing "meminfo" when there is no swap.bde2000-08-122-4/+14
* Make exe a symlink.des2000-05-245-23/+71
* Fix include paths so that this builds correctly.msmith2000-04-215-5/+5
* Move the linprocfs bits under the rest of the i386 linux compatibilitymsmith2000-04-206-0/+2064
OpenPOWER on IntegriCloud