index
:
busybox.git
1_33_stable
1_35_stable
master
Copy of git.busybox.net/busybox
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
procps
Age
Commit message (
Expand
)
Author
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
2015-01-24
trim extra newlines in help texts
Denys Vlasenko
2015-01-05
mpstat: code shrink
Denys Vlasenko
2015-01-05
free: handle "cached" value too
Guillermo Rodriguez
2014-07-29
top: fix memset length (sizeof(ptr) vs sizeof(array) problem)
Denys Vlasenko
2014-07-27
top: fix and merge code to parse /proc/meminfo
Timo Teräs
2014-06-22
libbb: use a wrapper around sysconf(_SC_CLK_TCK) to save a few bytes
Bartosz Golaszewski
2014-02-24
sysctl: do not error out showing write-only data. Closes 6386
Denys Vlasenko
2014-01-20
top.c: fix compilation warnings
Bartosz Golaszewski
2013-12-16
kill[all[5]]: code shrink
Denys Vlasenko
2013-12-16
killall5: return 2 if no processes got killed
Uros Vampl
2013-11-29
Use unsigned printf/scanf conversion where more appropriate
Denys Vlasenko
2013-09-06
top: fix breakage introduced by previous commit
Denys Vlasenko
2013-09-06
Make smart_ulltoa return pointer to end (allows for code shink in callers)
Denys Vlasenko
2013-06-28
pstree: fix theoretically unsafe code
Denys Vlasenko
2013-06-27
lsof: correct check for symbolic link
Thomas De Schampheleire
2013-06-19
pstree: stop truncating thread names
Mike Frysinger
2013-03-29
libbb: introduce and use strftime_[YYYYMMDD]HHMMSS()
Denys Vlasenko
2013-02-28
pgrep: fix a "missing closing paren" build error
Denys Vlasenko
2013-02-28
pgrep: fix -x option
Bernhard Walle
2013-01-26
ps: seconds_since_boot: uint64_t -> ulong
Denys Vlasenko
2013-01-22
*: reuse more strings
Denys Vlasenko
2013-01-22
ps: fix sscanf format specifier (%l); make uptime unsigned
Denys Vlasenko
[next]