Age | Commit message (Collapse) | Author | |
---|---|---|---|
2007-05-26 | usage.c: remove reference to busybox.h | Denis Vlasenko | |
*: s/include "busybox.h"/include "libbb.h" | |||
2007-03-22 | interface: revert part of commit 18120 (eth aliases work again) | Denis Vlasenko | |
2007-03-15 | networking/interface.c: was doing really strange caching of fd's | Denis Vlasenko | |
open for getting ifconfig data - ??! Simplified all that. -200 bytes. | |||
2007-03-14 | arp, networking/interface.c: eliminate statics | Denis Vlasenko | |
and unneeded on-stack buffers, disable (comment out) some apparently unused (and buggy) code paths. -700 bytes. | |||
2007-02-09 | remove unused #include,, improve code readability | Denis Vlasenko | |
2007-02-02 | trivial warning fix | Denis Vlasenko | |
2007-01-29 | preparatory patch for -Wwrite-strings #6 | Denis Vlasenko | |
2007-01-22 | - sed -i -e "/\$Id:/d;" | Bernhard Reutner-Fischer | |
2007-01-11 | Trailing whitespace removal over entire tree | Denis Vlasenko | |
2007-01-07 | add arp applet - thanks to | Denis Vlasenko | |
"Eric Spakman" <E.Spakman@inter.nl.net> | |||
2006-12-26 | properly export externs thru *.h files | Denis Vlasenko | |
2006-12-18 | A bunch of defined(__GLIBC__) added. static-linking warning expanded | Denis Vlasenko | |
2006-12-07 | - Proposed fix to make aliases work (with uClibc-current). | Bernhard Reutner-Fischer | |
See comment in the patch about the change introduced in r16342. | |||
2006-11-27 | do not overflow ifr_name. maybe it was safe in some places, | Denis Vlasenko | |
but not everywhere. err to the safe side. | |||
2006-11-22 | #if HAVE_AFINET6 -> #ifdef HAVE_AFINET6 | Denis Vlasenko | |
2006-11-21 | ifconfig: preparatory patch, no code changes | Denis Vlasenko | |
2006-11-17 | add -Wundef, fix uncovered bugs | Denis Vlasenko | |
2006-10-26 | silly size savings and capitalization fixes | Denis Vlasenko | |
2006-10-20 | message string changes, mostly for consistency, also -32 bytes in .rodata | Denis Vlasenko | |
2006-10-08 | attempt to regularize atoi mess. | Denis Vlasenko | |
2006-07-02 | Standardize on the vi editing directives being on the first line. | "Robert P. J. Day" | |
2006-06-26 | Properly print the output for a sit (IPv6-in-IPv4) interface. | "Robert P. J. Day" | |
2006-06-26 | Aesthetic fix to use newer structure initialization format. | "Robert P. J. Day" | |
2006-06-20 | Patch by Robert P. Day to remove obsolete alias code that the 2.4 and 2.6 | Rob Landley | |
Linux kernels don't do anymore. | |||
2006-06-20 | Patch by Robert P. Day to make structs use c99 initializers. | Rob Landley | |
2006-06-20 | Patch from Robert P. J. Day cleaning up some unnecessary preprocessor | Rob Landley | |
directives. | |||
2006-06-03 | Remove #ifdeffed out code, both KEEP_UNUSED and #if 0. | Rob Landley | |
2006-05-29 | Size reductions, mostly switching things to use libbb functions. | Rob Landley | |
2006-05-29 | Remove _(). | Rob Landley | |
2006-05-19 | Patch from Robert P. Day to remove #ifdefed out SLIP support code that we | Rob Landley | |
have no CONFIG option to enable, and which existing SLIP users don't seem to miss. | |||
2006-05-19 | - single KERNEL_VERSION(a,b,c) macro in platform.h | Bernhard Reutner-Fischer | |
- rename get_kernel_revision() to get_linux_version_code from Robert P. J. Day | |||
2006-05-11 | fix no previous prototype warning | Mike Frysinger | |
2006-04-14 | Remove code for protocols we don't properly support. (Most of this could | Rob Landley | |
never be selected via menuconfig anyway.) If somebody wants one of these protocols, ask on the list for us to support it _properly_. | |||
2006-04-05 | - include proper headers. | Bernhard Reutner-Fischer | |
2006-03-30 | - fix paste'o which i overlooked when applying dalias' fmt stuff. | Bernhard Reutner-Fischer | |
2006-03-29 | - Rich Felker writes: fix invalid printf format strings | Bernhard Reutner-Fischer | |
http://busybox.net/lists/busybox/2006-March/019568.html text data bss dec hex filename 900619 10316 1038724 1949659 1dbfdb busybox.oorig 900603 10316 1038724 1949643 1dbfcb busybox | |||
2006-02-23 | - put NLS stuff in one central place to avoid redefines. | Bernhard Reutner-Fischer | |
Fixes warnings about: fdisk.c:45:1: warning: "_" redefined nfsmount.c:121:1: warning: "_" redefined nfsmount.c:122:1: warning: "N_" redefined interface.c:84:1: warning: "_" redefined | |||
2006-01-30 | fix up annoying signed/unsigned and mixed type errors | Eric Andersen | |
2006-01-25 | just whitespace | Tim Riker | |
2006-01-19 | - missing bits of patch attached to bug #249 (constify). | Bernhard Reutner-Fischer | |
2005-11-22 | Move interface.c to networking directory since it's only used by ifconfig. | Rob Landley | |