aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * hwclock: better help textDenys Vlasenko2011-07-041-2/+2
| * md5/shaNsum: make -c support a list of filesLauri Kasanen2011-07-041-68/+58
* | Merge commit '066f39956641300c1e5c6bfe6c11a115cea3e2cf' into mergeRon Yorston2012-03-22225-856/+804
|\|
| * vi: tweak regex.h includeDenys Vlasenko2011-07-031-3/+6
| * halt/reboot: better message if /sbin/telinit is not foundDenys Vlasenko2011-07-031-1/+3
| * Use the _unlocked stdio macros only when they're all availableDan Fandrich2011-06-302-21/+25
| * libbb.h: tweak _unlocked hackDenys Vlasenko2011-06-301-36/+18
| * Use the built-in getline on more systems that don't have itDan Fandrich2011-06-301-5/+13
| * platform.c: provide getline implementationTimo Teras2011-06-292-0/+34
| * vi: fix regex search, make it selectable in configWalter Harms2011-06-274-159/+181
| * id: correct getgroups usageDenys Vlasenko2011-06-221-16/+15
| * groups: make it NOEXECDenys Vlasenko2011-06-221-3/+9
| * ls: fix HAVE_STRVERSCMP check; add check for older uclibc versionsDenys Vlasenko2011-06-212-1/+11
| * groups: new appletTito Ragusa2011-06-214-12/+36
| * Add HAVE_STRVERSCMP, guard the only usage of strverscmp with #ifdefDenys Vlasenko2011-06-212-0/+7
| * setserial: added missing \n in help textDan Fandrich2011-06-201-1/+1
| * libbb: use _unlocked variants of stdio I/O.Denys Vlasenko2011-06-201-0/+38
| * parse_config: use getline. BIG speedup with glibc (~40%).Timo Teras2011-06-202-50/+45
| * modprobe: use hash table. speeds up significantly if modprobe.dep is largeTimo Teras2011-06-201-14/+29
| * diff: disable debug code; remove unsupported --dry-run from help textDenys Vlasenko2011-06-191-7/+10
| * libbb/read_cmdline: prepend {comm} if different from argv0. Closes 3835.Denys Vlasenko2011-06-181-3/+32
| * procps: remove PSSCAN_STAT define, users were using it incorrectlyDenys Vlasenko2011-06-183-20/+19
| * fix false positive in parse testDenys Vlasenko2011-06-181-0/+1
| * parse_config: make test applet easier to enable; fix its codeDenys Vlasenko2011-06-183-35/+29
| * libbb: split bb_get_chunk_from_file and bb_get_chunk_with_continuationDenys Vlasenko2011-06-173-44/+56
| * inetd: check if RPC is availableBernhard Reutner-Fischer2011-06-151-2/+5
| * ls: fix comment about -p (it's compatible now)Denys Vlasenko2011-06-131-4/+3
| * 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
* | Merge commit '56a3b82e9692a25ef9c9269e88feac0d579ce8e8' into mergeRon Yorston2012-03-2297-2309/+3706
|\|
| * 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