aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2011-07-08Support configuring Busybox from _defconfig filesDaniel Fandrich
2011-07-08hwclock: use locale-specific date output formatDenys Vlasenko
2011-07-08halt: perror_msg_and_die needs bb_ prefixDenys Vlasenko
2011-07-08typo fixesDan Fandrich
2011-07-08platform.h: tweaks for cygwinDenys Vlasenko
2011-07-04hwclock: better help textDenys Vlasenko
2011-07-04md5/shaNsum: make -c support a list of filesLauri Kasanen
2011-07-03vi: tweak regex.h includeDenys Vlasenko
2011-07-03halt/reboot: better message if /sbin/telinit is not foundDenys Vlasenko
2011-06-30Use the _unlocked stdio macros only when they're all availableDan Fandrich
2011-06-30libbb.h: tweak _unlocked hackDenys Vlasenko
2011-06-30Use the built-in getline on more systems that don't have itDan Fandrich
2011-06-29platform.c: provide getline implementationTimo Teras
2011-06-27vi: fix regex search, make it selectable in configWalter Harms
2011-06-22id: correct getgroups usageDenys Vlasenko
2011-06-22groups: make it NOEXECDenys Vlasenko
2011-06-21ls: fix HAVE_STRVERSCMP check; add check for older uclibc versionsDenys Vlasenko
2011-06-21groups: new appletTito Ragusa
2011-06-21Add HAVE_STRVERSCMP, guard the only usage of strverscmp with #ifdefDenys Vlasenko
2011-06-20setserial: added missing \n in help textDan Fandrich
2011-06-20libbb: use _unlocked variants of stdio I/O.Denys Vlasenko
2011-06-20parse_config: use getline. BIG speedup with glibc (~40%).Timo Teras
2011-06-20modprobe: use hash table. speeds up significantly if modprobe.dep is largeTimo Teras
2011-06-19diff: disable debug code; remove unsupported --dry-run from help textDenys Vlasenko
2011-06-18libbb/read_cmdline: prepend {comm} if different from argv0. Closes 3835.Denys Vlasenko
2011-06-18procps: remove PSSCAN_STAT define, users were using it incorrectlyDenys Vlasenko
2011-06-18fix false positive in parse testDenys Vlasenko
2011-06-18parse_config: make test applet easier to enable; fix its codeDenys Vlasenko
2011-06-17libbb: split bb_get_chunk_from_file and bb_get_chunk_with_continuationDenys Vlasenko
2011-06-15inetd: check if RPC is availableBernhard Reutner-Fischer
2011-06-13ls: fix comment about -p (it's compatible now)Denys Vlasenko
2011-06-13ls: make -v and -X actually work as intendedDenys Vlasenko
2011-06-12iplink: tweak includes to work on androidDenys Vlasenko
2011-06-10pkill/pgrep: support extended regular expressionsWade Berrier
2011-06-10Replaced __u32 etc. with standard uint32_t style typesDaniel Fandrich
2011-06-10*: simplify Ethernet header includesDan Fandrich
2011-06-07build system: delete generated files on "make mrproper"Denys Vlasenko
2011-06-06fbset: apply modelines. Closes 3823Denys Vlasenko
2011-06-05fix breakage caused by 'remove "Options:" string from help texts' commitDenys Vlasenko
2011-06-05*: remove "Options:" string from help textsDenys Vlasenko
2011-06-05iostat: code shrinkMaksym Kryzhanovskyy
2011-06-04udhcpc: allow -O OPT take numeric paramsDenys Vlasenko
2011-06-03appletlib.c: do not use PAGE_SIZE for malloc tweakingDenys Vlasenko
2011-06-03platform.h: support for build under AndroidDan Fandrich
2011-06-03only compile obscure.c when neededDan Fandrich
2011-06-03replace nonstandard unsigned typedefsDan Fandrich
2011-06-01hush: better comment. No code changesDenys Vlasenko
2011-05-31hush: fix a corner case of empty "do \n done" structureDenys Vlasenko
2011-05-30makedevs: fix help-textBernhard Reutner-Fischer
2011-05-29fix !ENABLE_FEATURE_GETOPT_LONG build. Closes 3775Denys Vlasenko