Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | - reuse strings and messages. Saves about 600B | Bernhard Reutner-Fischer | 2006-06-07 | 1 | -4/+6 | |
| | ||||||
* | Whack the one last warning in make allbareconfig... | Rob Landley | 2006-06-06 | 1 | -1/+1 | |
| | ||||||
* | Build break fix from Bernhard fischer, fixing fallout from svn 14974. (My bad.) | Rob Landley | 2006-05-03 | 1 | -0/+1 | |
| | ||||||
* | Patches from Denis Vlasenko to rework "current_name" handling and remove | Rob Landley | 2006-04-29 | 1 | -126/+95 | |
| | | | | | print_current_name(). | |||||
* | Patch from Denis Vlasenko: | Rob Landley | 2006-04-29 | 1 | -93/+74 | |
| | | | | | | | | | * Do not initialize globals to 0, it is done automatically * unsigned short -> uint16_t, unsigned int -> uint32_t where appropriate (did it ever work on Alphas?) * triple sync() is silly - removed * check_zone_nr uses check_zone_nr2 now * remove trailing periods from messages, uppercase first letter | |||||
* | Patch from Denis Vlasenko: | Rob Landley | 2006-04-29 | 1 | -2/+2 | |
| | | | | | ix bug (inode_map and zone_map are char* pointers, sizeof() on them gives 4 or 8) | |||||
* | Patch from Denis Vlasenko turning static const int (which gets emitted into | Rob Landley | 2006-03-10 | 1 | -24/+27 | |
| | | | | the busybox binary) into enums (which don't). | |||||
* | Robert P. Day removed 8 gazillion occurrences of "extern" on function | Rob Landley | 2006-03-06 | 1 | -1/+1 | |
| | | | | definitions. (That should only be on prototypes.) | |||||
* | - add platform.h. | Bernhard Reutner-Fischer | 2006-01-22 | 1 | -1/+1 | |
| | | | | - use shorter boilerplate while at it. | |||||
* | Larry Doolittle writes: | Eric Andersen | 2004-04-14 | 1 | -3/+3 | |
| | | | | | | | | | | | | | | | | | | | | | | This is a bulk spelling fix patch against busybox-1.00-pre10. If anyone gets a corrupted copy (and cares), let me know and I will make alternate arrangements. Erik - please apply. Authors - please check that I didn't corrupt any meaning. Package importers - see if any of these changes should be passed to the upstream authors. I glossed over lots of sloppy capitalizations, missing apostrophes, mixed American/British spellings, and German-style compound words. What is "pretect redefined for test" in cmdedit.c? Good luck on the 1.00 release! - Larry | |||||
* | Remove trailing whitespace. Update copyright to include 2004. | Eric Andersen | 2004-03-15 | 1 | -5/+5 | |
| | ||||||
* | s/u_int/uint/g | Eric Andersen | 2004-01-30 | 1 | -27/+27 | |
| | ||||||
* | Major coreutils update. | Manuel Novoa III | 2003-03-19 | 1 | -5/+5 | |
| | ||||||
* | Change if(x)free(x); to free(x); | Aaron Lehmann | 2002-11-28 | 1 | -3/+1 | |
| | ||||||
* | Major rework of the directory structure and the entire build system. | Eric Andersen | 2001-10-24 | 1 | -21/+21 | |
| | | | | -Erik | |||||
* | Standard typing (u_int16_t instead of u16, u_int32_t instead | Eric Andersen | 2001-08-29 | 1 | -33/+27 | |
| | | | | of u32, etc) cleanups from Laurence Anderson <laurence@zxmail.com> | |||||
* | A nice patch from Larry Doolittle that adds -Wshadow and | Eric Andersen | 2001-03-21 | 1 | -9/+9 | |
| | | | | cleans up most of the now-revealed problems. | |||||
* | A cleanup patch from Jeff Garzik to static-ify a number of | Eric Andersen | 2001-03-09 | 1 | -2/+2 | |
| | | | | namespace polluting things that really should be static. | |||||
* | It turns out that DODMALLOC was broken when I reorganized busybox.h | Eric Andersen | 2001-02-20 | 1 | -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 work | Eric Andersen | 2001-02-14 | 1 | -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 Kraai | 2001-01-31 | 1 | -1/+1 | |
| | ||||||
* | #define -> static const int. Also got rid of some big static buffers. | Mark Whitley | 2001-01-23 | 1 | -22/+16 | |
| | ||||||
* | Fix from Gennady Feldman for error msg | Eric Andersen | 2000-12-12 | 1 | -2/+4 | |
| | ||||||
* | Changed names of functions in utility.c and all affected files, to make | Mark Whitley | 2000-12-07 | 1 | -1/+1 | |
| | | | | compliant with the style guide. Everybody rebuild your tags file! | |||||
* | Renamed "internal.h" to the more sensible "busybox.h". | Eric Andersen | 2000-09-25 | 1 | -1/+1 | |
| | | | | -Erik | |||||
* | Both of these commands were subtly broken. Fortunately when used together the | Eric Andersen | 2000-09-19 | 1 | -2/+6 | |
| | | | | | | damage was only ugly fscks. Reverted to the static inline code so they work correctly again, -Erik | |||||
* | Some #include updates. | Eric Andersen | 2000-08-10 | 1 | -1/+0 | |
| | | | | -Erik | |||||
* | Use BB_FEATURE_CLEAN_UP where appropriate | Eric Andersen | 2000-07-25 | 1 | -2/+4 | |
| | | | | -Erik | |||||
* | It is now possible to select in busybox.def.h whether minixfs version 2 | Pavel Roskin | 2000-07-17 | 1 | -22/+20 | |
| | | | | is to be supported. | |||||
* | Extract usage information into a separate file. | Matt Kraai | 2000-07-16 | 1 | -15/+0 | |
| | ||||||
* | Don't use strings directly in calls to usage(). This is in preparation | Matt Kraai | 2000-07-14 | 1 | -17/+16 | |
| | | | | for their extraction to a separate file. | |||||
* | Use errorMsg rather than fprintf. | Matt Kraai | 2000-07-14 | 1 | -1/+1 | |
| | ||||||
* | Use global applet_name instead of local versions. | Matt Kraai | 2000-07-12 | 1 | -6/+3 | |
| | ||||||
* | More linux kernel header file removal. | Eric Andersen | 2000-07-10 | 1 | -2/+97 | |
| | | | | -Erik | |||||
* | Remove some warning with glibc. | Eric Andersen | 2000-07-06 | 1 | -1/+1 | |
| | | | | -Erik | |||||
* | a few minor cleanups. | Eric Andersen | 2000-07-06 | 1 | -2/+1 | |
| | | | | -Erik | |||||
* | Some cosmetic updates. Changed "OPTIONS" to "Options". | Eric Andersen | 2000-07-04 | 1 | -1/+1 | |
| | | | | -Erik | |||||
* | First pass at fixing tar segfault, and more portability updates. | Erik Andersen | 2000-05-20 | 1 | -0/+1 | |
| | | | | -Erik | |||||
* | Lots of updates. Finished implementing BB_FEATURE_TRIVIAL_HELP | Erik Andersen | 2000-05-12 | 1 | -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 Andersen | 2000-04-28 | 1 | -5/+4 | |
| | | | | | compatability. -Erik | |||||
* | My latest ramblings. | Erik Andersen | 2000-03-23 | 1 | -1/+5 | |
| | | | | -Erik | |||||
* | * all mallocs now use xmalloc (and so are OOM error safe), and | Erik Andersen | 2000-03-21 | 1 | -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 Beppu | 2000-02-11 | 1 | -2/+21 | |
| | ||||||
* | reduced .bss size by dynmaically allocating a certain large | John Beppu | 2000-02-11 | 1 | -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 Andersen | 2000-02-08 | 1 | -352/+364 | |
| | | | | -Erik | |||||
* | A few minor updates. ;-) | Erik Andersen | 2000-02-07 | 1 | -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 Andersen | 1999-11-10 | 1 | -3/+11 | |
| | | | | -Erik | |||||
* | Made em work. | Eric Andersen | 1999-10-19 | 1 | -156/+146 | |
| | ||||||
* | More stuff | Eric Andersen | 1999-10-19 | 1 | -0/+1377 | |