aboutsummaryrefslogtreecommitdiff
path: root/procps
AgeCommit message (Expand)Author
2010-09-12smemcap: use correct tar magicDenys Vlasenko
2010-09-05remove redundant ENABLE_DESKTOP in procps/ps.cCristian Ionescu-Idbohrn
2010-08-29nandwrite: complain on malformed -s NUMDenys Vlasenko
2010-08-28pmap: new applet. +1k.Alexander Shishkin
2010-08-24Rename a struct member from "interrupt"Dan Fandrich
2010-08-16nmeter: fix misplaced closing commentDenys Vlasenko
2010-08-16*: make GNU licensing statement forms more regularDenys Vlasenko
2010-08-16*: fix "see file License ..." - the file is named LICENSE (in uppercase)Denys Vlasenko
2010-08-16libbb: factor out common code from mpstat/iostatDenys Vlasenko
2010-08-12iostat: add forgotted fclose(); fix default count.Denys Vlasenko
2010-08-12*: s/xatoi_u/xatoi_positive/g - I got bored of mistyping xatoi_u as xatou_iDenys Vlasenko
2010-08-12free: more compatible output. +16 bytes. Closes bug 2383.Denys Vlasenko
2010-08-11iostat: new applet. 2800 bytesMarek Polacek
2010-07-30mpstat: do not use /sys to get number of CPUs. /proc should be ok.Marek Polacek
2010-07-30mpstat: better fix for IRQ countsDenys Vlasenko
2010-07-30mpstat: fix total par-cpu IRQ countsDenys Vlasenko
2010-07-30mpstat: fix/improve handling of interrupt namesDenys Vlasenko
2010-07-30mpstat: small code shrinkMaksym Kryzhanovskyy
2010-07-21mpstat: small code shrinkDenys Vlasenko
2010-07-21mpstat: new applet. ~5.5kMarek Polacek
2010-07-19mark Linux-specific configuration optionsJeremie Koenig
2010-07-13top: add tie breaking for topmem modeDenys Vlasenko
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