summaryrefslogtreecommitdiffstats
path: root/sys/miscfs/procfs/procfs_cmdline.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Actually remove the procfs filesguenther2014-09-081-186/+0
* add a size argument to free. will be used soon, but for now default to 0.tedu2014-07-121-4/+4
* decouple struct uvmexp into a new file, so that uvm_extern.h and sysctl.hderaadt2014-07-081-2/+1
* Track whether a process is a zombie or not yet fully built via flagsguenther2014-07-041-4/+5
* Add PS_EXITING to better differentiate between the process exiting andguenther2012-03-101-2/+2
* same vmspace song and dance as in kern_sysctl.c 1.167; ok kurtderaadt2008-11-101-6/+8
* ansify/de-register.jasper2007-06-181-6/+2
* Kernel stack can be swapped. This means that stuff that's on the stackmiod2006-11-291-3/+1
* Replace procfs_domem() with a similar interface, process_domem(), which livesmiod2005-12-111-2/+2
* Add an extra flags argument to uvm_io(), to specify whether we want to fixmiod2005-11-041-4/+4
* make sure uio_offset is a safe value, with suggestions from millert@tedu2004-05-051-4/+3
* Replace inclusion of <vm/foo.h> with the correct <uvm/bar.h> when necessary.miod2001-11-061-3/+1
* Remove old vm.art2001-06-271-23/+1
* Add procfs/cmdline; to help with linux emulation.jasoni2000-08-121-0/+215