aboutsummaryrefslogtreecommitdiff
path: root/util-linux/fsck_minix.c
AgeCommit message (Expand)Author
2006-10-26silly size savings and capitalization fixesDenis Vlasenko
2006-10-03bb_applet_name -> applet_nameDenis Vlasenko
2006-09-14More code from kernel developers, and therefore licensed under GPLv2 only.Rob Landley
2006-08-29Svn 16007 broke the build under gcc 4.0.3. This fixes up some of the damageRob Landley
2006-06-16Remove warnings caused by #include <sys/mount.h> in platform.h. ApparentlyRob Landley
2006-06-13Patch from Denis Vlasenko, tweak error messages.Rob Landley
2006-06-13Minor size shrinkage.Rob Landley
2006-06-07- reuse strings and messages. Saves about 600BBernhard Reutner-Fischer
2006-06-06Whack the one last warning in make allbareconfig...Rob Landley
2006-05-03Build break fix from Bernhard fischer, fixing fallout from svn 14974. (My bad.)Rob Landley
2006-04-29Patches from Denis Vlasenko to rework "current_name" handling and removeRob Landley
2006-04-29Patch from Denis Vlasenko:Rob Landley
2006-04-29Patch from Denis Vlasenko:Rob Landley
2006-03-10Patch from Denis Vlasenko turning static const int (which gets emitted intoRob Landley
2006-03-06Robert P. Day removed 8 gazillion occurrences of "extern" on functionRob Landley
2006-01-22- add platform.h.Bernhard Reutner-Fischer
2004-04-14Larry Doolittle writes:Eric Andersen
2004-03-15Remove trailing whitespace. Update copyright to include 2004.Eric Andersen
2004-01-30s/u_int/uint/gEric Andersen
2003-03-19Major coreutils update.Manuel Novoa III
2002-11-28Change if(x)free(x); to free(x);Aaron Lehmann
2001-10-24Major rework of the directory structure and the entire build system.Eric Andersen
2001-08-29Standard typing (u_int16_t instead of u16, u_int32_t insteadEric Andersen
2001-03-21A nice patch from Larry Doolittle that adds -Wshadow andEric Andersen
2001-03-09A cleanup patch from Jeff Garzik to static-ify a number ofEric Andersen
2001-02-20It turns out that DODMALLOC was broken when I reorganized busybox.hEric Andersen
2001-02-14This patch, put together by Manuel Novoa III, is a merge of workEric Andersen
2001-01-31Removed trailing \n from error_msg{,_and_die} messages.Matt Kraai
2001-01-23#define -> static const int. Also got rid of some big static buffers.Mark Whitley
2000-12-12Fix from Gennady Feldman for error msgEric Andersen
2000-12-07Changed names of functions in utility.c and all affected files, to makeMark Whitley
2000-09-25Renamed "internal.h" to the more sensible "busybox.h".Eric Andersen
2000-09-19Both of these commands were subtly broken. Fortunately when used together theEric Andersen
2000-08-10Some #include updates.Eric Andersen
2000-07-25Use BB_FEATURE_CLEAN_UP where appropriateEric Andersen
2000-07-17It is now possible to select in busybox.def.h whether minixfs version 2Pavel Roskin
2000-07-16Extract usage information into a separate file.Matt Kraai
2000-07-14Don't use strings directly in calls to usage(). This is in preparationMatt Kraai
2000-07-14Use errorMsg rather than fprintf.Matt Kraai
2000-07-12Use global applet_name instead of local versions.Matt Kraai
2000-07-10More linux kernel header file removal.Eric Andersen
2000-07-06Remove some warning with glibc.Eric Andersen
2000-07-06a few minor cleanups.Eric Andersen
2000-07-04Some cosmetic updates. Changed "OPTIONS" to "Options".Eric Andersen
2000-05-20First pass at fixing tar segfault, and more portability updates.Erik Andersen
2000-05-12Lots of updates. Finished implementing BB_FEATURE_TRIVIAL_HELPErik Andersen
2000-04-28Latest and greatest. Some effort at libc5 (aiming towards newlib)Erik Andersen
2000-03-23My latest ramblings.Erik Andersen
2000-03-21* all mallocs now use xmalloc (and so are OOM error safe), andErik Andersen
2000-02-11+ memory allocation/deallocation is less tolerant of evil.John Beppu