aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* 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
* Remove foo.txt and reenable -funsigned-char now that ash is fixed.landley2006-01-301-2/+1
| | | | git-svn-id: svn://busybox.net/trunk/busybox@13691 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Remind me to implement bb_fork_exec()...landley2006-01-291-0/+11
| | | | git-svn-id: svn://busybox.net/trunk/busybox@13651 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Add explanations of encrypted passwords, and fork vs vfork.landley2006-01-291-0/+115
| | | | git-svn-id: svn://busybox.net/trunk/busybox@13650 69ca8d6d-28ef-0310-b511-8ec308f3f277
* - add a macro to check for ld and as flagsaldot2006-01-272-8/+27
| | | | | | | | | | Very unreliable as e.g the ld check will see the flags supported by each emulation, not just the active one. good enough for now.. Fix would be to crate one or more dummy .c files and accually try if a flag works. git-svn-id: svn://busybox.net/trunk/busybox@13638 69ca8d6d-28ef-0310-b511-8ec308f3f277
* for change previous log: close bug 186vodz2006-01-261-1/+1
| | | | git-svn-id: svn://busybox.net/trunk/busybox@13616 69ca8d6d-28ef-0310-b511-8ec308f3f277
* close bug 190vodz2006-01-261-4/+4
| | | | git-svn-id: svn://busybox.net/trunk/busybox@13614 69ca8d6d-28ef-0310-b511-8ec308f3f277
* use LC_ALL, not LANG, for forcing Cvapier2006-01-252-2/+2
| | | | git-svn-id: svn://busybox.net/trunk/busybox@13613 69ca8d6d-28ef-0310-b511-8ec308f3f277
* C99 say: "char" declaration may be signed or unsigned defaultvodz2006-01-251-10/+12
| | | | git-svn-id: svn://busybox.net/trunk/busybox@13607 69ca8d6d-28ef-0310-b511-8ec308f3f277
* added support /prefix for IPV4 form IPV6 code. Close bug 461vodz2006-01-251-3/+20
| | | | git-svn-id: svn://busybox.net/trunk/busybox@13604 69ca8d6d-28ef-0310-b511-8ec308f3f277
* - Simplify the prereq and add more documentation.aldot2006-01-251-41/+41
| | | | | | | - Fix regex for allyesconfig. git-svn-id: svn://busybox.net/trunk/busybox@13603 69ca8d6d-28ef-0310-b511-8ec308f3f277
* +#include <sys/socket.h>vodz2006-01-251-237/+238
| | | | | | | remove unused 'int i' form main whitespacing only git-svn-id: svn://busybox.net/trunk/busybox@13593 69ca8d6d-28ef-0310-b511-8ec308f3f277
* new applet. Thanks Roberto A. Fogliettavodz2006-01-257-0/+494
| | | | git-svn-id: svn://busybox.net/trunk/busybox@13592 69ca8d6d-28ef-0310-b511-8ec308f3f277
* support 64 arith. Close bug 136vodz2006-01-252-18/+42
| | | | git-svn-id: svn://busybox.net/trunk/busybox@13591 69ca8d6d-28ef-0310-b511-8ec308f3f277
* close bug 638vodz2006-01-251-1/+5
| | | | git-svn-id: svn://busybox.net/trunk/busybox@13588 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Add more bash-like dot-dirs cmdedit featurevodz2006-01-252-98/+109
| | | | | | | Close bug 648. Restore my whitespace git-svn-id: svn://busybox.net/trunk/busybox@13587 69ca8d6d-28ef-0310-b511-8ec308f3f277
* ignore whitespacetimr2006-01-251-1/+1
| | | | git-svn-id: svn://busybox.net/trunk/busybox@13586 69ca8d6d-28ef-0310-b511-8ec308f3f277
* LANG=C should helptimr2006-01-252-2/+2
| | | | git-svn-id: svn://busybox.net/trunk/busybox@13585 69ca8d6d-28ef-0310-b511-8ec308f3f277
* just whitespacetimr2006-01-25254-2027/+2027
| | | | git-svn-id: svn://busybox.net/trunk/busybox@13584 69ca8d6d-28ef-0310-b511-8ec308f3f277
* - correct flag for gcc-3.xaldot2006-01-241-1/+1
| | | | git-svn-id: svn://busybox.net/trunk/busybox@13567 69ca8d6d-28ef-0310-b511-8ec308f3f277
* - Turn off combine for allyesconfig and allbareconfig.aldot2006-01-241-2/+2
| | | | | | | The user ought to explicitely request this. git-svn-id: svn://busybox.net/trunk/busybox@13566 69ca8d6d-28ef-0310-b511-8ec308f3f277
* - readd config option for libbusybox and ima-mode which were accidentallyaldot2006-01-241-6/+54
| | | | | | | dropped by landley in rev13542. git-svn-id: svn://busybox.net/trunk/busybox@13561 69ca8d6d-28ef-0310-b511-8ec308f3f277
* close bug 657vodz2006-01-241-7/+7
| | | | git-svn-id: svn://busybox.net/trunk/busybox@13550 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Once more, with fewer inappropriate semicolons.landley2006-01-241-2/+2
| | | | git-svn-id: svn://busybox.net/trunk/busybox@13546 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Ken McGuire's patch to make mke2fs and e2fsck work on big endian systems likelandley2006-01-235-31/+17
| | | | | | | PPC, with an obligatory couple of swipes from me. git-svn-id: svn://busybox.net/trunk/busybox@13536 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Testing CONFIG_SORT_BIG to display the help for the big version of sort isn'tlandley2006-01-231-1/+4
| | | | | | | much use when the symbol is CONFIG_FEATURE_SORT_BIG. git-svn-id: svn://busybox.net/trunk/busybox@13530 69ca8d6d-28ef-0310-b511-8ec308f3f277
* ash with -funsigned-char don`t work!vodz2006-01-231-1/+1
| | | | git-svn-id: svn://busybox.net/trunk/busybox@13504 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Oops, restore tabsvodz2006-01-231-17/+17
| | | | git-svn-id: svn://busybox.net/trunk/busybox@13500 69ca8d6d-28ef-0310-b511-8ec308f3f277
* cleanup (dist)clean logicvodz2006-01-231-20/+20
| | | | git-svn-id: svn://busybox.net/trunk/busybox@13499 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Close bug 644: loop incrementing twice, skipping ever other device.landley2006-01-221-1/+1
| | | | git-svn-id: svn://busybox.net/trunk/busybox@13496 69ca8d6d-28ef-0310-b511-8ec308f3f277
* There was a missing ! on strcmp (despite the fact it worked in my testing,landley2006-01-221-12/+2
| | | | | | | | I have no idea _how_), and a simpler fix for the extra \n problem. I tested this and it worked for me, for what that's worth... git-svn-id: svn://busybox.net/trunk/busybox@13495 69ca8d6d-28ef-0310-b511-8ec308f3f277
* - add platform.h.aldot2006-01-2230-264/+182
| | | | | | | - use shorter boilerplate while at it. git-svn-id: svn://busybox.net/trunk/busybox@13494 69ca8d6d-28ef-0310-b511-8ec308f3f277
* The whole "init is sometimes pid 3" thing is silly. Init is pid 1, anythinglandley2006-01-225-127/+9
| | | | | | | | | else is a kernel bug. Both 2.4 and 2.6 should get this right now. This should fix the bug IraquiGeek is seeing (although killall still needs to be fixed.) git-svn-id: svn://busybox.net/trunk/busybox@13489 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Start of developer documentation for busybox.landley2006-01-221-0/+179
| | | | git-svn-id: svn://busybox.net/trunk/busybox@13488 69ca8d6d-28ef-0310-b511-8ec308f3f277
* compile on 2.96 for a while longer -- no floating declarations.pgf2006-01-201-6/+4
| | | | git-svn-id: svn://busybox.net/trunk/busybox@13460 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Patch from Aurelien Jacobs to add unlzma. (A new decompression type,landley2006-01-2012-5/+691
| | | | | | | see www.7-zip.org) git-svn-id: svn://busybox.net/trunk/busybox@13454 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Zap sysdeps directory, moving Config.in and defconfig to top of tree.landley2006-01-204-61/+9
| | | | | | | | (Busybox should not be system dependent enough to have different default configurations for different platforms. We're not a kernel.) git-svn-id: svn://busybox.net/trunk/busybox@13452 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Update readme and install.sh usage message.landley2006-01-192-10/+11
| | | | git-svn-id: svn://busybox.net/trunk/busybox@13438 69ca8d6d-28ef-0310-b511-8ec308f3f277
* - Document -m, -c, -s and provide a default shell for standalone build.aldot2006-01-192-10/+20
| | | | | | | | - Wrap overlong lines plus a few whitespace fixes. - add GPL header. git-svn-id: svn://busybox.net/trunk/busybox@13433 69ca8d6d-28ef-0310-b511-8ec308f3f277
* - missing bits of patch attached to bug #249 (constify).aldot2006-01-191-2/+2
| | | | git-svn-id: svn://busybox.net/trunk/busybox@13426 69ca8d6d-28ef-0310-b511-8ec308f3f277
* - need to have config MODULE in order to make tristate work..aldot2006-01-191-0/+4
| | | | | | | Thanks to Robert Schwebel for pointing this out. I must be blind.. git-svn-id: svn://busybox.net/trunk/busybox@13425 69ca8d6d-28ef-0310-b511-8ec308f3f277
* - cleanup Config.in. Use "select CONFIG_FOO" and add the correspondingaldot2006-01-192-70/+47
| | | | | | | "depends on CONFIG_BAR" instead of the if !CONFIG_FOO ...default y stanza. git-svn-id: svn://busybox.net/trunk/busybox@13424 69ca8d6d-28ef-0310-b511-8ec308f3f277
* restore 8-bit syntax works, last debian patch is broken. Noticed by Vladimir ↵vodz2006-01-191-1/+1
| | | | | | Dronnikov git-svn-id: svn://busybox.net/trunk/busybox@13421 69ca8d6d-28ef-0310-b511-8ec308f3f277