Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |