aboutsummaryrefslogtreecommitdiff
path: root/modutils (unfollow)
Commit message (Expand)AuthorFilesLines
2009-08-30libunarchive: fix a bug where mode and time is no longer restoredDenys Vlasenko1-1/+1
2009-08-29ash: deal with some TODOs (mostly trivial)Denys Vlasenko2-64/+62
2009-08-29ash: add testsuite for bug 585Denys Vlasenko2-0/+13
2009-08-29ash: fix handling of Unicode chars in redirects. Fixes bug 585Denys Vlasenko1-1/+1
2009-08-29ash: trivial simplifications and optimizationsDenys Vlasenko1-19/+20
2009-08-28rpm2cpio: code shrinkDenys Vlasenko1-11/+10
2009-08-28rpm2cpio: handle unseekable input correctlyDenys Vlasenko6-19/+22
2009-08-28rpm2cpio: handle bz2 too; code shrinkPascal Bellard2-30/+49
2009-08-27update copyright yearDenys Vlasenko1-1/+1
2009-08-27more help text tweakingDenys Vlasenko1-10/+8
2009-08-27trim help texts a bitDenys Vlasenko1-43/+43
2009-08-27remove a few extra newlines in help textDenys Vlasenko1-4/+4
2009-08-24use .git as EXTRAVERSIONBernhard Reutner-Fischer1-1/+1
2009-08-23ash: make "jobs -l" more similar to bash. By Earl Chew. Fixes bug 481Denys Vlasenko1-25/+31
2009-08-23Start 1.16.x cycleDenys Vlasenko1-2/+2
2009-08-23Releasing 1.15.01_15_0Denys Vlasenko1-1/+1
2009-08-22wget: strip trailing whitespace from e.g. "Content-length: 120 "Matthijs van de Water1-1/+8
2009-08-22beep: optimizeDenys Vlasenko4-69/+60
2009-08-22preliminary work for gcc 4.4.0Denys Vlasenko1-0/+9
2009-08-21fix duplicate FAST_FUNC FAST_FUNCDenys Vlasenko1-1/+1
2009-08-21add config knob for default freq and lengthBernhard Reutner-Fischer3-2/+29
2009-08-21add simple beep appletBernhard Reutner-Fischer5-0/+137
2009-08-21update defconfigDenys Vlasenko2-32/+78
2009-08-21msh: aliased to hushDenys Vlasenko7-22/+17
2009-08-20do not store 1st two bytes of compressed help textDenys Vlasenko2-3/+2
2009-08-20patch: support -N. By Olivier Duclos (olivier.duclos AT gmail.com)Denys Vlasenko2-2/+13
2009-08-20hush: enable "lash is deprecated, please use hush instead" messageDenys Vlasenko1-1/+1
2009-08-20hush: do not process options after non-option argsDenys Vlasenko3-1/+8
2009-08-17ash: fix bug 571 (jobs %string misbehaving)Denys Vlasenko1-5/+6
2009-08-17sed: fix " echo /usr/lib | sed 's,\(^/\|\)[^/][^/]*,..,g' " bugDenys Vlasenko2-19/+33
2009-08-14pgrep: match argv[0] too, not only comm; fix a bug in argv sanitizationDenys Vlasenko1-4/+4
2009-08-14modprobe: treat tabs in modules.dep as delimiters too. closes bug 567Denys Vlasenko1-1/+1
2009-08-14typo fix in commentDenys Vlasenko1-1/+1
2009-08-13udhcpc: if got IP successfully, disable -n for future renewalsJustin Maggard1-0/+2
2009-08-13volname: new appletMatthew Stoltenberg5-0/+67
2009-08-12hust test: complain if busybox binary can't be foundDenys Vlasenko1-6/+10
2009-08-12hush: fix \<newline> handling on NOMMUDenys Vlasenko4-11/+37
2009-08-12hush tests: remove the requirement that .config is in ../..Denys Vlasenko2-4/+11
2009-08-12hush: do not use ps -o in leak_argv1; do not hardcode path in negateDenys Vlasenko4-50/+17
2009-08-10tail: read only a portion of a file if it's huge. closes bug 551Denys Vlasenko1-16/+33
2009-08-10fdisk: add handling of avr32. closes bug 555Denys Vlasenko1-9/+7
2009-08-09tail: fix "tail +N file_shorter_than_N"Denys Vlasenko2-6/+27
2009-08-08randomconfig fixesDenys Vlasenko5-8/+48
2009-08-05dd: conv=noerror should skip read errors using lseek (bug 539)Denys Vlasenko1-0/+2
2009-08-03correct mode of testsuite/rx.testsDenys Vlasenko1-0/+0
2009-08-03nc: fix nc -ll; report vfork errors; make select loop fasterTomoya Adachi1-20/+23
2009-08-02rx: strip padding from last block. closes bug 501.Denys Vlasenko2-43/+86
2009-08-02runsv: run ./finish with parameters (runit compat)Earl Chew1-18/+45
2009-08-02svlogd: fix bug 521: use line buffering if any filtering is doneDenys Vlasenko4-27/+137
2009-08-01libbb: prevent resursion on malloc failureDenys Vlasenko1-16/+25