Start 1.33.0 development cycle
[oweals/busybox.git] / procps /
2020-06-23 Denys Vlasenkorandomconfig fixes
2020-06-10 Denys Vlasenkonmeter: add %T (zero-based timestamp) format
2020-06-09 Denys Vlasenkosysctl: do report EACCES errors on write
2019-10-25 Denys Vlasenkosuppress a few "unused function" warnings
2019-08-11 Denys Vlasenkotop: do not use previous colleced data wheh "h" toggles...
2019-08-06 Denys Vlasenkonmeter: do not clamp down %Nc to minimum of 10 (think...
2019-07-02 James Byrnelibbb: reduce the overhead of single parameter bb_error...
2019-06-25 Lukas Rusakfree: include SReclaimable in cached value
2019-05-03 Denys Vlasenkops: ensure fields are separated by at least one space...
2019-04-04 Thomas De Schamphe... top: provide cmdline argument '-H' to enable thread...
2019-03-12 Denys Vlasenkowatch: support fractional -n SEC
2019-02-27 Denys Vlasenkotop: tweak --help
2019-02-08 Aaro Koskinensysctl: fix compatibility with procps sysctl
2019-02-08 Denys Vlasenkosysctl: do slash/dot conversions only on name, not...
2019-02-08 Denys Vlasenkosysctl: on EIO ("sysctl net.ipv6.conf.all.stable_secret...
2019-02-08 Denys Vlasenkosysctl: avoid stat() on every item if in -w mode
2019-02-08 Denys Vlasenkosysctl: allow setting empty values
2018-12-31 Denys Vlasenkopmap: make 32-bit version work better on 64-bit kernels
2018-12-28 Denys Vlasenkoconfig: update size information
2018-11-27 Denys Vlasenkofree: ensure there is a least one space between numbers
2018-10-30 Guillermo Rodriguezfree: add 'available' memory if provided by the kernel
2018-08-30 Denys Vlasenkosmemcap: keep outputting by ignoring transient processe...
2018-08-26 Andre Goddard Rosasmemcap: keep outputting by ignoring transient processes
2018-08-03 Denys Vlasenkouptime: add -s support
2018-08-03 Denys Vlasenkoextend fractional duration support to "top -d N.N"...
2018-06-06 Kartik Agaramrestore documentation on the build config language
2018-03-19 Denys Vlasenkotop: fix "warning: unused variable new_mask"
2018-03-07 Denys Vlasenkotop: much faster cursor key navigation by avoiding...
2018-03-07 Denys Vlasenkotop: do unsigned rather than signed division in do_stats()
2018-03-07 Denys Vlasenkotop: handle much larger VSZ values
2018-01-08 Denys Vlasenko*: make "argc UNUSED_PARAM" consistent
2017-12-31 Denys Vlasenkorandomconfig fixes
2017-10-05 Denys Vlasenkofree: no longer include common_bufsiz.h
2017-10-05 Denys Vlasenkofree: make it NOFORK
2017-09-18 Denys Vlasenkoregularize format of source file headers, no code changes
2017-09-13 Denys Vlasenko*: use ESC define instead of "\033"; use ESC[m instead...
2017-08-28 Ron Yorstonkill: add '--' option to separate options from arguments
2017-08-22 Ron Yorstonps: fix build failure if FEATURE_PS_TIME is disabled
2017-08-22 Kang-Che Sungps: allow ps config options if minips is enabled
2017-08-18 Denys Vlasenkoklibc-utils: new applets: resume, nuke, minips
2017-08-16 Denys Vlasenko*: stop using atexit in non-debug build: saves ~260...
2017-08-16 Denys Vlasenkotop: switch to malloced "globals".
2017-08-10 Denys Vlasenkops: improve TIME column for large times: showing "14453...
2017-08-10 Denys Vlasenkops: make it NOEXEC
2017-08-10 Denys Vlasenkops: stop using AT_CLKTCK, there are more standard ways
2017-08-08 Denys Vlasenkogetopt32: remove opt_complementary
2017-08-07 Denys Vlasenkofree,stat: make NOEXEC
2017-08-07 Denys Vlasenkousers,w,who,uptime,renice: make NOEXEC
2017-08-06 Denys Vlasenkonameif: make it NOEXEC
2017-08-05 Denys Vlasenkopstree: make it NOEXEC
2017-08-05 Denys Vlasenkosysctl: make it NOEXEC
2017-08-05 Denys Vlasenkosysctl: recognize ";comment" and "<whitespace>#comment...
2017-08-05 Denys Vlasenkolibbb: make trim() return pointer to terminating NUL
2017-08-05 Denys Vlasenkosysctl: fix file parsing, do not require -w for VAR=VAL
2017-08-04 Denys Vlasenkopmap: tweak help text, show usage if no params are...
2017-08-04 Denys Vlasenkogetopt32: factor out code to treat all args as options
2017-08-03 Denys Vlasenkonew NOFORKs: pwdx,kill[all5],ttysize,realpath,readlink...
2017-07-29 Denys Vlasenkops: tweak outdated comment, no code changes
2017-07-29 Denys Vlasenkops: implement -o sid
2017-07-25 Denys Vlasenkoash: allow "trap NUM [SIG]..." syntax
2017-07-21 Denys Vlasenkopgrep: fix "pgrep -v -P1"; also allow matching of comm...
2017-07-21 Denys Vlasenkoconfig: deindent all help texts
2017-07-18 Denys VlasenkoUpdate menuconfig items with approximate applet sizes
2017-06-26 Denys Vlasenkopgrep: implement -a
2017-06-26 Denys Vlasenkopgrep: fix pgrep -flx "sleep 11" - saw "sleep 11" proce...
2017-06-15 Denys Vlasenkofix "ifdef ENABLE_foo": should always be "#if ENABLE_foo"
2017-04-12 Denys Vlasenkofix errors found with make_single_applets.sh
2017-04-12 Denys VlasenkoSort more misplaced applets into coreutils or util...
2017-01-29 Denys Vlasenko*: add comment about APPLET_ODDNAME format
2017-01-21 Denys Vlasenkomake --help texts smaller
2017-01-16 Denys VlasenkoAssorted warning fixes and added a comment, no code...
2017-01-11 Denys VlasenkoMove FEATURE_USE_TERMIOS config option to two applets...
2017-01-11 Denys Vlasenkolibbb: consolidate the code to set termios unbuffered...
2017-01-11 Denys Vlasenkotop: FEATURE_USE_TERMIOS shouldn't control reading...
2017-01-10 Denys VlasenkoBig cleanup in config help and description
2017-01-09 Kang-Che Sungkill: optimizations for single-applet build
2017-01-09 Kang-Che Sungkill: need not build kill.c when ash's job control...
2017-01-08 Denys Vlasenkohush: kill builtin and kill %jobspec support
2017-01-08 Kang-Che Sungash: fix "kill %1" not working if CONFIG_ASH is disabled
2016-12-23 Denys VlasenkoMake it possible to select "sh" and "bash" aliases...
2016-12-03 Denys Vlasenkotop: fix help text: with !TERMIOS, no keys are affected...
2016-11-28 Denys VlasenkoCode style fixes, no code changes
2016-11-23 Denys VlasenkoMake killall and killall5 selecatable independent from...
2016-11-23 Denys VlasenkoConvert all procps/* applets to "new style" applet...
2016-08-19 Denys Vlasenkotop: move free(prev_hist) out of signal path
2016-07-06 Denys Vlasenkogetopt32: add new syntax of 'o:+' and 'o:*' for -o...
2016-04-22 Denys Vlasenko*: slap on a few ALIGN1/2s where appropriate
2016-04-21 Denys Vlasenko*: hopefully all setup_common_bufsiz() are in place
2016-04-21 Denys Vlasenko*: add most of the required setup_common_bufsiz() calls
2016-04-21 Denys Vlasenkolibbb: make bb_common_bufsiz1 1 kbyte, add capability...
2016-03-15 Denys Vlasenkonmeter: reinstate and document -d-1
2016-03-15 Denys Vlasenkonmeter: remove undocumented %NNNd specifier
2016-03-15 Denys Vlasenkonmeter: simple code shrink here and there
2016-03-15 Denys Vlasenkonmeter: convert field list to bit list
2016-03-15 Denys Vlasenkonmeter: code shrink
2016-03-15 Denys Vlasenkonmeter: fix a bug with unterminated varargs
2016-03-07 Denys Vlasenkorenice: tweak help text
2015-10-24 Denys Vlasenkopmap: fix bogus {no such process} comm field text
2015-10-22 Denys Vlasenkolibbb: factor out code which queries screen width
2015-10-14 Denys Vlasenkotop: make sort field for 's' mode less confusing
next