aboutsummaryrefslogtreecommitdiff
path: root/shell (unfollow)
Commit message (Expand)AuthorFilesLines
2006-02-16Putting together OPTIONFLAGS, sed needs the global flag to handle multiplelandley1-1/+1
2006-02-16When setting an environment variable by piping something into grep, backquoteslandley1-2/+2
2006-02-16Rogues gallery.landley1-0/+38
2006-02-15add last terminal linevodz1-6/+12
2006-02-15demo (UN)USE_FEATURE... usagevodz1-64/+45
2006-02-15full removed config.h, use bb_config.h onlyvodz4-32/+49
2006-02-14Fix bug 674: sum's block count should always round up.landley1-8/+6
2006-02-14Patch from awk maintainer (Dmitry Zakhrov) to fix bugs 642, 663, and 667.landley1-5/+13
2006-02-14- commentary typosaldot1-3/+3
2006-02-14restore change by Denis Vlasenko: file_to_buf must vary fast, best if inlinevodz1-8/+7
2006-02-14cleanups after changes by Denis Vlasenko. Size optimizationvodz1-6/+9
2006-02-14commentary typos. Thank by aldotvodz1-16/+16
2006-02-14Rob Landley is busybox maintainer now. Eeek.landley3-14/+13
2006-02-14Fix off by one error. (I know I had a reason for doing that, but I have _no_landley1-1/+1
2006-02-13Cleanups from Denis Vlasenko.landley2-176/+185
2006-02-13Bug fix from Kim B. Heino, manifested via:landley1-0/+1
2006-02-13New USE() macroslandley3-86/+873
2006-02-12- commentary typosaldot1-18/+16
2006-02-12More random documentation.landley1-0/+34
2006-02-10Missed this in svn 13701.landley1-12/+0
2006-02-10Another item.landley1-1/+9
2006-02-08Fix umount so it works if there's no /etc/mtab or /proc/mounts, makelandley3-450/+35
2006-02-08Help text update and tweak to defconfig to remove two more things thatlandley2-10/+13
2006-02-08Convert some help text to english.landley1-5/+5
2006-02-07add back in path nulling after calling find_dev() since it is needed for now ...vapier1-0/+1
2006-02-07Cristian Ionescu-Idbohrn writes:vapier1-0/+7
2006-02-07space out supported applet names so the config list doesnt wrap on an 80col t...vapier1-5/+6
2006-02-06fixup whitespace in awk help outputvapier1-2/+2
2006-02-06Bug 677: there are apparently still people using telnet.landley1-8/+8
2006-02-06get rid of warnings with applets that have no usage and get rid of pointless ...vapier1-3/+6
2006-02-05if the .pl script gets updated, force doc regenvapier1-1/+1
2006-02-05Rob Sullivan writes: Here's a patch to autogenerate the list of applets in th...vapier2-29/+15
2006-02-05Save a few bytes in error message.landley1-1/+1
2006-02-03cleanup style ... just because you use less spaces doesnt mean the resulting ...vapier1-50/+63
2006-02-03shrink the code a bitvapier1-8/+5
2006-02-03gavinl writes in Bug 661:vapier1-1/+1
2006-02-02alphabetical order and fix mdev comments about echo>/sys vs echo>/proc/sysvapier1-34/+34
2006-02-02fix mdev help outputvapier1-1/+1
2006-02-02destroy bug 679, use getopt_ulflags with new feature: usage option. Removed t...vodz2-54/+49
2006-02-02make the build system puuuuuuuuuuurtyvapier28-128/+158
2006-02-01removed anoinig `unused' warningsvodz1-8/+9
2006-02-01removed anoinig warningsvodz2-7/+7
2006-02-01remode warning: const static mixvodz1-1/+1
2006-01-31- bzero -> memsetaldot4-41/+29
2006-01-31more better for me signed<->unsigned and the const keyword usagevodz2-8/+8
2006-01-31add feature: support for running scripts through an interpreter. Thanks Flori...vodz2-5/+51
2006-01-31more obscurevodz1-1/+4
2006-01-31avoid signed<->unsigned warningvodz1-1/+1
2006-01-31avoid signed<->unsigned warningvodz3-5/+5
2006-01-31removed unneed signed, avoid warningvodz1-1/+1