summaryrefslogtreecommitdiff
path: root/lib/libkvm/kvm_proc.c
AgeCommit message (Expand)Author
2012-04-14Need to read in the vmspace to dig out the root of the rb-treePhilip Guenthe
2012-03-09Userspace counterpart of new vmmap.Ariane van der Steldt
2012-01-07Add rtable id and thread id to struct kinfo_proc (and fix process id)Philip Guenthe
2011-06-06Userland counterpart of the vmmap backout; cranks major version of libkvm.Ariane van der Steldt
2011-05-24Reimplement uvm/uvm_map.Ariane van der Steldt
2011-03-12Replace the old, broken KERN_PROC ABI and its matching functionsPhilip Guenthe
2010-07-26Correct the links between threads, processes, pgrps, and sessions,Philip Guenthe
2010-01-10Reimplement kvm_getproc2()'s support for reading crash dumps andPhilip Guenthe
2009-10-28rcsid[] and sccsid[] and copyright[] are essentially unmaintained (andTheo de Raadt
2009-06-20Move KREAD define to kvm_private.hTodd C. Miller
2009-01-21All operation on live kernels uses sysctl interface, there is no reason toMiod Vallat
2008-06-26First pass at removing clauses 3 and 4 from NetBSD licenses.Ray Lai
2007-10-10Make context switching much more MI:Artur Grabowski
2007-06-18Bring back Mickey's UVM anon change. Testing by thib@, beck@ andPedro Martelletto
2007-04-14hide struct process from userland, allow kvm_proc to see it.Marc Espie
2007-04-12move p_limit and p_cred into struct processTed Unangst
2006-11-29Sync with struct proc change.Miod Vallat
2006-07-13Back out the anon change. Apparently it was tested by a few, but most ofTheo de Raadt
2006-06-21from netbsd: make anons dynamically allocated from pool.Michael Shalayeff
2006-03-31careful cleanup following advice from lint. be very very very carefulTheo de Raadt
2005-10-12Use queue macros instead of directly accessing fields. ok millert@Otto Moerbeek
2004-06-24Back out part of last commit; we want to realloc + loop for argv too.Todd C. Miller
2004-06-24Allocate 8 pages for process argv, not one. This should really be ARG_MAXTodd C. Miller
2004-06-15knf; ok millertTheo de Raadt
2004-06-14Zero p_schedflags in struct struct kinfo_proc2 for the non-sysctl case.Todd C. Miller
2004-06-13temporary tree building workaround until millert shows upTheo de Raadt
2004-01-07Sync PTRTOINT64 w/ kernel version and remove some unused vars.Todd C. Miller
2004-01-07Implement kvm_getproc2(), kvm_getargv2() and kvm_getenvv2() that useTodd C. Miller
2003-11-17Zero nlist array before using; fixes a bug in the error conditionTodd C. Miller
2003-08-06Remove some double semicolons (hmm, do two semis equal a maxi?).Todd C. Miller
2003-06-02Remove the advertising clause in the UCB license which BerkeleyTodd C. Miller
2002-06-20Redo the logic in kvm_arg_sysctl for resizing the buffer.Artur Grabowski
2002-06-08If possible get arg and env information with sysctl.Artur Grabowski
2002-02-17Manual cleanup of remaining userland __P use (excluding packages maintained o...Todd C. Miller
2002-02-16Part one of userland __P removal. Done with a simple regexp with some minor ...Todd C. Miller
2001-12-13Reorder new includes. art@ says ok.Hugh Graham
2001-12-05Must include machine/pmap.h and machine/vmparam.h here nowArtur Grabowski
2001-11-06Adapt to new uvm/ includes.Artur Grabowski
2001-11-05No need to pull in vm/vm_param.h in any of these files.Artur Grabowski
2001-06-27UVM is no longer an optionArtur Grabowski
2001-05-18Convert lseek/{read,write} pairs into pread and pwrite.Artur Grabowski
2000-06-18Mark kernel threads as system processes. Make ps hide them by default,Niklas Hallqvist
1999-06-22UVM support + some cleanupArtur Grabowski
1997-02-26Switch alpha from libkvm.old to libkvm with code from NetBSD.Niklas Hallqvist
1996-10-23use psstrings sysctlTheo de Raadt
1996-05-05sync with 0430Theo de Raadt
1995-10-18initial import of NetBSD treeTheo de Raadt