Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Sync PTRTOINT64 w/ kernel version and remove some unused vars. | 2004-01-07 | 1 | -5/+3 | |
| | |||||
* | Implement kvm_getproc2(), kvm_getargv2() and kvm_getenvv2() that use | 2004-01-07 | 1 | -38/+333 | |
| | | | | | the KERN_PROC2 sysctl. Based on changes from NetBSD but uses our own kvm_arg_sysctl(). | ||||
* | Zero nlist array before using; fixes a bug in the error condition | 2003-11-17 | 1 | -3/+4 | |
| | | | | when the corefile is not a valid executable. otto@ OK | ||||
* | Remove some double semicolons (hmm, do two semis equal a maxi?). | 2003-08-06 | 1 | -3/+3 | |
| | | | | I've skipped the GNU stuff for now. From Patrick Latifi. | ||||
* | Remove the advertising clause in the UCB license which Berkeley | 2003-06-02 | 1 | -7/+3 | |
| | | | | rescinded 22 July 1999. Proofed by myself and Theo. | ||||
* | Redo the logic in kvm_arg_sysctl for resizing the buffer. | 2002-06-20 | 1 | -24/+22 | |
| | | | | | - actually use the value we've just reallocated. - Don't return success just because the error wasn't ENOMEM (doh!). | ||||
* | If possible get arg and env information with sysctl. | 2002-06-08 | 1 | -2/+54 | |
| | |||||
* | Manual cleanup of remaining userland __P use (excluding packages maintained outside the tree) | 2002-02-17 | 1 | -10/+8 | |
| | |||||
* | Part one of userland __P removal. Done with a simple regexp with some minor hand editing to make comments line up correctly. Another pass is forthcoming that handles the cases that could not be done automatically. | 2002-02-16 | 1 | -6/+6 | |
| | |||||
* | Reorder new includes. art@ says ok. | 2001-12-13 | 1 | -3/+3 | |
| | |||||
* | Must include machine/pmap.h and machine/vmparam.h here now | 2001-12-05 | 1 | -2/+4 | |
| | | | | that uvm headers won't do that for us. | ||||
* | Adapt to new uvm/ includes. | 2001-11-06 | 1 | -4/+2 | |
| | |||||
* | No need to pull in vm/vm_param.h in any of these files. | 2001-11-05 | 1 | -3/+2 | |
| | |||||
* | UVM is no longer an option | 2001-06-27 | 1 | -199/+2 | |
| | |||||
* | Convert lseek/{read,write} pairs into pread and pwrite. | 2001-05-18 | 1 | -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, | 2000-06-18 | 1 | -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 cleanup | 1999-06-22 | 1 | -31/+136 | |
| | |||||
* | Switch alpha from libkvm.old to libkvm with code from NetBSD. | 1997-02-26 | 1 | -4/+4 | |
| | | | | %x -> %lx format fixes from me. | ||||
* | use psstrings sysctl | 1996-10-23 | 1 | -3/+16 | |
| | |||||
* | sync with 0430 | 1996-05-05 | 1 | -0/+7 | |
| | |||||
* | initial import of NetBSD tree | 1995-10-18 | 1 | -0/+832 | |