aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* 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
* sort out yet more type issuesandersen2006-01-306-9/+9
| | | | git-svn-id: svn://busybox.net/trunk/busybox@13722 69ca8d6d-28ef-0310-b511-8ec308f3f277
* - very minor tweak: save 1 byte.aldot2006-01-301-65/+65
| | | | | | | | | | | | | | | | | | | statistics: text data bss dec hex filename 867 0 12 879 36f fold.o.oorig.gcc-3.3 843 0 12 855 357 fold.o.oorig.gcc-3.4 780 0 12 792 318 fold.o.oorig.gcc-4.0 761 0 12 773 305 fold.o.oorig.gcc-4.1-HEAD 761 0 12 773 305 fold.o.oorig.gcc-4.2-HEAD 866 0 12 878 36e fold.o.gcc-3.3 842 0 12 854 356 fold.o.gcc-3.4 779 0 12 791 317 fold.o.gcc-4.0 760 0 12 772 304 fold.o.gcc-4.1-HEAD 760 0 12 772 304 fold.o.gcc-4.2-HEAD git-svn-id: svn://busybox.net/trunk/busybox@13721 69ca8d6d-28ef-0310-b511-8ec308f3f277
* with 2.4 kernel headers, lo_file_name is char, but with 2.6andersen2006-01-301-3/+3
| | | | | | | | headers we get a u8 for lo_file_name, so always cast to (char *) when treating it as such. git-svn-id: svn://busybox.net/trunk/busybox@13720 69ca8d6d-28ef-0310-b511-8ec308f3f277
* fixup a few types to prevent gcc (rightfully) whining about mixingandersen2006-01-301-4/+4
| | | | | | | signed and unsigned, unmatches pointer target types, etc git-svn-id: svn://busybox.net/trunk/busybox@13719 69ca8d6d-28ef-0310-b511-8ec308f3f277
* - add some ATTRIBUTE_UNUSED.aldot2006-01-3013-146/+31
| | | | | | | - use shorter boilerplate while at it. git-svn-id: svn://busybox.net/trunk/busybox@13718 69ca8d6d-28ef-0310-b511-8ec308f3f277
* - make linking against libcrypt optional by looking if pw_encrypt() oraldot2006-01-301-2/+8
| | | | | | | correct_password() is configured. Fixes allnoconfig pulling in -lcrypt. git-svn-id: svn://busybox.net/trunk/busybox@13715 69ca8d6d-28ef-0310-b511-8ec308f3f277
* removed warning "comparison between signed and unsigned".vodz2006-01-301-2/+2
| | | | git-svn-id: svn://busybox.net/trunk/busybox@13712 69ca8d6d-28ef-0310-b511-8ec308f3f277
* removed warning "comparison between signed and unsigned". Added ↵vodz2006-01-301-7/+7
| | | | | | ATTRIBUTE_UNUSED. My whitespace git-svn-id: svn://busybox.net/trunk/busybox@13711 69ca8d6d-28ef-0310-b511-8ec308f3f277
* removed warning "comparison between signed and unsigned". Added ↵vodz2006-01-301-28/+28
| | | | | | ATTRIBUTE_UNUSED. My whitespace git-svn-id: svn://busybox.net/trunk/busybox@13710 69ca8d6d-28ef-0310-b511-8ec308f3f277
* removed warning "comparison between signed and unsigned".vodz2006-01-301-3/+4
| | | | git-svn-id: svn://busybox.net/trunk/busybox@13709 69ca8d6d-28ef-0310-b511-8ec308f3f277
* removed warning "comparison between signed and unsigned". Added ↵vodz2006-01-301-8/+7
| | | | | | ATTRIBUTE_UNUSED. Whitespace git-svn-id: svn://busybox.net/trunk/busybox@13708 69ca8d6d-28ef-0310-b511-8ec308f3f277
* removed warning "comparison between signed and unsigned". Change very very ↵vodz2006-01-301-7/+7
| | | | | | old code: use int instead short git-svn-id: svn://busybox.net/trunk/busybox@13707 69ca8d6d-28ef-0310-b511-8ec308f3f277
* removed warning "comparison between signed and unsigned". Reduced sizevodz2006-01-301-43/+41
| | | | git-svn-id: svn://busybox.net/trunk/busybox@13705 69ca8d6d-28ef-0310-b511-8ec308f3f277
* support GNU suffixes for fancy mode: b(512), k(1024) and m(1024*1024)vodz2006-01-301-0/+16
| | | | git-svn-id: svn://busybox.net/trunk/busybox@13704 69ca8d6d-28ef-0310-b511-8ec308f3f277
* remove outdated and do not corected comment. Use bb_xasprintf instead ↵vodz2006-01-301-10/+4
| | | | | | xmalloc+set+set+strcpy. git-svn-id: svn://busybox.net/trunk/busybox@13703 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Re-add initrd support, unify halt/reboot/poweroff, add -n and -f options.landley2006-01-307-121/+73
| | | | git-svn-id: svn://busybox.net/trunk/busybox@13701 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Note on SVN 13424: Don't mix "default y" and select of something earlier landley2006-01-301-1/+1
| | | | | | | | | in the menu hierarchy or else make allnoconfig winds up leaving whatever the select points to as "y". (In this case, "make allnoconfig" is leaving CONFIG_TEST as "y".) git-svn-id: svn://busybox.net/trunk/busybox@13693 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Move SUSv2 obsolete feature disabling to debug menu, invert meaning oflandley2006-01-305-71/+32
| | | | | | | | | | | symbol (switched on to remove now: test your apps to make sure they _don't_ do this, because as some point we should just yank it), fixup head/tail/fold. Also tweak "make allyesconfig" so anything starting with CONFIG_DEBUG gets left switched off. Possibly other things we want to put in the debug menu? git-svn-id: svn://busybox.net/trunk/busybox@13692 69ca8d6d-28ef-0310-b511-8ec308f3f277