OSDN Git Service

Change if(x)free(x); to free(x);
[android-x86/external-busybox.git] / util-linux / fsck_minix.c
2002-11-28 Aaron LehmannChange if(x)free(x); to free(x);
2001-10-24 Eric AndersenMajor rework of the directory structure and the entire...
2001-08-29 Eric AndersenStandard typing (u_int16_t instead of u16, u_int32_t...
2001-03-21 Eric AndersenA nice patch from Larry Doolittle that adds -Wshadow and
2001-03-09 Eric AndersenA cleanup patch from Jeff Garzik to static-ify a number of
2001-02-20 Eric AndersenIt turns out that DODMALLOC was broken when I reorganiz...
2001-02-14 Eric AndersenThis patch, put together by Manuel Novoa III, is a...
2001-01-31 Matt KraaiRemoved trailing \n from error_msg{,_and_die} messages.
2001-01-23 Mark Whitley#define -> static const int. Also got rid of some big...
2000-12-12 Eric AndersenFix from Gennady Feldman for error msg
2000-12-07 Mark WhitleyChanged names of functions in utility.c and all affecte...
2000-09-25 Eric AndersenRenamed "internal.h" to the more sensible "busybox.h".
2000-09-19 Eric AndersenBoth of these commands were subtly broken. Fortunately...
2000-08-10 Eric AndersenSome #include updates.
2000-07-25 Eric AndersenUse BB_FEATURE_CLEAN_UP where appropriate
2000-07-17 Pavel RoskinIt is now possible to select in busybox.def.h whether...
2000-07-16 Matt KraaiExtract usage information into a separate file.
2000-07-14 Matt KraaiDon't use strings directly in calls to usage(). This...
2000-07-14 Matt KraaiUse errorMsg rather than fprintf.
2000-07-12 Matt KraaiUse global applet_name instead of local versions.
2000-07-10 Eric AndersenMore linux kernel header file removal.
2000-07-06 Eric AndersenRemove some warning with glibc.
2000-07-06 Eric Andersena few minor cleanups.
2000-07-04 Eric AndersenSome cosmetic updates. Changed "OPTIONS" to "Options".
2000-05-20 Erik AndersenFirst pass at fixing tar segfault, and more portability...
2000-05-12 Erik AndersenLots of updates. Finished implementing BB_FEATURE_TRIV...
2000-04-28 Erik AndersenLatest and greatest. Some effort at libc5 (aiming...
2000-03-23 Erik AndersenMy latest ramblings.
2000-03-21 Erik Andersen* all mallocs now use xmalloc (and so are OOM error...
2000-02-11 John Beppu+ memory allocation/deallocation is less tolerant of...
2000-02-11 John Beppureduced .bss size by dynmaically allocating a certain...
2000-02-08 Erik AndersenSome formatting updates (ran the code through indent)
2000-02-07 Erik AndersenA few minor updates. ;-)
1999-11-10 Eric AndersenUpdates to usage, and made tar work.
1999-10-19 Eric AndersenMade em work.
1999-10-19 Eric AndersenMore stuff