summaryrefslogtreecommitdiffstats
path: root/sys/compat/linprocfs
Commit message (Expand)AuthorAgeFilesLines
* Change and clean the mutex lock interface.bmilekic2001-02-092-4/+4
* - Proc locking.jhb2001-01-233-27/+73
* Protect proc.p_pptr with the proctree lock.jake2001-01-102-4/+20
* Use kinfo_proc instead of eproc (which Kirk deep-sixed earlier this week)des2000-12-132-216/+260
* Add dependency on linux, which is needed for proc/version.des2000-12-131-0/+1
* Lock the allproc list.jake2000-12-131-1/+4
* Point #includes at compat/linprocfs instead of i386/linux/linprocfs.des2000-12-125-5/+5
* Add proc/<pid>/cmdline.des2000-12-093-1/+9
* Add a dependency on procfs.des2000-12-091-0/+1
* 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