Age | Commit message (Expand) | Author |
2011-06-13 | ls: fix comment about -p (it's compatible now) | Denys Vlasenko |
2011-06-13 | ls: make -v and -X actually work as intended | Denys Vlasenko |
2011-06-12 | iplink: tweak includes to work on android | Denys Vlasenko |
2011-06-10 | pkill/pgrep: support extended regular expressions | Wade Berrier |
2011-06-10 | Replaced __u32 etc. with standard uint32_t style types | Daniel Fandrich |
2011-06-10 | *: simplify Ethernet header includes | Dan Fandrich |
2011-06-07 | build system: delete generated files on "make mrproper" | Denys Vlasenko |
2011-06-06 | fbset: apply modelines. Closes 3823 | Denys Vlasenko |
2011-06-05 | fix breakage caused by 'remove "Options:" string from help texts' commit | Denys Vlasenko |
2011-06-05 | *: remove "Options:" string from help texts | Denys Vlasenko |
2011-06-05 | iostat: code shrink | Maksym Kryzhanovskyy |
2011-06-04 | udhcpc: allow -O OPT take numeric params | Denys Vlasenko |
2011-06-03 | appletlib.c: do not use PAGE_SIZE for malloc tweaking | Denys Vlasenko |
2011-06-03 | platform.h: support for build under Android | Dan Fandrich |
2011-06-03 | only compile obscure.c when needed | Dan Fandrich |
2011-06-03 | replace nonstandard unsigned typedefs | Dan Fandrich |
2011-06-01 | hush: better comment. No code changes | Denys Vlasenko |
2011-05-31 | hush: fix a corner case of empty "do \n done" structure | Denys Vlasenko |
2011-05-30 | makedevs: fix help-text | Bernhard Reutner-Fischer |
2011-05-29 | fix !ENABLE_FEATURE_GETOPT_LONG build. Closes 3775 | Denys Vlasenko |
2011-05-29 | fuser: fix inverted access() check. Closes 3799. | Denys Vlasenko |
2011-05-29 | setconsole: open console for writing rather than reading | Peter Korsgaard |
2011-05-26 | nmeter: trim help text | Denys Vlasenko |
2011-05-25 | syslogd,klogd: better help text | Denys Vlasenko |
2011-05-23 | fuser: code shrink | Maksym Kryzhanovskyy |
2011-05-23 | libbb.h: small reordering | Denys Vlasenko |
2011-05-23 | find: cater for libc w/o FNM_CASEFOLD | Denys Vlasenko |
2011-05-22 | find: implement -ipath | Bogdan Harjoc |
2011-05-22 | reformime: do not require \r\n | Denys Vlasenko |
2011-05-21 | adduser: better logic for choosing addgroup -g/--gid | Denys Vlasenko |
2011-05-21 | adduser: prefer to call addgroup --gid, not non-std addgroup -g | Denys Vlasenko |
2011-05-21 | od: code shrink | Denys Vlasenko |
2011-05-21 | od: another fix for --strings | Denys Vlasenko |
2011-05-21 | od: fix -S NUM to not print chars >0x80 | Denys Vlasenko |
2011-05-21 | od: code shrink | Denys Vlasenko |
2011-05-21 | od: code shrink, fix "od --traditional FILE" | Denys Vlasenko |
2011-05-20 | lineedit: fix rare SEGV; mark a few FIXMEs | Alexey Fomenko |
2011-05-20 | warning removal | Cristian Ionescu-Idbohrn |
2011-05-20 | tail: optimize "tail -c HUGENUM REGULAR_FILE". Closes 3763. | Denys Vlasenko |
2011-05-18 | top: display sort indicator in memory display | Denys Vlasenko |
2011-05-16 | busybox.conf: code shrink | Denys Vlasenko |
2011-05-16 | busybox.conf: USER.GROUP is _optional_ | Denys Vlasenko |
2011-05-16 | main: make busybox.conf mode handling less obscure | Denys Vlasenko |
2011-05-16 | main: free suid_config list after use | Denys Vlasenko |
2011-05-16 | vi.c: remove warning: variable 'sp' set but not used | Cristian Ionescu-Idbohrn |
2011-05-16 | The [-Wunused-but-set-variable] warnings | Cristian Ionescu-Idbohrn |
2011-05-16 | dc: do not advertise ops disabled in .config | Denys Vlasenko |
2011-05-16 | simplify parsing of /etc/busybox.conf | Denys Vlasenko |
2011-05-14 | tweak config help text | Denys Vlasenko |
2011-05-14 | hush: fix misparsing of "... do eval a= ...". Closes 3721 | Denys Vlasenko |