summaryrefslogtreecommitdiff
path: root/util-linux/fsck_minix.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* usage.c: remove reference to busybox.hDenis Vlasenko2007-05-261-1/+1
* fsck_minix: stop using large buffers in bssDenis Vlasenko2007-03-131-12/+26
* minix utils: de-inline bit ops (saves ~130 bytes)Denis Vlasenko2007-02-061-10/+22
* minix utils: make a message easier to understand; small tweaksDenis Vlasenko2007-02-061-8/+12
* suppress warnings about easch <applet>_main() havingDenis Vlasenko2007-02-031-0/+1
* whitespace fixes (leading spaces to tab)Denis Vlasenko2007-01-131-1/+1
* fsck_minix: tiny optimizationDenis Vlasenko2007-01-031-9/+3
* forgot to svn add util-linux/minix.h :(Denis Vlasenko2007-01-031-1/+1
* fbset: move variable from data to bssDenis Vlasenko2007-01-031-24/+24
* factor out minix structures/constants into minix.hDenis Vlasenko2007-01-031-191/+131
* fsck_minix: optimizations. ~130 bytesDenis Vlasenko2007-01-031-44/+47
* introduce small[u]intDenis Vlasenko2007-01-031-64/+69
* rodata cleanup. "unable to" == "cannot". -300 bytesDenis Vlasenko2006-11-181-1/+1
* silly size savings and capitalization fixesDenis Vlasenko2006-10-261-2/+2
* bb_applet_name -> applet_nameDenis Vlasenko2006-10-031-1/+1
* More code from kernel developers, and therefore licensed under GPLv2 only.Rob Landley2006-09-141-12/+4
* Svn 16007 broke the build under gcc 4.0.3. This fixes up some of the damageRob Landley2006-08-291-3/+3
* Remove warnings caused by #include <sys/mount.h> in platform.h. ApparentlyRob Landley2006-06-161-3/+0
* Patch from Denis Vlasenko, tweak error messages.Rob Landley2006-06-131-52/+50
* Minor size shrinkage.Rob Landley2006-06-131-4/+2
* - reuse strings and messages. Saves about 600BBernhard Reutner-Fischer2006-06-071-4/+6
* Whack the one last warning in make allbareconfig...Rob Landley2006-06-061-1/+1
* Build break fix from Bernhard fischer, fixing fallout from svn 14974. (My bad.)Rob Landley2006-05-031-0/+1
* Patches from Denis Vlasenko to rework "current_name" handling and removeRob Landley2006-04-291-126/+95
* Patch from Denis Vlasenko:Rob Landley2006-04-291-93/+74
* Patch from Denis Vlasenko:Rob Landley2006-04-291-2/+2
* Patch from Denis Vlasenko turning static const int (which gets emitted intoRob Landley2006-03-101-24/+27
* Robert P. Day removed 8 gazillion occurrences of "extern" on functionRob Landley2006-03-061-1/+1
* - add platform.h.Bernhard Reutner-Fischer2006-01-221-1/+1
* Larry Doolittle writes:Eric Andersen2004-04-141-3/+3
* Remove trailing whitespace. Update copyright to include 2004.Eric Andersen2004-03-151-5/+5
* s/u_int/uint/gEric Andersen2004-01-301-27/+27
* Major coreutils update.Manuel Novoa III2003-03-191-5/+5
* Change if(x)free(x); to free(x);Aaron Lehmann2002-11-281-3/+1
* Major rework of the directory structure and the entire build system.Eric Andersen2001-10-241-21/+21
* Standard typing (u_int16_t instead of u16, u_int32_t insteadEric Andersen2001-08-291-33/+27
* A nice patch from Larry Doolittle that adds -Wshadow andEric Andersen2001-03-211-9/+9
* A cleanup patch from Jeff Garzik to static-ify a number ofEric Andersen2001-03-091-2/+2
* 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-5/+0
* Removed trailing \n from error_msg{,_and_die} messages.Matt Kraai2001-01-311-1/+1
* #define -> static const int. Also got rid of some big static buffers.Mark Whitley2001-01-231-22/+16
* Fix from Gennady Feldman for error msgEric Andersen2000-12-121-2/+4
* Changed names of functions in utility.c and all affected files, to makeMark Whitley2000-12-071-1/+1
* Renamed "internal.h" to the more sensible "busybox.h".Eric Andersen2000-09-251-1/+1
* Both of these commands were subtly broken. Fortunately when used together theEric Andersen2000-09-191-2/+6
* Some #include updates.Eric Andersen2000-08-101-1/+0
* Use BB_FEATURE_CLEAN_UP where appropriateEric Andersen2000-07-251-2/+4
* It is now possible to select in busybox.def.h whether minixfs version 2Pavel Roskin2000-07-171-22/+20
* Extract usage information into a separate file.Matt Kraai2000-07-161-15/+0