summaryrefslogtreecommitdiffstats
path: root/sys/compat/linprocfs/linprocfs.c
Commit message (Expand)AuthorAgeFilesLines
* Change p_can{debug,see,sched,signal}()'s first argument to be a threadjhb2002-05-191-1/+1
* - p_cansee() needs the target process locked.jhb2002-04-131-17/+15
* - Change fill_kinfo_proc() to require that the process is locked when itjhb2002-04-091-2/+2
* Protect proc struct (p_args and p_comm) when doing procfs IO that pullsalfred2002-03-291-11/+17
* Remove references to vm_zone.h and switch over to the new uma API.jeff2002-03-201-1/+0
* remove "discards qualifier" erro by not potentially writing tojulian2002-02-261-2/+5
* Lock struct pgrp, session and sigio.tanimura2002-02-231-1/+1
* Pull in more stuff from procfs now that it's been pseudofsized.des2001-12-091-31/+3
* o Introduce pr_mtx into struct prison, providing protection for therwatson2001-12-031-3/+8
* promote tv_sec in printf to make it type agnosticdillon2001-10-291-4/+4
* Reporting device drivers by traversing cdevsw[] is at best a hackphk2001-10-261-2/+6
* Add proc/mtab which simulates a Linux system's /etc/mtab.des2001-10-211-1/+72
* #if 0 out some code that depends on other uncommitted patches.des2001-10-191-0/+2
* Adapt to pseudofs changes (dynamic initialization, not static).des2001-10-191-67/+60
* Catch up with the visibility callback stuff, and give up trying to keep thedes2001-10-011-19/+37
* Specify readability and / or writeability for all nodes that need it.des2001-09-301-18/+18
* Adapt to pseudofs version 2. Sorry about the breakage - I had this readydes2001-09-291-20/+18
* Clean up my source tree to avoid getting hit too badly by the next KSE ordes2001-09-251-20/+37
* KSE Milestone 2julian2001-09-121-7/+7
* o Replace calls to p_can(..., P_CAN_xxx) with calls to p_canxxx().rwatson2001-07-051-1/+1
* Say one thing, do the other... nextpid -> lastpiddes2001-06-111-1/+1
* Implement proc/cpuinfo for the Alpha (thanks to gallatin).des2001-06-111-10/+160
* Minor whitespace changes.des2001-06-111-57/+57
* New pseudofs-based linprocfs (repo-copied from linprocfs_misc.c).des2001-06-101-210/+142
* o Merge contents of struct pcred into struct ucred. Specifically, add therwatson2001-05-251-5/+5
* Add new 'loadavg' entry, fix overflow with meminfo.jlemon2001-05-191-8/+41
* Introduce a global lock for the vm subsystem (vm_mtx).alfred2001-05-191-0/+1
* Avoid overflow when converting ticks to jiffies.des2001-05-091-1/+1
* Undo part of the tangle of having sys/lock.h and sys/mutex.h included inmarkm2001-05-011-3/+4
* Change the pfind() and zpfind() functions to lock the process that theyjhb2001-04-241-2/+0
* Eliminate global node types and instead use an operations vector forjlemon2001-03-121-70/+158
* Just hold the proc lock while getting the parent's PID rather than ajhb2001-03-071-10/+5
* o Move per-process jail pointer (p->pr_prison) to inside of the subjectrwatson2001-02-211-1/+1
* Change and clean the mutex lock interface.bmilekic2001-02-091-2/+2
* - Proc locking.jhb2001-01-231-2/+5
* Protect proc.p_pptr with the proctree lock.jake2001-01-101-2/+10
* Use kinfo_proc instead of eproc (which Kirk deep-sixed earlier this week)des2000-12-131-108/+130
* Point #includes at compat/linprocfs instead of i386/linux/linprocfs.des2000-12-121-1/+1
* A bunch of fixes that have been rotting in my tree for a month or twodes2000-12-091-71/+91
* Protect access to p_stat with sched_lock.jhb2000-12-011-0/+2
* Add bogomips to cpuinfo (set it equal to the CPU frequency, which is bogusdes2000-11-271-7/+10
* Check that p->p_pptr is not NULL - kernel processes have no parents!des2000-11-061-2/+2
* Bring cpuinfo closer to what it looks like in Linux 2.2.des2000-10-251-11/+47
* Add /proc/<pid>/status and /proc/<pid>/stat (the latter being mostlydes2000-10-251-5/+170
* Remove unused variables.des2000-09-091-1/+0
* Add stat, uptime and version.des2000-09-091-19/+97
* Pierre Beyssac originally derived linprocfs from procfs, and I've made (anddes2000-09-071-0/+2
* Fixed null pointer panic for accessing "meminfo" when there is no swap.bde2000-08-121-2/+7
* Make exe a symlink.des2000-05-241-1/+8
* Fix include paths so that this builds correctly.msmith2000-04-211-1/+1
OpenPOWER on IntegriCloud