summaryrefslogtreecommitdiff
path: root/bin/ps
AgeCommit message (Expand)Author
2004-09-14remove unused variableTheo de Raadt
2004-09-14rename internal uname() to euname() to avoid libc conflictTheo de Raadt
2004-06-20Fix description of the cpuid keyword. The current wording is misleading sinceAaron Campbell
2004-06-11doc cpuidTheo de Raadt
2004-06-11export cpuid via kproc2, and make ps & top aware... from niklasTheo de Raadt
2004-05-25.Xr pgrep(1) and pkill(1);Jason McIntyre
2004-03-17add references to procmap(1) in SEE ALSO;Jason McIntyre
2004-03-16add fstat(1) reference to SEE ALSO;Jason McIntyre
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-08Convert to kinfo_proc2. The sort order for -u and -m will be differentTodd C. Miller
2003-12-16typo; mjc@bitz.caTheo de Raadt
2003-10-20memoryuse -> memory usage; from Jared YanovichJason McIntyre
2003-10-17Xr dev_mkdb(8); from Tyler R. Retzlaff (NetBSD PR 23168);Jason McIntyre
2003-09-26free(NULL) is validTheo de Raadt
2003-09-24realloc fixes; ok ho matthieuTheo de Raadt
2003-07-29spacingTheo de Raadt
2003-07-02missing protosTheo de Raadt
2003-06-25protosTheo de Raadt
2003-06-11ansification, art okTheo de Raadt
2003-06-11license was lost; it is from print.cTheo de Raadt
2003-06-02Remove the advertising clause in the UCB license which BerkeleyTodd C. Miller
2003-05-29- section reorderJason McIntyre
2003-05-19Fix warnx message to reflect reality.Artur Grabowski
2003-04-28typos;Jason McIntyre
2003-04-15mix of tdeval and my string cleaningTheo de Raadt
2003-03-21Fix %mem output in ps, sysctl method of getting mempages returns numberDale Rahn
2003-03-18use .Cm for flags without dashDavid Krause
2003-03-12more .LiTheo de Raadt
2003-03-06broken .Xr's;Jason McIntyre
2003-01-05work around a very rare div by 0 that should not happen, but can happen onTheo de Raadt
2002-12-19add dsiz and ssiz to accompany tsiz; millert@ okMichael Shalayeff
2002-09-04toast uprocp format keyword; peterw@ifost.org.auTheo de Raadt
2002-08-20Fix error stringJason Wright
2002-07-19Fix format bug with ps -o group. ok deraadt@Dale Rahn
2002-06-18add x flag for systraced processes; mentioned by christos@netbsdNiels Provos
2002-06-12unused variableArtur Grabowski
2002-06-09Fix the start time on sysctl kvm.Artur Grabowski
2002-06-08Use KVM_NO_FILES and remove the setgid.Artur Grabowski
2002-04-06Fix a typo and sync usage() with man page; Brian PooleTodd C. Miller
2002-03-19Fix unitialized variable in non-setgid case; Gregory SteuckTodd C. Miller
2002-02-16Part one of userland __P removal. Done with a simple regexp with some minor ...Todd C. Miller
2002-02-11Initial patch.Mike Pechkin
2002-02-10remove pre-ansi, SCCS workaround cruft; ok deraadt@Christian Weisgerber
2002-01-30right, just check more for nulls; from Dan Harnett <danh@wzrd.com>Michael Shalayeff
2002-01-30always check for kvm_openfiles failure; pointed out by juan@coredump.com.ar i...Michael Shalayeff
2002-01-24as early as v3 it seems to beMichael Shalayeff
2001-12-05Get MAXSLP from kvm/sysctl. It's patchable in the kernel now.Artur Grabowski
2001-12-01wrong printf spec for a fieldTheo de Raadt