aboutsummaryrefslogtreecommitdiff
path: root/modutils (unfollow)
Commit message (Expand)AuthorFilesLines
2011-06-21groups: new appletTito Ragusa4-12/+36
2011-06-21Add HAVE_STRVERSCMP, guard the only usage of strverscmp with #ifdefDenys Vlasenko2-0/+7
2011-06-20setserial: added missing \n in help textDan Fandrich1-1/+1
2011-06-20libbb: use _unlocked variants of stdio I/O.Denys Vlasenko1-0/+38
2011-06-20parse_config: use getline. BIG speedup with glibc (~40%).Timo Teras2-50/+45
2011-06-20modprobe: use hash table. speeds up significantly if modprobe.dep is largeTimo Teras1-14/+29
2011-06-19diff: disable debug code; remove unsupported --dry-run from help textDenys Vlasenko1-7/+10
2011-06-18libbb/read_cmdline: prepend {comm} if different from argv0. Closes 3835.Denys Vlasenko1-3/+32
2011-06-18procps: remove PSSCAN_STAT define, users were using it incorrectlyDenys Vlasenko3-20/+19
2011-06-18fix false positive in parse testDenys Vlasenko1-0/+1
2011-06-18parse_config: make test applet easier to enable; fix its codeDenys Vlasenko3-35/+29
2011-06-17libbb: split bb_get_chunk_from_file and bb_get_chunk_with_continuationDenys Vlasenko3-44/+56
2011-06-15inetd: check if RPC is availableBernhard Reutner-Fischer1-2/+5
2011-06-13ls: fix comment about -p (it's compatible now)Denys Vlasenko1-4/+3
2011-06-13ls: make -v and -X actually work as intendedDenys Vlasenko1-7/+15
2011-06-12iplink: tweak includes to work on androidDenys Vlasenko1-1/+1
2011-06-10pkill/pgrep: support extended regular expressionsWade Berrier1-1/+1
2011-06-10Replaced __u32 etc. with standard uint32_t style typesDaniel Fandrich2-24/+24
2011-06-10*: simplify Ethernet header includesDan Fandrich10-56/+30
2011-06-07build system: delete generated files on "make mrproper"Denys Vlasenko1-0/+4
2011-06-06fbset: apply modelines. Closes 3823Denys Vlasenko1-1/+2
2011-06-05fix breakage caused by 'remove "Options:" string from help texts' commitDenys Vlasenko1-0/+1
2011-06-05*: remove "Options:" string from help textsDenys Vlasenko198-268/+40
2011-06-05iostat: code shrinkMaksym Kryzhanovskyy1-120/+117
2011-06-04udhcpc: allow -O OPT take numeric paramsDenys Vlasenko1-2/+5
2011-06-03appletlib.c: do not use PAGE_SIZE for malloc tweakingDenys Vlasenko1-13/+2
2011-06-03platform.h: support for build under AndroidDan Fandrich1-0/+6
2011-06-03only compile obscure.c when neededDan Fandrich1-2/+1
2011-06-03replace nonstandard unsigned typedefsDan Fandrich1-7/+7
2011-06-01hush: better comment. No code changesDenys Vlasenko1-1/+1
2011-05-31hush: fix a corner case of empty "do \n done" structureDenys Vlasenko3-1/+9
2011-05-30makedevs: fix help-textBernhard Reutner-Fischer1-1/+1
2011-05-29fix !ENABLE_FEATURE_GETOPT_LONG build. Closes 3775Denys Vlasenko5-11/+12
2011-05-29fuser: fix inverted access() check. Closes 3799.Denys Vlasenko1-1/+1
2011-05-29setconsole: open console for writing rather than readingPeter Korsgaard1-1/+1
2011-05-26nmeter: trim help textDenys Vlasenko1-13/+13
2011-05-25syslogd,klogd: better help textDenys Vlasenko2-13/+20
2011-05-23fuser: code shrinkMaksym Kryzhanovskyy1-196/+190
2011-05-23libbb.h: small reorderingDenys Vlasenko1-5/+8
2011-05-23find: cater for libc w/o FNM_CASEFOLDDenys Vlasenko4-21/+42
2011-05-22find: implement -ipathBogdan Harjoc1-3/+7
2011-05-22reformime: do not require \r\nDenys Vlasenko6-298/+331
2011-05-21adduser: better logic for choosing addgroup -g/--gidDenys Vlasenko1-3/+5
2011-05-21adduser: prefer to call addgroup --gid, not non-std addgroup -gDenys Vlasenko1-4/+14
2011-05-21od: code shrinkDenys Vlasenko1-14/+10
2011-05-21od: another fix for --stringsDenys Vlasenko1-1/+4
2011-05-21od: fix -S NUM to not print chars >0x80Denys Vlasenko1-38/+19
2011-05-21od: code shrinkDenys Vlasenko1-82/+78
2011-05-21od: code shrink, fix "od --traditional FILE"Denys Vlasenko3-121/+121
2011-05-20lineedit: fix rare SEGV; mark a few FIXMEsAlexey Fomenko1-9/+15