| Age | Commit message (Expand) | Author |
| 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 |
| 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-11 | oops, forgot to add support for UVM here. | mrg |
| 1998-02-06 | macroize BSD, NetBSD, FreeBSD and misc cleanup | perry |
| 1998-02-05 | add LIBRARY section to man page | perry |
| 1998-02-03 | NetBSD 1.1A -> .Nx 1.2 | perry |
| 1998-02-03 | remove obsolete register declarations | perry |
| 1998-02-03 | Need stdlib.h for prototypes. | mycroft |
| 1998-01-17 | Never ever commit changes without comiling it, even if you only change a | veego |
| 1998-01-05 | RCSID Police. | perry |
| 1997-11-02 | --Fix k1seg translation, which has been broken since | ross |
| 1997-10-28 | Use <m68k/kcore.h> rather than <machine/kcore.h> to ensure | gwr |
| 1997-10-28 | include stdlib.h to define free(). | phil |
| 1997-10-22 | use CPPFLAGS instead of CFLAGS | lukem |
| 1997-10-20 | kill lint. | jonathan |