Age | Commit message (Expand) | Author |
2011-07-08 | usleep: do not check for usleep error, it should never fail | Denys Vlasenko |
2011-07-08 | a few tweaks for bionic | Denys Vlasenko |
2011-07-08 | Support configuring Busybox from _defconfig files | Daniel Fandrich |
2011-07-08 | hwclock: use locale-specific date output format | Denys Vlasenko |
2011-07-08 | halt: perror_msg_and_die needs bb_ prefix | Denys Vlasenko |
2011-07-08 | typo fixes | Dan Fandrich |
2011-07-08 | platform.h: tweaks for cygwin | Denys Vlasenko |
2011-07-04 | hwclock: better help text | Denys Vlasenko |
2011-07-04 | md5/shaNsum: make -c support a list of files | Lauri Kasanen |
2011-07-03 | vi: tweak regex.h include | Denys Vlasenko |
2011-07-03 | halt/reboot: better message if /sbin/telinit is not found | Denys Vlasenko |
2011-06-30 | Use the _unlocked stdio macros only when they're all available | Dan Fandrich |
2011-06-30 | libbb.h: tweak _unlocked hack | Denys Vlasenko |
2011-06-30 | Use the built-in getline on more systems that don't have it | Dan Fandrich |
2011-06-29 | platform.c: provide getline implementation | Timo Teras |
2011-06-27 | vi: fix regex search, make it selectable in config | Walter Harms |
2011-06-22 | id: correct getgroups usage | Denys Vlasenko |
2011-06-22 | groups: make it NOEXEC | Denys Vlasenko |
2011-06-21 | ls: fix HAVE_STRVERSCMP check; add check for older uclibc versions | Denys Vlasenko |
2011-06-21 | groups: new applet | Tito Ragusa |
2011-06-21 | Add HAVE_STRVERSCMP, guard the only usage of strverscmp with #ifdef | Denys Vlasenko |
2011-06-20 | setserial: added missing \n in help text | Dan Fandrich |
2011-06-20 | libbb: use _unlocked variants of stdio I/O. | Denys Vlasenko |
2011-06-20 | parse_config: use getline. BIG speedup with glibc (~40%). | Timo Teras |
2011-06-20 | modprobe: use hash table. speeds up significantly if modprobe.dep is large | Timo Teras |
2011-06-19 | diff: disable debug code; remove unsupported --dry-run from help text | Denys Vlasenko |
2011-06-18 | libbb/read_cmdline: prepend {comm} if different from argv0. Closes 3835. | Denys Vlasenko |
2011-06-18 | procps: remove PSSCAN_STAT define, users were using it incorrectly | Denys Vlasenko |
2011-06-18 | fix false positive in parse test | Denys Vlasenko |
2011-06-18 | parse_config: make test applet easier to enable; fix its code | Denys Vlasenko |
2011-06-17 | libbb: split bb_get_chunk_from_file and bb_get_chunk_with_continuation | Denys Vlasenko |
2011-06-15 | inetd: check if RPC is available | Bernhard Reutner-Fischer |
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 |