| Commit message (Expand) | Author | Age | Files | Lines |
* | make fixed-sized fixed-value mib[] arrays be const |  deraadt | 2020-10-12 | 1 | -4/+2 |
* | When system calls indicate an error they return -1, not some arbitrary |  deraadt | 2019-06-28 | 1 | -2/+2 |
* | A few fixes for kvm_getargv(3)/kvm_getenv(3): |  zhuk | 2018-05-03 | 1 | -61/+80 |
* | Split PID from TID, giving processes a PID unrelated to the TID of their |  guenther | 2016-11-07 | 1 | -3/+3 |
* | handle fallout of moving the address maps to RBT code. |  dlg | 2016-09-16 | 1 | -4/+8 |
* | Make amaps use less kernel memory (2nd try) |  stefan | 2016-05-26 | 1 | -11/+53 |
* | Revert previous: breaks i386 and powerpc, probably all non-PMAP_DIRECT archs |  guenther | 2016-05-22 | 1 | -53/+11 |
* | Make amaps use less kernel memory |  stefan | 2016-05-22 | 1 | -11/+53 |
* | convert bcopy to memcpy. ok dlg millert |  tedu | 2016-05-11 | 1 | -2/+2 |
* | Don't leak the old data if _kvm_reallocarray() fails |  guenther | 2014-10-22 | 1 | -3/+5 |
* | Apply reallocarray() idiom. |  deraadt | 2014-10-15 | 1 | -10/+10 |
* | Track whether a process is a zombie or not yet fully built via flags |  guenther | 2014-07-04 | 1 | -6/+13 |
* | reduce use of <sys/user.h> |  deraadt | 2013-11-01 | 1 | -2/+2 |
* | No longer need the "miniproc" glue, as we only have kinfo_proc now. |  guenther | 2013-01-14 | 1 | -40/+13 |
* | Need to read in the vmspace to dig out the root of the rb-tree |  guenther | 2012-04-14 | 1 | -2/+5 |
* | Userspace counterpart of new vmmap. |  ariane | 2012-03-09 | 1 | -13/+14 |
* | Add rtable id and thread id to struct kinfo_proc (and fix process id) |  guenther | 2012-01-07 | 1 | -13/+1 |
* | Userland counterpart of the vmmap backout; cranks major version of libkvm. |  ariane | 2011-06-06 | 1 | -14/+13 |
* | Reimplement uvm/uvm_map. |  ariane | 2011-05-24 | 1 | -13/+14 |
* | Replace the old, broken KERN_PROC ABI and its matching functions |  guenther | 2011-03-12 | 1 | -310/+13 |
* | Correct the links between threads, processes, pgrps, and sessions, |  guenther | 2010-07-26 | 1 | -6/+7 |
* | Reimplement kvm_getproc2()'s support for reading crash dumps and |  guenther | 2010-01-10 | 1 | -199/+1 |
* | rcsid[] and sccsid[] and copyright[] are essentially unmaintained (and |  deraadt | 2009-10-27 | 1 | -9/+1 |
* | Move KREAD define to kvm_private.h |  millert | 2009-06-20 | 1 | -5/+2 |
* | All operation on live kernels uses sysctl interface, there is no reason to |  miod | 2009-01-21 | 1 | -3/+4 |
* | First pass at removing clauses 3 and 4 from NetBSD licenses. |  ray | 2008-06-26 | 1 | -9/+2 |
* | Make context switching much more MI: |  art | 2007-10-10 | 1 | -4/+2 |
* | Bring back Mickey's UVM anon change. Testing by thib@, beck@ and |  pedro | 2007-06-18 | 1 | -3/+3 |
* | hide struct process from userland, allow kvm_proc to see it. |  espie | 2007-04-14 | 1 | -2/+3 |
* | move p_limit and p_cred into struct process |  tedu | 2007-04-12 | 1 | -4/+9 |
* | Sync with struct proc change. |  miod | 2006-11-29 | 1 | -3/+3 |
* | Back out the anon change. Apparently it was tested by a few, but most of |  deraadt | 2006-07-13 | 1 | -3/+3 |
* | from netbsd: make anons dynamically allocated from pool. |  mickey | 2006-06-21 | 1 | -3/+3 |
* | careful cleanup following advice from lint. be very very very careful |  deraadt | 2006-03-31 | 1 | -10/+10 |
* | Use queue macros instead of directly accessing fields. ok millert@ |  otto | 2005-10-12 | 1 | -3/+3 |
* | Back out part of last commit; we want to realloc + loop for argv too. |  millert | 2004-06-24 | 1 | -3/+3 |
* | Allocate 8 pages for process argv, not one. This should really be ARG_MAX |  millert | 2004-06-24 | 1 | -5/+5 |
* | knf; ok millert |  deraadt | 2004-06-15 | 1 | -162/+100 |
* | Zero p_schedflags in struct struct kinfo_proc2 for the non-sysctl case. |  millert | 2004-06-14 | 1 | -5/+3 |
* | temporary tree building workaround until millert shows up |  deraadt | 2004-06-13 | 1 | -2/+4 |
* | Sync PTRTOINT64 w/ kernel version and remove some unused vars. |  millert | 2004-01-07 | 1 | -5/+3 |
* | Implement kvm_getproc2(), kvm_getargv2() and kvm_getenvv2() that use |  millert | 2004-01-07 | 1 | -38/+333 |
* | Zero nlist array before using; fixes a bug in the error condition |  millert | 2003-11-17 | 1 | -3/+4 |
* | Remove some double semicolons (hmm, do two semis equal a maxi?). |  millert | 2003-08-06 | 1 | -3/+3 |
* | Remove the advertising clause in the UCB license which Berkeley |  millert | 2003-06-02 | 1 | -7/+3 |
* | Redo the logic in kvm_arg_sysctl for resizing the buffer. |  art | 2002-06-20 | 1 | -24/+22 |
* | If possible get arg and env information with sysctl. |  art | 2002-06-08 | 1 | -2/+54 |
* | Manual cleanup of remaining userland __P use (excluding packages maintained outside the tree) |  millert | 2002-02-17 | 1 | -10/+8 |
* | Part one of userland __P removal. Done with a simple regexp with some minor hand editing to make comments line up correctly. Another pass is forthcoming that handles the cases that could not be done automatically. |  millert | 2002-02-16 | 1 | -6/+6 |
* | Reorder new includes. art@ says ok. |  hugh | 2001-12-13 | 1 | -3/+3 |