summaryrefslogtreecommitdiffstats
path: root/lib/libkvm/kvm_proc.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* Must include machine/pmap.h and machine/vmparam.h here nowart2001-12-051-2/+4
| | | | that uvm headers won't do that for us.
* Adapt to new uvm/ includes.art2001-11-061-4/+2
|
* No need to pull in vm/vm_param.h in any of these files.art2001-11-051-3/+2
|
* UVM is no longer an optionart2001-06-271-199/+2
|
* Convert lseek/{read,write} pairs into pread and pwrite.art2001-05-181-18/+10
| | | | from my todo list, work by Jonathon Fletcher <jonathon.fletcher@pobox.com>.
* Mark kernel threads as system processes. Make ps hide them by default,niklas2000-06-181-2/+7
| | | | | | show them with -k. Do not try to show RSS based values for them as they mess up column alignment. vmstat -f now shows kernel threads separately from rforks too.
* UVM support + some cleanupart1999-06-221-31/+136
|
* Switch alpha from libkvm.old to libkvm with code from NetBSD.niklas1997-02-261-4/+4
| | | | %x -> %lx format fixes from me.
* use psstrings sysctlderaadt1996-10-231-3/+16
|
* sync with 0430deraadt1996-05-051-0/+7
|
* initial import of NetBSD treederaadt1995-10-181-0/+832