aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* 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
* syslogd,klogd: better help textDenys Vlasenko2011-05-252-13/+20
* fuser: code shrinkMaksym Kryzhanovskyy2011-05-231-196/+190
* libbb.h: small reorderingDenys Vlasenko2011-05-231-5/+8
* find: cater for libc w/o FNM_CASEFOLDDenys Vlasenko2011-05-234-21/+42
* find: implement -ipathBogdan Harjoc2011-05-221-3/+7
* reformime: do not require \r\nDenys Vlasenko2011-05-226-298/+331
* adduser: better logic for choosing addgroup -g/--gidDenys Vlasenko2011-05-211-3/+5
* adduser: prefer to call addgroup --gid, not non-std addgroup -gDenys Vlasenko2011-05-211-4/+14
* od: code shrinkDenys Vlasenko2011-05-211-14/+10
* od: another fix for --stringsDenys Vlasenko2011-05-211-1/+4
* od: fix -S NUM to not print chars >0x80Denys Vlasenko2011-05-211-38/+19
* od: code shrinkDenys Vlasenko2011-05-211-82/+78