index
:
busybox-w32
ansi
awk_faster
busybox
dscho-kill-gently
embed
fix_backslash
manifest
master
merge
merge_1_19
merge_1_20
noconsole
noconsole2
old
path_search
realpath
stty
su_cmd
su_cmd2
su_cmd3
symlink
tab_completion
tab_completion2
tilde
ucrt_hack
w32_1_26_2
wget-post-file
wip
A mirror of https://github.com/rmyorston/busybox-w32.git
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
util-linux
/
mkswap.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
libbb: add and use infrastructure for fixed page size optimization
Denys Vlasenko
2020-12-14
1
-1
/
+1
*
libbb: reduce the overhead of single parameter bb_error_msg() calls
James Byrne
2019-07-02
1
-1
/
+1
*
config: update size information
Denys Vlasenko
2018-12-28
1
-1
/
+1
*
whitespace and comment format fixes, no code changes
Denys Vlasenko
2017-10-05
1
-1
/
+2
*
getopt32: remove opt_complementary
Denys Vlasenko
2017-08-08
1
-2
/
+1
*
config: deindent all help texts
Denys Vlasenko
2017-07-21
1
-9
/
+9
*
Update menuconfig items with approximate applet sizes
Denys Vlasenko
2017-07-18
1
-1
/
+1
*
Convert all util-linux/* applets to "new style" applet definitions
Denys Vlasenko
2016-11-23
1
-0
/
+23
*
*: add most of the required setup_common_bufsiz() calls
Denys Vlasenko
2016-04-21
1
-0
/
+3
*
libbb: make bb_common_bufsiz1 1 kbyte, add capability to use bss tail for it
Denys Vlasenko
2016-04-21
1
-0
/
+1
*
*: remove "Options:" string from help texts
Denys Vlasenko
2011-06-05
1
-1
/
+0
*
move remaining help text from include/usage.src.h
Pere Orga
2011-04-11
1
-0
/
+8
*
mkswap: selinux build fix
Denys Vlasenko
2011-01-05
1
-1
/
+1
*
libbb: add xfstat function
Denys Vlasenko
2010-08-31
1
-2
/
+1
*
mkswap: clear 1st kilobyte. Closes bug 1831
Denys Vlasenko
2010-08-31
1
-2
/
+9
*
*: make GNU licensing statement forms more regular
Denys Vlasenko
2010-08-16
1
-1
/
+1
*
*: eliminate more aliasing warnings
Denys Vlasenko
2010-02-04
1
-1
/
+1
*
mkXXXX: unify [KBYTES] parameter handling (added it to mkswap)
Denys Vlasenko
2010-02-01
1
-10
/
+6
*
mkswap: add -L LABEL option. closes bug 689.
Denys Vlasenko
2009-11-03
1
-46
/
+46
*
util-linux/mkswap.c: fix warning
Denys Vlasenko
2009-10-15
1
-13
/
+13
*
move generate_uuid from mkswap to libbb
Vladimir Dronnikov
2009-10-15
1
-79
/
+13
*
mkswap: separate UUID feature
Denys Vlasenko
2009-06-19
1
-1
/
+1
*
mkswap: accidentally committed wrong patch. fix it up
Denys Vlasenko
2009-06-19
1
-12
/
+13
*
mkswap: improve randomness of UUID generation set version/variant bits
Denys Vlasenko
2009-06-19
1
-4
/
+55
*
mkswap: generate UUID if CONFIG_DESKTOP=y. +110 bytes
Denys Vlasenko
2009-06-18
1
-3
/
+28
*
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
[next]