summaryrefslogtreecommitdiff
path: root/procps/pstree.c
Commit message (Expand)AuthorAgeFilesLines
* libbb: reduce the overhead of single parameter bb_error_msg() callsJames Byrne2019-07-021-1/+1
* config: update size informationDenys Vlasenko2018-12-281-1/+1
* getopt32: remove opt_complementaryDenys Vlasenko2017-08-081-2/+1
* pstree: make it NOEXECDenys Vlasenko2017-08-051-2/+1
* config: deindent all help textsDenys Vlasenko2017-07-211-1/+1
* Update menuconfig items with approximate applet sizesDenys Vlasenko2017-07-181-1/+1
* fix "ifdef ENABLE_foo": should always be "#if ENABLE_foo"Denys Vlasenko2017-06-151-1/+1
* Assorted warning fixes and added a comment, no code changesDenys Vlasenko2017-01-161-0/+4
* libbb: factor out code which queries screen widthDenys Vlasenko2015-10-231-1/+1
* pstree: fix theoretically unsafe codeDenys Vlasenko2013-06-281-1/+1
* pstree: stop truncating thread namesMike Frysinger2013-06-191-3/+10
* *: remove "Options:" string from help textsDenys Vlasenko2011-06-051-1/+0
* pstree: fix "warning: 'handle_thread' defined but not used"Denys Vlasenko2011-03-271-0/+2
* whitespace fixesDenys Vlasenko2011-02-031-1/+1
* mass removal of underscores from _BB_DIR_foo and _BB_SUID_fooDenys Vlasenko2011-01-181-1/+1
* pstree: use stdin for screen size detectionDenys Vlasenko2010-12-061-1/+1
* pstree: another tiny shrinkDenys Vlasenko2010-12-051-14/+6
* pstree: tiny shrinkDenys Vlasenko2010-12-051-2/+3
* pstree: fix width logic. +30 bytesLauri Kasanen2010-12-051-28/+26
* pstree: new applet. +1664 bytesLauri Kasanen2010-12-051-0/+415