| Age | Commit message (Expand) | Author |
| 2002-02-07 | Generate <>& symbolically. | ross |
| 2002-01-15 | Sort sections, fix punctuation nits. | wiz |
| 2002-01-15 | Sort sections, fix whitespace and punctuation nits. | wiz |
| 2002-01-15 | Sort SEE ALSO. | wiz |
| 2002-01-15 | Sort sections and SEE ALSO, fix punctuation nits. | wiz |
| 2002-01-15 | Sort sections. | wiz |
| 2001-12-28 | * Add user-controlled mk.conf variables | lukem |
| 2001-11-29 | Rename a local to avoid a -Wshadow warning. | thorpej |
| 2001-11-05 | WARNS=2 fixes | lukem |
| 2001-09-22 | undefine VA_VPG and VA_OFF before defining them. | mrg |
| 2001-09-18 | Give initiali[sz]e all the "i"s it deserves. | wiz |
| 2001-09-17 | Need <machine/pmap.h> for the pdei and ptei macros. | simonb |
| 2001-09-07 | include machine/vmparam.h so it will compile once again | chuck |
| 2001-08-05 | Include <machine/vmparam.h> for VM_MIN_*... | matt |
| 2001-08-05 | Don't include <machine/pmap.h> and <machine/vmparam.h> if _KERNEL isn't | matt |
| 2001-07-16 | Steal the variable VM_* stuff from m68k. | matt |
| 2001-06-19 | Add (mostly stub) x86-64 kvm stuff. Needs work. | fvdl |
| 2001-05-21 | Added support for sun2 kernel cores. | fredette |
| 2001-04-25 | Spell occurred correctly. | simonb |
| 2001-04-06 | xref kvm_open. | simonb |
| 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 |
| 2001-01-08 | Rename kvm_arm32.c to kvm_arm.c, since it's shared between arm32 and arm26. | bjh21 |
| 2001-01-08 | use MACIHNE_CPU to determine architecture-dependent source code directory. | itojun |
| 2001-01-04 | sh3 split | itojun |
| 2000-12-22 | adapt to latest struct proc, struct sigacts, struct sigctx changes | jdolecek |
| 2000-11-16 | Add forgotten initialization. | msaitoh |
| 2000-10-27 | be consistent in the use of u_long. eventually they should be uintptr_t. | matt |
| 2000-10-10 | Use %lx instead of %x with _kvm_err when arg is u_long. | he |
| 2000-10-05 | Make this file compiles on alpha. | enami |
| 2000-10-04 | Format size mismatch | sommerfeld |
| 2000-10-04 | format-string audit cleanups | sommerfeld |
| 2000-08-01 | Handle kernel cores properly. | eeh |
| 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 |