|
fa85b86f38
|
add arp applet - thanks to
"Eric Spakman" <E.Spakman@inter.nl.net>
|
2007-01-07 01:24:12 +00:00 |
|
|
270c17c0e6
|
properly export externs thru *.h files
|
2006-12-26 17:40:33 +00:00 |
|
|
83e5d6f772
|
A bunch of defined(__GLIBC__) added. static-linking warning expanded
|
2006-12-18 21:49:06 +00:00 |
|
|
57d83ff5f9
|
- Proposed fix to make aliases work (with uClibc-current).
See comment in the patch about the change introduced in r16342.
|
2006-12-07 12:25:17 +00:00 |
|
|
229b3d2072
|
do not overflow ifr_name. maybe it was safe in some places,
but not everywhere. err to the safe side.
|
2006-11-27 23:44:57 +00:00 |
|
|
aad4999eea
|
#if HAVE_AFINET6 -> #ifdef HAVE_AFINET6
|
2006-11-22 02:12:07 +00:00 |
|
|
04b30ba3b8
|
ifconfig: preparatory patch, no code changes
|
2006-11-21 14:26:37 +00:00 |
|
|
a7189f01a4
|
add -Wundef, fix uncovered bugs
|
2006-11-17 20:29:00 +00:00 |
|
|
c6f188def8
|
silly size savings and capitalization fixes
|
2006-10-26 00:37:00 +00:00 |
|
|
e1a0d486e4
|
message string changes, mostly for consistency, also -32 bytes in .rodata
|
2006-10-20 13:28:22 +00:00 |
|
|
1385899416
|
attempt to regularize atoi mess.
|
2006-10-08 12:49:22 +00:00 |
|
|
63fc1a9e08
|
Standardize on the vi editing directives being on the first line.
|
2006-07-02 19:47:05 +00:00 |
|
|
21302c2b78
|
Properly print the output for a sit (IPv6-in-IPv4) interface.
|
2006-06-26 22:03:43 +00:00 |
|
|
4137dd783b
|
Aesthetic fix to use newer structure initialization format.
|
2006-06-26 21:54:57 +00:00 |
|
|
9fe801e0d2
|
Patch by Robert P. Day to remove obsolete alias code that the 2.4 and 2.6
Linux kernels don't do anymore.
|
2006-06-20 21:13:29 +00:00 |
|
|
2818b292fb
|
Patch by Robert P. Day to make structs use c99 initializers.
|
2006-06-20 15:52:52 +00:00 |
|
|
2a613d7360
|
Patch from Robert P. J. Day cleaning up some unnecessary preprocessor
directives.
|
2006-06-20 14:57:00 +00:00 |
|
|
e84f4343b2
|
Remove #ifdeffed out code, both KEEP_UNUSED and #if 0.
|
2006-06-03 21:23:20 +00:00 |
|
|
a6e131dab3
|
Size reductions, mostly switching things to use libbb functions.
|
2006-05-29 06:43:55 +00:00 |
|
|
4e3aff3425
|
Remove _().
|
2006-05-29 04:37:28 +00:00 |
|
|
9b5a99ad21
|
Patch from Robert P. Day to remove #ifdefed out SLIP support code that we
have no CONFIG option to enable, and which existing SLIP users don't seem
to miss.
|
2006-05-19 22:54:42 +00:00 |
|
|
e2e56c7c41
|
- single KERNEL_VERSION(a,b,c) macro in platform.h
- rename get_kernel_revision() to get_linux_version_code
from Robert P. J. Day
|
2006-05-19 11:54:02 +00:00 |
|
|
b5547fb0b3
|
fix no previous prototype warning
|
2006-05-11 02:35:55 +00:00 |
|
|
b0a2d6c19d
|
Remove code for protocols we don't properly support. (Most of this could
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-14 20:07:33 +00:00 |
|
|
fa939aae81
|
- include proper headers.
|
2006-04-05 16:21:37 +00:00 |
|
|
214744dba1
|
- fix paste'o which i overlooked when applying dalias' fmt stuff.
|
2006-03-30 13:38:19 +00:00 |
|
|
d409c3a2f7
|
- Rich Felker writes: fix invalid printf format strings
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-03-29 22:34:47 +00:00 |
|
|
ed7bb6278d
|
- put NLS stuff in one central place to avoid redefines.
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-02-23 14:25:15 +00:00 |
|
|
0cb6f35c33
|
fix up annoying signed/unsigned and mixed type errors
|
2006-01-30 22:30:41 +00:00 |
|
|
c1ef7bdd8d
|
just whitespace
|
2006-01-25 00:08:53 +00:00 |
|
|
a901b40464
|
- missing bits of patch attached to bug #249 (constify).
|
2006-01-19 14:51:17 +00:00 |
|
|
b4c823211d
|
Move interface.c to networking directory since it's only used by ifconfig.
|
2005-11-22 07:52:54 +00:00 |
|