index
:
busybox
master
Busybox
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
procps
Age
Commit message (
Expand
)
Author
2017-07-29
ps: tweak outdated comment, no code changes
Denys Vlasenko
2017-07-29
ps: implement -o sid
Denys Vlasenko
2017-07-25
ash: allow "trap NUM [SIG]..." syntax
Denys Vlasenko
2017-07-21
pgrep: fix "pgrep -v -P1"; also allow matching of comm - closes 10086
Denys Vlasenko
2017-07-21
config: deindent all help texts
Denys Vlasenko
2017-07-18
Update menuconfig items with approximate applet sizes
Denys Vlasenko
2017-06-26
pgrep: implement -a
Denys Vlasenko
2017-06-26
pgrep: fix pgrep -flx "sleep 11" - saw "sleep 11" processes as "sleep 11 "
Denys Vlasenko
2017-06-15
fix "ifdef ENABLE_foo": should always be "#if ENABLE_foo"
Denys Vlasenko
2017-04-12
fix errors found with make_single_applets.sh
Denys Vlasenko
2017-04-12
Sort more misplaced applets into coreutils or util-linux
Denys Vlasenko
2017-01-29
*: add comment about APPLET_ODDNAME format
Denys Vlasenko
2017-01-21
make --help texts smaller
Denys Vlasenko
2017-01-16
Assorted warning fixes and added a comment, no code changes
Denys Vlasenko
2017-01-11
Move FEATURE_USE_TERMIOS config option to two applets which use it
Denys Vlasenko
2017-01-11
libbb: consolidate the code to set termios unbuffered mode
Denys Vlasenko
2017-01-11
top: FEATURE_USE_TERMIOS shouldn't control reading of screen size
Denys Vlasenko
2017-01-10
Big cleanup in config help and description
Denys Vlasenko
2017-01-09
kill: optimizations for single-applet build
Kang-Che Sung
2017-01-09
kill: need not build kill.c when ash's job control is off
Kang-Che Sung
2017-01-08
hush: kill builtin and kill %jobspec support
Denys Vlasenko
2017-01-08
ash: fix "kill %1" not working if CONFIG_ASH is disabled
Kang-Che Sung
2016-12-23
Make it possible to select "sh" and "bash" aliases without selecting ash or hush
Denys Vlasenko
2016-12-03
top: fix help text: with !TERMIOS, no keys are affected top output
Denys Vlasenko
2016-11-28
Code style fixes, no code changes
Denys Vlasenko
2016-11-23
Make killall and killall5 selecatable independent from kill
Denys Vlasenko
2016-11-23
Convert all procps/* applets to "new style" applet definitions
Denys Vlasenko
2016-08-19
top: move free(prev_hist) out of signal path
Denys Vlasenko
2016-07-06
getopt32: add new syntax of 'o:+' and 'o:*' for -o NUM and -o LIST
Denys Vlasenko
2016-04-22
*: slap on a few ALIGN1/2s where appropriate
Denys Vlasenko
2016-04-21
*: hopefully all setup_common_bufsiz() are in place
Denys Vlasenko
2016-04-21
*: add most of the required setup_common_bufsiz() calls
Denys Vlasenko
2016-04-21
libbb: make bb_common_bufsiz1 1 kbyte, add capability to use bss tail for it
Denys Vlasenko
2016-03-15
nmeter: reinstate and document -d-1
Denys Vlasenko
2016-03-15
nmeter: remove undocumented %NNNd specifier
Denys Vlasenko
2016-03-15
nmeter: simple code shrink here and there
Denys Vlasenko
2016-03-15
nmeter: convert field list to bit list
Denys Vlasenko
2016-03-15
nmeter: code shrink
Denys Vlasenko
2016-03-15
nmeter: fix a bug with unterminated varargs
Denys Vlasenko
2016-03-07
renice: tweak help text
Denys Vlasenko
2015-10-24
pmap: fix bogus {no such process} comm field text
Denys Vlasenko
2015-10-23
libbb: factor out code which queries screen width
Denys Vlasenko
2015-10-14
top: make sort field for 's' mode less confusing
Denys Vlasenko
2015-10-13
*: more BUILD_BUG_ON conversions
Denys Vlasenko
2015-10-08
join some common strings, -400 bytes
Denys Vlasenko
2015-10-07
build system: -fno-builtin-printf
Denys Vlasenko
2015-07-01
ps: fix SEGV on narrow screens. closes 8176
Denys Vlasenko
2015-04-02
*: Switch to POSIX utmpx API
Bernhard Reutner-Fischer
2015-03-12
Use chomp to remove newlines
Ron Yorston
2015-03-12
libbb: introduce and use is_prefixed_with()
Denys Vlasenko
[next]