summaryrefslogtreecommitdiff
path: root/util-linux/mkfs_minix.c
Commit message (Expand)AuthorAgeFilesLines
* build system: drop PLATFORM_LINUXRon Yorston2020-08-131-1/+0
* libbb: reduce the overhead of single parameter bb_error_msg() callsJames Byrne2019-07-021-11/+11
* config: add size information for three more appletsDenys Vlasenko2018-12-281-1/+1
* fsck_minix,mkfs_minix: fix "strict-aliasing" warningsDenys Vlasenko2017-08-161-4/+7
* config: deindent all help textsDenys Vlasenko2017-07-211-6/+6
* *: add comment about APPLET_ODDNAME formatDenys Vlasenko2017-01-291-0/+1
* Convert all util-linux/* applets to "new style" applet definitionsDenys Vlasenko2016-11-231-0/+21
* getopt32: add new syntax of 'o:+' and 'o:*' for -o NUM and -o LISTDenys Vlasenko2016-07-061-2/+1
* join some common strings, -400 bytesDenys Vlasenko2015-10-081-5/+5
* Use unsigned printf/scanf conversion where more appropriateDenys Vlasenko2013-11-291-1/+1
* mkfs_minix: use get_volume_size_in_bytes instead of local versionDenys Vlasenko2013-03-181-63/+14
* *: remove "Options:" string from help textsDenys Vlasenko2011-06-051-1/+0
* move remaining help text from include/usage.src.hPere Orga2011-04-111-0/+11
* libbb: add xfstat functionDenys Vlasenko2010-08-311-2/+1
* *: make GNU licensing statement forms more regularDenys Vlasenko2010-08-161-1/+1
* *: merge some common stringsDenys Vlasenko2010-03-231-1/+1
* *: use "can't" instead of "cannot"Denys Vlasenko2009-11-131-6/+6
* *: introduce and use ffulsh_all()Denys Vlasenko2009-11-021-1/+1
* fix mountpoint test to not prevemt mkfs_xxx from making image in any fileDenys Vlasenko2009-07-181-1/+1
* df: fix "df /"Denys Vlasenko2009-07-051-6/+2
* Fix forgotten license commentsDenis Vlasenko2008-12-071-2/+3
* networking/interface.c: better readability (by Walter Harms)Denis Vlasenko2008-11-221-1/+1
* libbb: [x]fopen_for_{read,write} introduced and used.Denis Vlasenko2008-07-211-1/+1
* - s/super.block/superblock/g; # for consistency; -1bBernhard Reutner-Fischer2008-07-211-5/+5
* *: rename ATTRIBUTE_XXX to just XXX.Denis Vlasenko2008-07-051-2/+2
* mkfs_minix, fsck_minix: code shrinkDenis Vlasenko2008-06-251-16/+16
* whitespace fixes. no code changesDenis Vlasenko2008-06-251-1/+1
* *: shrink: use Vladimir's "o+" specifier instead of xatou(opt_param)Denis Vlasenko2008-03-171-3/+3
* *: add -Wunused-parameter; fix resulting breakageDenis Vlasenko2008-03-171-2/+2
* *: add optimization barrier to all "G trick" locationsDenis Vlasenko2008-02-271-1/+1
* mkfs.minix: add testsuite; disable code which makes images variableDenis Vlasenko2007-12-021-4/+3
* attack the biggest stack users:Denis Vlasenko2007-12-021-3/+21
* add -fvisibility=hidden to CC flags, mark XXX_main functionsDenis Vlasenko2007-10-111-1/+1
* don't pass argc in getopt32, it's superfluousDenis Vlasenko2007-08-181-1/+1
* fsck_minix: stop using data/bssDenis Vlasenko2007-06-131-1/+0
* *: BB_BANNER -> bb_banner (it is not a const or #define)!Denis Vlasenko2007-06-131-1/+1
* diff: shrink code (-85 bytes):Denis Vlasenko2007-06-121-1/+1
* usage.c: remove reference to busybox.hDenis Vlasenko2007-05-261-1/+1
* mkfs_minix: remove older, less efficient bss reduction trickDenis Vlasenko2007-03-181-4/+3
* mkfs_minix: stop using lots of bss/data.Denis Vlasenko2007-03-151-178/+190
* fix warning coming from printing size_t with %uDenis Vlasenko2007-02-061-1/+1
* minix utils: de-inline bit ops (saves ~130 bytes)Denis Vlasenko2007-02-061-8/+18
* minix utils: make a message easier to understand; small tweaksDenis Vlasenko2007-02-061-12/+13
* suppress warnings about easch <applet>_main() havingDenis Vlasenko2007-02-031-0/+1
* factor out minix structures/constants into minix.hDenis Vlasenko2007-01-031-73/+2
* done a dozen of randconfig test. guess what? ALL failed...Denis Vlasenko2006-12-301-0/+4
* s/extern inline/static ATTRIBUTE_ALWAYS_INLINE/gDenis Vlasenko2006-12-161-1/+1
* "make bigdata" biggest offender dealt with:Denis Vlasenko2006-11-301-1/+3
* Well, I am not 100.00% usre that uint16 will suffice there.Denis Vlasenko2006-11-291-2/+2
* another -90 bytes. That #define is **evil**Denis Vlasenko2006-11-291-8/+12