aboutsummaryrefslogtreecommitdiff
path: root/procps
AgeCommit message (Expand)Author
2017-01-09kill: optimizations for single-applet buildKang-Che Sung
2017-01-09kill: need not build kill.c when ash's job control is offKang-Che Sung
2017-01-08hush: kill builtin and kill %jobspec supportDenys Vlasenko
2017-01-08ash: fix "kill %1" not working if CONFIG_ASH is disabledKang-Che Sung
2016-12-23Make it possible to select "sh" and "bash" aliases without selecting ash or hushDenys Vlasenko
2016-12-03top: fix help text: with !TERMIOS, no keys are affected top outputDenys Vlasenko
2016-11-28Code style fixes, no code changesDenys Vlasenko
2016-11-23Make killall and killall5 selecatable independent from killDenys Vlasenko
2016-11-23Convert all procps/* applets to "new style" applet definitionsDenys Vlasenko
2016-08-19top: move free(prev_hist) out of signal pathDenys Vlasenko
2016-07-06getopt32: add new syntax of 'o:+' and 'o:*' for -o NUM and -o LISTDenys Vlasenko
2016-04-22*: slap on a few ALIGN1/2s where appropriateDenys Vlasenko
2016-04-21*: hopefully all setup_common_bufsiz() are in placeDenys Vlasenko
2016-04-21*: add most of the required setup_common_bufsiz() callsDenys Vlasenko
2016-04-21libbb: make bb_common_bufsiz1 1 kbyte, add capability to use bss tail for itDenys Vlasenko
2016-03-15nmeter: reinstate and document -d-1Denys Vlasenko
2016-03-15nmeter: remove undocumented %NNNd specifierDenys Vlasenko
2016-03-15nmeter: simple code shrink here and thereDenys Vlasenko
2016-03-15nmeter: convert field list to bit listDenys Vlasenko
2016-03-15nmeter: code shrinkDenys Vlasenko
2016-03-15nmeter: fix a bug with unterminated varargsDenys Vlasenko
2016-03-07renice: tweak help textDenys Vlasenko
2015-10-24pmap: fix bogus {no such process} comm field textDenys Vlasenko
2015-10-23libbb: factor out code which queries screen widthDenys Vlasenko
2015-10-14top: make sort field for 's' mode less confusingDenys Vlasenko
2015-10-13*: more BUILD_BUG_ON conversionsDenys Vlasenko
2015-10-08join some common strings, -400 bytesDenys Vlasenko
2015-10-07build system: -fno-builtin-printfDenys Vlasenko
2015-07-01ps: fix SEGV on narrow screens. closes 8176Denys Vlasenko
2015-04-02*: Switch to POSIX utmpx APIBernhard Reutner-Fischer
2015-03-12Use chomp to remove newlinesRon Yorston
2015-03-12libbb: introduce and use is_prefixed_with()Denys Vlasenko
2015-01-24trim extra newlines in help textsDenys Vlasenko
2015-01-05mpstat: code shrinkDenys Vlasenko
2015-01-05free: handle "cached" value tooGuillermo Rodriguez
2014-07-29top: fix memset length (sizeof(ptr) vs sizeof(array) problem)Denys Vlasenko
2014-07-27top: fix and merge code to parse /proc/meminfoTimo Teräs
2014-06-22libbb: use a wrapper around sysconf(_SC_CLK_TCK) to save a few bytesBartosz Golaszewski
2014-02-24sysctl: do not error out showing write-only data. Closes 6386Denys Vlasenko
2014-01-20top.c: fix compilation warningsBartosz Golaszewski
2013-12-16kill[all[5]]: code shrinkDenys Vlasenko
2013-12-16killall5: return 2 if no processes got killedUros Vampl
2013-11-29Use unsigned printf/scanf conversion where more appropriateDenys Vlasenko
2013-09-06top: fix breakage introduced by previous commitDenys Vlasenko
2013-09-06Make smart_ulltoa return pointer to end (allows for code shink in callers)Denys Vlasenko
2013-06-28pstree: fix theoretically unsafe codeDenys Vlasenko
2013-06-27lsof: correct check for symbolic linkThomas De Schampheleire
2013-06-19pstree: stop truncating thread namesMike Frysinger
2013-03-29libbb: introduce and use strftime_[YYYYMMDD]HHMMSS()Denys Vlasenko
2013-02-28pgrep: fix a "missing closing paren" build errorDenys Vlasenko