summaryrefslogtreecommitdiff
path: root/util-linux/mkfs_minix.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* mkfs.minix: more cleanups, -~300 bytes of code.Denis Vlasenko2006-11-291-202/+204
* cut 0.5k off mkfs.minixDenis Vlasenko2006-11-291-182/+102
* rodata cleanup. "unable to" == "cannot". -300 bytesDenis Vlasenko2006-11-181-7/+7
* - convert a few xopen3(,,0) into xopen(,). Also peruse the fact that xopen de...Bernhard Reutner-Fischer2006-09-111-2/+2
* Svn 16007 broke the build under gcc 4.0.3. This fixes up some of the damageRob Landley2006-08-291-12/+12
* Remove bb_ prefixes from xfuncs.c (and a few other places), consolidateRob Landley2006-08-031-16/+4
* Remove warnings caused by #include <sys/mount.h> in platform.h. ApparentlyRob Landley2006-06-161-3/+0
* - patch from Denis Vlasenko to add and use bb_xopen3()Bernhard Reutner-Fischer2006-04-131-2/+2
* - patch from Denis Vlasenko to add and use bb_xsocket() and to useBernhard Reutner-Fischer2006-04-121-5/+2
* Robert P. Day removed 8 gazillion occurrences of "extern" on functionRob Landley2006-03-061-1/+1
* data --> bss"Vladimir N. Oleynik"2005-10-151-11/+11
* Fixup some warningsEric Andersen2004-08-281-14/+20
* Larry Doolittle writes:Eric Andersen2004-04-141-2/+2
* Remove trailing whitespace. Update copyright to include 2004.Eric Andersen2004-03-151-4/+4
* Use proper C99 typesEric Andersen2004-01-301-27/+28
* extern inline is a bad bad thing. kill it (so mkfs_minix.c willEric Andersen2003-08-061-11/+11
* Major coreutils update.Manuel Novoa III2003-03-191-31/+31
* Inline functions with only one reference in mkfs_minix. I don't knowAaron Lehmann2002-08-211-11/+11
* Fixup some silly prototype warningsEric Andersen2001-10-311-3/+1
* Major rework of the directory structure and the entire build system.Eric Andersen2001-10-241-10/+10
* Standard typing (u_int16_t instead of u16, u_int32_t insteadEric Andersen2001-08-291-33/+27
* Another cleanup patch from Jeff Garzik <jgarzik@mandrakesoft.com>Eric Andersen2001-03-191-1/+1
* A cleanup patch from Jeff Garzik to static-ify a number ofEric Andersen2001-03-091-1/+1
* Patchs from Jeff Garzik <jgarzik@mandrakesoft.com> to cleanupEric Andersen2001-03-091-4/+1
* It turns out that DODMALLOC was broken when I reorganized busybox.hEric Andersen2001-02-201-1/+1
* This patch, put together by Manuel Novoa III, is a merge of workEric Andersen2001-02-141-7/+0
* Make old compilers not choke -- define the attribute in the func prototype.Eric Andersen2001-01-311-1/+3
* Removed trailing \n from error_msg{,_and_die} messages.Matt Kraai2001-01-311-25/+25
* Cleanup patch from Vladimir N. Oleynik.Eric Andersen2001-01-311-37/+25
* Use busybox error handling functions wherever possible.Matt Kraai2000-12-221-5/+2
* Changed names of functions in utility.c and all affected files, to makeMark Whitley2000-12-071-2/+2
* Renamed "internal.h" to the more sensible "busybox.h".Eric Andersen2000-09-251-1/+1