summaryrefslogtreecommitdiffstats
path: root/sys/miscfs/procfs (follow)
Commit message (Expand)AuthorAgeFilesLines
* Actually remove the procfs filesguenther2014-09-087-2121/+0
* add a size argument to free. will be used soon, but for now default to 0.tedu2014-07-124-10/+10
* decouple struct uvmexp into a new file, so that uvm_extern.h and sysctl.hderaadt2014-07-084-11/+4
* Track whether a process is a zombie or not yet fully built via flagsguenther2014-07-041-4/+5
* Include <sys/vmmeter.h> directly instead of relying on it beingmpi2014-05-061-6/+3
* naughty guenther didn't compiletedu2014-01-211-3/+1
* Threads can't be zombies, only processes, so change zombproc to zombprocess,guenther2014-01-201-21/+10
* Move p_textvp from struct proc to struct process so that the exit codeguenther2014-01-201-3/+3
* Format string fixes: Cast time_t to long longsf2013-10-011-3/+4
* cast time_t to long long, time_t is signed, tv_nsec is longsf2013-07-031-3/+3
* Convert some internal APIs to use timespecs instead of timevalsguenther2013-06-031-2/+2
* Add an f_mntfromspec member to struct statfs, which specifies the name ofjsing2013-04-151-1/+4
* Handle the pathconf _PC_PATH_MAX, _PC_PIPE_BUF, _PC_ASYNC_IO,guenther2013-03-281-13/+1
* Cleanup VFS mount string handling:jsing2012-09-101-5/+4
* Cleanup our filesystem pathconf() code a little bit to make it easiermatthew2012-06-201-9/+12
* Make the KERN_NPROCS and KERN_MAXPROC sysctl()s and the RLIMIT_NPROC rlimitguenther2012-04-101-3/+3
* Make rusage totals, itimers, and profile settings per-process insteadguenther2012-03-231-3/+3
* Add PS_EXITING to better differentiate between the process exiting andguenther2012-03-101-2/+2
* First steps for making ptrace work with rthreads:guenther2012-02-201-2/+2
* Remove the ability to ptrace via procfs, as no one is using it, so fixingguenther2011-12-245-409/+17
* Every single vop_default is set to eopnotsupp, so retire itthib2011-04-051-2/+1
* Move P_SUGID and P_SUGIDEXEC from struct proc to struct process, soguenther2011-04-021-2/+2
* Bring back the "End the VOP experiment." diff, naddy's issues wherethib2010-12-213-43/+39
* In procfs_root(), while the vn_lock on a newly-allocated vnode can notoga2010-09-231-2/+2
* Backout the VOP diff until the issues naddy was seeing on alpha (gcc3)thib2010-09-103-39/+43
* End the VOP experiment. Instead of the ridicolusly complicated operationthib2010-09-063-43/+39
* Correct the links between threads, processes, pgrps, and sessions,guenther2010-07-262-19/+20
* remove crappy old README filestedu2010-07-011-128/+0
* - remove super-obvious comments from $fs_vnodeop_entries[]jasper2009-08-131-33/+33
* lockmgr -> rwlockoga2009-08-101-8/+6
* Remove the VREF() macro and replaces all instances with a call to verf(),thib2009-07-091-3/+3
* this rwlock conversion breaks procfs (in linux compat), as found outderaadt2009-04-221-5/+7
* Convert lockmgr to rwlock. Been in snaps for a while.oga2009-04-021-7/+5
* same vmspace song and dance as in kern_sysctl.c 1.167; ok kurtderaadt2008-11-101-6/+8
* Update access(2) to have modern semantics with respect to X_OK andmillert2008-06-091-3/+3
* procfs can use vop_generic_bmap too;thib2008-05-091-25/+2
* retire vn_default_error() and replace all instancesthib2008-05-081-2/+2
* remove useless defines for the vnode operations, and insteadthib2008-04-241-29/+15
* MALLOC/FREE -> malloc/freehshoexer2007-12-091-3/+3
* replace the machine dependant bytes-to-clicks macro by the MI ptoa()martin2007-09-011-2/+2
* declare "pid" as pid_t instead of long, and remove unneeded cast to pid_tjasper2007-06-222-5/+5
* ansify/de-register.jasper2007-06-188-126/+49
* pedro ok'd this ~3500 line diff which removes the vop argumentderaadt2007-06-011-75/+15
* Since p_flag is often manipulated in interrupts and without biglockart2007-03-151-4/+4
* Allow reads of /proc/meminfo to be correctly terminated, okay thib@pedro2007-01-011-2/+2
* Kernel stack can be swapped. This means that stuff that's on the stackmiod2006-11-293-12/+5
* Allow building procfs on systems that don't #define PT_STEP (such as sparc64).tsi2006-08-281-1/+5
* Use more queue macros rather than doing it by hand; ok otto@ krw@miod2006-03-052-5/+5
* Replace procfs_domem() with a similar interface, process_domem(), which livesmiod2005-12-116-143/+10
* Remove unnecessary lockmgr() archaism that was costing too much in termspedro2005-11-191-3/+3