aboutsummaryrefslogtreecommitdiff
path: root/procps
AgeCommit message (Expand)Author
2010-06-26*: tar-related cleanups: move struct to unarchive.h; move help to tar.cDenys Vlasenko
2010-06-24smemcap: new appletDenys Vlasenko
2010-06-21bootchartd: added optional compat featuresDenys Vlasenko
2010-06-08*: add INSERTs to *.src files where appropriateDenys Vlasenko
2010-06-06fuser: code shrinkMaksym Kryzhanovskyy
2010-06-06top: code shrink, -26 bytesDenys Vlasenko
2010-06-06top: code shrinkMaksym Kryzhanovskyy
2010-06-06remove defconfig. Now "make defconfig" simply uses defaults from Config.inDenys Vlasenko
2010-06-04mass renaming Kbuild -> Kbuild.src, Config.in -> Config.srcDenys Vlasenko
2010-05-23ps: make "ps -o BAD" emit list of good -o paramsDenys Vlasenko
2010-05-22fuser: code shrink, fixing default signal, exitcode and PID displayMaksym Kryzhanovskyy
2010-05-16consolidate ESC sequencesDenys Vlasenko
2010-05-04fix typo in commented-out codeDenys Vlasenko
2010-04-07ps: fix non-DESKTOP option handling codeDenys Vlasenko
2010-03-27sysctl: tiny code shrinkDenys Vlasenko
2010-03-23*: merge some common stringsDenys Vlasenko
2010-03-04top: make 's' display easier to understandDenys Vlasenko
2010-02-26free: silence warning about unused argvBernhard Reutner-Fischer
2010-02-21free: code shrinkDenys Vlasenko
2010-02-21Replace __uClinux__ define with !BB_MMUDenys Vlasenko
2010-02-04*: suppress ~60% of "aliased warnings" on gcc-4.4.1Denys Vlasenko
2010-01-28*: style fixes. no code changes (verified with objdump)Denys Vlasenko
2010-01-19watch: compat: use stderr to determine screen dimensionsDenys Vlasenko
2010-01-04*: remove some uses of argcDenys Vlasenko
2010-01-02watch: more compatible screen formatDenys Vlasenko
2009-11-24ps: add comment about -TDenys Vlasenko
2009-11-13*: use "can't" instead of "cannot"Denys Vlasenko
2009-11-07top: do not use #if inside printf, it can be a macroDenys Vlasenko
2009-11-02*: introduce and use ffulsh_all()Denys Vlasenko
2009-10-19randomconfig fixesDenys Vlasenko
2009-10-09ps: show longer COMMANDDenys Vlasenko
2009-09-21ps: conditionally enable -T on non-DESKTOP build tooDenys Vlasenko
2009-09-19ps,top: add an option to show threads. +260 bytes of codeDenys Vlasenko
2009-09-12top: remove GCCismsDenys Vlasenko
2009-09-12fix read_cmdline API and a small buglet where "[comm]" may be too narrowDenys Vlasenko
2009-09-11top: add -m ("memory") optionDenys Vlasenko
2009-08-14pgrep: match argv[0] too, not only comm; fix a bug in argv sanitizationDenys Vlasenko
2009-07-06pgrep/pkill: support -s and -P optionsDenys Vlasenko
2009-07-03ps: conditionally support additional -o FIELDsDenys Vlasenko
2009-06-05*: add FAST_FUNC to function ptrs where it makes senseDenys Vlasenko
2009-05-10sysctl: stop abusing parser->lineDenys Vlasenko
2009-04-21*: mass renaming of USE_XXXX to IF_XXXXDenis Vlasenko
2009-04-13move llist_find_str from modutils to libbbDenis Vlasenko
2009-03-29sysctl: move code around to get rid of forward references.Denis Vlasenko
2009-03-29sysctl: fix broken -p [file] - close bug 231Denis Vlasenko
2009-03-09*: move get_sock_lsa and xwrite_str to libbb, use where appropriateDenis Vlasenko
2009-03-03modprobe: emit "can't open 'modules.dep': (errno)" instead of "module not found"Denis Vlasenko
2009-03-03top: make it work again on 2.4 kernels (closes bug 125)Denis Vlasenko
2009-02-07function old new deltaDenis Vlasenko
2009-01-08sysctl: fix another corner case with "dots and slashes"Denis Vlasenko