Age | Commit message (Collapse) | Author | |
---|---|---|---|
2005-01-14 | bring back the space before (cmd); ok millert aaron | Theo de Raadt | |
2005-01-07 | avoid negative memory sizes, ok deraadt@ | Otto Moerbeek | |
2004-12-20 | Don't print an unnecessary trailing space character at the end of command | Aaron Campbell | |
argument display. This makes it easier to grep ps output for 'foo$', instead of having to use 'foo *$'. millert@ ok | |||
2004-11-24 | remove obsolete `A' from `state' example; | Jason McIntyre | |
ok millert@ | |||
2004-11-24 | on MP machines, in STAT field, add /# where # is the cpu number so that | Theo de Raadt | |
you can see processes move around; ok pval millert | |||
2004-11-18 | handle SONPROC; ok aaron, deraadt, krw | Markus Friedl | |
2004-09-14 | remove unused variable | Theo de Raadt | |
2004-09-14 | rename internal uname() to euname() to avoid libc conflict | Theo de Raadt | |
2004-06-20 | Fix description of the cpuid keyword. The current wording is misleading since | Aaron Campbell | |
the CPU ID *can* be 0 on SMP systems (meaning the first processor). miod@ ok | |||
2004-06-11 | doc cpuid | Theo de Raadt | |
2004-06-11 | export cpuid via kproc2, and make ps & top aware... from niklas | Theo 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-17 | add references to procmap(1) in SEE ALSO; | Jason McIntyre | |
suggested by tedu@ | |||
2004-03-16 | add 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-08 | Convert to kinfo_proc2. The sort order for -u and -m will be different | Todd C. Miller | |
due to a bug fix in the sort routine. | |||
2003-12-16 | typo; mjc@bitz.ca | Theo de Raadt | |
2003-10-20 | memoryuse -> memory usage; from Jared Yanovich | Jason McIntyre | |
ok deraadt@ | |||
2003-10-17 | Xr dev_mkdb(8); from Tyler R. Retzlaff (NetBSD PR 23168); | Jason McIntyre | |
ok deraadt@ | |||
2003-09-26 | free(NULL) is valid | Theo de Raadt | |
2003-09-24 | realloc fixes; ok ho matthieu | Theo de Raadt | |
2003-07-29 | spacing | Theo de Raadt | |
2003-07-02 | missing protos | Theo de Raadt | |
2003-06-25 | protos | Theo de Raadt | |
2003-06-11 | ansification, art ok | Theo de Raadt | |
2003-06-11 | license was lost; it is from print.c | Theo de Raadt | |
2003-06-02 | Remove the advertising clause in the UCB license which Berkeley | Todd C. Miller | |
rescinded 22 July 1999. Proofed by myself and Theo. | |||
2003-05-29 | - section reorder | Jason McIntyre | |
- killed unnecessary .Ns | |||
2003-05-19 | Fix warnx message to reflect reality. | Artur Grabowski | |
2003-04-28 | typos; | Jason McIntyre | |
suggestions, corrections and ok millert@ | |||
2003-04-15 | mix of tdeval and my string cleaning | Theo de Raadt | |
2003-03-21 | Fix %mem output in ps, sysctl method of getting mempages returns number | Dale Rahn | |
of bytes of memory, not number of pages of memory. Divide the result by pagesize. PR 3164 ok david@ millert@ | |||
2003-03-18 | use .Cm for flags without dash | David Krause | |
ok miod@ jmc@ | |||
2003-03-12 | more .Li | Theo de Raadt | |
2003-03-06 | broken .Xr's; | Jason McIntyre | |
typos, rather than dead references ok deraadt@ | |||
2003-01-05 | work around a very rare div by 0 that should not happen, but can happen on | Theo 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-19 | add dsiz and ssiz to accompany tsiz; millert@ ok | Michael Shalayeff | |
2002-09-04 | toast uprocp format keyword; peterw@ifost.org.au | Theo de Raadt | |
2002-08-20 | Fix error string | Jason Wright | |
2002-07-19 | Fix format bug with ps -o group. ok deraadt@ | Dale Rahn | |
2002-06-18 | add x flag for systraced processes; mentioned by christos@netbsd | Niels Provos | |
document missing flags from proc.h | |||
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-03-19 | Fix unitialized variable in non-setgid case; Gregory Steuck | Todd C. Miller | |
2002-02-16 | Part 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-11 | Initial patch. | Mike Pechkin | |
When you give command examples in a manual page prefix them with $ command or # command deraadt@ ok |