summaryrefslogtreecommitdiff
path: root/bin/ps
AgeCommit message (Collapse)Author
2005-01-14bring back the space before (cmd); ok millert aaronTheo de Raadt
2005-01-07avoid negative memory sizes, ok deraadt@Otto Moerbeek
2004-12-20Don't print an unnecessary trailing space character at the end of commandAaron Campbell
argument display. This makes it easier to grep ps output for 'foo$', instead of having to use 'foo *$'. millert@ ok
2004-11-24remove obsolete `A' from `state' example;Jason McIntyre
ok millert@
2004-11-24on MP machines, in STAT field, add /# where # is the cpu number so thatTheo de Raadt
you can see processes move around; ok pval millert
2004-11-18handle SONPROC; ok aaron, deraadt, krwMarkus Friedl
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
the CPU ID *can* be 0 on SMP systems (meaning the first processor). miod@ ok
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
stolen directly from Garance A Drosehn's -r1.78 FreeBSD commit;
2004-03-17add references to procmap(1) in SEE ALSO;Jason McIntyre
suggested by tedu@
2004-03-16add fstat(1) reference to SEE ALSO;Jason McIntyre
suggested by Drew Einhorn;
2004-02-24- `C' before `c'Jason McIntyre
- replace `<' and `>' - sync usage()
2004-02-08'ps' should not act like 'ps a'. Resolves PR 3676.Otto Moerbeek
ok tdeval@ millert@
2004-02-04(uid_t) -1 is a valid uid, so do not use it as a flag.Otto Moerbeek
From Joris Vink <nimadeus at pandora dot be> with tweaks from me. ok tdeval@ hshoexer@ henning@
2004-01-08Convert to kinfo_proc2. The sort order for -u and -m will be differentTodd C. Miller
due to a bug fix in the sort routine.
2003-12-16typo; mjc@bitz.caTheo de Raadt
2003-10-20memoryuse -> memory usage; from Jared YanovichJason McIntyre
ok deraadt@
2003-10-17Xr dev_mkdb(8); from Tyler R. Retzlaff (NetBSD PR 23168);Jason McIntyre
ok deraadt@
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
rescinded 22 July 1999. Proofed by myself and Theo.
2003-05-29- section reorderJason McIntyre
- killed unnecessary .Ns
2003-05-19Fix warnx message to reflect reality.Artur Grabowski
2003-04-28typos;Jason McIntyre
suggestions, corrections and ok millert@
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
of bytes of memory, not number of pages of memory. Divide the result by pagesize. PR 3164 ok david@ millert@
2003-03-18use .Cm for flags without dashDavid Krause
ok miod@ jmc@
2003-03-12more .LiTheo de Raadt
2003-03-06broken .Xr's;Jason McIntyre
typos, rather than dead references ok deraadt@
2003-01-05work around a very rare div by 0 that should not happen, but can happen onTheo de Raadt
non-IEEE systems apparently. like the vax. this is in the same area of code that has caused us problems with the 68060/68040 before; very curious, and i don't know why.
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
document missing flags from proc.h
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
hand editing to make comments line up correctly. Another pass is forthcoming that handles the cases that could not be done automatically.
2002-02-11Initial patch.Mike Pechkin
When you give command examples in a manual page prefix them with $ command or # command deraadt@ ok