summaryrefslogtreecommitdiffstats
path: root/sys/compat/linprocfs
Commit message (Expand)AuthorAgeFilesLines
* Part 1 of KSE-IIIjulian2002-06-291-19/+44
* 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
* These aren't needed any more.des2001-06-105-2163/+0
* 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-253-11/+11
* Add new 'loadavg' entry, fix overflow with meminfo.jlemon2001-05-194-16/+84
* Introduce a global lock for the vm subsystem (vm_mtx).alfred2001-05-192-0/+2
* Avoid overflow when converting ticks to jiffies.des2001-05-092-2/+2
* Fix the problem of some directory entries going missing whenjlemon2001-05-041-2/+1
* Undo part of the tangle of having sys/lock.h and sys/mutex.h included inmarkm2001-05-014-14/+23
* Add a vop_stdbmap(), and make it part of the default vop vector.phk2001-04-291-32/+0
* Change the pfind() and zpfind() functions to lock the process that theyjhb2001-04-245-32/+33
* Add missing includes of <sys/sx.h>jhb2001-03-281-0/+1
* Convert the allproc and proctree locks from lockmgr locks to sx locks.jhb2001-03-281-2/+2
* Eliminate global node types and instead use an operations vector forjlemon2001-03-126-687/+564
* Grab the process lock while calling psignal and before calling psignal.jhb2001-03-071-3/+3
* Just hold the proc lock while getting the parent's PID rather than ajhb2001-03-072-20/+10
* Reviewed by: jlemonadrian2001-03-011-3/+0
* o Move per-process jail pointer (p->pr_prison) to inside of the subjectrwatson2001-02-212-2/+2
* 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
OpenPOWER on IntegriCloud