Age | Commit message (Collapse) | Author | |
---|---|---|---|
2007-01-29 | preparatory patch for -Wwrite-strings #2 | Denis Vlasenko | |
2006-12-26 | style fixes | Denis Vlasenko | |
last xcalloc replaced by xzalloc | |||
2006-12-26 | leftover of e2fsck surgery | Denis Vlasenko | |
2006-12-19 | remove casts from xmalloc() | Denis Vlasenko | |
2006-11-27 | style cleanup: return(a) -> return a, part 2 | Denis Vlasenko | |
2006-11-27 | style cleanup: return(a) -> return a, part 1 | Denis Vlasenko | |
2006-10-27 | last nail into error_msg() (de)capitalization | Denis Vlasenko | |
2006-09-06 | Implement optional syslog logging using ordinary | Denis Vlasenko | |
bb_xx_msg calls, and convert networking/* to it. The rest of bbox will be converted gradually. | |||
2006-08-03 | Remove bb_ prefixes from xfuncs.c (and a few other places), consolidate | Rob Landley | |
things like xasprintf() into xfuncs.c, remove xprint_file_by_name() (it only had one user), clean up lots of #includes... General cleanup pass. What I've been doing for the last couple days. And it conflicts! I've removed httpd.c from this checkin due to somebody else touching that file. It builds for me. I have to catch a bus. (Now you know why I'm looking forward to Mercurial.) | |||
2006-07-02 | Standardize on the vi editing directives being on the first line. | "Robert P. J. Day" | |
2006-07-01 | Remove all usage of the "register" storage class specifier. | "Robert P. J. Day" | |
2006-06-28 | Fix bug http://bugs.busybox.net/view.php?id=874 where hexdump -C got its | Rob Landley | |
spacing wrong. | |||
2006-06-18 | skip_whitespace() shouldn't claim its return value is const, it doesn't know | Rob Landley | |
that and callers wind up typecasting it back. | |||
2006-05-31 | - convert xcalloc(1,x) to xzalloc | Bernhard Reutner-Fischer | |
2006-04-16 | use memmove() instead of bcopy() | Mike Frysinger | |
2006-04-16 | use memcmp() not bcmp() | Mike Frysinger | |
2006-02-19 | rfelker writes in Bug 740: s/u_char/unsigned char/ | Mike Frysinger | |
2006-01-31 | - bzero -> memset | Bernhard Reutner-Fischer | |
text data bss dec hex filename 1652855 14444 1215616 2882915 2bfd63 busybox.oorig.gcc-3.3 1652823 14444 1215616 2882883 2bfd43 busybox.gcc-3.3 1603655 14412 1215552 2833619 2b3cd3 busybox.oorig.gcc-3.4 1603655 14412 1215552 2833619 2b3cd3 busybox.gcc-3.4 1609755 14508 1215744 2840007 2b55c7 busybox.oorig.gcc-4.0 1609755 14508 1215744 2840007 2b55c7 busybox.gcc-4.0 1590495 13516 1215392 2819403 2b054b busybox.oorig.gcc-4.1-HEAD 1590495 13516 1215392 2819403 2b054b busybox.gcc-4.1-HEAD 1589079 13036 1213248 2815363 2af583 busybox.oorig.gcc-4.2-HEAD 1589079 13036 1213248 2815363 2af583 busybox.gcc-4.2-HEAD | |||
2006-01-25 | just whitespace | Tim Riker | |
2004-07-23 | Patch from Felipe Kellermann, "There is a call to printf using `*pr-cchar' | Glenn L McGrath | |
referencing a string and using a single char, when *p <= 0x1f." | |||
2004-05-02 | Add part of a patch from Vernon Sauder that i missed a while back | Glenn L McGrath | |
2004-03-27 | Add missing include files | Eric Andersen | |
2004-03-27 | s/fileno\(stdin\)/STDIN_FILENO/g | Eric Andersen | |
s/fileno\(stdout\)/STDOUT_FILENO/g | |||
2004-03-15 | Remove trailing whitespace. Update copyright to include 2004. | Eric Andersen | |
2004-03-05 | Patch from Vernon Sauder. | Glenn L McGrath | |
The off_t type is not a consistent size; it depends on the kernel options (something about large file support). Therefore, the format string for printing an address is not always the same. | |||
2004-01-30 | s/u_int/unsigned int/g | Eric Andersen | |
s/u_short/unsigned short/g | |||
2003-04-21 | sync with waldi | Glenn L McGrath | |
2003-04-19 | Patch from David Updegraff to use calloc so that forward pointers start out | Eric Andersen | |
NULL, and so it can handle format strings that have stuff _after_ the last %? specification | |||
2003-03-19 | Major coreutils update. | Manuel Novoa III | |
2002-08-22 | Run through indent, fix comments | Glenn L McGrath | |
2002-06-23 | Remove advertising clauses in accordance with | Aaron Lehmann | |
ftp://ftp.cs.berkeley.edu/ucb/4bsd/README.Impt.License.Change | |||
2001-11-02 | Introduce od and hexdump applets | Glenn L McGrath | |