| Age | Commit message (Expand) | Author |
| 2003-03-01 | Add workaround for building with ${MACHINE}==sparc64, ${MACHINE_ARCH}==sparc; | lukem |
| 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-02-02 | undo mallocvar.h change! | christos |
| 2003-02-01 | Include "sys/mallocvar.h" with "_KERNEL" defined in time to avoid | tron |
| 2003-02-01 | Fix build problem by rearranging the order of "#include" statements so | tron |
| 2003-01-18 | Merge the nathanw_sa branch. | thorpej |
| 2002-11-16 | use strlcpy to ensure string termination | itojun |
| 2002-10-02 | session, not sessiod. By Adrian Mrva. | wiz |
| 2002-10-01 | New sentence, new line. From Robert Elz. | wiz |
| 2002-09-17 | Use FD_CLOEXEC instead of `1' and don't cast. | christos |
| 2002-09-17 | Default using the value of machdep.booted_kernel from sysctl() if it | atatat |
| 2002-09-17 | another SETFL->SETFD | drochner |
| 2002-09-17 | actually do the close-on-exec | drochner |
| 2002-09-16 | Set the close-on-exec bit on all file descriptors we open. Inspired by a | christos |
| 2002-09-04 | "initialse" looks nice, but is not correct. | wiz |
| 2002-08-20 | Use Nm instead of Xrefing ourselves. | wiz |
| 2002-08-19 | Explicitly move setting of NOxxx and USE_SHLIBDIR to the top of the | lukem |
| 2002-08-18 | change DIAGNOSTICS to RETURN VALUES | yamt |
| 2002-08-18 | add FILES section to refer to /dev/mem. | yamt |
| 2002-08-08 | Don't omit third argument to open(2). | soren |
| 2002-07-10 | Minor correction: s/i386/SH3/ | scw |
| 2002-07-10 | SH-5 kvm glue, based on sh3 version. | scw |
| 2002-06-06 | Added hppa support (some of it incomplete) to lib/csu, lib/libc, | fredette |
| 2002-06-05 | kva -> physaddr translation through pagetable walking; for crash dumps | fvdl |
| 2002-05-26 | __STDC__ is always defined on NetBSD. | wiz |
| 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 |