| 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 | use <uvm/uvm_param.h> now. | mrg |
| 2000-06-26 | remove redundant vm includes | mrg |
| 2000-06-14 | fix up NetBSD RCS Ids to match the standard, and the leading comment as | cgd |
| 2000-06-13 | Document KVM_NO_FILES and kvm_get{proc,argv,envv}2(). Better wording | simonb |
| 2000-06-06 | libkvm for sh3 | msaitoh |
| 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-05-09 | Initial commit of arm26 port | bjh21 |
| 2000-04-15 | Fill in e_sid when building the eproc from a crash dump. | simonb |
| 2000-04-15 | Document KERN_PROC_TTY_NODEV and KERN_PROC_TTY_REVOKE. | simonb |
| 2000-01-15 | in kvm_getprocs(), check for error from kvm_deadprocs(). | chs |
| 1999-09-12 | the PMAP_NEW option is gone as the new interface is no longer optional. | chs |
| 1999-08-19 | fix four major and one minor bug in dead kernel file-getting. Three | cgd |
| 1999-07-02 | More trailing white space. | simonb |
| 1999-04-01 | Nuke swap_pager.h. | veego |
| 1999-04-01 | Nuke swap_pager.h. | mycroft |
| 1999-03-24 | completely remove Mach VM support. all that is left is the all the | mrg |
| 1999-02-25 | Add a note to update src/distrib/sets/lists/base/shl.*, and add a missing | abs |
| 1999-02-24 | make this build again after the mips->mipse? transition | drochner |
| 1999-02-01 | uh...make this build on the sparc again...or something. i've had | mrg |
| 1999-01-30 | Need to be able to handle sparc64 executables as well. | eeh |
| 1999-01-25 | catch up with the UVM amap changes.. tested by nathanw@mit.edu, thanks. | mrg |
| 1998-11-25 | Add enough of a kvm_sparc64.c to get the kvm library to build. | eeh |
| 1998-09-29 | Need string.h. | thorpej |
| 1998-09-27 | Remove lint | christos |
| 1998-09-09 | Adjust for the reaper process. | thorpej |
| 1998-08-17 | vm_size_t -> vaddr_t, thanks Matt Thomas for pointing it out. | thorpej |
| 1998-08-15 | Assign my copyrights to TNF. | mycroft |
| 1998-08-10 | bzero->memset, bcopy->memcpy, bcmp->memcmp | perry |
| 1998-08-01 | Remove some lint. | thorpej |
| 1998-08-01 | Remove some lint. | thorpej |
| 1998-07-26 | const poisoning. | mycroft |
| 1998-06-30 | Oops, missed a couple of pread(2) uses. | thorpej |
| 1998-06-30 | Use pread(2) and pwrite(2) rather than lseek(2)/{read,write}(2). | thorpej |
| 1998-06-29 | fix return value of kvm_read() and kvm_write() | msaitoh |
| 1998-06-08 | there probably are bugs. however, don't make an issue of it | lukem |
| 1998-03-25 | Don't rely on a constant page shift value; dynamically compute it based | thorpej |
| 1998-03-15 | No need for autoconf.h | pk |
| 1998-03-03 | Update for changes to <machine/pte.h> | thorpej |
| 1998-02-19 | NetBSD/mips uses new libkvm now. | thorpej |
| 1998-02-19 | Rewrite NetBSD/mips crash dump address translation, based on NetBSD/alpha's, | thorpej |
| 1998-02-19 | Sigh, typo. | thorpej |
| 1998-02-19 | Simplify test ... MACHINE_ARCH == "mips" | thorpej |
| 1998-02-18 | add -DPMAP_NEW if PMAP_NEW is on in mk.conf | perry |
| 1998-02-18 | Rewrite _kvm_kvatop() to work with the new crash dump format, and make | thorpej |
| 1998-02-14 | adjust changes in alpha's kcore.h. | cgd |