aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* ls: make -v and -X actually work as intendedDenys Vlasenko2011-06-131-7/+15
* iplink: tweak includes to work on androidDenys Vlasenko2011-06-121-1/+1
* pkill/pgrep: support extended regular expressionsWade Berrier2011-06-101-1/+1
* Replaced __u32 etc. with standard uint32_t style typesDaniel Fandrich2011-06-102-24/+24
* *: simplify Ethernet header includesDan Fandrich2011-06-1010-56/+30
* build system: delete generated files on "make mrproper"Denys Vlasenko2011-06-071-0/+4
* fbset: apply modelines. Closes 3823Denys Vlasenko2011-06-061-1/+2
* fix breakage caused by 'remove "Options:" string from help texts' commitDenys Vlasenko2011-06-051-0/+1
* *: remove "Options:" string from help textsDenys Vlasenko2011-06-05198-268/+40
* iostat: code shrinkMaksym Kryzhanovskyy2011-06-051-120/+117
* udhcpc: allow -O OPT take numeric paramsDenys Vlasenko2011-06-041-2/+5
* appletlib.c: do not use PAGE_SIZE for malloc tweakingDenys Vlasenko2011-06-031-13/+2
* platform.h: support for build under AndroidDan Fandrich2011-06-031-0/+6
* only compile obscure.c when neededDan Fandrich2011-06-031-2/+1
* replace nonstandard unsigned typedefsDan Fandrich2011-06-031-7/+7
* hush: better comment. No code changesDenys Vlasenko2011-06-011-1/+1
* hush: fix a corner case of empty "do \n done" structureDenys Vlasenko2011-05-313-1/+9
* makedevs: fix help-textBernhard Reutner-Fischer2011-05-301-1/+1
* fix !ENABLE_FEATURE_GETOPT_LONG build. Closes 3775Denys Vlasenko2011-05-295-11/+12
* fuser: fix inverted access() check. Closes 3799.Denys Vlasenko2011-05-291-1/+1
* setconsole: open console for writing rather than readingPeter Korsgaard2011-05-291-1/+1
* nmeter: trim help textDenys Vlasenko2011-05-261-13/+13
* syslogd,klogd: better help textDenys Vlasenko2011-05-252-13/+20
* fuser: code shrinkMaksym Kryzhanovskyy2011-05-231-196/+190
* libbb.h: small reorderingDenys Vlasenko2011-05-231-5/+8
* find: cater for libc w/o FNM_CASEFOLDDenys Vlasenko2011-05-234-21/+42
* find: implement -ipathBogdan Harjoc2011-05-221-3/+7
* reformime: do not require \r\nDenys Vlasenko2011-05-226-298/+331
* adduser: better logic for choosing addgroup -g/--gidDenys Vlasenko2011-05-211-3/+5
* adduser: prefer to call addgroup --gid, not non-std addgroup -gDenys Vlasenko2011-05-211-4/+14
* od: code shrinkDenys Vlasenko2011-05-211-14/+10
* od: another fix for --stringsDenys Vlasenko2011-05-211-1/+4
* od: fix -S NUM to not print chars >0x80Denys Vlasenko2011-05-211-38/+19
* od: code shrinkDenys Vlasenko2011-05-211-82/+78
* od: code shrink, fix "od --traditional FILE"Denys Vlasenko2011-05-213-121/+121
* lineedit: fix rare SEGV; mark a few FIXMEsAlexey Fomenko2011-05-201-9/+15
* warning removalCristian Ionescu-Idbohrn2011-05-202-8/+1
* tail: optimize "tail -c HUGENUM REGULAR_FILE". Closes 3763.Denys Vlasenko2011-05-201-15/+21
* top: display sort indicator in memory displayDenys Vlasenko2011-05-181-1/+1
* busybox.conf: code shrinkDenys Vlasenko2011-05-161-13/+12
* busybox.conf: USER.GROUP is _optional_Denys Vlasenko2011-05-162-14/+16
* main: make busybox.conf mode handling less obscureDenys Vlasenko2011-05-162-34/+43
* main: free suid_config list after useDenys Vlasenko2011-05-163-35/+36
* vi.c: remove warning: variable 'sp' set but not usedCristian Ionescu-Idbohrn2011-05-161-0/+4
* The [-Wunused-but-set-variable] warningsCristian Ionescu-Idbohrn2011-05-161-2/+2
* dc: do not advertise ops disabled in .configDenys Vlasenko2011-05-161-1/+1
* simplify parsing of /etc/busybox.confDenys Vlasenko2011-05-163-47/+33
* tweak config help textDenys Vlasenko2011-05-141-3/+4
* hush: fix misparsing of "... do eval a= ...". Closes 3721Denys Vlasenko2011-05-143-28/+53
* top: better indicator of selected field in mem viewDenys Vlasenko2011-05-141-1/+1