aboutsummaryrefslogtreecommitdiff
path: root/arch (unfollow)
Commit message (Expand)AuthorFilesLines
2009-09-04inetd: comment tweak. no code changesDenys Vlasenko1-3/+3
2009-09-04telnetd: add -w ("inetd wait") option. Can be configured off.Denys Vlasenko3-28/+69
2009-09-04inetd: be more careful with syslog socket; other small fixesDenys Vlasenko1-7/+18
2009-09-02small commit tweak in parse_datestr, no code changesDenys Vlasenko1-2/+2
2009-08-31uniq: shave off whole 10 bytes off, oh myDenys Vlasenko1-23/+22
2009-08-30ash: better comment. no code changesDenys Vlasenko1-1/+1
2009-08-30code shrink in help text codeDenys Vlasenko1-6/+9
2009-08-30uniq: code shrinkDenys Vlasenko1-17/+17
2009-08-30uniq: plug memory leak (patch from OpenWRT project)Denys Vlasenko1-0/+1
2009-08-30uniq: rename some variables. no code changesDenys Vlasenko1-23/+28
2009-08-30ash: revent one place where number() doesn't workDenys Vlasenko1-1/+1
2009-08-30ethr-wake: can use ether_hostton on uclibc >= 0.9.30Denys Vlasenko1-1/+4
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