summaryrefslogtreecommitdiff
path: root/bin/ps
AgeCommit message (Expand)Author
2022-01-26remove double t from targeted, add missing r to arbitraryandvar
2021-11-06s/maxiumum/maximum/msaitoh
2021-09-15Don't assign v to newvar, so we can still access the original length.christos
2021-09-14reflect reality on flags.christos
2021-09-14use emalloc and friends, add ktrace flag printing.christos
2021-09-14Provide symbolic printing of some keywords by capitalizing them.christos
2021-09-10bin: remove unnecessary lint comment CONSTCONDrillig
2021-06-04use parsenum like everywhere else in the code.christos
2021-06-04Sort options in usage.wiz
2021-06-04Sort options in synopsis.wiz
2021-06-04PR standards/11223cjep
2021-04-17Remove SCCS workaround. No binary change.maya
2021-04-06- dedup codechristos
2021-04-06Fix the column width calculation for the lstart column if an emptysimonb
2021-04-06We only need -Wno-format-y2k for print.c .simonb
2020-08-26Don't rely on the USPACE kernel define as a fallback if the vm.uspacesimonb
2019-09-15ps(1): Guard freeing the memory of pinfo with __NO_LEAKS.kamil
2019-09-11Plug memory leak in ps(1)kamil
2019-08-06Restore maxrss, idrss, isrss, ixrss printing in ps(1)kamil
2019-06-19Add a fallback definition of LSDEAD in ps(1)kamil
2019-06-18Make LSDEAD usage conditionalkamil
2018-09-19Don't display l_wchan, either there is something in l_wmesg and we displaymaxv
2018-04-11kvm_geterr() already contains errno, use errx.christos
2018-04-11use EXIT_FAILURE instead of 1christos
2018-01-12Fix an unitialized memory read bug in ps(1)kamil
2017-12-09ps: Rename local routine name from uname to usrnamekamil
2017-08-28Bump date for previous. Remove/replace bogus Tn uses.wiz
2017-08-28Remove the filesystem tracing featurekamil
2017-07-03Remove workaround for ancient HTML generation code.wiz
2016-12-26simplify logic; there must be no CPU usage when p_swtime is zerorin
2016-12-12Handle functions that use the offset from either kinfo_proc2/kinfo_lwp properly.christos
2016-12-02provide a tree like display with -d, from FreeBSDchristos
2016-11-28Calculate CPU usage (pcpu) once per process if it is required. This changerin
2016-11-28for donlist{,_sysctl}:rin
2016-11-28KNFrin
2016-09-05Drop main() prototype.sevan
2016-08-10Earliest reference in the TUHS archive is v3sevan
2016-08-10Document the version ps first appeared.sevan
2015-06-16remove \n from error messageschristos
2014-11-15Use l_wmesg if the string is not empty. Don't bother checking l_name forjoerg
2014-06-28Don't print junk errnos. Avoids:dholland
2014-04-20Don't bother using variables whose value is never changed from thedholland
2014-04-20Use an enum type for PRINTMODE vs. WIDTHMODE. Compiler output diffs havedholland
2014-02-19Remove some pointless inclusions os sys/user.hdsl
2014-01-15Bump date for previous.wiz
2014-01-15Make ps -s use LTIME instead of TIME in the default output format.mlelstv
2014-01-15Add an LTIME column that prints lwp cputime.mlelstv
2012-06-03Switch device database to cdb(5). Rework ttyname(3) and ttyname_r(3) tojoerg
2012-05-07Push logic to convert a ttyname to a device number into its ownjoerg
2012-04-15Increase width of table column so it formats more nicely.wiz