aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* The tendency of vi to auto-indent can be really annoying at times.landley2006-02-171-75/+75
| | | | git-svn-id: svn://busybox.net/trunk/busybox@14085 69ca8d6d-28ef-0310-b511-8ec308f3f277
* More whitespace than you can possibly imagine...landley2006-02-171-18/+145
| | | | git-svn-id: svn://busybox.net/trunk/busybox@14083 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Update Rogues Gallery.landley2006-02-171-16/+31
| | | | git-svn-id: svn://busybox.net/trunk/busybox@14082 69ca8d6d-28ef-0310-b511-8ec308f3f277
* forgoten new file for 14080 revisonvodz2006-02-161-0/+10
| | | | git-svn-id: svn://busybox.net/trunk/busybox@14081 69ca8d6d-28ef-0310-b511-8ec308f3f277
* moved BB_BANNER to applets/version.c file: make kernel like version, vodz2006-02-1610-19/+33
| | | | | | removed depend loop: busybox.h depend with BB_BT, and all sources depend with busybox.h git-svn-id: svn://busybox.net/trunk/busybox@14080 69ca8d6d-28ef-0310-b511-8ec308f3f277
* removed #undef strlen, use builtins and prototuped strlen from xfunc file ↵vodz2006-02-161-1/+0
| | | | | | (only\!) git-svn-id: svn://busybox.net/trunk/busybox@14077 69ca8d6d-28ef-0310-b511-8ec308f3f277
* isolate and show busybox`s changesvodz2006-02-161-31/+30
| | | | git-svn-id: svn://busybox.net/trunk/busybox@14075 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Putting together OPTIONFLAGS, sed needs the global flag to handle multiplelandley2006-02-161-1/+1
| | | | | | | options. git-svn-id: svn://busybox.net/trunk/busybox@14074 69ca8d6d-28ef-0310-b511-8ec308f3f277
* When setting an environment variable by piping something into grep, backquoteslandley2006-02-161-2/+2
| | | | | | | can be useful. Also tweak an if case to be more portable. git-svn-id: svn://busybox.net/trunk/busybox@14073 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Rogues gallery.landley2006-02-161-0/+38
| | | | git-svn-id: svn://busybox.net/trunk/busybox@14068 69ca8d6d-28ef-0310-b511-8ec308f3f277
* add last terminal linevodz2006-02-151-6/+12
| | | | git-svn-id: svn://busybox.net/trunk/busybox@14057 69ca8d6d-28ef-0310-b511-8ec308f3f277
* demo (UN)USE_FEATURE... usagevodz2006-02-151-64/+45
| | | | git-svn-id: svn://busybox.net/trunk/busybox@14056 69ca8d6d-28ef-0310-b511-8ec308f3f277
* full removed config.h, use bb_config.h onlyvodz2006-02-154-32/+49
| | | | git-svn-id: svn://busybox.net/trunk/busybox@14055 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Fix bug 674: sum's block count should always round up.landley2006-02-141-8/+6
| | | | git-svn-id: svn://busybox.net/trunk/busybox@14014 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Patch from awk maintainer (Dmitry Zakhrov) to fix bugs 642, 663, and 667.landley2006-02-141-5/+13
| | | | git-svn-id: svn://busybox.net/trunk/busybox@14013 69ca8d6d-28ef-0310-b511-8ec308f3f277
* - commentary typosaldot2006-02-141-3/+3
| | | | git-svn-id: svn://busybox.net/trunk/busybox@14012 69ca8d6d-28ef-0310-b511-8ec308f3f277
* restore change by Denis Vlasenko: file_to_buf must vary fast, best if inlinevodz2006-02-141-8/+7
| | | | git-svn-id: svn://busybox.net/trunk/busybox@14011 69ca8d6d-28ef-0310-b511-8ec308f3f277
* cleanups after changes by Denis Vlasenko. Size optimizationvodz2006-02-141-6/+9
| | | | git-svn-id: svn://busybox.net/trunk/busybox@14010 69ca8d6d-28ef-0310-b511-8ec308f3f277
* commentary typos. Thank by aldotvodz2006-02-141-16/+16
| | | | git-svn-id: svn://busybox.net/trunk/busybox@14009 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Rob Landley is busybox maintainer now. Eeek.landley2006-02-143-14/+13
| | | | git-svn-id: svn://busybox.net/trunk/busybox@14008 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Fix off by one error. (I know I had a reason for doing that, but I have _no_landley2006-02-141-1/+1
| | | | | | | idea what it was...) git-svn-id: svn://busybox.net/trunk/busybox@14007 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Cleanups from Denis Vlasenko.landley2006-02-132-176/+185
| | | | git-svn-id: svn://busybox.net/trunk/busybox@13957 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Bug fix from Kim B. Heino, manifested via:landley2006-02-131-0/+1
| | | | | | | echo > foo && zip foo.zip foo && ./busybox unzip foo.zip git-svn-id: svn://busybox.net/trunk/busybox@13956 69ca8d6d-28ef-0310-b511-8ec308f3f277
* New USE() macroslandley2006-02-133-86/+873
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | For each CONFIG_SYMBOL, include/bb_config.h now has both ENABLE_SYMBOL and USE_SYMBOL(x). ENABLE_SYMBOL is still always defined (1 or 0) so that if(ENABLE) should optimize out when it's zero. The USE_SYMBOL(X) will only splice in X if the symbol is defined, otherwise it'll be empty. Thus we can convert this: #ifdef CONFIG_ARGS opt = bb_getopt_ulflags(argc, argv, "ab:c" #ifdef CONFIG_THINGY "d:" #endif , &bvalue #ifdef CONFIG_THINGY , &thingy #endif ); #endif into this: if (ENABLE_ARGS) { opt = bb_getopt_ulflags(argc, argv, "ab:c" USE_THINGY("d:"), &bvalue USE_THINGY(, &thingy)); } And it should produce the same code. Unlike the old versions in include/_usage.h, the new USE_SYMBOL(x) can handle commas in its arguments (as shown above). (The _usage.h file is obsolete and no longer generated.) Nobody should need to include config.h directly anymore, bb_config.h should define all the configuration stuff we need. Someday, the CONFIG_SYMBOL versions should go away in favor of ENABLE_SYMBOL and USE_SYMBOL(). Thanks to vodz for the new version of bb_mkdep.c that works with function macros. git-svn-id: svn://busybox.net/trunk/busybox@13955 69ca8d6d-28ef-0310-b511-8ec308f3f277
* - commentary typosaldot2006-02-121-18/+16
| | | | git-svn-id: svn://busybox.net/trunk/busybox@13920 69ca8d6d-28ef-0310-b511-8ec308f3f277
* More random documentation.landley2006-02-121-0/+34
| | | | git-svn-id: svn://busybox.net/trunk/busybox@13918 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Missed this in svn 13701.landley2006-02-101-12/+0
| | | | git-svn-id: svn://busybox.net/trunk/busybox@13905 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Another item.landley2006-02-101-1/+9
| | | | git-svn-id: svn://busybox.net/trunk/busybox@13904 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Fix umount so it works if there's no /etc/mtab or /proc/mounts, makelandley2006-02-083-450/+35
| | | | | | | | umount -a into a CONFIG_FEATURE (why not?), and zap the now obsolete defconfig file (which was supposed to be part of the previous checkin). git-svn-id: svn://busybox.net/trunk/busybox@13880 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Help text update and tweak to defconfig to remove two more things thatlandley2006-02-082-10/+13
| | | | | | | | | the "maximum sane configuration" shouldn't have. (Explicit MTAB support in mount, which you should only need if you have no /proc, and FEATURE_CLEAN_UP, which exists to humor valgrind and otherwise just bloats the code). git-svn-id: svn://busybox.net/trunk/busybox@13879 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Convert some help text to english.landley2006-02-081-5/+5
| | | | git-svn-id: svn://busybox.net/trunk/busybox@13878 69ca8d6d-28ef-0310-b511-8ec308f3f277
* add back in path nulling after calling find_dev() since it is needed for now ...vapier2006-02-071-0/+1
| | | | git-svn-id: svn://busybox.net/trunk/busybox@13870 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Cristian Ionescu-Idbohrn writes:vapier2006-02-071-0/+7
| | | | | | | force enough space padding so that applet names always end up on their own line git-svn-id: svn://busybox.net/trunk/busybox@13863 69ca8d6d-28ef-0310-b511-8ec308f3f277
* space out supported applet names so the config list doesnt wrap on an 80col ↵vapier2006-02-071-5/+6
| | | | | | terminal git-svn-id: svn://busybox.net/trunk/busybox@13862 69ca8d6d-28ef-0310-b511-8ec308f3f277
* fixup whitespace in awk help outputvapier2006-02-061-2/+2
| | | | git-svn-id: svn://busybox.net/trunk/busybox@13861 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Bug 677: there are apparently still people using telnet.landley2006-02-061-8/+8
| | | | git-svn-id: svn://busybox.net/trunk/busybox@13857 69ca8d6d-28ef-0310-b511-8ec308f3f277
* get rid of warnings with applets that have no usage and get rid of pointless ↵vapier2006-02-061-3/+6
| | | | | | --- separator between applets git-svn-id: svn://busybox.net/trunk/busybox@13856 69ca8d6d-28ef-0310-b511-8ec308f3f277
* if the .pl script gets updated, force doc regenvapier2006-02-051-1/+1
| | | | git-svn-id: svn://busybox.net/trunk/busybox@13855 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Rob Sullivan writes: Here's a patch to autogenerate the list of applets in ↵vapier2006-02-052-29/+15
| | | | | | the Busybox documentation git-svn-id: svn://busybox.net/trunk/busybox@13854 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Save a few bytes in error message.landley2006-02-051-1/+1
| | | | git-svn-id: svn://busybox.net/trunk/busybox@13832 69ca8d6d-28ef-0310-b511-8ec308f3f277
* cleanup style ... just because you use less spaces doesnt mean the resulting ↵vapier2006-02-031-50/+63
| | | | | | code is smaller git-svn-id: svn://busybox.net/trunk/busybox@13802 69ca8d6d-28ef-0310-b511-8ec308f3f277
* shrink the code a bitvapier2006-02-031-8/+5
| | | | git-svn-id: svn://busybox.net/trunk/busybox@13801 69ca8d6d-28ef-0310-b511-8ec308f3f277
* gavinl writes in Bug 661:vapier2006-02-031-1/+1
| | | | | | | if read() file return less than 1, we should close the fd and then goto end. git-svn-id: svn://busybox.net/trunk/busybox@13800 69ca8d6d-28ef-0310-b511-8ec308f3f277
* alphabetical order and fix mdev comments about echo>/sys vs echo>/proc/sysvapier2006-02-021-34/+34
| | | | git-svn-id: svn://busybox.net/trunk/busybox@13799 69ca8d6d-28ef-0310-b511-8ec308f3f277
* fix mdev help outputvapier2006-02-021-1/+1
| | | | git-svn-id: svn://busybox.net/trunk/busybox@13798 69ca8d6d-28ef-0310-b511-8ec308f3f277
* destroy bug 679, use getopt_ulflags with new feature: usage option. Removed ↵vodz2006-02-022-54/+49
| | | | | | two strdup git-svn-id: svn://busybox.net/trunk/busybox@13797 69ca8d6d-28ef-0310-b511-8ec308f3f277
* make the build system puuuuuuuuuuurtyvapier2006-02-0228-128/+158
| | | | git-svn-id: svn://busybox.net/trunk/busybox@13793 69ca8d6d-28ef-0310-b511-8ec308f3f277
* ignore generated file _usage.hvapier2006-02-020-0/+0
| | | | git-svn-id: svn://busybox.net/trunk/busybox@13792 69ca8d6d-28ef-0310-b511-8ec308f3f277
* removed anoinig `unused' warningsvodz2006-02-011-8/+9
| | | | git-svn-id: svn://busybox.net/trunk/busybox@13787 69ca8d6d-28ef-0310-b511-8ec308f3f277
* removed anoinig warningsvodz2006-02-012-7/+7
| | | | git-svn-id: svn://busybox.net/trunk/busybox@13786 69ca8d6d-28ef-0310-b511-8ec308f3f277