summaryrefslogtreecommitdiff
AgeCommit messageAuthorFilesLines
2016-11-23Convert all util-linux/* applets to "new style" applet definitionsDenys Vlasenko42-594/+622
2016-04-21*: add most of the required setup_common_bufsiz() callsDenys Vlasenko53-19/+63
2016-04-21libbb: make bb_common_bufsiz1 1 kbyte, add capability to use bss tail for itDenys Vlasenko91-131/+414
2011-06-05*: remove "Options:" string from help textsDenys Vlasenko198-268/+40
2011-04-11move remaining help text from include/usage.src.hPere Orga142-2312/+2369
2011-01-05mkswap: selinux build fixDenys Vlasenko1-1/+1
2010-08-31libbb: add xfstat functionDenys Vlasenko13-21/+29
2010-08-30mkswap: clear 1st kilobyte. Closes bug 1831Denys Vlasenko1-2/+9
2010-08-16*: make GNU licensing statement forms more regularDenys Vlasenko570-630/+628
2010-02-04*: eliminate more aliasing warningsDenys Vlasenko6-36/+40
2010-02-01mkXXXX: unify [KBYTES] parameter handling (added it to mkswap)Denys Vlasenko8-49/+66
2009-11-03mkswap: add -L LABEL option. closes bug 689.Denys Vlasenko2-56/+50
2009-10-15util-linux/mkswap.c: fix warningDenys Vlasenko1-13/+13
2009-10-15move generate_uuid from mkswap to libbbVladimir Dronnikov3-79/+79
2009-06-19mkswap: separate UUID featureDenys Vlasenko2-1/+8
2009-06-19mkswap: accidentally committed wrong patch. fix it upDenys Vlasenko1-12/+13
2009-06-19mkswap: improve randomness of UUID generation set version/variant bitsDenys Vlasenko1-4/+55
2009-06-18mkswap: generate UUID if CONFIG_DESKTOP=y. +110 bytesDenys Vlasenko1-3/+28
2008-04-25testsuite/runtest: remove (last) bashismDenis Vlasenko2-8/+11
2008-04-24- fsetfilecon_war is hidden so use fsetfilecon instead.Bernhard Reutner-Fischer1-1/+2
2008-02-13mkswap: fix help text to not lie about supported options.Denis Vlasenko2-34/+72
2008-02-03mkswap: do not do extra seekDenis Vlasenko3-3/+28
2008-01-27mkswap, readahead: stop using fdlength, it is reported to be unreliableDenis Vlasenko3-4/+15
2007-10-19mkswap: selinux support by KaiGai Kohei <kaigai@ak.jp.nec.com>Denis Vlasenko1-1/+44
2007-10-11add -fvisibility=hidden to CC flags, mark XXX_main functionsDenis Vlasenko260-307/+325
2007-05-26usage.c: remove reference to busybox.hDenis Vlasenko251-269/+270
2007-04-04- sed -e "s/char[[:space:]]*\*[[:space:]]*argv\[\]/char **argv/g"Bernhard Reutner-Fischer33-67/+67
2007-02-03suppress warnings about easch <applet>_main() havingDenis Vlasenko245-25/+268
2006-11-24hunt down improper include <>, make mkswap output 4Gb+ friendlyDenis Vlasenko5-12/+11
2006-09-22Change license statements (and clean up headers) on some of the files thatRob Landley20-85/+20
2006-09-17whitespace cleanupDenis Vlasenko92-218/+218
2006-08-03Remove bb_ prefixes from xfuncs.c (and a few other places), consolidateRob Landley143-1720/+710
2006-07-16New mkswap. Small and simple. Might even work. :)Rob Landley1-380/+29
2006-07-01Remove "#if 0" content."Robert P. J. Day"2-32/+0
2006-06-16Remove warnings caused by #include <sys/mount.h> in platform.h. ApparentlyRob Landley4-19/+1
2006-05-19- single KERNEL_VERSION(a,b,c) macro in platform.hBernhard Reutner-Fischer8-21/+27
2006-04-13- patch from Denis Vlasenko to add and use bb_xopen3()Bernhard Reutner-Fischer12-71/+38
2006-04-12- patch from Denis Vlasenko to add and use bb_xsocket() and to useBernhard Reutner-Fischer22-218/+99
2006-03-29- shrink mkswap and make v0 support optional. Thanks also to Tito for his ideas.Bernhard Reutner-Fischer2-79/+83
2006-03-10Patch from Denis Vlasenko turning static const int (which gets emitted intoRob Landley28-194/+244
2006-01-30hopefully the last of the annoying signed/unsigned and mixed type errorsEric Andersen6-21/+27
2003-10-31Patch from David Meggy to make the swap default to the new version if noGlenn L McGrath1-5/+1
2003-07-14Update a bunch of docs. Run a script to update my email addr.Eric Andersen169-380/+298
2003-03-19Major coreutils update.Manuel Novoa III 295-5916/+6670
2002-04-06Apply lash_patch35 from vodz, which brings several nice size_optimizations.Eric Andersen6-15/+23
2001-10-18Scrub up some function prototypes.Eric Andersen22-114/+95
2001-03-09A cleanup patch from Jeff Garzik to static-ify a number ofEric Andersen48-158/+156
2001-02-20It turns out that DODMALLOC was broken when I reorganized busybox.hEric Andersen204-378/+362
2001-02-14This patch, put together by Manuel Novoa III, is a merge of workEric Andersen198-3979/+702
2001-01-31Removed trailing \n from error_msg{,_and_die} messages.Matt Kraai106-610/+612
[next]