Age | Commit message (Collapse) | Author | |
---|---|---|---|
2006-05-19 | - single KERNEL_VERSION(a,b,c) macro in platform.h | Bernhard Reutner-Fischer | |
- rename get_kernel_revision() to get_linux_version_code from Robert P. J. Day | |||
2006-04-13 | - patch from Denis Vlasenko to add and use bb_xopen3() | Bernhard Reutner-Fischer | |
2006-04-12 | - patch from Denis Vlasenko to add and use bb_xsocket() and to use | Bernhard Reutner-Fischer | |
bb_xopen some more while at it. Also use shorter boilerplate while at it. | |||
2006-03-29 | - shrink mkswap and make v0 support optional. Thanks also to Tito for his ideas. | Bernhard Reutner-Fischer | |
http://busybox.net/lists/busybox/2006-March/019326.html 2137 8 28 2173 87d util-linux/mkswap.o.orig 1890 8 28 1926 786 util-linux/mkswap.o.v0+v1 1560 4 28 1592 638 util-linux/mkswap.o.v1 | |||
2006-03-10 | Patch from Denis Vlasenko turning static const int (which gets emitted into | Rob Landley | |
the busybox binary) into enums (which don't). | |||
2006-01-30 | hopefully the last of the annoying signed/unsigned and mixed type errors | Eric Andersen | |
2003-10-31 | Patch from David Meggy to make the swap default to the new version if no | Glenn L McGrath | |
version is specified and the kernel is relatively new. | |||
2003-07-14 | Update a bunch of docs. Run a script to update my email addr. | Eric Andersen | |
2003-03-19 | Major coreutils update. | Manuel Novoa III | |
2002-04-06 | Apply lash_patch35 from vodz, which brings several nice size_optimizations. | Eric Andersen | |
2001-10-18 | Scrub up some function prototypes. | Eric Andersen | |
-Erik | |||
2001-03-09 | A cleanup patch from Jeff Garzik to static-ify a number of | Eric Andersen | |
namespace polluting things that really should be static. | |||
2001-02-20 | It turns out that DODMALLOC was broken when I reorganized busybox.h | Eric Andersen | |
header file usage before the 0.49 release. To fix it, I had to move the '#include "busybox.h"' to the end of the list of #include files. -Erik | |||
2001-02-14 | This patch, put together by Manuel Novoa III, is a merge of work | Eric Andersen | |
done by Evin Robertson (bug#1105) and work from Manuel to make usage messages occupy less space and simplify how usage messages are displayed. | |||
2001-01-31 | Removed trailing \n from error_msg{,_and_die} messages. | Matt Kraai | |
2001-01-31 | Cleanup patch from Vladimir N. Oleynik. | Eric Andersen | |
* mkdir: remove 3 lines in source code. * mkfs_minix: save 32 bytes, remove 4 bugs. * mkswap: save 64 bytes, remove 1 bug. | |||
2001-01-23 | #define -> static const int. Also got rid of some big static buffers. | Mark Whitley | |
2000-12-22 | Use busybox error handling functions wherever possible. | Matt Kraai | |
2000-12-20 | Make more things be static (like they are supposed to be). | Eric Andersen | |
2000-12-07 | Changed names of functions in utility.c and all affected files, to make | Mark Whitley | |
compliant with the style guide. Everybody rebuild your tags file! | |||
2000-12-01 | Stop using TRUE and FALSE for exit status. | Matt Kraai | |
2000-10-30 | Fix uname problem that was breaking poweroff. | Eric Andersen | |
2000-09-25 | Renamed "internal.h" to the more sensible "busybox.h". | Eric Andersen | |
-Erik | |||
2000-08-10 | Some #include updates. | Eric Andersen | |
-Erik | |||
2000-07-16 | Extract usage information into a separate file. | Matt Kraai | |
2000-07-14 | Use errorMsg rather than fprintf. | Matt Kraai | |
2000-07-12 | Use global applet_name instead of local versions. | Matt Kraai | |
2000-06-19 | Updates to a number of apps to remove warnings/compile errors under libc5. | Eric Andersen | |
Tested under both libc5 and libc6 and all seems well with these fixes. -Erik | |||
2000-05-12 | Lots of updates. Finished implementing BB_FEATURE_TRIVIAL_HELP | Erik Andersen | |
which lets you compile out most of the "--help" output, saving up to 17k. Renamed mnc to nc. -Erik | |||
2000-03-21 | * all mallocs now use xmalloc (and so are OOM error safe), and | Erik Andersen | |
the common error handling saves a few bytes. Thanks to Bob Tinsley <bob@earthrise.demon.co.uk> for the patch. -Erik | |||
2000-02-08 | Some formatting updates (ran the code through indent) | Erik Andersen | |
-Erik | |||
1999-11-10 | Updates to usage, and made tar work. | Eric Andersen | |
-Erik | |||
1999-10-19 | Added sfdisk. Ststic-ified a bunch of stuff. | Eric Andersen | |
1999-10-18 | More stuff. | Eric Andersen | |
-Erik | |||
1999-10-05 | Initial revision | Eric Andersen | |