| Commit message (Expand) | Author | Age | Files | Lines |
* | testsuite/runtest: remove (last) bashism | Denis Vlasenko | 2008-04-25 | 1 | -1/+1 |
* | - fsetfilecon_war is hidden so use fsetfilecon instead. | Bernhard Reutner-Fischer | 2008-04-24 | 1 | -1/+2 |
* | mkswap: fix help text to not lie about supported options. | Denis Vlasenko | 2008-02-13 | 1 | -6/+39 |
* | mkswap: do not do extra seek | Denis Vlasenko | 2008-02-03 | 1 | -0/+2 |
* | mkswap, readahead: stop using fdlength, it is reported to be unreliable | Denis Vlasenko | 2008-01-27 | 1 | -2/+4 |
* | mkswap: selinux support by KaiGai Kohei <kaigai@ak.jp.nec.com> | Denis Vlasenko | 2007-10-19 | 1 | -1/+44 |
* | add -fvisibility=hidden to CC flags, mark XXX_main functions | Denis Vlasenko | 2007-10-11 | 1 | -1/+1 |
* | usage.c: remove reference to busybox.h | Denis Vlasenko | 2007-05-26 | 1 | -1/+1 |
* | - sed -e "s/char[[:space:]]*\*[[:space:]]*argv\[\]/char **argv/g" | Bernhard Reutner-Fischer | 2007-04-04 | 1 | -2/+2 |
* | suppress warnings about easch <applet>_main() having | Denis Vlasenko | 2007-02-03 | 1 | -0/+1 |
* | hunt down improper include <>, make mkswap output 4Gb+ friendly | Denis Vlasenko | 2006-11-24 | 1 | -6/+7 |
* | Change license statements (and clean up headers) on some of the files that | Rob Landley | 2006-09-22 | 1 | -1/+1 |
* | whitespace cleanup | Denis Vlasenko | 2006-09-17 | 1 | -1/+1 |
* | Remove bb_ prefixes from xfuncs.c (and a few other places), consolidate | Rob Landley | 2006-08-03 | 1 | -1/+1 |
* | New mkswap. Small and simple. Might even work. :) | Rob Landley | 2006-07-16 | 1 | -380/+29 |
* | Remove "#if 0" content. | "Robert P. J. Day" | 2006-07-01 | 1 | -4/+0 |
* | Remove warnings caused by #include <sys/mount.h> in platform.h. Apparently | Rob Landley | 2006-06-16 | 1 | -11/+1 |
* | - single KERNEL_VERSION(a,b,c) macro in platform.h | Bernhard Reutner-Fischer | 2006-05-19 | 1 | -5/+5 |
* | - patch from Denis Vlasenko to add and use bb_xopen3() | Bernhard Reutner-Fischer | 2006-04-13 | 1 | -2/+2 |
* | - patch from Denis Vlasenko to add and use bb_xsocket() and to use | Bernhard Reutner-Fischer | 2006-04-12 | 1 | -4/+3 |
* | - shrink mkswap and make v0 support optional. Thanks also to Tito for his ideas. | Bernhard Reutner-Fischer | 2006-03-29 | 1 | -79/+73 |
* | Patch from Denis Vlasenko turning static const int (which gets emitted into | Rob Landley | 2006-03-10 | 1 | -1/+1 |
* | hopefully the last of the annoying signed/unsigned and mixed type errors | Eric Andersen | 2006-01-30 | 1 | -2/+2 |
* | Patch from David Meggy to make the swap default to the new version if no | Glenn L McGrath | 2003-10-31 | 1 | -5/+1 |
* | Update a bunch of docs. Run a script to update my email addr. | Eric Andersen | 2003-07-14 | 1 | -1/+1 |
* | Major coreutils update. | Manuel Novoa III | 2003-03-19 | 1 | -23/+23 |
* | Apply lash_patch35 from vodz, which brings several nice size_optimizations. | Eric Andersen | 2002-04-06 | 1 | -4/+4 |
* | Scrub up some function prototypes. | Eric Andersen | 2001-10-18 | 1 | -1/+1 |
* | A cleanup patch from Jeff Garzik to static-ify a number of | Eric Andersen | 2001-03-09 | 1 | -1/+1 |
* | It turns out that DODMALLOC was broken when I reorganized busybox.h | Eric Andersen | 2001-02-20 | 1 | -1/+1 |
* | This patch, put together by Manuel Novoa III, is a merge of work | Eric Andersen | 2001-02-14 | 1 | -5/+5 |
* | Removed trailing \n from error_msg{,_and_die} messages. | Matt Kraai | 2001-01-31 | 1 | -16/+16 |
* | Cleanup patch from Vladimir N. Oleynik. | Eric Andersen | 2001-01-31 | 1 | -15/+9 |
* | #define -> static const int. Also got rid of some big static buffers. | Mark Whitley | 2001-01-23 | 1 | -1/+1 |
* | Use busybox error handling functions wherever possible. | Matt Kraai | 2000-12-22 | 1 | -9/+4 |
* | Make more things be static (like they are supposed to be). | Eric Andersen | 2000-12-20 | 1 | -4/+4 |
* | Changed names of functions in utility.c and all affected files, to make | Mark Whitley | 2000-12-07 | 1 | -8/+8 |
* | Stop using TRUE and FALSE for exit status. | Matt Kraai | 2000-12-01 | 1 | -5/+5 |
* | Fix uname problem that was breaking poweroff. | Eric Andersen | 2000-10-30 | 1 | -16/+2 |
* | Renamed "internal.h" to the more sensible "busybox.h". | Eric Andersen | 2000-09-25 | 1 | -1/+1 |
* | Some #include updates. | Eric Andersen | 2000-08-10 | 1 | -1/+0 |
* | Extract usage information into a separate file. | Matt Kraai | 2000-07-16 | 1 | -14/+0 |
* | Use errorMsg rather than fprintf. | Matt Kraai | 2000-07-14 | 1 | -20/+13 |
* | Use global applet_name instead of local versions. | Matt Kraai | 2000-07-12 | 1 | -11/+7 |
* | Updates to a number of apps to remove warnings/compile errors under libc5. | Eric Andersen | 2000-06-19 | 1 | -1/+1 |
* | Lots of updates. Finished implementing BB_FEATURE_TRIVIAL_HELP | Erik Andersen | 2000-05-12 | 1 | -3/+6 |
* | * all mallocs now use xmalloc (and so are OOM error safe), and | Erik Andersen | 2000-03-21 | 1 | -4/+2 |
* | Some formatting updates (ran the code through indent) | Erik Andersen | 2000-02-08 | 1 | -97/+100 |
* | Updates to usage, and made tar work. | Eric Andersen | 1999-11-10 | 1 | -4/+5 |
* | Added sfdisk. Ststic-ified a bunch of stuff. | Eric Andersen | 1999-10-19 | 1 | -116/+332 |