| Commit message (Expand) | Author | Files | Lines |
2011-06-22 | groups: make it NOEXEC | Denys Vlasenko | 1 | -3/+9 |
2011-06-21 | ls: fix HAVE_STRVERSCMP check; add check for older uclibc versions | Denys Vlasenko | 2 | -1/+11 |
2011-06-21 | groups: new applet | Tito Ragusa | 4 | -12/+36 |
2011-06-21 | Add HAVE_STRVERSCMP, guard the only usage of strverscmp with #ifdef | Denys Vlasenko | 2 | -0/+7 |
2011-06-20 | setserial: added missing \n in help text | Dan Fandrich | 1 | -1/+1 |
2011-06-20 | libbb: use _unlocked variants of stdio I/O. | Denys Vlasenko | 1 | -0/+38 |
2011-06-20 | parse_config: use getline. BIG speedup with glibc (~40%). | Timo Teras | 2 | -50/+45 |
2011-06-20 | modprobe: use hash table. speeds up significantly if modprobe.dep is large | Timo Teras | 1 | -14/+29 |
2011-06-19 | diff: disable debug code; remove unsupported --dry-run from help text | Denys Vlasenko | 1 | -7/+10 |
2011-06-18 | libbb/read_cmdline: prepend {comm} if different from argv0. Closes 3835. | Denys Vlasenko | 1 | -3/+32 |
2011-06-18 | procps: remove PSSCAN_STAT define, users were using it incorrectly | Denys Vlasenko | 3 | -20/+19 |
2011-06-18 | fix false positive in parse test | Denys Vlasenko | 1 | -0/+1 |
2011-06-18 | parse_config: make test applet easier to enable; fix its code | Denys Vlasenko | 3 | -35/+29 |
2011-06-17 | libbb: split bb_get_chunk_from_file and bb_get_chunk_with_continuation | Denys Vlasenko | 3 | -44/+56 |
2011-06-15 | inetd: check if RPC is available | Bernhard Reutner-Fischer | 1 | -2/+5 |
2011-06-13 | ls: fix comment about -p (it's compatible now) | Denys Vlasenko | 1 | -4/+3 |
2011-06-13 | ls: make -v and -X actually work as intended | Denys Vlasenko | 1 | -7/+15 |
2011-06-12 | iplink: tweak includes to work on android | Denys Vlasenko | 1 | -1/+1 |
2011-06-10 | pkill/pgrep: support extended regular expressions | Wade Berrier | 1 | -1/+1 |
2011-06-10 | Replaced __u32 etc. with standard uint32_t style types | Daniel Fandrich | 2 | -24/+24 |
2011-06-10 | *: simplify Ethernet header includes | Dan Fandrich | 10 | -56/+30 |
2011-06-07 | build system: delete generated files on "make mrproper" | Denys Vlasenko | 1 | -0/+4 |
2011-06-06 | fbset: apply modelines. Closes 3823 | Denys Vlasenko | 1 | -1/+2 |
2011-06-05 | fix breakage caused by 'remove "Options:" string from help texts' commit | Denys Vlasenko | 1 | -0/+1 |
2011-06-05 | *: remove "Options:" string from help texts | Denys Vlasenko | 198 | -268/+40 |
2011-06-05 | iostat: code shrink | Maksym Kryzhanovskyy | 1 | -120/+117 |
2011-06-04 | udhcpc: allow -O OPT take numeric params | Denys Vlasenko | 1 | -2/+5 |
2011-06-03 | appletlib.c: do not use PAGE_SIZE for malloc tweaking | Denys Vlasenko | 1 | -13/+2 |
2011-06-03 | platform.h: support for build under Android | Dan Fandrich | 1 | -0/+6 |
2011-06-03 | only compile obscure.c when needed | Dan Fandrich | 1 | -2/+1 |
2011-06-03 | replace nonstandard unsigned typedefs | Dan Fandrich | 1 | -7/+7 |
2011-06-01 | hush: better comment. No code changes | Denys Vlasenko | 1 | -1/+1 |
2011-05-31 | hush: fix a corner case of empty "do \n done" structure | Denys Vlasenko | 3 | -1/+9 |
2011-05-30 | makedevs: fix help-text | Bernhard Reutner-Fischer | 1 | -1/+1 |
2011-05-29 | fix !ENABLE_FEATURE_GETOPT_LONG build. Closes 3775 | Denys Vlasenko | 5 | -11/+12 |
2011-05-29 | fuser: fix inverted access() check. Closes 3799. | Denys Vlasenko | 1 | -1/+1 |
2011-05-29 | setconsole: open console for writing rather than reading | Peter Korsgaard | 1 | -1/+1 |
2011-05-26 | nmeter: trim help text | Denys Vlasenko | 1 | -13/+13 |
2011-05-25 | syslogd,klogd: better help text | Denys Vlasenko | 2 | -13/+20 |
2011-05-23 | fuser: code shrink | Maksym Kryzhanovskyy | 1 | -196/+190 |
2011-05-23 | libbb.h: small reordering | Denys Vlasenko | 1 | -5/+8 |
2011-05-23 | find: cater for libc w/o FNM_CASEFOLD | Denys Vlasenko | 4 | -21/+42 |
2011-05-22 | find: implement -ipath | Bogdan Harjoc | 1 | -3/+7 |
2011-05-22 | reformime: do not require \r\n | Denys Vlasenko | 6 | -298/+331 |
2011-05-21 | adduser: better logic for choosing addgroup -g/--gid | Denys Vlasenko | 1 | -3/+5 |
2011-05-21 | adduser: prefer to call addgroup --gid, not non-std addgroup -g | Denys Vlasenko | 1 | -4/+14 |
2011-05-21 | od: code shrink | Denys Vlasenko | 1 | -14/+10 |
2011-05-21 | od: another fix for --strings | Denys Vlasenko | 1 | -1/+4 |
2011-05-21 | od: fix -S NUM to not print chars >0x80 | Denys Vlasenko | 1 | -38/+19 |
2011-05-21 | od: code shrink | Denys Vlasenko | 1 | -82/+78 |