| Age | Commit message (Expand) | Author |
| 2022-04-19 | lib: remove CONSTCOND comment | rillig |
| 2022-01-10 | read the ps arguments from the correct place. | christos |
| 2022-01-10 | Get rid of usrstack/USRSTACK. Document that the old version of getargv is | christos |
| 2021-07-19 | Match the declaration in <sys/kauth.h> | christos |
| 2019-12-11 | Redo previous more conventionally. Requested by kre@. | ad |
| 2019-12-10 | Mask out always zero bits off pg->phys_addr. | ad |
| 2016-04-04 | some ports need <sys/wait.h> | christos |
| 2016-04-04 | catch up with p_xstat split. | christos |
| 2014-02-19 | Remove the #include <sys/user.h> from all of libkvm. | dsl |
| 2012-06-05 | Measure kinfo_proc2::p_vm_vsize in pages, as it was always documented. | martin |
| 2010-11-12 | Fix build. | uebayasi |
| 2010-09-26 | Define KREAD() inside kvm_private.h, for reusability. | jym |
| 2010-09-20 | Change kvm_pa2off() and kvm_kvatop() prototypes (private to kvm(3)): | jym |
| 2010-09-19 | Ansify and KNF all functions within kvm(3). No objection on current-users@. | jym |
| 2009-10-21 | Remove uarea swap-out functionality: | rmind |
| 2009-05-16 | kvm_getprocs actually works with KVM_NO_FILES. | yamt |
| 2009-03-29 | - add new RLIMIT_AS (aka RLIMIT_VMEM) resource that limits the total | mrg |
| 2008-12-28 | tdev is unsigned | christos |
| 2008-12-28 | cast dev_t's to int32_t because XXX: sysctl can't change size. This should | christos |
| 2008-11-29 | check error case for kvm_getlwps or SIGSEGV occurs due to dereferecing a NULL... | cegger |
| 2008-04-28 | Remove clause 3 and 4 from TNF licenses | martin |
| 2008-02-05 | PR/37962: Andrew Doran: libkvm is busted due to kauth_cred redefinition | elad |
| 2008-01-15 | Handle reading from raw disk devices. | ad |
| 2007-12-22 | sync with kernel. | yamt |
| 2007-11-06 | Catch up with scheduling changes in the kernel. | ad |
| 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-17 | fix for yamt-idlelwp | christos |
| 2007-05-01 | Set kp2p->p_ru = 0 in the kproc2 structure. | dsl |
| 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-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-05-11 | #include a necessary header directly, rather than via user.h. | yamt |
| 2006-02-16 | 1. Eliminate some unnecessary to kvm_{m,re}alloc. | christos |
| 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 |
| 2004-05-12 | Fix typos. | toshii |
| 2004-02-19 | Use new PTRTOUINT64() macro instead of local PTRTOINT64() macro. | atatat |
| 2003-11-17 | zero out nl, from Todd Miller. thanks! | christos |
| 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-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 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 |