| Age | Commit message (Expand) | Author |
| 2007-10-18 | sync with kernel after the merge of yamt-x86pmap branch. | yamt |
| 2007-07-09 | 'true' is a C99 keyword. | ad |
| 2007-07-07 | treat ESRCH as a soft error. From Anon Ymous | christos |
| 2007-07-06 | - Fix kvm_getlwps not to spit errors if we lose the race: | christos |
| 2007-05-28 | Add new Makefile knob, USE_FORT, which extends USE_SSP by turning on the | tls |
| 2007-05-17 | fix for yamt-idlelwp | christos |
| 2007-05-01 | Set kp2p->p_ru = 0 in the kproc2 structure. | dsl |
| 2007-04-08 | Remove support for NetBSD/{,evb}sh5. | scw |
| 2007-02-24 | Revert the kauth_impl.h change. Elad is going to maintain this. Asked by core@ | christos |
| 2007-02-18 | Update only user code that uses the types of the e_[pu]cred members | dsl |
| 2007-02-10 | Add ${NETBSDSRCDIR}/sys to the include path. | ad |
| 2007-02-09 | Sync with kernel changes introduced by merging the newlock2 branch. | ad |
| 2007-02-06 | PR/35506: Chuck Silvers: ps doesn't work on crash dumps, libkvm doesn't | elad |
| 2007-01-28 | fill in p_stat for crashdumps like the kernel does for the sysctl. | chs |
| 2006-12-31 | kvm_getproc2: retry on ENOMEM. | yamt |
| 2006-07-05 | disable via radical lobotomy | ross |
| 2006-07-01 | ppc64 outline, needs more work | ross |
| 2006-05-11 | #include a necessary header directly, rather than via user.h. | yamt |
| 2006-03-21 | Coverity CID 881: Always print an error if allocation failed. | christos |
| 2006-02-16 | 1. Eliminate some unnecessary to kvm_{m,re}alloc. | christos |
| 2005-08-04 | Fix parsing the page tables. | fvdl |
| 2005-07-30 | as swap is now optional, ENXIO on /dev/drum is normal. | yamt |
| 2005-05-11 | Fix fallout from vm_anon changes | jmc |
| 2005-02-17 | Supply _kvm_kvatop() and _kvm_pa2off() for OEA-type CPUs. This does | briggs |
| 2004-08-27 | pdtpaddr -> pdppaddr | thorpej |
| 2004-05-12 | Fix typos. | toshii |
| 2004-02-19 | Use new PTRTOUINT64() macro instead of local PTRTOINT64() macro. | atatat |
| 2004-02-13 | Uppercase CPU, plural is CPUs. | wiz |
| 2004-02-10 | List sys/param.h as a prerequisite of sys/sysctl.h. Bump date. | jmmv |
| 2003-11-17 | zero out nl, from Todd Miller. thanks! | christos |
| 2003-11-04 | When using /dev/ksyms, don't keep it open more than strictly necessary. | cube |
| 2003-09-29 | available, not avaliable. From miod@openbsd. | wiz |
| 2003-08-07 | Move UCB-licensed code from 4-clause to 3-clause licence. | agc |
| 2003-06-27 | Pa Aq -> Aq Pa so that both work. | wiz |
| 2003-05-16 | Consistently spell "crash dump" as two separate words. From jmc@openbsd. | wiz |
| 2003-05-13 | Bump date for last; remove end-of-line spaces. | wiz |
| 2003-05-11 | Update after recent changes. | ragge |
| 2003-05-11 | Make the kvm routines use /dev/ksyms to get the kernel namelist. | ragge |
| 2003-04-16 | Use | wiz |
| 2003-04-09 | Just use PAGE_SHIFT from <machine/vmparam.h> instead of going through | nathanw |
| 2003-04-03 | #include <machine/vmparam.h> for PAGE_SIZE | martin |
| 2003-03-28 | do the exit on lint warnings only on i386 like libc, to avoid the wrath of | christos |
| 2003-03-28 | exit on lint warnings. | christos |
| 2003-03-28 | remove scanning of deadproc, since zombproc should contain all the processes | christos |
| 2003-03-20 | fix LP64 and other warnings | ross |
| 2003-03-19 | Alternative pid/proc allocater, removes all searches associated with pid | dsl |
| 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 |