Age | Commit message (Expand) | Author |
2010-07-02 | ps uses libkvm, so it doesn't need its own copy of the "get process info | Philip Guenthe |
2009-10-28 | rcsid[] and sccsid[] and copyright[] are essentially unmaintained (and | Theo de Raadt |
2008-07-18 | remove unnessasary cast. | Kevin Lo |
2008-03-08 | Instead of calling donlist() in the format print routines, call it | Todd C. Miller |
2007-12-28 | printf field widths are always int, so add a cast to remove | Charles Longeau |
2007-09-01 | malloc(n * m) -> calloc(n, m); from zinovik | Theo de Raadt |
2006-11-01 | simplify synopsis and sync usage(); | Jason McIntyre |
2006-04-25 | various small lint cleanups; ok otto | Theo de Raadt |
2004-11-24 | on MP machines, in STAT field, add /# where # is the cpu number so that | Theo de Raadt |
2004-09-14 | remove unused variable | Theo de Raadt |
2004-02-24 | - `C' before `c' | Jason McIntyre |
2004-02-08 | 'ps' should not act like 'ps a'. Resolves PR 3676. | Otto Moerbeek |
2004-02-04 | (uid_t) -1 is a valid uid, so do not use it as a flag. | Otto Moerbeek |
2004-01-08 | Convert to kinfo_proc2. The sort order for -u and -m will be different | Todd C. Miller |
2003-07-29 | spacing | Theo de Raadt |
2003-06-11 | ansification, art ok | Theo de Raadt |
2003-06-02 | Remove the advertising clause in the UCB license which Berkeley | Todd C. Miller |
2003-04-15 | mix of tdeval and my string cleaning | Theo de Raadt |
2002-06-12 | unused variable | Artur Grabowski |
2002-06-09 | Fix the start time on sysctl kvm. | Artur Grabowski |
2002-06-08 | Use KVM_NO_FILES and remove the setgid. | Artur Grabowski |
2002-04-06 | Fix a typo and sync usage() with man page; Brian Poole | Todd C. Miller |
2002-02-16 | Part one of userland __P removal. Done with a simple regexp with some minor ... | Todd C. Miller |
2002-01-30 | right, just check more for nulls; from Dan Harnett <danh@wzrd.com> | Michael Shalayeff |
2002-01-30 | always check for kvm_openfiles failure; pointed out by juan@coredump.com.ar i... | Michael Shalayeff |
2001-09-27 | If kvm_openfiles() fail the systctl() should work. | Mike Pechkin |
2001-09-06 | o) __progname aria; | Mike Pechkin |
2001-06-03 | Use kern.nprocs | Angelos D. Keromytis |
2001-06-03 | Use sysctl to get process information, if kvm has not been initialized | Angelos D. Keromytis |
2001-04-17 | Missing bits from last commit here; kstailey@disclosure.com | Todd C. Miller |
2001-04-17 | Updated version of last patch from kstailey@disclosure.com. | Todd C. Miller |
2001-04-15 | Randomized PIDs uglifies "ps -ax" output since it sorts on tty then | Todd C. Miller |
2001-02-05 | [-] outside braces | Theo de Raadt |
2001-02-05 | extra - in usage too | Theo de Raadt |
2000-06-18 | Mark kernel threads as system processes. Make ps hide them by default, | Niklas Hallqvist |
2000-04-16 | correct getopt | Eric Jackson |
1999-06-21 | stop casting the third argument to kvm_read to char *. it is a void *. | Artur Grabowski |
1999-04-28 | Implement -U <username> option from FreeBSD. Original code by Peter Wemm. | Alex Feldman |
1998-07-08 | whack kmem gid after kvm_openfiles() | Theo de Raadt |
1997-08-04 | toast non-NEWVM code; freebsd | Theo de Raadt |
1997-06-13 | return 1 if the process does not exist. | michaels |
1996-12-22 | Deal with _POSIX_SAVED_IDS when relinquishing privileges | Thorsten Lockert |
1996-12-14 | -Wall'ing. | Michael Shalayeff |
1996-08-06 | _POSIX2_LINE_MAX errbuf for kvm_openfiles() | Theo de Raadt |
1996-08-02 | zap getopt() case of -?, come on, it is the default! | Theo de Raadt |
1996-06-23 | update rcsid | Theo de Raadt |
1996-06-16 | allocate large enough buffer; netbsd pr#2550; gsstark@mit.edu | Theo de Raadt |
1995-10-18 | initial import of NetBSD tree | Theo de Raadt |