"Vladimir N. Oleynik"
cd473dd0c1
removed warning "comparison between signed and unsigned". Added ATTRIBUTE_UNUSED. Whitespace
2006-01-30 13:41:53 +00:00
"Vladimir N. Oleynik"
cd5c15d287
removed warning "comparison between signed and unsigned". Change very very old code: use int instead short
2006-01-30 13:36:03 +00:00
"Vladimir N. Oleynik"
9b9a920eef
removed warning "comparison between signed and unsigned". Reduced size
2006-01-30 12:23:46 +00:00
"Vladimir N. Oleynik"
e75b41d990
support GNU suffixes for fancy mode: b(512), k(1024) and m(1024*1024)
2006-01-30 11:15:11 +00:00
"Vladimir N. Oleynik"
b1fd52e0b7
remove outdated and do not corected comment. Use bb_xasprintf instead xmalloc+set+set+strcpy.
2006-01-30 10:49:14 +00:00
Rob Landley
646129163a
Re-add initrd support, unify halt/reboot/poweroff, add -n and -f options.
2006-01-30 08:31:37 +00:00
Rob Landley
49576c0018
Note on SVN 13424: Don't mix "default y" and select of something earlier
...
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".)
2006-01-30 06:11:42 +00:00
Rob Landley
f8fd4db92f
Move SUSv2 obsolete feature disabling to debug menu, invert meaning of
...
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?
2006-01-30 01:30:39 +00:00
Rob Landley
dd53c24d41
Remove foo.txt and reenable -funsigned-char now that ash is fixed.
2006-01-30 01:27:08 +00:00
Rob Landley
03628c8f75
Remind me to implement bb_fork_exec()...
2006-01-29 06:45:38 +00:00
Rob Landley
b1b3cee831
Add explanations of encrypted passwords, and fork vs vfork.
2006-01-29 06:29:01 +00:00
Bernhard Reutner-Fischer
08a1b5095d
- add a macro to check for ld and as flags
...
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.
2006-01-27 15:45:56 +00:00
"Vladimir N. Oleynik"
79af7d5deb
for change previous log: close bug 186
2006-01-26 10:58:12 +00:00
"Vladimir N. Oleynik"
2e33daaed5
close bug 190
2006-01-26 10:46:14 +00:00
Mike Frysinger
546a99db1d
use LC_ALL, not LANG, for forcing C
2006-01-25 22:46:25 +00:00
"Vladimir N. Oleynik"
84005af7ef
C99 say: "char" declaration may be signed or unsigned default
2006-01-25 17:53:04 +00:00
"Vladimir N. Oleynik"
5775aa2ef6
added support /prefix for IPV4 form IPV6 code. Close bug 461
2006-01-25 16:17:58 +00:00
Bernhard Reutner-Fischer
08c5a1789b
- Simplify the prereq and add more documentation.
...
- Fix regex for allyesconfig.
2006-01-25 15:58:04 +00:00
"Vladimir N. Oleynik"
2e5ee8ed93
+#include <sys/socket.h>
...
remove unused 'int i' form main
whitespacing only
2006-01-25 14:40:24 +00:00
"Vladimir N. Oleynik"
7b4aa6ffc6
new applet. Thanks Roberto A. Foglietta
2006-01-25 14:19:11 +00:00
"Vladimir N. Oleynik"
8aa9e57149
support 64 arith. Close bug 136
2006-01-25 13:56:03 +00:00
"Vladimir N. Oleynik"
1e98a0705b
close bug 638
2006-01-25 13:21:08 +00:00
"Vladimir N. Oleynik"
fdb871c498
Add more bash-like dot-dirs cmdedit feature
...
Close bug 648.
Restore my whitespace
2006-01-25 11:53:47 +00:00
Tim Riker
7d501a8673
ignore whitespace
2006-01-25 00:25:37 +00:00
Tim Riker
7dd4cbf2bf
LANG=C should help
2006-01-25 00:17:47 +00:00
Tim Riker
c1ef7bdd8d
just whitespace
2006-01-25 00:08:53 +00:00
Bernhard Reutner-Fischer
f64ff682a3
- correct flag for gcc-3.x
2006-01-24 18:25:51 +00:00
Bernhard Reutner-Fischer
9ed6ac2bea
- Turn off combine for allyesconfig and allbareconfig.
...
The user ought to explicitely request this.
2006-01-24 18:15:20 +00:00
Bernhard Reutner-Fischer
2aba3953d4
- readd config option for libbusybox and ima-mode which were accidentally
...
dropped by landley in rev13542.
2006-01-24 16:14:14 +00:00
"Vladimir N. Oleynik"
ab90b9f427
close bug 657
2006-01-24 12:02:27 +00:00
Rob Landley
8b6063490d
Once more, with fewer inappropriate semicolons.
2006-01-24 02:38:28 +00:00
Rob Landley
391a904f46
Ken McGuire's patch to make mke2fs and e2fsck work on big endian systems like
...
PPC, with an obligatory couple of swipes from me.
2006-01-23 21:38:06 +00:00
Rob Landley
6130b9b160
Testing CONFIG_SORT_BIG to display the help for the big version of sort isn't
...
much use when the symbol is CONFIG_FEATURE_SORT_BIG.
2006-01-23 21:10:38 +00:00
"Vladimir N. Oleynik"
e0ae702b0e
ash with -funsigned-char don`t work!
2006-01-23 13:47:36 +00:00
"Vladimir N. Oleynik"
b757699164
Oops, restore tabs
2006-01-23 11:39:05 +00:00
"Vladimir N. Oleynik"
9394b232ef
cleanup (dist)clean logic
2006-01-23 11:24:58 +00:00
Rob Landley
b70ccd9509
Close bug 644: loop incrementing twice, skipping ever other device.
2006-01-22 23:17:18 +00:00
Rob Landley
e927743bb0
There was a missing ! on strcmp (despite the fact it worked in my testing,
...
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...
2006-01-22 23:14:16 +00:00
Bernhard Reutner-Fischer
86f5c9906b
- add platform.h.
...
- use shorter boilerplate while at it.
2006-01-22 22:55:11 +00:00
Rob Landley
2edf52643d
The whole "init is sometimes pid 3" thing is silly. Init is pid 1, anything
...
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.)
2006-01-22 02:41:51 +00:00
Rob Landley
aaffef4d33
Start of developer documentation for busybox.
2006-01-22 01:44:29 +00:00
Paul Fox
f9d40d6815
compile on 2.96 for a while longer -- no floating declarations.
2006-01-20 21:48:06 +00:00
Rob Landley
c1d69906a0
Patch from Aurelien Jacobs to add unlzma. (A new decompression type,
...
see www.7-zip.org)
2006-01-20 18:28:50 +00:00
Rob Landley
7a43bd07e6
Zap sysdeps directory, moving Config.in and defconfig to top of tree.
...
(Busybox should not be system dependent enough to have different default
configurations for different platforms. We're not a kernel.)
2006-01-20 17:47:09 +00:00
Rob Landley
c8e41157a2
Update readme and install.sh usage message.
2006-01-19 21:22:37 +00:00
Bernhard Reutner-Fischer
5a620ea220
- Document -m, -c, -s and provide a default shell for standalone build.
...
- Wrap overlong lines plus a few whitespace fixes.
- add GPL header.
2006-01-19 18:04:15 +00:00
Bernhard Reutner-Fischer
a901b40464
- missing bits of patch attached to bug #249 (constify).
2006-01-19 14:51:17 +00:00
Bernhard Reutner-Fischer
f771d88443
- need to have config MODULE in order to make tristate work..
...
Thanks to Robert Schwebel for pointing this out. I must be blind..
2006-01-19 14:45:16 +00:00
Bernhard Reutner-Fischer
96002bba67
- cleanup Config.in. Use "select CONFIG_FOO" and add the corresponding
...
"depends on CONFIG_BAR" instead of the if !CONFIG_FOO ...default y stanza.
2006-01-19 14:42:23 +00:00
"Vladimir N. Oleynik"
cfc8f59649
restore 8-bit syntax works, last debian patch is broken. Noticed by Vladimir Dronnikov
2006-01-19 11:23:34 +00:00