aboutsummaryrefslogtreecommitdiff
path: root/sys/compat/linprocfs
Commit message (Expand)AuthorAgeFilesLines
* Remove #include <sys/dkstat.h>Poul-Henning Kamp2003-02-161-1/+0
* SMP locking for ifnet list.Jeffrey Hsu2002-12-221-0/+2
* Remove the process state PRS_WAIT.Julian Elischer2002-10-211-3/+0
* Back our kernel support for reliable signal queues.Juli Mallett2002-10-011-1/+1
* First half of implementation of ksiginfo, signal queues, and such. ThisJuli Mallett2002-09-301-1/+1
* Use the fields in the sysentvec and in the vm map header in place of theJake Burkholder2002-09-211-1/+2
* Completely redo thread states.Julian Elischer2002-09-111-6/+1
* Part 1 of KSE-IIIJulian Elischer2002-06-291-19/+44
* Change p_can{debug,see,sched,signal}()'s first argument to be a threadJohn Baldwin2002-05-191-1/+1
* - p_cansee() needs the target process locked.John Baldwin2002-04-131-17/+15
* - Change fill_kinfo_proc() to require that the process is locked when itJohn Baldwin2002-04-091-2/+2
* Protect proc struct (p_args and p_comm) when doing procfs IO that pullsAlfred Perlstein2002-03-291-11/+17
* Remove references to vm_zone.h and switch over to the new uma API.Jeff Roberson2002-03-201-1/+0
* remove "discards qualifier" erro by not potentially writing toJulian Elischer2002-02-261-2/+5
* Lock struct pgrp, session and sigio.Seigo Tanimura2002-02-231-1/+1
* Pull in more stuff from procfs now that it's been pseudofsized.Dag-Erling Smørgrav2001-12-091-31/+3
* o Introduce pr_mtx into struct prison, providing protection for theRobert Watson2001-12-031-3/+8
* promote tv_sec in printf to make it type agnosticMatthew Dillon2001-10-291-4/+4
* Reporting device drivers by traversing cdevsw[] is at best a hackPoul-Henning Kamp2001-10-261-2/+6
* Add proc/mtab which simulates a Linux system's /etc/mtab.Dag-Erling Smørgrav2001-10-211-1/+72
* #if 0 out some code that depends on other uncommitted patches.Dag-Erling Smørgrav2001-10-191-0/+2
* Adapt to pseudofs changes (dynamic initialization, not static).Dag-Erling Smørgrav2001-10-191-67/+60
* Catch up with the visibility callback stuff, and give up trying to keep theDag-Erling Smørgrav2001-10-011-19/+37
* Specify readability and / or writeability for all nodes that need it.Dag-Erling Smørgrav2001-09-301-18/+18
* Adapt to pseudofs version 2. Sorry about the breakage - I had this readyDag-Erling Smørgrav2001-09-291-20/+18
* Clean up my source tree to avoid getting hit too badly by the next KSE orDag-Erling Smørgrav2001-09-251-20/+37
* KSE Milestone 2Julian Elischer2001-09-121-7/+7
* o Replace calls to p_can(..., P_CAN_xxx) with calls to p_canxxx().Robert Watson2001-07-051-1/+1
* Say one thing, do the other... nextpid -> lastpidDag-Erling Smørgrav2001-06-111-1/+1
* Implement proc/cpuinfo for the Alpha (thanks to gallatin).Dag-Erling Smørgrav2001-06-111-10/+160
* Minor whitespace changes.Dag-Erling Smørgrav2001-06-111-57/+57
* These aren't needed any more.Dag-Erling Smørgrav2001-06-105-2163/+0
* New pseudofs-based linprocfs (repo-copied from linprocfs_misc.c).Dag-Erling Smørgrav2001-06-101-210/+142
* o Merge contents of struct pcred into struct ucred. Specifically, add theRobert Watson2001-05-253-11/+11
* Add new 'loadavg' entry, fix overflow with meminfo.Jonathan Lemon2001-05-194-16/+84
* Introduce a global lock for the vm subsystem (vm_mtx).Alfred Perlstein2001-05-192-0/+2
* Avoid overflow when converting ticks to jiffies.Dag-Erling Smørgrav2001-05-092-2/+2
* Fix the problem of some directory entries going missing whenJonathan Lemon2001-05-041-2/+1
* Undo part of the tangle of having sys/lock.h and sys/mutex.h included inMark Murray2001-05-014-14/+23
* Add a vop_stdbmap(), and make it part of the default vop vector.Poul-Henning Kamp2001-04-291-32/+0
* Change the pfind() and zpfind() functions to lock the process that theyJohn Baldwin2001-04-245-32/+33
* Add missing includes of <sys/sx.h>John Baldwin2001-03-281-0/+1
* Convert the allproc and proctree locks from lockmgr locks to sx locks.John Baldwin2001-03-281-2/+2
* Eliminate global node types and instead use an operations vector forJonathan Lemon2001-03-126-687/+564
* Grab the process lock while calling psignal and before calling psignal.John Baldwin2001-03-071-3/+3
* Just hold the proc lock while getting the parent's PID rather than aJohn Baldwin2001-03-072-20/+10
* Reviewed by: jlemonAdrian Chadd2001-03-011-3/+0
* o Move per-process jail pointer (p->pr_prison) to inside of the subjectRobert Watson2001-02-212-2/+2
* Change and clean the mutex lock interface.Bosko Milekic2001-02-092-4/+4
* - Proc locking.John Baldwin2001-01-233-27/+73