aboutsummaryrefslogtreecommitdiff
path: root/procps (unfollow)
Commit message (Expand)AuthorFilesLines
2011-06-05*: remove "Options:" string from help textsDenys Vlasenko12-23/+9
2011-06-05iostat: code shrinkMaksym Kryzhanovskyy1-120/+117
2011-06-04udhcpc: allow -O OPT take numeric paramsDenys Vlasenko1-2/+5
2011-06-03appletlib.c: do not use PAGE_SIZE for malloc tweakingDenys Vlasenko1-13/+2
2011-06-03platform.h: support for build under AndroidDan Fandrich1-0/+6
2011-06-03only compile obscure.c when neededDan Fandrich1-2/+1
2011-06-03replace nonstandard unsigned typedefsDan Fandrich1-7/+7
2011-06-01hush: better comment. No code changesDenys Vlasenko1-1/+1
2011-05-31hush: fix a corner case of empty "do \n done" structureDenys Vlasenko3-1/+9
2011-05-30makedevs: fix help-textBernhard Reutner-Fischer1-1/+1
2011-05-29fix !ENABLE_FEATURE_GETOPT_LONG build. Closes 3775Denys Vlasenko5-11/+12
2011-05-29fuser: fix inverted access() check. Closes 3799.Denys Vlasenko1-1/+1
2011-05-29setconsole: open console for writing rather than readingPeter Korsgaard1-1/+1
2011-05-26nmeter: trim help textDenys Vlasenko1-13/+13
2011-05-25syslogd,klogd: better help textDenys Vlasenko2-13/+20
2011-05-23fuser: code shrinkMaksym Kryzhanovskyy1-196/+190
2011-05-23libbb.h: small reorderingDenys Vlasenko1-5/+8
2011-05-23find: cater for libc w/o FNM_CASEFOLDDenys Vlasenko4-21/+42
2011-05-22find: implement -ipathBogdan Harjoc1-3/+7
2011-05-22reformime: do not require \r\nDenys Vlasenko6-298/+331
2011-05-21adduser: better logic for choosing addgroup -g/--gidDenys Vlasenko1-3/+5
2011-05-21adduser: prefer to call addgroup --gid, not non-std addgroup -gDenys Vlasenko1-4/+14
2011-05-21od: code shrinkDenys Vlasenko1-14/+10
2011-05-21od: another fix for --stringsDenys Vlasenko1-1/+4
2011-05-21od: fix -S NUM to not print chars >0x80Denys Vlasenko1-38/+19
2011-05-21od: code shrinkDenys Vlasenko1-82/+78
2011-05-21od: code shrink, fix "od --traditional FILE"Denys Vlasenko3-121/+121
2011-05-20lineedit: fix rare SEGV; mark a few FIXMEsAlexey Fomenko1-9/+15
2011-05-20warning removalCristian Ionescu-Idbohrn2-8/+1
2011-05-20tail: optimize "tail -c HUGENUM REGULAR_FILE". Closes 3763.Denys Vlasenko1-15/+21
2011-05-18top: display sort indicator in memory displayDenys Vlasenko1-1/+1
2011-05-16busybox.conf: code shrinkDenys Vlasenko1-13/+12
2011-05-16busybox.conf: USER.GROUP is _optional_Denys Vlasenko2-14/+16
2011-05-16main: make busybox.conf mode handling less obscureDenys Vlasenko2-34/+43
2011-05-16main: free suid_config list after useDenys Vlasenko3-35/+36
2011-05-16vi.c: remove warning: variable 'sp' set but not usedCristian Ionescu-Idbohrn1-0/+4
2011-05-16The [-Wunused-but-set-variable] warningsCristian Ionescu-Idbohrn1-2/+2
2011-05-16dc: do not advertise ops disabled in .configDenys Vlasenko1-1/+1
2011-05-16simplify parsing of /etc/busybox.confDenys Vlasenko3-47/+33
2011-05-14tweak config help textDenys Vlasenko1-3/+4
2011-05-14hush: fix misparsing of "... do eval a= ...". Closes 3721Denys Vlasenko3-28/+53
2011-05-14top: better indicator of selected field in mem viewDenys Vlasenko1-1/+1
2011-05-13fix "variable 'foo' set but not used" warningsDenys Vlasenko9-27/+11
2011-05-13ls: code shrinkDenys Vlasenko1-7/+11
2011-05-13ls: reorder and rename functions. No code changesDenys Vlasenko1-238/+240
2011-05-13ls: reduce memory consumption and speed up (don't do redundant [l]stat)Denys Vlasenko1-158/+210
2011-05-13ls: avoid forward declaration. No code changesDenys Vlasenko1-45/+43
2011-05-13ls: code shrinkDenys Vlasenko1-32/+21
2011-05-13passwd: shorter help textDenys Vlasenko1-4/+4
2011-05-13adduser: safe username passing to passwd/addgroupDenys Vlasenko7-77/+88