summaryrefslogtreecommitdiff
path: root/bin/ps
AgeCommit message (Expand)Author
2003-12-16Correct typo in page header for tpgid.mjl
2003-10-16Add Xr for dev_mkdb(8), per PR 23168. Increase width in FILES section while h...wiz
2003-08-07Move UCB-licensed code from 4-clause to 3-clause licence.agc
2003-04-16More mdoc.wiz
2003-03-17Update date for recent changes.wiz
2003-03-08Support -ktt and -ktty, quote "tdev" in comment so table can be sorted.dsl
2003-03-08XXX: cast tdev to INT32 instead of UINT32 so that that sorting works aschristos
2003-03-06- add keywords for utime, stime and ctime (output sss.ssssss if small)dsl
2003-03-06- add keywords for utime, stime and ctime (output sss.ssssss if small)dsl
2003-03-03Seems better to display p_sv{u,g}id when asked for it...dsl
2003-03-01Add p_svuid and p_svgid to kinfo_proc2. Populate them in the kernelatatat
2003-02-25.Nm does not need a dummy argument ("") before punctuation orwiz
2003-01-18Merge the nathanw_sa branch.thorpej
2003-01-06interrupt with two rs.wiz
2002-10-17correct use of format string (signedness, %ldd). PR 18679itojun
2002-10-01Use more mdoc.wiz
2002-09-25New policy: New sentences start on a new line.wiz
2002-06-19g/c procfs fallback code, it's redundant now that we use sysctl to getjdolecek
2002-06-17Sort SEE ALSO.wiz
2002-06-17Document some missing flags and add systrace(1) 'x' flag.christos
2002-04-24Since kinfo_proc2 has many values that are 64-bit, ps needs to knownathanw
2002-04-24"a, b, c, and d", not "a, b, c and d".wiz
2002-03-04Drop trailing space.wiz
2002-03-04Xref pkill/pgrep.ad
2002-02-21Use int32_t for temporary variables (instead of long), that is the samemartin
2002-02-14Just use return value of strvis instead of calling strlen.enami
2002-02-14Don't define variable as static unnecessarily.enami
2002-02-08Generate <>& symbolically. I'm avoiding .../dist/... directories for now.ross
2002-01-21started(): don't assume that the field width is correct and recomputejdolecek
2001-12-20Sync getopt() / man page with actual getopt options.soren
2001-12-20Properly quote punctuation.wiz
2001-12-20Whitespace nits.wiz
2001-11-03fix minor WARNS=2lukem
2001-08-24fix comment: "[]" are [square] brackets, "<>" are angle bracketslukem
2001-08-24Print commands within angled brackets only if they are system processes.enami
2001-08-20precede, not preceed.wiz
2001-08-07Print system processes/kernel threads as [kprocname] as top(1) does.christos
2001-07-30Remove duplicate `if'. Noted by Geoff C. Wing in bin/13551.wiz
2001-07-20Add a small optimizetion in savevars(). break out of the loop once needcommmatt
2001-07-14Retrieve maxslp & uspace from kernel instead of using defines. Needed formatt
2001-07-04correct the description of paddrsommerfeld
2001-06-14If there were no processes to list, it meant that our criteria failedcyber
2001-03-23Always initialize an auto variable.enami
2001-03-20do not update maxlen if realloc fails.itojun
2001-01-15clarify things a bit more (from hubertf)christos
2001-01-15Really explain what parenthesized names mean and why we parenthesize names!christos
2001-01-15Document the meaning of commands shown in parantheses.hubertf
2001-01-09KPTR/KPTR24 are using u_int64_t. commented by minouraitojun
2001-01-08redo previous (simplify KPTR)itojun
2001-01-08backout previous; did not compile on non-alphaitojun