summaryrefslogtreecommitdiff
path: root/procps (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* mpstat: small code shrinkDenys Vlasenko2010-07-211-14/+10
* mpstat: new applet. ~5.5kMarek Polacek2010-07-211-0/+1024
* mark Linux-specific configuration optionsJeremie Koenig2010-07-191-1/+3
* top: add tie breaking for topmem modeDenys Vlasenko2010-07-131-4/+4
* *: tar-related cleanups: move struct to unarchive.h; move help to tar.cDenys Vlasenko2010-06-261-33/+10
* smemcap: new appletDenys Vlasenko2010-06-241-0/+152
* bootchartd: added optional compat featuresDenys Vlasenko2010-06-211-0/+1
* *: add INSERTs to *.src files where appropriateDenys Vlasenko2010-06-082-0/+4
* fuser: code shrinkMaksym Kryzhanovskyy2010-06-061-29/+15
* top: code shrink, -26 bytesDenys Vlasenko2010-06-061-33/+27
* top: code shrinkMaksym Kryzhanovskyy2010-06-061-77/+42
* remove defconfig. Now "make defconfig" simply uses defaults from Config.inDenys Vlasenko2010-06-061-25/+25
* mass renaming Kbuild -> Kbuild.src, Config.in -> Config.srcDenys Vlasenko2010-06-042-0/+0
* ps: make "ps -o BAD" emit list of good -o paramsDenys Vlasenko2010-05-231-4/+18
* fuser: code shrink, fixing default signal, exitcode and PID displayMaksym Kryzhanovskyy2010-05-221-136/+122
* consolidate ESC sequencesDenys Vlasenko2010-05-162-5/+6
* fix typo in commented-out codeDenys Vlasenko2010-05-041-1/+1
* ps: fix non-DESKTOP option handling codeDenys Vlasenko2010-04-071-23/+26
* sysctl: tiny code shrinkDenys Vlasenko2010-03-271-2/+1
* *: merge some common stringsDenys Vlasenko2010-03-231-1/+1
* top: make 's' display easier to understandDenys Vlasenko2010-03-041-6/+6
* free: silence warning about unused argvBernhard Reutner-Fischer2010-02-261-1/+1
* free: code shrinkDenys Vlasenko2010-02-211-35/+48
* Replace __uClinux__ define with !BB_MMUDenys Vlasenko2010-02-211-3/+3
* *: suppress ~60% of "aliased warnings" on gcc-4.4.1Denys Vlasenko2010-02-042-4/+2
* *: style fixes. no code changes (verified with objdump)Denys Vlasenko2010-01-281-3/+4
* watch: compat: use stderr to determine screen dimensionsDenys Vlasenko2010-01-191-3/+12
* *: remove some uses of argcDenys Vlasenko2010-01-042-4/+4
* watch: more compatible screen formatDenys Vlasenko2010-01-021-1/+1
* ps: add comment about -TDenys Vlasenko2009-11-241-1/+5
* *: use "can't" instead of "cannot"Denys Vlasenko2009-11-132-3/+3
* top: do not use #if inside printf, it can be a macroDenys Vlasenko2009-11-071-18/+6
* *: introduce and use ffulsh_all()Denys Vlasenko2009-11-022-3/+3
* randomconfig fixesDenys Vlasenko2009-10-191-1/+1
* ps: show longer COMMANDDenys Vlasenko2009-10-091-3/+9
* ps: conditionally enable -T on non-DESKTOP build tooDenys Vlasenko2009-09-212-28/+28
* ps,top: add an option to show threads. +260 bytes of codeDenys Vlasenko2009-09-193-13/+47
* top: remove GCCismsDenys Vlasenko2009-09-121-5/+12
* fix read_cmdline API and a small buglet where "[comm]" may be too narrowDenys Vlasenko2009-09-122-2/+2
* top: add -m ("memory") optionDenys Vlasenko2009-09-111-51/+57
* pgrep: match argv[0] too, not only comm; fix a bug in argv sanitizationDenys Vlasenko2009-08-141-4/+4
* pgrep/pkill: support -s and -P optionsDenys Vlasenko2009-07-061-54/+64
* ps: conditionally support additional -o FIELDsDenys Vlasenko2009-07-033-12/+44
* *: add FAST_FUNC to function ptrs where it makes senseDenys Vlasenko2009-06-051-14/+14
* sysctl: stop abusing parser->lineDenys Vlasenko2009-05-101-4/+4
* *: mass renaming of USE_XXXX to IF_XXXXDenis Vlasenko2009-04-213-18/+18
* move llist_find_str from modutils to libbbDenis Vlasenko2009-04-131-5/+5
* sysctl: move code around to get rid of forward references.Denis Vlasenko2009-03-291-108/+101
* sysctl: fix broken -p [file] - close bug 231Denis Vlasenko2009-03-291-4/+9
* *: move get_sock_lsa and xwrite_str to libbb, use where appropriateDenis Vlasenko2009-03-091-6/+1