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
/
mkfs_minix.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
build system: drop PLATFORM_LINUX
Ron Yorston
2020-08-13
1
-1
/
+0
*
libbb: reduce the overhead of single parameter bb_error_msg() calls
James Byrne
2019-07-02
1
-11
/
+11
*
config: add size information for three more applets
Denys Vlasenko
2018-12-28
1
-1
/
+1
*
fsck_minix,mkfs_minix: fix "strict-aliasing" warnings
Denys Vlasenko
2017-08-16
1
-4
/
+7
*
config: deindent all help texts
Denys Vlasenko
2017-07-21
1
-6
/
+6
*
*: add comment about APPLET_ODDNAME format
Denys Vlasenko
2017-01-29
1
-0
/
+1
*
Convert all util-linux/* applets to "new style" applet definitions
Denys Vlasenko
2016-11-23
1
-0
/
+21
*
getopt32: add new syntax of 'o:+' and 'o:*' for -o NUM and -o LIST
Denys Vlasenko
2016-07-06
1
-2
/
+1
*
join some common strings, -400 bytes
Denys Vlasenko
2015-10-08
1
-5
/
+5
*
Use unsigned printf/scanf conversion where more appropriate
Denys Vlasenko
2013-11-29
1
-1
/
+1
*
mkfs_minix: use get_volume_size_in_bytes instead of local version
Denys Vlasenko
2013-03-18
1
-63
/
+14
*
*: 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
/
+11
*
libbb: add xfstat function
Denys Vlasenko
2010-08-31
1
-2
/
+1
*
*: make GNU licensing statement forms more regular
Denys Vlasenko
2010-08-16
1
-1
/
+1
*
*: merge some common strings
Denys Vlasenko
2010-03-23
1
-1
/
+1
*
*: use "can't" instead of "cannot"
Denys Vlasenko
2009-11-13
1
-6
/
+6
*
*: introduce and use ffulsh_all()
Denys Vlasenko
2009-11-02
1
-1
/
+1
*
fix mountpoint test to not prevemt mkfs_xxx from making image in any file
Denys Vlasenko
2009-07-18
1
-1
/
+1
*
df: fix "df /"
Denys Vlasenko
2009-07-05
1
-6
/
+2
*
Fix forgotten license comments
Denis Vlasenko
2008-12-07
1
-2
/
+3
*
networking/interface.c: better readability (by Walter Harms)
Denis Vlasenko
2008-11-22
1
-1
/
+1
*
libbb: [x]fopen_for_{read,write} introduced and used.
Denis Vlasenko
2008-07-21
1
-1
/
+1
*
- s/super.block/superblock/g; # for consistency; -1b
Bernhard Reutner-Fischer
2008-07-21
1
-5
/
+5
*
*: rename ATTRIBUTE_XXX to just XXX.
Denis Vlasenko
2008-07-05
1
-2
/
+2
*
mkfs_minix, fsck_minix: code shrink
Denis Vlasenko
2008-06-25
1
-16
/
+16
*
whitespace fixes. no code changes
Denis Vlasenko
2008-06-25
1
-1
/
+1
*
*: shrink: use Vladimir's "o+" specifier instead of xatou(opt_param)
Denis Vlasenko
2008-03-17
1
-3
/
+3
*
*: add -Wunused-parameter; fix resulting breakage
Denis Vlasenko
2008-03-17
1
-2
/
+2
*
*: add optimization barrier to all "G trick" locations
Denis Vlasenko
2008-02-27
1
-1
/
+1
*
mkfs.minix: add testsuite; disable code which makes images variable
Denis Vlasenko
2007-12-02
1
-4
/
+3
*
attack the biggest stack users:
Denis Vlasenko
2007-12-02
1
-3
/
+21
*
add -fvisibility=hidden to CC flags, mark XXX_main functions
Denis Vlasenko
2007-10-11
1
-1
/
+1
*
don't pass argc in getopt32, it's superfluous
Denis Vlasenko
2007-08-18
1
-1
/
+1
*
fsck_minix: stop using data/bss
Denis Vlasenko
2007-06-13
1
-1
/
+0
*
*: BB_BANNER -> bb_banner (it is not a const or #define)!
Denis Vlasenko
2007-06-13
1
-1
/
+1
*
diff: shrink code (-85 bytes):
Denis Vlasenko
2007-06-12
1
-1
/
+1
*
usage.c: remove reference to busybox.h
Denis Vlasenko
2007-05-26
1
-1
/
+1
*
mkfs_minix: remove older, less efficient bss reduction trick
Denis Vlasenko
2007-03-18
1
-4
/
+3
*
mkfs_minix: stop using lots of bss/data.
Denis Vlasenko
2007-03-15
1
-178
/
+190
*
fix warning coming from printing size_t with %u
Denis Vlasenko
2007-02-06
1
-1
/
+1
*
minix utils: de-inline bit ops (saves ~130 bytes)
Denis Vlasenko
2007-02-06
1
-8
/
+18
*
minix utils: make a message easier to understand; small tweaks
Denis Vlasenko
2007-02-06
1
-12
/
+13
*
suppress warnings about easch <applet>_main() having
Denis Vlasenko
2007-02-03
1
-0
/
+1
*
factor out minix structures/constants into minix.h
Denis Vlasenko
2007-01-03
1
-73
/
+2
*
done a dozen of randconfig test. guess what? ALL failed...
Denis Vlasenko
2006-12-30
1
-0
/
+4
*
s/extern inline/static ATTRIBUTE_ALWAYS_INLINE/g
Denis Vlasenko
2006-12-16
1
-1
/
+1
*
"make bigdata" biggest offender dealt with:
Denis Vlasenko
2006-11-30
1
-1
/
+3
*
Well, I am not 100.00% usre that uint16 will suffice there.
Denis Vlasenko
2006-11-29
1
-2
/
+2
*
another -90 bytes. That #define is **evil**
Denis Vlasenko
2006-11-29
1
-8
/
+12
[next]