| Commit message (Expand) | Author | Age | Files | Lines |
* | Various cleanups I made while going through Erik Hovland's patch submissions, | landley | 2006-06-25 | 1 | -42/+3 |
* | A few patches from Erik Hovland, turning strncpy() into safe_strncpy() and | landley | 2006-06-25 | 1 | -1/+1 |
* | Clean up. | landley | 2006-06-22 | 1 | -74/+13 |
* | CONFIG_DHCP -> CONFIG_APP_DHCP. | landley | 2006-06-22 | 2 | -11/+11 |
* | only enable count_bit functions when actually needed to fix warning reported ... | vapier | 2006-06-20 | 1 | -1/+2 |
* | Patch by Robert P. Day to remove obsolete alias code that the 2.4 and 2.6 | landley | 2006-06-20 | 1 | -11/+5 |
* | Patch by Robert P. Day to make structs use c99 initializers. | landley | 2006-06-20 | 1 | -14/+12 |
* | Patch from Robert P. J. Day cleaning up some unnecessary preprocessor | landley | 2006-06-20 | 1 | -80/+0 |
* | Make some 64 bit warnings go away on x86-64. | landley | 2006-06-19 | 1 | -2/+2 |
* | skip_whitespace() shouldn't claim its return value is const, it doesn't know | landley | 2006-06-18 | 1 | -2/+1 |
* | Make this slightly more readable, and expose the hypocrasy of a comment that | landley | 2006-06-18 | 1 | -5/+1 |
* | - add needed includes and include busybox.h needed for the ATTRIBUTE define. | aldot | 2006-06-16 | 1 | -0/+7 |
* | - rename CONFIG_FEATURE_TFTP_DEBUG to CONFIG_DEBUG_TFTP | aldot | 2006-06-14 | 1 | -1/+1 |
* | - rename CONFIG_FEATURE_TFTP_DEBUG to CONFIG_DEBUG_TFTP so it's off in defconfig | aldot | 2006-06-14 | 1 | -22/+19 |
* | - correct typo | aldot | 2006-06-14 | 2 | -2/+2 |
* | Don't break allbareconfig. | landley | 2006-06-13 | 1 | -2/+0 |
* | Patch from Denis Vlasenko: | landley | 2006-06-13 | 1 | -57/+44 |
* | Whitespace cleanup from Denis Vlasenko. | landley | 2006-06-13 | 1 | -9/+8 |
* | - revert incorrect select change | aldot | 2006-06-10 | 1 | -7/+5 |
* | - fix two segfaults (reported by Horst Kronstorfer) | aldot | 2006-06-10 | 1 | -147/+139 |
* | - use bb_xbind | aldot | 2006-06-10 | 1 | -1/+1 |
* | - reuse strings and messages. Saves about 600B | aldot | 2006-06-07 | 9 | -22/+22 |
* | use bb_xbind/bb_xlisten | vapier | 2006-06-07 | 1 | -5/+2 |
* | - fix the build if we have ftpput without ftpget (speeling reeoe) | aldot | 2006-06-07 | 2 | -3/+3 |
* | Header cleanup on two more networking files (move libbb.h to the top and | landley | 2006-06-05 | 2 | -10/+4 |
* | - use bb_msg_{read,write}_error where appropriate. | aldot | 2006-06-03 | 2 | -4/+4 |
* | Remove #ifdeffed out code, both KEEP_UNUSED and #if 0. | landley | 2006-06-03 | 1 | -492/+1 |
* | Header cleanup: don't #include headers that libbb.h already includes. | landley | 2006-06-02 | 8 | -39/+13 |
* | #ifdef reduction. | landley | 2006-06-02 | 2 | -95/+77 |
* | Bugfix from Shaun Jackman: don't attempt to write 64 bytes and then fail if | landley | 2006-05-31 | 1 | -1/+4 |
* | Use BB endianness macro. | landley | 2006-05-31 | 1 | -2/+1 |
* | - add CONFIG_FEATURE_WGET_LONG_OPTIONS | aldot | 2006-05-31 | 2 | -0/+11 |
* | - s/defined(__uClinux__)/BB_NOMMU/ | aldot | 2006-05-31 | 2 | -7/+7 |
* | More size shrinkage. | landley | 2006-05-29 | 1 | -6/+2 |
* | Size reductions, mostly switching things to use libbb functions. | landley | 2006-05-29 | 5 | -90/+25 |
* | Remove _(). | landley | 2006-05-29 | 1 | -52/+52 |
* | My first bout of untangling udhcp. Make lots of gratuitous #defines go | landley | 2006-05-28 | 17 | -221/+86 |
* | Consolidate #include <sys/time.h> so libbb.h does it. | landley | 2006-05-27 | 17 | -23/+0 |
* | Change llist_add_* to take the address of the list rather than returning the new | landley | 2006-05-26 | 1 | -5/+5 |
* | - add central knob to turn off getopt_long everywhere. EXPERIMENTAL! | aldot | 2006-05-26 | 3 | -0/+20 |
* | fix spelling mistakes | vapier | 2006-05-26 | 2 | -2/+2 |
* | Remove a pointless #define. | landley | 2006-05-25 | 1 | -4/+5 |
* | Minor cleanups: Convert a few calloc() calls to xzalloc, remove unnecessary | landley | 2006-05-21 | 2 | -19/+7 |
* | Patch from Robert P. Day to remove #ifdefed out SLIP support code that we | landley | 2006-05-19 | 1 | -40/+0 |
* | - remove emacs layout block as suggested by Robert P.J. Day | aldot | 2006-05-19 | 4 | -35/+2 |
* | - replace _PATH_DEVNULL with bb_dev_null | aldot | 2006-05-19 | 1 | -4/+6 |
* | - include strings.h | aldot | 2006-05-19 | 1 | -0/+1 |
* | - single KERNEL_VERSION(a,b,c) macro in platform.h | aldot | 2006-05-19 | 1 | -2/+1 |
* | Patch from Bernhard Fischer to remove some useless bits. | landley | 2006-05-17 | 2 | -12/+0 |
* | pull Rules.mak from top_srcdir as pointed out by Robert P. J. Day on the mail... | vapier | 2006-05-13 | 2 | -2/+2 |