aboutsummaryrefslogtreecommitdiff
path: root/util-linux/mkfs_minix.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* rodata cleanup. "unable to" == "cannot". -300 bytesvda2006-11-181-7/+7
* - convert a few xopen3(,,0) into xopen(,). Also peruse the fact that xopen de...aldot2006-09-111-2/+2
* Svn 16007 broke the build under gcc 4.0.3. This fixes up some of the damagelandley2006-08-291-12/+12
* Remove bb_ prefixes from xfuncs.c (and a few other places), consolidatelandley2006-08-031-16/+4
* Remove warnings caused by #include <sys/mount.h> in platform.h. Apparentlylandley2006-06-161-3/+0
* - patch from Denis Vlasenko to add and use bb_xopen3()aldot2006-04-131-2/+2
* - patch from Denis Vlasenko to add and use bb_xsocket() and to usealdot2006-04-121-5/+2
* Robert P. Day removed 8 gazillion occurrences of "extern" on functionlandley2006-03-061-1/+1
* data --> bssvodz2005-10-151-11/+11
* Fixup some warningsandersen2004-08-281-14/+20
* Larry Doolittle writes:andersen2004-04-141-2/+2
* Remove trailing whitespace. Update copyright to include 2004.andersen2004-03-151-4/+4
* Use proper C99 typesandersen2004-01-301-27/+28
* extern inline is a bad bad thing. kill it (so mkfs_minix.c willandersen2003-08-061-11/+11
* Major coreutils update.mjn32003-03-191-31/+31
* Inline functions with only one reference in mkfs_minix. I don't knowaaronl2002-08-211-11/+11
* Fixup some silly prototype warningsandersen2001-10-311-3/+1
* Major rework of the directory structure and the entire build system.andersen2001-10-241-10/+10
* Standard typing (u_int16_t instead of u16, u_int32_t insteadandersen2001-08-291-33/+27
* Another cleanup patch from Jeff Garzik <jgarzik@mandrakesoft.com>andersen2001-03-191-1/+1
* A cleanup patch from Jeff Garzik to static-ify a number ofandersen2001-03-091-1/+1
* Patchs from Jeff Garzik <jgarzik@mandrakesoft.com> to cleanupandersen2001-03-091-4/+1
* It turns out that DODMALLOC was broken when I reorganized busybox.handersen2001-02-201-1/+1
* This patch, put together by Manuel Novoa III, is a merge of workandersen2001-02-141-7/+0
* Make old compilers not choke -- define the attribute in the func prototype.andersen2001-01-311-1/+3
* Removed trailing \n from error_msg{,_and_die} messages.kraai2001-01-311-25/+25
* Cleanup patch from Vladimir N. Oleynik.andersen2001-01-311-37/+25
* Use busybox error handling functions wherever possible.kraai2000-12-221-5/+2
* Changed names of functions in utility.c and all affected files, to makemarkw2000-12-071-2/+2
* Renamed "internal.h" to the more sensible "busybox.h".andersen2000-09-251-1/+1
* Both of these commands were subtly broken. Fortunately when used together theandersen2000-09-191-2/+6
* Some #include updates.andersen2000-08-101-1/+0
* It is now possible to select in busybox.def.h whether minixfs version 2proski2000-07-171-14/+10
* Extract usage information into a separate file.kraai2000-07-161-13/+0
* Don't use strings directly in calls to usage(). This is in preparationkraai2000-07-141-18/+14
* Use errorMsg rather than fprintf.kraai2000-07-141-3/+3
* Use global applet_name instead of local versions.kraai2000-07-121-6/+3
* More linux kernel header file removal.andersen2000-07-101-2/+97
* Some cosmetic updates. Changed "OPTIONS" to "Options".andersen2000-07-041-1/+1
* Finish off the libc5 porting effort. Everything now works with libc5andersen2000-06-191-1/+1
* Oops. Remove the debugging noise.andersen2000-06-061-7/+0
* mkfs.minix rev 1.7 completely broke the option parser. This fixes it.andersen2000-06-061-11/+25
* Fixed a bunch of stuff:andersen2000-06-061-1/+1
* First pass at fixing tar segfault, and more portability updates.erik2000-05-201-4/+1
* More libc portability updates, add in the website (which has not beenerik2000-05-191-47/+81
* Lots of updates. Finished implementing BB_FEATURE_TRIVIAL_HELPerik2000-05-121-2/+4
* Latest and greatest. Some effort at libc5 (aiming towards newlib)erik2000-04-281-2/+2
* * all mallocs now use xmalloc (and so are OOM error safe), anderik2000-03-211-7/+3
* Some formatting updates (ran the code through indent)erik2000-02-081-242/+257
* Updates to usage, and made tar work.andersen1999-11-101-4/+9