index
:
busybox.git
1_33_stable
1_35_stable
master
Copy of git.busybox.net/busybox
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
util-linux
/
mkswap.c
Age
Commit message (
Expand
)
Author
2019-07-02
libbb: reduce the overhead of single parameter bb_error_msg() calls
James Byrne
2018-12-28
config: update size information
Denys Vlasenko
2017-10-05
whitespace and comment format fixes, no code changes
Denys Vlasenko
2017-08-08
getopt32: remove opt_complementary
Denys Vlasenko
2017-07-21
config: deindent all help texts
Denys Vlasenko
2017-07-18
Update menuconfig items with approximate applet sizes
Denys Vlasenko
2016-11-23
Convert all util-linux/* applets to "new style" applet definitions
Denys Vlasenko
2016-04-21
*: add most of the required setup_common_bufsiz() calls
Denys Vlasenko
2016-04-21
libbb: make bb_common_bufsiz1 1 kbyte, add capability to use bss tail for it
Denys Vlasenko
2011-06-05
*: remove "Options:" string from help texts
Denys Vlasenko
2011-04-11
move remaining help text from include/usage.src.h
Pere Orga
2011-01-05
mkswap: selinux build fix
Denys Vlasenko
2010-08-31
libbb: add xfstat function
Denys Vlasenko
2010-08-31
mkswap: clear 1st kilobyte. Closes bug 1831
Denys Vlasenko
2010-08-16
*: make GNU licensing statement forms more regular
Denys Vlasenko
2010-02-04
*: eliminate more aliasing warnings
Denys Vlasenko
2010-02-01
mkXXXX: unify [KBYTES] parameter handling (added it to mkswap)
Denys Vlasenko
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
[next]