summaryrefslogtreecommitdiffstats
path: root/sys/miscfs/procfs/procfs_cmdline.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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