Age | Commit message (Expand) | Author |
2016-11-07 | Split PID from TID, giving processes a PID unrelated to the TID of their | Philip Guenther |
2016-09-16 | handle fallout of moving the address maps to RBT code. | David Gwynne |
2016-05-26 | Make amaps use less kernel memory (2nd try) | Stefan Kempf |
2016-05-22 | Revert previous: breaks i386 and powerpc, probably all non-PMAP_DIRECT archs | Philip Guenther |
2016-05-22 | Make amaps use less kernel memory | Stefan Kempf |
2016-05-11 | convert bcopy to memcpy. ok dlg millert | Ted Unangst |
2014-10-22 | Don't leak the old data if _kvm_reallocarray() fails | Philip Guenther |
2014-10-15 | Apply reallocarray() idiom. | Theo de Raadt |
2014-07-04 | Track whether a process is a zombie or not yet fully built via flags | Philip Guenther |
2013-11-01 | reduce use of <sys/user.h> | Theo de Raadt |
2013-01-14 | No longer need the "miniproc" glue, as we only have kinfo_proc now. | Philip Guenther |
2012-04-14 | Need to read in the vmspace to dig out the root of the rb-tree | Philip Guenthe |
2012-03-09 | Userspace counterpart of new vmmap. | Ariane van der Steldt |
2012-01-07 | Add rtable id and thread id to struct kinfo_proc (and fix process id) | Philip Guenthe |
2011-06-06 | Userland counterpart of the vmmap backout; cranks major version of libkvm. | Ariane van der Steldt |
2011-05-24 | Reimplement uvm/uvm_map. | Ariane van der Steldt |
2011-03-12 | Replace the old, broken KERN_PROC ABI and its matching functions | Philip Guenthe |
2010-07-26 | Correct the links between threads, processes, pgrps, and sessions, | Philip Guenthe |
2010-01-10 | Reimplement kvm_getproc2()'s support for reading crash dumps and | Philip Guenthe |
2009-10-28 | rcsid[] and sccsid[] and copyright[] are essentially unmaintained (and | Theo de Raadt |
2009-06-20 | Move KREAD define to kvm_private.h | Todd C. Miller |
2009-01-21 | All operation on live kernels uses sysctl interface, there is no reason to | Miod Vallat |
2008-06-26 | First pass at removing clauses 3 and 4 from NetBSD licenses. | Ray Lai |
2007-10-10 | Make context switching much more MI: | Artur Grabowski |
2007-06-18 | Bring back Mickey's UVM anon change. Testing by thib@, beck@ and | Pedro Martelletto |
2007-04-14 | hide struct process from userland, allow kvm_proc to see it. | Marc Espie |
2007-04-12 | move p_limit and p_cred into struct process | Ted Unangst |
2006-11-29 | Sync with struct proc change. | Miod Vallat |
2006-07-13 | Back out the anon change. Apparently it was tested by a few, but most of | Theo de Raadt |
2006-06-21 | from netbsd: make anons dynamically allocated from pool. | Michael Shalayeff |
2006-03-31 | careful cleanup following advice from lint. be very very very careful | Theo de Raadt |
2005-10-12 | Use queue macros instead of directly accessing fields. ok millert@ | Otto Moerbeek |
2004-06-24 | Back out part of last commit; we want to realloc + loop for argv too. | Todd C. Miller |
2004-06-24 | Allocate 8 pages for process argv, not one. This should really be ARG_MAX | Todd C. Miller |
2004-06-15 | knf; ok millert | Theo de Raadt |
2004-06-14 | Zero p_schedflags in struct struct kinfo_proc2 for the non-sysctl case. | Todd C. Miller |
2004-06-13 | temporary tree building workaround until millert shows up | Theo de Raadt |
2004-01-07 | Sync PTRTOINT64 w/ kernel version and remove some unused vars. | Todd C. Miller |
2004-01-07 | Implement kvm_getproc2(), kvm_getargv2() and kvm_getenvv2() that use | Todd C. Miller |
2003-11-17 | Zero nlist array before using; fixes a bug in the error condition | Todd C. Miller |
2003-08-06 | Remove some double semicolons (hmm, do two semis equal a maxi?). | Todd C. Miller |
2003-06-02 | Remove the advertising clause in the UCB license which Berkeley | Todd C. Miller |
2002-06-20 | Redo the logic in kvm_arg_sysctl for resizing the buffer. | Artur Grabowski |
2002-06-08 | If possible get arg and env information with sysctl. | Artur Grabowski |
2002-02-17 | Manual cleanup of remaining userland __P use (excluding packages maintained o... | Todd C. Miller |
2002-02-16 | Part one of userland __P removal. Done with a simple regexp with some minor ... | Todd C. Miller |
2001-12-13 | Reorder new includes. art@ says ok. | Hugh Graham |
2001-12-05 | Must include machine/pmap.h and machine/vmparam.h here now | Artur Grabowski |
2001-11-06 | Adapt to new uvm/ includes. | Artur Grabowski |
2001-11-05 | No need to pull in vm/vm_param.h in any of these files. | Artur Grabowski |