summaryrefslogtreecommitdiff
path: root/fsck_minix.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* A nice patch from Larry Doolittle that adds -Wshadow andEric Andersen2001-03-211-9/+9
| | | | cleans up most of the now-revealed problems.
* A cleanup patch from Jeff Garzik to static-ify a number ofEric Andersen2001-03-091-2/+2
| | | | namespace polluting things that really should be static.
* It turns out that DODMALLOC was broken when I reorganized busybox.hEric Andersen2001-02-201-1/+1
| | | | | | header file usage before the 0.49 release. To fix it, I had to move the '#include "busybox.h"' to the end of the list of #include files. -Erik
* This patch, put together by Manuel Novoa III, is a merge of workEric Andersen2001-02-141-5/+0
| | | | | | done by Evin Robertson (bug#1105) and work from Manuel to make usage messages occupy less space and simplify how usage messages are displayed.
* 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
| | | | compliant with the style guide. Everybody rebuild your tags file!
* Renamed "internal.h" to the more sensible "busybox.h".Eric Andersen2000-09-251-1/+1
| | | | -Erik
* Both of these commands were subtly broken. Fortunately when used together theEric Andersen2000-09-191-2/+6
| | | | | | damage was only ugly fscks. Reverted to the static inline code so they work correctly again, -Erik
* Some #include updates.Eric Andersen2000-08-101-1/+0
| | | | -Erik
* Use BB_FEATURE_CLEAN_UP where appropriateEric Andersen2000-07-251-2/+4
| | | | -Erik
* It is now possible to select in busybox.def.h whether minixfs version 2Pavel Roskin2000-07-171-22/+20
| | | | is to be supported.
* 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
| | | | for their extraction to a separate file.
* 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
| | | | -Erik
* Remove some warning with glibc.Eric Andersen2000-07-061-1/+1
| | | | -Erik
* a few minor cleanups.Eric Andersen2000-07-061-2/+1
| | | | -Erik
* Some cosmetic updates. Changed "OPTIONS" to "Options".Eric Andersen2000-07-041-1/+1
| | | | -Erik
* First pass at fixing tar segfault, and more portability updates.Erik Andersen2000-05-201-0/+1
| | | | -Erik
* Lots of updates. Finished implementing BB_FEATURE_TRIVIAL_HELPErik Andersen2000-05-121-2/+4
| | | | | | | | which lets you compile out most of the "--help" output, saving up to 17k. Renamed mnc to nc. -Erik
* Latest and greatest. Some effort at libc5 (aiming towards newlib)Erik Andersen2000-04-281-5/+4
| | | | | compatability. -Erik
* My latest ramblings.Erik Andersen2000-03-231-1/+5
| | | | -Erik
* * all mallocs now use xmalloc (and so are OOM error safe), andErik Andersen2000-03-211-27/+8
| | | | | | the common error handling saves a few bytes. Thanks to Bob Tinsley <bob@earthrise.demon.co.uk> for the patch. -Erik
* + 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
| | | | | | | | | | array instead of letting it be static. objdump -t busybox \ | grep .bss \ | sed 's/^.*\.bss //' \ | grep -v ABS \ #| perl -e 'while(<>) { @x = split; @y = reverse split(//, $x[0]); for ($i=0; $i<@y; $i++) { $s += $y[$i] * (16 ** $i); if ($y[$i] && $i > 2) { print "> $y[$i] * 16 ** $i $x[1]\n"; } } } print "$s\n";'
* Some formatting updates (ran the code through indent)Erik Andersen2000-02-081-352/+364
| | | | -Erik
* A few minor updates. ;-)Erik Andersen2000-02-071-1/+2
| | | | | | Seriously though, read the Changelog for busybox 0.42, which this is about to become... -Erik
* Updates to usage, and made tar work.Eric Andersen1999-11-101-3/+11
| | | | -Erik
* Made em work.Eric Andersen1999-10-191-156/+146
|
* More stuffEric Andersen1999-10-191-0/+1377