aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* - 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
* remode warning: const static mixvodz2006-02-011-1/+1
| | | | git-svn-id: svn://busybox.net/trunk/busybox@13785 69ca8d6d-28ef-0310-b511-8ec308f3f277
* - bzero -> memsetaldot2006-01-314-41/+29
| | | | | | | | | | | | | | | | | | text data bss dec hex filename 1652855 14444 1215616 2882915 2bfd63 busybox.oorig.gcc-3.3 1652823 14444 1215616 2882883 2bfd43 busybox.gcc-3.3 1603655 14412 1215552 2833619 2b3cd3 busybox.oorig.gcc-3.4 1603655 14412 1215552 2833619 2b3cd3 busybox.gcc-3.4 1609755 14508 1215744 2840007 2b55c7 busybox.oorig.gcc-4.0 1609755 14508 1215744 2840007 2b55c7 busybox.gcc-4.0 1590495 13516 1215392 2819403 2b054b busybox.oorig.gcc-4.1-HEAD 1590495 13516 1215392 2819403 2b054b busybox.gcc-4.1-HEAD 1589079 13036 1213248 2815363 2af583 busybox.oorig.gcc-4.2-HEAD 1589079 13036 1213248 2815363 2af583 busybox.gcc-4.2-HEAD git-svn-id: svn://busybox.net/trunk/busybox@13762 69ca8d6d-28ef-0310-b511-8ec308f3f277
* more better for me signed<->unsigned and the const keyword usagevodz2006-01-312-8/+8
| | | | git-svn-id: svn://busybox.net/trunk/busybox@13760 69ca8d6d-28ef-0310-b511-8ec308f3f277
* add feature: support for running scripts through an interpreter. Thanks ↵vodz2006-01-312-5/+51
| | | | | | Florian Schirmer <jolt@tuxbox.org> git-svn-id: svn://busybox.net/trunk/busybox@13759 69ca8d6d-28ef-0310-b511-8ec308f3f277
* more obscurevodz2006-01-311-1/+4
| | | | git-svn-id: svn://busybox.net/trunk/busybox@13758 69ca8d6d-28ef-0310-b511-8ec308f3f277
* avoid signed<->unsigned warningvodz2006-01-311-1/+1
| | | | git-svn-id: svn://busybox.net/trunk/busybox@13757 69ca8d6d-28ef-0310-b511-8ec308f3f277
* avoid signed<->unsigned warningvodz2006-01-313-5/+5
| | | | git-svn-id: svn://busybox.net/trunk/busybox@13756 69ca8d6d-28ef-0310-b511-8ec308f3f277
* removed unneed signed, avoid warningvodz2006-01-311-1/+1
| | | | git-svn-id: svn://busybox.net/trunk/busybox@13755 69ca8d6d-28ef-0310-b511-8ec308f3f277
* - pass -static via CC rather than LDaldot2006-01-312-14/+8
| | | | git-svn-id: svn://busybox.net/trunk/busybox@13754 69ca8d6d-28ef-0310-b511-8ec308f3f277
* more destroy potential overflow for x86_64.vodz2006-01-311-1/+3
| | | | git-svn-id: svn://busybox.net/trunk/busybox@13753 69ca8d6d-28ef-0310-b511-8ec308f3f277
* destroy potential overflow for x86_64. Added ATTRIBUTE_UNUSEDvodz2006-01-311-3/+6
| | | | git-svn-id: svn://busybox.net/trunk/busybox@13752 69ca8d6d-28ef-0310-b511-8ec308f3f277
* - add and use ATTRIBUTE_ALIGNED(num_bytes)aldot2006-01-313-7/+10
| | | | | | | - remove unused parameter pindex from fdisk.c, xbsd_initlabel() git-svn-id: svn://busybox.net/trunk/busybox@13751 69ca8d6d-28ef-0310-b511-8ec308f3f277
* changed strange mix signed<->unsignedvodz2006-01-311-4/+4
| | | | git-svn-id: svn://busybox.net/trunk/busybox@13750 69ca8d6d-28ef-0310-b511-8ec308f3f277
* protect potential overflow for x86_64vodz2006-01-311-2/+3
| | | | git-svn-id: svn://busybox.net/trunk/busybox@13749 69ca8d6d-28ef-0310-b511-8ec308f3f277
* quick analize signed->unsigned: protect overflow of map[char], getchar->EOF. ↵vodz2006-01-311-12/+12
| | | | | | Use ATTRIBUTE_UNUSE. git-svn-id: svn://busybox.net/trunk/busybox@13747 69ca8d6d-28ef-0310-b511-8ec308f3f277
* - fix typo i introduced yesterday.aldot2006-01-311-1/+1
| | | | git-svn-id: svn://busybox.net/trunk/busybox@13746 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Not on libbusybox.so: it's GPL, no API barrier, no stability promise.landley2006-01-311-0/+5
| | | | git-svn-id: svn://busybox.net/trunk/busybox@13744 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Turn defconfig into what make allyesconfig is today. Turn allyesconfiglandley2006-01-311-2/+8
| | | | | | | | | back into allyesconfig. (Memo: apparently SELINUX doesn't compile anymore.) Make defconfig shouldn't switch on libbusybox.so, but allyesconfig does. git-svn-id: svn://busybox.net/trunk/busybox@13743 69ca8d6d-28ef-0310-b511-8ec308f3f277
* hopefully the last of the annoying signed/unsigned and mixed type errorsandersen2006-01-306-21/+27
| | | | git-svn-id: svn://busybox.net/trunk/busybox@13733 69ca8d6d-28ef-0310-b511-8ec308f3f277
* fix up yet more annoying signed/unsigned and mixed type errorsandersen2006-01-3013-46/+49
| | | | git-svn-id: svn://busybox.net/trunk/busybox@13732 69ca8d6d-28ef-0310-b511-8ec308f3f277
* make certain we dereference the pointer as a time_t, esp on x86_64andersen2006-01-301-1/+1
| | | | | | | where it might otherwise not be dereferenced as such by default git-svn-id: svn://busybox.net/trunk/busybox@13730 69ca8d6d-28ef-0310-b511-8ec308f3f277
* fix up annoying signed/unsigned and mixed type errorsandersen2006-01-309-15/+17
| | | | git-svn-id: svn://busybox.net/trunk/busybox@13729 69ca8d6d-28ef-0310-b511-8ec308f3f277
* clean up yet more annoying signed/unsigned mismatches and fixupandersen2006-01-309-26/+28
| | | | | | | yet more incorrect types git-svn-id: svn://busybox.net/trunk/busybox@13725 69ca8d6d-28ef-0310-b511-8ec308f3f277
* passing around an int as a void* is a very bad ideaandersen2006-01-301-10/+5
| | | | git-svn-id: svn://busybox.net/trunk/busybox@13724 69ca8d6d-28ef-0310-b511-8ec308f3f277