| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Must include machine/pmap.h and machine/vmparam.h here now |  art | 2001-12-05 | 1 | -2/+4 |
* | Adapt to new uvm/ includes. |  art | 2001-11-06 | 1 | -4/+2 |
* | No need to pull in vm/vm_param.h in any of these files. |  art | 2001-11-05 | 1 | -3/+2 |
* | UVM is no longer an option |  art | 2001-06-27 | 1 | -199/+2 |
* | Convert lseek/{read,write} pairs into pread and pwrite. |  art | 2001-05-18 | 1 | -18/+10 |
* | Mark kernel threads as system processes. Make ps hide them by default, |  niklas | 2000-06-18 | 1 | -2/+7 |
* | UVM support + some cleanup |  art | 1999-06-22 | 1 | -31/+136 |
* | Switch alpha from libkvm.old to libkvm with code from NetBSD. |  niklas | 1997-02-26 | 1 | -4/+4 |
* | use psstrings sysctl |  deraadt | 1996-10-23 | 1 | -3/+16 |
* | sync with 0430 |  deraadt | 1996-05-05 | 1 | -0/+7 |
* | initial import of NetBSD tree |  deraadt | 1995-10-18 | 1 | -0/+832 |