Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | style fixes, no code changes | Denis Vlasenko | 2007-04-16 | 1 | -1/+2 | |
| | ||||||
* | - minor shrinkage | Bernhard Reutner-Fischer | 2007-04-04 | 1 | -26/+21 | |
| | | | | | | text data bss dec hex filename 1431 0 4 1435 59b tail.o.orig 1396 0 0 1396 574 tail.o | |||||
* | suppress warnings about easch <applet>_main() having | Denis Vlasenko | 2007-02-03 | 1 | -0/+1 | |
| | | | | no preceding prototype | |||||
* | preparatory patch for -Wwrite-strings #1 | Denis Vlasenko | 2007-01-29 | 1 | -1/+1 | |
| | ||||||
* | - remove nested function. Saves ~30 bytes. | Bernhard Reutner-Fischer | 2007-01-24 | 1 | -11/+11 | |
| | ||||||
* | - small size tweak | Bernhard Reutner-Fischer | 2007-01-20 | 1 | -1/+1 | |
| | ||||||
* | Remove networking/libiproute/linux/pkt_sched.h | Denis Vlasenko | 2007-01-02 | 1 | -1/+1 | |
| | | | | | (and networking/libiproute/linux/ since it become empty). Style fixes. | |||||
* | tail: -50 text bytes | Denis Vlasenko | 2006-12-22 | 1 | -88/+48 | |
| | ||||||
* | convert "negaite" config option into reversed (INCLUDE_SUSv2) | Denis Vlasenko | 2006-12-22 | 1 | -2/+2 | |
| | ||||||
* | tail: fix tail +N | Denis Vlasenko | 2006-12-21 | 1 | -11/+9 | |
| | ||||||
* | remove casts from xmalloc() | Denis Vlasenko | 2006-12-19 | 1 | -1/+1 | |
| | ||||||
* | A bunch of defined(__GLIBC__) added. static-linking warning expanded | Denis Vlasenko | 2006-12-18 | 1 | -7/+0 | |
| | ||||||
* | inline strcmp(s, "-") [actually macro-ize it for now - gcc is too stupid] | Denis Vlasenko | 2006-12-16 | 1 | -2/+2 | |
| | ||||||
* | Provide our own isdigit macro. saves more than 400 bytes. | Denis Vlasenko | 2006-11-27 | 1 | -5/+4 | |
| | ||||||
* | attempt to regularize atoi mess. | Denis Vlasenko | 2006-10-08 | 1 | -2/+2 | |
| | ||||||
* | - pull from busybox_scratch: r15829:15850 | Bernhard Reutner-Fischer | 2006-08-28 | 1 | -8/+13 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Various fixes, cleanups and shrinkage: saves 952 Bytes: text data bss dec hex filename 1087742 15853 790632 1894227 1ce753 ../busybox/busybox.old 1086790 15853 790632 1893275 1ce39b busybox via: # scripts/bloat-o-meter ../busybox/busybox_unstripped.old busybox_unstripped function old new delta ipcrm_main 756 822 +66 getval - 61 +61 maybe_set_utc - 40 +40 udhcpc_main 2896 2912 +16 md5_hash_block 428 437 +9 opt 8 16 +8 qgravechar 106 110 +4 make_bitmap 292 295 +3 inflate_unzip 2056 2059 +3 add_partition 1412 1414 +2 __parsespent 156 158 +2 qrealloc 41 42 +1 format - 1 +1 catv_main 313 314 +1 watch_main 293 292 -1 varunset 81 80 -1 part 1 - -1 check_if_skip 837 836 -1 start_stop_daemon_main 840 837 -3 create_lost_and_found 175 172 -3 supress_non_delimited_lines 4 - -4 static.l 4 - -4 static.c 5 1 -4 bsd_sum_file 237 233 -4 eval2 338 332 -6 arithmetic_common 166 158 -8 cmpfunc 22 5 -17 cksum_main 294 275 -19 cmp_main 465 439 -26 dd_main 1535 1508 -27 rmmod_main 376 333 -43 cut_file 727 644 -83 ipcs_main 3809 3721 -88 cut_main 722 614 -108 date_main 1443 1263 -180 remove_ids 222 - -222 ------------------------------------------------------------------------------ (add/remove: 3/4 grow/shrink: 11/18 up/down: 217/-853) Total: -636 bytes | |||||
* | Cleaup read() and write() variants, plus a couple of new functions like | Rob Landley | 2006-07-16 | 1 | -2/+1 | |
| | | | | xlseek and fdlength() for the new mkswap. | |||||
* | - use bb_msg_{read,write}_error where appropriate. | Bernhard Reutner-Fischer | 2006-06-03 | 1 | -1/+1 | |
| | | | | | | text data bss dec hex filename 825015 9100 645216 1479331 1692a3 busybox.old 824919 9100 645216 1479235 169243 busybox | |||||
* | Move SUSv2 obsolete feature disabling to debug menu, invert meaning of | Rob Landley | 2006-01-30 | 1 | -21/+4 | |
| | | | | | | | | symbol (switched on to remove now: test your apps to make sure they _don't_ do this, because as some point we should just yank it), fixup head/tail/fold. Also tweak "make allyesconfig" so anything starting with CONFIG_DEBUG gets left switched off. Possibly other things we want to put in the debug menu? | |||||
* | - Stephane Billiart writes: | Bernhard Reutner-Fischer | 2005-12-15 | 1 | -2/+2 | |
| | | | | | | Fix the compilation of head and tail. thanks! | |||||
* | - wrap label GET_COUNT in #if ENABLE_FEATURE_FANCY_applet to avoid warning | Bernhard Reutner-Fischer | 2005-12-13 | 1 | -2/+4 | |
| | | | | about unused label. | |||||
* | Add build options to control SuS compatability, allows numeric | Glenn L McGrath | 2005-12-11 | 1 | -0/+2 | |
| | | | | | option handling to be disabled. Defaults to enabled, so no changes in default behaviour | |||||
* | Very minor tweak to tail. | Rob Landley | 2005-08-13 | 1 | -4/+1 | |
| | ||||||
* | remove unused variable ret as reported by apgo in Bug 350 and touchup syntax ↵ | Mike Frysinger | 2005-07-26 | 1 | -8/+5 | |
| | | | | along the way | |||||
* | applying fix for: | Paul Fox | 2005-07-20 | 1 | -0/+12 | |
| | | | | | | 0000265: tail -f should keep following files even if they were truncated | |||||
* | Manuel points out that if printf needs a flush to act like dprintf, the result | Rob Landley | 2005-05-07 | 1 | -2/+1 | |
| | | | | | is bigger. Revert last patch. | |||||
* | Shaun Jackman pointed out that dprintf(STDOUT_FILENO,...) is just a printf. | Rob Landley | 2005-05-07 | 1 | -1/+2 | |
| | ||||||
* | Patch from William Barsse to fix a segfault when multiple files are specified. | Glenn L McGrath | 2004-09-30 | 1 | -0/+1 | |
| | ||||||
* | Remove trailing whitespace. Update copyright to include 2004. | Eric Andersen | 2004-03-15 | 1 | -1/+1 | |
| | ||||||
* | Move the tail -c option from FANCY_TAIL to the default tail, this makes | Glenn L McGrath | 2003-10-31 | 1 | -16/+6 | |
| | | | | | the default tail options conform to SUSv3, with the non-SUS option all in FANCY_TAIL | |||||
* | trivial fix to make sure we have sufficient arguments before | Eric Andersen | 2003-03-28 | 1 | -4/+3 | |
| | | | | | we mess with a possibly non-existant argv[1] -Erik | |||||
* | Major coreutils update. | Manuel Novoa III | 2003-03-19 | 1 | -164/+232 | |
| | ||||||
* | Support the obsolete '+' option | Glenn L McGrath | 2002-12-23 | 1 | -4/+19 | |
| | ||||||
* | Added include for isdigit(); simplified -<num> detection | Robert Griebl | 2002-05-27 | 1 | -1/+2 | |
| | ||||||
* | SUpport old style -[::digit::] options for head and tail | Robert Griebl | 2002-05-17 | 1 | -0/+5 | |
| | | | | Also make head behave like GNU head (-0/-n 0 is valid) | |||||
* | Major rework of the directory structure and the entire build system. | Eric Andersen | 2001-10-24 | 1 | -6/+6 | |
| | | | | -Erik | |||||
* | Scrub up some function prototypes. | Eric Andersen | 2001-10-18 | 1 | -1/+1 | |
| | | | | -Erik | |||||
* | A patch from Erik Meusel <erik@wh58-709.st.uni-magdeburg.de> | Eric Andersen | 2001-06-26 | 1 | -0/+4 | |
| | | | | to fix the behavior of 'tail -f -n 0 FILE' | |||||
* | Patch from Lars Kellogg-Stedman <lars@larsshack.org> to fix bug | Eric Andersen | 2001-05-21 | 1 | -6/+6 | |
| | | | | #1130 (i.e. When you turn on features it should always ADD features) | |||||
* | 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 | |||||
* | Another patch from Vladimir to eliminate obsolete junk. | Eric Andersen | 2001-02-18 | 1 | -7/+1 | |
| | ||||||
* | This patch, put together by Manuel Novoa III, is a merge of work | Eric Andersen | 2001-02-14 | 1 | -1/+1 | |
| | | | | | | done by Evin Robertson (bug#1105) and work from Manuel to make usage messages occupy less space and simplify how usage messages are displayed. | |||||
* | Make suffix_mult structures const. Thanks to Vladimir N. Oleynik. | Matt Kraai | 2001-02-05 | 1 | -2/+2 | |
| | ||||||
* | Fix header file usage -- there were many unnecessary header files included in | Eric Andersen | 2001-01-27 | 1 | -1/+5 | |
| | | | | | | | busybox.h which slowed compiles. I left only what was needed and then fixed up all the apps to include their own header files. I also fixed naming for pwd.h and grp.h functions. Tested to compile and run with libc5, glibc, and uClibc. -Erik | |||||
* | Turned some #define constants into static const ints. | Mark Whitley | 2001-01-05 | 1 | -2/+2 | |
| | ||||||
* | Rewrote tail. | Matt Kraai | 2001-01-05 | 1 | -253/+203 | |
| | ||||||
* | Rewrote dd. | Matt Kraai | 2000-12-18 | 1 | -34/+14 | |
| | ||||||
* | Changed names of functions in utility.c and all affected files, to make | Mark Whitley | 2000-12-07 | 1 | -2/+2 | |
| | | | | compliant with the style guide. Everybody rebuild your tags file! | |||||
* | Piss people off by removing [+-][0-9]+ options from tail. | Matt Kraai | 2000-10-19 | 1 | -23/+3 | |
| |