| Age | Commit message (Expand) | Author |
| 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 |
| 1994-09-18 | Move the swap page buffer into struct __kvm. Cache the page size during | mycroft |
| 1994-09-18 | Don't use NBPG/PGOFSET/PGSHIFT. Use getpagesize() and calculate them. | deraadt |
| 1994-08-30 | Update to match include files. | mycroft |
| 1994-08-13 | Don't return garbage if there are no argument and/or environment strings. | mycroft |
| 1994-05-23 | Deal with shadow objects correctly. | mycroft |
| 1994-05-09 | new libkvm | cgd |