Age | Commit message (Expand) | Author |
2009-11-03 | mkswap: add -L LABEL option. closes bug 689. | Denys Vlasenko |
2009-10-15 | util-linux/mkswap.c: fix warning | Denys Vlasenko |
2009-10-15 | move generate_uuid from mkswap to libbb | Vladimir Dronnikov |
2009-06-19 | mkswap: separate UUID feature | Denys Vlasenko |
2009-06-19 | mkswap: accidentally committed wrong patch. fix it up | Denys Vlasenko |
2009-06-19 | mkswap: improve randomness of UUID generation set version/variant bits | Denys Vlasenko |
2009-06-18 | mkswap: generate UUID if CONFIG_DESKTOP=y. +110 bytes | Denys Vlasenko |
2008-04-25 | testsuite/runtest: remove (last) bashism | Denis Vlasenko |
2008-04-24 | - fsetfilecon_war is hidden so use fsetfilecon instead. | Bernhard Reutner-Fischer |
2008-02-13 | mkswap: fix help text to not lie about supported options. | Denis Vlasenko |
2008-02-03 | mkswap: do not do extra seek | Denis Vlasenko |
2008-01-27 | mkswap, readahead: stop using fdlength, it is reported to be unreliable | Denis Vlasenko |
2007-10-19 | mkswap: selinux support by KaiGai Kohei <kaigai@ak.jp.nec.com> | Denis Vlasenko |
2007-10-11 | add -fvisibility=hidden to CC flags, mark XXX_main functions | Denis Vlasenko |
2007-05-26 | usage.c: remove reference to busybox.h | Denis Vlasenko |
2007-04-04 | - sed -e "s/char[[:space:]]*\*[[:space:]]*argv\[\]/char **argv/g" | Bernhard Reutner-Fischer |
2007-02-03 | suppress warnings about easch <applet>_main() having | Denis Vlasenko |
2006-11-24 | hunt down improper include <>, make mkswap output 4Gb+ friendly | Denis Vlasenko |
2006-09-22 | Change license statements (and clean up headers) on some of the files that | Rob Landley |
2006-09-17 | whitespace cleanup | Denis Vlasenko |
2006-08-03 | Remove bb_ prefixes from xfuncs.c (and a few other places), consolidate | Rob Landley |
2006-07-16 | New mkswap. Small and simple. Might even work. :) | Rob Landley |
2006-07-01 | Remove "#if 0" content. | "Robert P. J. Day" |
2006-06-16 | Remove warnings caused by #include <sys/mount.h> in platform.h. Apparently | Rob Landley |
2006-05-19 | - single KERNEL_VERSION(a,b,c) macro in platform.h | Bernhard Reutner-Fischer |
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 |
2006-03-29 | - shrink mkswap and make v0 support optional. Thanks also to Tito for his ideas. | Bernhard Reutner-Fischer |
2006-03-10 | Patch from Denis Vlasenko turning static const int (which gets emitted into | Rob Landley |
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 |
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 |
2001-03-09 | A cleanup patch from Jeff Garzik to static-ify a number of | Eric Andersen |
2001-02-20 | It turns out that DODMALLOC was broken when I reorganized busybox.h | Eric Andersen |
2001-02-14 | This patch, put together by Manuel Novoa III, is a merge of work | Eric Andersen |
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 |
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 |
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 |
2000-08-10 | Some #include updates. | Eric Andersen |
2000-07-16 | Extract usage information into a separate file. | Matt Kraai |
2000-07-14 | Use errorMsg rather than fprintf. | Matt Kraai |