summaryrefslogtreecommitdiffstats
path: root/sys/miscfs/procfs/procfs_linux.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Actually remove the procfs filesguenther2014-09-081-133/+0
* decouple struct uvmexp into a new file, so that uvm_extern.h and sysctl.hderaadt2014-07-081-3/+1
* ansify/de-register.jasper2007-06-181-4/+2
* Allow reads of /proc/meminfo to be correctly terminated, okay thib@pedro2007-01-011-2/+2
* careful strlcpy and snprintf return handling; ok pedro beckderaadt2005-04-211-3/+4
* make sure uio_offset is a safe value, with suggestions from millert@tedu2004-05-051-7/+4
* Replace inclusion of <vm/foo.h> with the correct <uvm/bar.h> when necessary.miod2001-11-061-2/+1
* Remove old vm.art2001-06-271-22/+1
* Make PROCFS compile again on non-UVM systems, deraadt@ okmiod2001-04-131-1/+22
* Add emulation of Linux features to procfs; mostly from NetBSD. ok deraadt@tholo2001-04-091-0/+140