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