summaryrefslogtreecommitdiff
path: root/fsck_minix.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* Don't use strings directly in calls to usage(). This is in preparationMatt Kraai2000-07-141-17/+16
* Use errorMsg rather than fprintf.Matt Kraai2000-07-141-1/+1
* Use global applet_name instead of local versions.Matt Kraai2000-07-121-6/+3
* More linux kernel header file removal.Eric Andersen2000-07-101-2/+97
* Remove some warning with glibc.Eric Andersen2000-07-061-1/+1
* a few minor cleanups.Eric Andersen2000-07-061-2/+1
* Some cosmetic updates. Changed "OPTIONS" to "Options".Eric Andersen2000-07-041-1/+1
* First pass at fixing tar segfault, and more portability updates.Erik Andersen2000-05-201-0/+1
* Lots of updates. Finished implementing BB_FEATURE_TRIVIAL_HELPErik Andersen2000-05-121-2/+4
* Latest and greatest. Some effort at libc5 (aiming towards newlib)Erik Andersen2000-04-281-5/+4
* My latest ramblings.Erik Andersen2000-03-231-1/+5
* * all mallocs now use xmalloc (and so are OOM error safe), andErik Andersen2000-03-211-27/+8
* + memory allocation/deallocation is less tolerant of evil.John Beppu2000-02-111-2/+21
* reduced .bss size by dynmaically allocating a certain largeJohn Beppu2000-02-111-2/+23
* Some formatting updates (ran the code through indent)Erik Andersen2000-02-081-352/+364
* A few minor updates. ;-)Erik Andersen2000-02-071-1/+2
* Updates to usage, and made tar work.Eric Andersen1999-11-101-3/+11
* Made em work.Eric Andersen1999-10-191-156/+146
* More stuffEric Andersen1999-10-191-0/+1377