Bernhard Reutner-Fischer | e0e9886c198 | - we seem to use h3, so make it consistent. | | |
Bernhard Reutner-Fischer | 91f604771b6 | - update screenshot to reflect the busybox-1.1.2 stable release. | | |
Bernhard Reutner-Fischer | 2f5f59189ee | - update screenshot to reflect the busybox-1.1.2 stable release. | | |
Bernhard Reutner-Fischer | 9460f66e4e5 | - tweak visibility of label expected_hwif_error as it's only needed for
CONFIG_FEATURE_HDPARM_HDIO_UNREGISTER_HWIF ... | | |
Bernhard Reutner-Fischer | 0b257d411d7 | - remove implied closing paragraph
- add (improper but pretty) border='0' | | |
Mike Frysinger | f785255a44c | Robert P. J. Day writes: even in the header file, make it clear that the routine depends on __uClinux__ | | |
Bernhard Reutner-Fischer | e203ea59c78 | - don't look at the address but rather on the value.
(r14748 from trunk) | | |
Bernhard Reutner-Fischer | addf86e3d30 | - stable version 1.1.2 | | |
Bernhard Reutner-Fischer | 776fe22756a | - add note pointing to the stable branch, so users can pickup the current
stable version with fixes via svn. | | |
Rob Landley | bb5b2ffbc56 | Announce 1.1.2. | | |
Bernhard Reutner-Fischer | 905a58a3038 | - poke bot | | |
Bernhard Reutner-Fischer | 8326d5e31ba | - add a colorful "valid HTML 4.01 Transitional" button to be able to check the referer easily.
Just rip it out if t... | | |
Bernhard Reutner-Fischer | 3515f6e0435 | - make it resemble html. | | |
Bernhard Reutner-Fischer | fdf2b50316c | - make it resemble english and fix typo s/interperet/interpret/g; | | |
Rob Landley | 81c40b39cba | Patch from Tito to unify deluser and delgroup, and generally shrink code. | | |
Bernhard Reutner-Fischer | ca7166fe9d7 | - put udhcp back in (Rob, you removed this in r14787 by accident..). | | |
Rob Landley | 4a8d9effcad | Notes about pic, static linking, and debugging dynamic linking. | | |
Rob Landley | 0ebecac02ed | Second verse, same as the first. | | |
Rob Landley | ea4c53ca433 | Missing dependency spotted by Robert P Day. | | |
Rob Landley | 8ad70871b55 | I forgot to re-enable shared library build after 1.1.1. (Undo svn 14590.) | | |
Rob Landley | c57ec379593 | Patch from Rob Sullivan to consolidate crc32 table generation. | | |
Rob Landley | 998f4493756 | We use -funsigned-char now, so having a separate RESERVE_CONFIG_UBUFFER is
a bit silly. Wean of that where it curren... | | |
Rob Landley | 72615752db1 | Modprobe update from Ignacio García Pérez, updating support for modprobe.conf. | | |
Bernhard Reutner-Fischer | 6554de06fe4 | - fix typo introduced in the last commit. | | |
Bernhard Reutner-Fischer | a4acf669f4b | - typo: s/biltin/builtin/g | | |
Rob Landley | 3e72c5931c1 | Another size reduction patch from Garrett. | | |
Bernhard Reutner-Fischer | bc142140180 | - patch from Rob Sullivan to add support for -L | | |
Bernhard Reutner-Fischer | 5fb0fecc1f9 | - shrink it a little bit and make it buildable with gcc-2.95
text data bss dec hex filename
7332... | | |
Bernhard Reutner-Fischer | cc4003f778b | - remove unused args.
text data bss dec hex filename
7353 4 92 7449 1d19 coreut... | | |
Bernhard Reutner-Fischer | 693a93608ae | - move code around to avoid the need for the prototypes. | | |
Bernhard Reutner-Fischer | 8f7d3897004 | - new applet diff. Rob Sullivan writes:
Here's my attempt at a mini diff applet - it's adapted from the code at
http:... | | |
Bernhard Reutner-Fischer | e11a01cc34a | - include inttypes.h as pointed out by Jason Schoon.
- use shorter boilerplate and switch to USE_FEATURE_STAT_FORMAT ... | | |
Bernhard Reutner-Fischer | 886f6afc8a5 | - this applet should peruse USE_FEATURE_TFTP_... | | |
Bernhard Reutner-Fischer | 061fd0a353e | - make sure that the label expected_hwif_error is visible even when
CONFIG_FEATURE_HDPARM_HDIO_SCAN_HWIF isn't set. | | |
Bernhard Reutner-Fischer | fa939aae817 | - include proper headers. | | |
Bernhard Reutner-Fischer | 465874f3a31 | - use proper macros to print intmax_t.
PRIuMAX and PRIxMAX are defined in inttypes depending on the wordsize. | | |
Paul Fox | b7b24d61e01 | adjust ifdefs for inclusion of string_insert() routine | | |
Rob Landley | 8dc83c654d8 | Bring this up to date with busybox-1.1.1.fixes.patch by importing
svn 14653, 14684, 14746, and 14749. | | |
Rob Landley | 19af279d169 | Kumar spotted another bug: if we autodetect nfs and they haven't specified the
fstype, it should be set to nfs. | | |
Rob Landley | e104d5fdcb7 | Some tests were always true. We need comm.tests... | | |
Rob Landley | 9a2dd51237c | Rewrite/shrink by tito. | | |
Rob Landley | ab8736064b0 | You'd think there'd be a compiler warning for "pointless if", wouldn't you? | | |
Rob Landley | 3b84dfc2a83 | Avoid spurious error message. (Technically applet order should be "SKIPPED"
when you move the testsuite directory ou... | | |
Bernhard Reutner-Fischer | dee811a53d0 | - remove unused ext2fs_find_first_bit_set() and ext2fs_find_next_bit_set() | | |
Bernhard Reutner-Fischer | 89aaf4e2490 | - pull in prototype for e2fsck_main. | | |
Bernhard Reutner-Fischer | 7fe9dd5dd70 | - fix one-argument mount in cases where fstab or mtab contain overlapping
entries. (Such as "mount -o remount,rw /... | | |
Bernhard Reutner-Fischer | 5e899532732 | - make sure that we see all lib*/.c in IMA-mode even when not building the .so
(r14740 from trunk). | | |
Bernhard Reutner-Fischer | 2b398bec9c5 | - make sure that we see all lib*/.c in IMA-mode even when not building the .so | | |
Bernhard Reutner-Fischer | 421d9e59416 | - move buffer allocation schemes to libbb.h
- include the correct headers: applets need busybox.h while lib* need lib... | | |
Bernhard Reutner-Fischer | 101a470068a | - make append_option and multiconvert static. | | |
Bernhard Reutner-Fischer | ebd13558289 | - coalesce printf calls.
text data bss dec hex filename
3474 4 96 3574 df6 net... | | |
Bernhard Reutner-Fischer | a0f75e2bba6 | - use bb_opt_complementally; Saves another 14 bytes. (thanks again, vodz) | | |
Bernhard Reutner-Fischer | a38330c3664 | - do away with useless fwd-decls, redundant bb_printf calls, silence warning
about comparing signed and unsigned an... | | |
Bernhard Reutner-Fischer | 6153629097c | - set flags in a more reasonable manner. Thanks, vodz.
text data bss dec hex filename
3520 ... | | |
Bernhard Reutner-Fischer | cfb53dfd5ec | - include proper prototypes in libunarchive. | | |
Bernhard Reutner-Fischer | 7ab5f4d03d4 | - janitorial: huft_build is never used outside of decompress_unzip.c and has no
prototype (which suggests that it's... | | |
Bernhard Reutner-Fischer | 9a67ca309c3 | - janitorial: include proper prototypes in libiproute. | | |
Bernhard Reutner-Fischer | 7f778106335 | - switch Warning Of the Week to wrong or missing prototypes.
e.g. archival/uncompress.c wrongly includes libbb.h in... | | |
Bernhard Reutner-Fischer | a1bccc0ba82 | - typos: s/compatability/compatibility/g;s/compatable/compatible/g; | | |
Bernhard Reutner-Fischer | 9457e703570 | - typo: s/compenent/component/g
add a bit of documentation. | | |
Rob Landley | a13cca9cf44 | New version from Tito. | | |
Mike Frysinger | 819b56b64a5 | work outside of the srctree | | |
Rob Landley | 03e78e75f32 | The build broke for me on gcc 4.0.3 due to an #include having the wrong patch. | | |
Rob Landley | 20fef96dd84 | Bug spotted by Kumar Gala. Hopefully this fixes it... | | |
Rob Landley | 07a637df472 | Patch from KRONSTORFER Horst to Fix a size mismatch in ping, such as the 56/84
mismatch inthe following example:
# ... | | |
Mike Frysinger | b0c5445bf51 | new test for source code sanity | | |
Mike Frysinger | 5dd1236f494 | move source code tests out into a sep file rather than just disabling/breaking them | | |
Mike Frysinger | 81834531aac | remove bogus " | | |
Mike Frysinger | 2cf38523a15 | silence error if busybox.links doesnt exist and run tests that begin with "all_" | | |
Rob Landley | 43ac88849b9 | Ext2fs cleanup from Garrett Kajmowicz. | | |
Bernhard Reutner-Fischer | 5cf905a871d | - use RESERVE_CONFIG_BUFFER and a bit of whitespace-cleanup. defconfig:
text data bss dec hex filen... | | |
Bernhard Reutner-Fischer | 81901a096c6 | - add option to suppress the terse usage messages. Saves 6.8k for defconfig:
text data bss dec hex ... | | |
Bernhard Reutner-Fischer | 2766eedde85 | - use RESERVE_CONFIG_BUFFER. For defconfig this gives:
text data bss dec hex filename
3627 ... | | |
Bernhard Reutner-Fischer | e47c4cbd4d3 | - update help text.
the interface argument is now a lowercase 'i' to match the big arping
commandline-syntax. | | |
Bernhard Reutner-Fischer | 137669449a1 | - shrink it a bit further.
text data bss dec hex filename
3627 4 120 3751 ea7 n... | | |
Rob Landley | 8ea5205726e | Shrink patch from Bernhard Fischer. | | |
Paul Fox | efbadf9f3f6 | prevent find from ever descending into an xdev'ed directory.
(brought over from trunk r14665) | | |
Bernhard Reutner-Fischer | 1f6dc6d3580 | - rename clean_up in tune2fs and mke2fs to be prefixed with their applet names.
Purely cosmetic to ease readability. | | |
Bernhard Reutner-Fischer | 214744dba19 | - fix paste'o which i overlooked when applying dalias' fmt stuff. | | |
Bernhard Reutner-Fischer | 2ebc69a4c6a | - pull r14681 from trunk:
don't free foreign mem. | | |
Bernhard Reutner-Fischer | 59970faa39c | - pull r14643 from trunk:
make sure that we see freeramdisk only once | | |
Bernhard Reutner-Fischer | fe802ee02c5 | - pull r14628 from trunk:
Bug spotted by Stephane Billiart: losetup depends on loop.c. | | |
Bernhard Reutner-Fischer | 7ff69e3ab82 | - upcoming stable version 1.1.2 | | |
Rob Landley | a8e27609249 | Clarify. | | |
Rob Landley | daa4a6dcbdd | Update ipaddr help to match reality. | | |
Paul Fox | ef81ce620ce | fix from David Daney, on busybox mailing list:
> The problem is that if the zcip protocol times out at about the sam... | | |
Bernhard Reutner-Fischer | d409c3a2f78 | - Rich Felker writes: fix invalid printf format strings
http://busybox.net/lists/busybox/2006-March/019568.html
... | | |
Bernhard Reutner-Fischer | abaef6565e0 | - warn a bit more verbosely about fmt stuff for non-release versions | | |
Bernhard Reutner-Fischer | 60182252388 | - mark trunk as 1.2.0-pre0 | | |
Paul Fox | 5139bd98a78 | add public-domain release | | |
Bernhard Reutner-Fischer | e375e8c7324 | - we only need obj_gpl_license if ENABLE_FEATURE_CHECK_TAINTED_MODULE is set | | |
Bernhard Reutner-Fischer | 56dd0bff06b | - shrink mkswap and make v0 support optional. Thanks also to Tito for his ideas.
http://busybox.net/lists/busybox/2... | | |
Bernhard Reutner-Fischer | b256bd334fe | - shrink dmesg a bit.
http://busybox.net/lists/busybox/2006-March/019477.html | | |
Rob Landley | ca087713f24 | More extern removal from Robert P. Day. | | |
Bernhard Reutner-Fischer | cb8d4319a3e | find ./ -name .cvsignore | xargs svn rm | | |
Rob Landley | 24b0a9568d6 | Documentation from Jan Kiszka | | |
Rob Landley | fe908fda283 | Kumar Gala tracked down a problem with NFS mounting. This is a different fix
from his, but to the same problem. | | |
Rob Landley | dbd91af0613 | Mike Frysinger pointed out we can go
CFLAGS=-I/usr/some/funky/path/to/selinux \
LDFLAGS=-L/usr/some/funky/path/to... | | |
Rob Landley | 92fff34de60 | Bernhard Fischer spotted that we shouldn't free fstype if we didn't allocate
it. | | |
Paul Fox | f0305b7f757 | fix behavior of ZZ, with respect to readonly mode(s). original
patch and report from Alexander Griesser. | | |
Mike Frysinger | 6850017a2fd | remove some more config code rob missed in rev 13701 cleanup as reported by Robert P. J. Day | | |
Mike Frysinger | f8855139402 | just whitespace fixes | | |
Rob Landley | 87848d91c7b | setlogcons, from Jan Kaszka. | | |
Rob Landley | 28ff9668d93 | Mention that 1.1.2 should be out Juneish. | | |
Paul Fox | 986ab525b80 | ensure that corrupted file extraction causes both a message and
a failure exit code. delay the error exit until all ... | | |
Rob Landley | b3ede5abe2d | More from Jan Kiszka: this is a port of the latest sysv-init SELinux patch.
It makes busybox invoke the libselinux li... | | |
Rob Landley | d1f8c1c1258 | From Jan Kiszka: This patch fixes the security labelling of the login terminal
and process... There still remains som... | | |
Rob Landley | 164a5be04eb | Patch from Jan Kiszka: In case the libselinux development installation is not
located at its default location, this p... | | |
Rob Landley | 0949d306388 | Software Freedom Law Center and the fixes.patch thing. | | |
Paul Fox | 9360f42d32f | add support for :wn (initial patch from Alexander Griesser) | | |
Paul Fox | dbf935dae69 | drop obsolete version string in favor of actual BB version (from
Bernhard Fischer) | | |
Rob Landley | c370ea89fa2 | Turn #if 0 into a comment. | | |
Paul Fox | 8416a2d5585 | prevent find from ever descending into an xdev'ed directory. | | |
Rob Landley | 3570915769e | More dead code removal. | | |
Rob Landley | 4789694372e | Robert P Day removed some commented out code. | | |
Rob Landley | 90ece609e69 | Define both big endian and little endian macros. | | |
Rob Landley | 0bafd47e840 | Stephane Billiart found an endianness bug in insmod. | | |
Bernhard Reutner-Fischer | 771b1864064 | - commentary typos | | |
Bernhard Reutner-Fischer | 2dd13bd25ae | - make sure that we see freeramdisk only once | | |
Rob Landley | d1968672ef0 | When cross-compiling, the install directory for shared libraries has to come
from gcc (target machine), not uname (ho... | | |
Mike Frysinger | 787140df399 | remove in place of external link | | |
Bernhard Reutner-Fischer | e0fe9375933 | - correct typo | | |
Rob Landley | 1bb31928d5a | Bug spotted by Stephane Billiart: losetup depends on loop.c. | | |
Rob Landley | fb3a6313108 | Very nice patch from Rich Felker to portably set the stream error indicator and
thus remove a lot of nasty old code t... | | |
Mike Frysinger | dce5809ebca | make the makefile a little more flexible so we can store in either location | | |
Rob Landley | 5fba2505d4f | News entry announcing 1.1.1. | | |
Mike Frysinger | 13c8327b796 | sync busybox and udhcp trees | | |
Mike Frysinger | e1d41b3102a | fixup style | | |
Mike Frysinger | 948a09d6f28 | dont printf arguments given by user for security sanity | | |
Mike Frysinger | 64bef2ab9ca | fix typo | | |
Rob Landley | ca8d0b029bf | We make both busybox and busybox_unstripped all the time now, no need to
specify whether or not to strip the binary. | | |
Rob Landley | 2dd42799594 | Patch from Rogelio Serrano to defer checking whether the tty exists until
we actually need to spawn something on it. | | |
Rob Landley | 2324a7c9e58 | Fix "seq 1 1". | | |
Rob Landley | a35886c8629 | Fix from Glenn McGrath. | | |
Rob Landley | 786988faf7a | Tweak allbareconfig not to pause. | | |
Rob Landley | 7328c8fdc17 | Annoint 1.1.1. | | |
Rob Landley | cebea726e81 | Another header suggestion from Shaun Jackman. | | |
Mike Frysinger | 06adf5fb47e | 2006-03-21 Shaun Jackman <sjackman@gmail.com>: Include signal.h instead of sys/signal.h. | | |
Rob Landley | 3ea05d32228 | Fix missing copyright and license notice. | | |
Rob Landley | d0498125711 | Patch from Stuart Hughes upgrading depmod.pl | | |
Rob Landley | 8dd4ca787ab | Patch from Shaun Jackman to make loop.c build only when needed. | | |
Rob Landley | 6a776e95586 | Temporarily disable shared library for the 1.1.1 release. | | |
Bernhard Reutner-Fischer | d1ba916167d | - workaroung pr25795 in gcc-4.1
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=25795 | | |
Rob Landley | e3f4ab2bc46 | Remove unneeded entries. | | |
Rob Landley | 8caffaa9a97 | Cleanup: remove double quotes that don't seem to be needed. | | |
Eric Andersen | 9601a1c8c21 | whitespace cleanup | | |
Eric Andersen | 19b5b8ff6a4 | Fix some obvious compile problems. Make the -f' fakeIt option actually work. | | |
Eric Andersen | a6db0eef59e | Willy Tarreau writes:
I encountered a little typo in 'make help' : the prefix was
noted "$prefix" instead of "$(PREF... | | |
Eric Andersen | 28a6afe975c | Roy Walker writes:
Here is a patch against the current subversion repository, that makes
udhcpc have an adjustable t... | | |
Rob Landley | c30f445b08e | Patch from tito, acked by Bernhard Fischer. | | |
Rob Landley | e2b428cbb1f | Use lstat() instead of stat so /init being a symlink doesn't screw people up.
(And use it consistently, for size reas... | | |
Bernhard Reutner-Fischer | 99a072d5240 | - tito writes: this patch fixes some comments in dos2unix that are wrong
or that reports non existent features (tha... | | |
Bernhard Reutner-Fischer | 2523da259ce | - explain what magic numbers we're using here. | | |
Bernhard Reutner-Fischer | 66753a38509 | - whitespace cleanup (and also check against the const first and only then look
at bb_applet_name[1]) | | |
Bernhard Reutner-Fischer | 263e75d051a | - fix order of includes. | | |
Mike Frysinger | 9aa7f2005d7 | declare const id argument const for probe_{ext2,ext3,cramfs} | | |
Mike Frysinger | 179f4177888 | need string.h as well as strings.h | | |
Mike Frysinger | 25f67d419de | need EXT2FS_OBJS for fsck | | |
Rob Landley | 6bc10635f8a | Make the new chroot environment creation infrastructure more flexible about
non-absolute paths. | | |
Rob Landley | dcb2122e853 | My mount testsuite. Not automatically run at the moment, need to figure out
how to (optionally) supply User Mode Lin... | | |
Rob Landley | eaa34ca5b4b | More fixes. Type "auto" should mean unspecified from fstab as well as the
command line, initialize singlemount's rc ... | | |
Rob Landley | aae8b3405e9 | Whitespace cleanup and minor tweak (return -ERRNO instead of ERRNO so
EPERM doesn't register as a successful read-onl... | | |
Rob Landley | 5a578215658 | Bug fix: umount wasn't detaching loop devices unless mtab support was enabled.
Made some whitespace cleanups while I ... | | |
Rob Landley | 2824ded6778 | More test updates. | | |
Rob Landley | 4bb1b04fd1d | Redo test suite to be able to test more than one command at a time. Eliminate
$COMMAND environment variable, instead... | | |
Rob Landley | ea9a471acd9 | Random in-passing tweak. | | |
Rob Landley | 187e352b7ff | Update for bug 14. | | |
Rob Landley | 330ac853e37 | Tito shrank dos2unix. | | |
Rob Landley | 31642d75e17 | More "extern" removals from Robert P. Day | | |
Rob Landley | 386f85eadf1 | Attempt to make a warning go away without increasing size. | | |
Rob Landley | d221d2137ff | Missed one. | | |
Rob Landley | dc0955b6035 | The new, new mount rewrite. (Mount double prime?) Still being debugged, but
the new infrastructure is reentrant so ... | | |
Rob Landley | 0b22c1c962f | Tito unified fdflush and freeramdisk. I tweaked the result a bit. | | |
Mike Frysinger | 2f135fc6bf5 | update comments as to what caused the defines to change | | |
Bernhard Reutner-Fischer | ef7ccac9da7 | - add two comments | | |
Bernhard Reutner-Fischer | a25d83b282e | - remove superfluous dependency which was fixed in r14527 | | |
Bernhard Reutner-Fischer | df10094870c | - revert back to r14406 | | |
Rob Landley | c5b1d4d6b14 | Patch from Denis Vlasenko to add xstat() and use it. | | |
Rob Landley | 965030e35ae | Update documentation. | | |
Rob Landley | 19808fea765 | "make help" should not build the configurator first. | | |
Rob Landley | 9dc6913896d | Fix "rm .config;make menuconfig" to work like "rm .config; make" (I.E. do
defconfig first), and group busybox adminis... | | |
Rob Landley | e01d746fe96 | Cleanup patch from tito. | | |
Rob Landley | 1c60d9762e1 | Size reduction by Tito. | | |
Mike Frysinger | 9e094552c8c | fix building with glibc-2.4 | | |
Mike Frysinger | c70240cc1d8 | add a sep option for stripping | | |
Mike Frysinger | 72d59dbd768 | rearrange the menu a little to split general settings from applet selection | | |
Rob Landley | ead19306f5d | Cleanup patches from tito. | | |
Rob Landley | bc68cd14cca | Patch from Denis Vlasenko turning static const int (which gets emitted into
the busybox binary) into enums (which don... | | |
Next → |