| Age | Commit message (Expand) | Author |
| 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 |
| 2003-02-26 | Cosmetic changes. | enami |
| 2003-02-02 | delint (unsigned long long) -> (unsigned long) casts. | christos |
| 2003-01-18 | Merge the nathanw_sa branch. | thorpej |
| 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 |
| 2000-12-22 | adapt to latest struct proc, struct sigacts, struct sigctx changes | jdolecek |
| 2000-10-05 | Make this file compiles on alpha. | enami |
| 2000-10-04 | format-string audit cleanups | sommerfeld |
| 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 | remove redundant vm includes | mrg |
| 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 |