| Age | Commit message (Expand) | Author |
| 2003-11-17 | zero out nl, from Todd Miller. thanks! | christos |
| 2003-09-29 | available, not avaliable. From miod@openbsd. | wiz |
| 2003-08-07 | Move UCB-licensed code from 4-clause to 3-clause licence. | agc |
| 2003-03-28 | remove scanning of deadproc, since zombproc should contain all the processes | christos |
| 2003-03-20 | fix LP64 and other warnings | ross |
| 2003-03-19 | Alternative pid/proc allocater, removes all searches associated with pid | dsl |
| 2003-03-01 | Add p_svuid and p_svgid to kinfo_proc2. Populate them in the kernel | atatat |
| 2003-02-26 | Use _kvm_freeprocs() rather than free() so that kvm_close() won't | enami |
| 2003-02-26 | Cosmetic changes. | enami |
| 2003-02-02 | delint (unsigned long long) -> (unsigned long) casts. | christos |
| 2003-01-18 | Merge the nathanw_sa branch. | thorpej |
| 2001-03-24 | kvm_doargv2(): make sure the string ends with '\0'; sysctl() might not | jdolecek |
| 2001-03-24 | Minor fix to kvm_doargv2() - if the kd->argv is reallocated, reinitialize | jdolecek |
| 2000-12-22 | adapt to latest struct proc, struct sigacts, struct sigctx changes | jdolecek |
| 2000-10-05 | Make this file compiles on alpha. | enami |
| 2000-10-04 | format-string audit cleanups | sommerfeld |
| 2000-07-16 | revert part of previous; u_long -> uintptr_t now that uintptr_t is u_long. | christos |
| 2000-07-16 | de-lint. Most important problem was the cast from pointer to uintptr_t to | christos |
| 2000-06-29 | <vm/vm.h> -> <uvm/uvm_extern.h> | mrg |
| 2000-06-26 | remove redundant vm includes | mrg |
| 2000-06-04 | Use "NULL" instead of "0" in pointer assignments and comparisons. | tron |
| 2000-05-27 | p_schedflags doesn't exist anymore; just set it to zero for now, | thorpej |
| 2000-05-26 | Add kvm interface to the new sysctls: | simonb |
| 2000-04-15 | Fill in e_sid when building the eproc from a crash dump. | simonb |
| 2000-01-15 | in kvm_getprocs(), check for error from kvm_deadprocs(). | chs |
| 1999-07-02 | More trailing white space. | simonb |
| 1999-03-24 | completely remove Mach VM support. all that is left is the all the | mrg |
| 1999-01-25 | catch up with the UVM amap changes.. tested by nathanw@mit.edu, thanks. | mrg |
| 1998-09-27 | Remove lint | christos |
| 1998-09-09 | Adjust for the reaper process. | thorpej |
| 1998-08-15 | Assign my copyrights to TNF. | mycroft |
| 1998-08-10 | bzero->memset, bcopy->memcpy, bcmp->memcmp | perry |
| 1998-06-30 | Use pread(2) and pwrite(2) rather than lseek(2)/{read,write}(2). | thorpej |
| 1998-02-12 | add UVM support. | chs |
| 1998-02-11 | while it is still kinda broken, at least let it compile -DUVM... | mrg |
| 1998-02-03 | remove obsolete register declarations | perry |
| 1997-08-15 | Fix compiler warnings. | drochner |
| 1997-08-15 | use <sys/cdefs.h> __RCSID() macro | mikel |
| 1997-08-12 | Instead of: USRSTACK, VM_MIN_ADDRESS, VM_MAXUSER_ADDRESS | gwr |
| 1997-06-20 | fix some printf() formats | mikel |
| 1996-03-18 | RCS id police. | thorpej |
| 1995-07-04 | slight type cleanup. add some prototypes for internal functions, | cgd |
| 1995-05-25 | Fix up the last argv pointer correctly when terminating early. | mycroft |
| 1995-05-18 | Fix one more reallocing bug. | mycroft |
| 1995-05-18 | Fix up another pointer if we realloc the argument list. | mycroft |
| 1995-05-16 | Update copyright. | mycroft |
| 1995-05-16 | Use the new ps_strings format. Find the arguments using their | mycroft |
| 1995-01-12 | The sparc port no longer needs special casing. | pk |
| 1995-01-09 | Eliminate _kvm_uvatop(), in favor of using the machine-independent VM structu... | mycroft |
| 1994-10-19 | fix type of variables, add headers, protos, where necessary. | cgd |