Age | Commit message (Collapse) | Author | |
---|---|---|---|
2003-06-20 | Fix a couple vars that could be used uninitialized | Eric Andersen | |
2003-06-20 | use an explicit cast on some types that change size when | Eric Andersen | |
large file support is enabled. | |||
2003-06-20 | Make gcc not whine about "deprecated use of label at end of compound statement" | Eric Andersen | |
2003-06-20 | Add prototype update missing from last_patch89. Fix screwy | Eric Andersen | |
formatting in cut. | |||
2003-06-20 | Patch from Lars Kellogg-Stedman: | Eric Andersen | |
I'm building BusyBox using a development kit for MontaVista Hardhat Linux (PPC) -- which, at least in this instance, is based around kernel 2.2.14. I've had to massage a few files in networking/libiproute/ to make it compile. Specifically: (1) Added a #include <sys/uio.h> for the iovec structure in libnetlink.c, (2) Put ifdefs in ll_types.c and ll_proto.c around various constants (ETH_P_xxx and ARPHRD_xxx) that weren't defined, (3) Make do_changename() in iplink.c require a kernel >= 2.4.0 -- the ifr structure in my environment doesn't have the ifr_name attribute. I've assumed this is a kernel dependency -- let me know if I ought to be checking something else. In the absence of the correct kernel, do_changename() always returns 0. Attached is a patch against the current CVS that will make these changes. -- Lars | |||
2003-06-20 | last_patch89 from vodz: | Eric Andersen | |
Manuel, I rewrite bb_getopt_ulflags() function for more universal usage. My version support now: - options with arguments (optional arg as GNU extension also) - complementaly and/or incomplementaly and/or incongruously and/or list options - long_opt (all applets may have long option, add supporting is trivial) This realisation full compatibile from your version. Code size grow 480 bytes, but only coreutils/* over compensate this size after using new function. Last patch reduced over 800 bytes and not full applied to all. "mkdir" and "mv" applets have long_opt now for demonstrate trivial addition support long_opt with usage new bb_getopt_ulflags(). Complementaly and/or incomplementaly and/or incongruously and/or list options logic is not trivial, but new "cut" and "grep" applets using this logic for examples with full demostrating. New "grep" applet reduced over 300 bytes. Mark, Also. I removed bug from "grep" applet. $ echo a b | busybox grep -e a b a b a b But right is printing one only. --w vodz | |||
2003-06-15 | Fix rpm usage msg | Eric Andersen | |
2003-06-14 | Add missing pieces from vodz' last_patch88 | Eric Andersen | |
2003-06-12 | Fix the location for the default config so 'make defconfig' | Eric Andersen | |
actually works | |||
2003-06-12 | Handle hard links by converting them to symlinks | Glenn L McGrath | |
2003-06-10 | Vodz, last_patch_88 | Glenn L McGrath | |
2003-06-08 | sha1sum option to compare checksums | Glenn L McGrath | |
2003-06-07 | Better error handling | Glenn L McGrath | |
2003-06-07 | Minor correction | Glenn L McGrath | |
2003-06-07 | Fix bug (wrong value computed) when reading file from stdin, implement | Glenn L McGrath | |
-s option | |||
2003-06-07 | Run through indent | Glenn L McGrath | |
2003-06-05 | Patch from Lars Kellogg-Stedman, lars at larsshack.org, to | Eric Andersen | |
make ifupdown's mapping function work as documented. | |||
2003-05-27 | Put this back the way it was. I misunderstood what vodz was doing. | Eric Andersen | |
2003-05-26 | Make all syscall declarations use the syscall() function | Eric Andersen | |
2003-05-26 | This was doing some silly stuff that is not necessary when using | Eric Andersen | |
vfork(), so I have simplified it. | |||
2003-05-26 | cleanup a bit to remove needless verify() function | Eric Andersen | |
2003-05-26 | Skip printing "/proc/%d/cmdline" stuff when it is not relevant | Eric Andersen | |
2003-05-26 | Remove cruft | Eric Andersen | |
2003-05-26 | Vodz, last_path_87, formatiing changes | Glenn L McGrath | |
2003-05-26 | Vodz, last_patch_86 | Glenn L McGrath | |
2003-05-24 | Update mkdep, per the "touchless dependencies for 2.4.x" patch | Eric Andersen | |
from Geert Uytterhoeven posted to the lkml. -Erik | |||
2003-05-23 | oops | Eric Andersen | |
2003-05-23 | This patch from Vitezslav Batrla, is a cleaner fix for the | Eric Andersen | |
problem with syslogd logging the '<' char. | |||
2003-05-22 | Patch from Russell Coker: | Eric Andersen | |
The attached patch fixes a compilation error. If you compile ping6 without the CONFIG_FEATURE_FANCY_PING6 option then the compile will fail without this patch. | |||
2003-05-19 | Patch from Glenn Engel | Glenn L McGrath | |
- more comments - larger allowed number of CGI script variables - ifdefs for regression test hooks - default to ./ rather than /www (if unspecified) for compatibility with earlier versions. - Allow ip: as a synomym for A: rules for compatibility with earlier versions. - Setting of CGI_ARGLIST_ when automatic setting of env vars for form scripting is utilized. This helps with minimal systems like openap. | |||
2003-05-18 | Handle -O preceding -x. | Matt Kraai | |
2003-05-16 | Apply patch from Georg Magschok to fix syslog behavior so that the | Eric Andersen | |
'>' charactor can be logged, per rfc3164. Also, a small patch from me to fix it so we use MAXLINE when allocating the buffer, which is consistant with use everywhere else. This is needed since uClibc defines BUFSIZE as 255, causing lines to be truncated at 255... | |||
2003-05-14 | Part of a patch from Glenn Engel, updates httpd help | Glenn L McGrath | |
2003-05-14 | vodz, last_patch_85 | Glenn L McGrath | |
2003-05-13 | Re-use existing variables, patch from Tito | Glenn L McGrath | |
2003-05-13 | last_patch84 by Vodz. | Glenn L McGrath | |
2003-05-13 | Add some missing lines for getty, patch by Steven Scholz | Glenn L McGrath | |
2003-05-13 | Fix \l so it doesnt print the character as well as the tty, from old | Glenn L McGrath | |
patch by Nick Fedchik | |||
2003-05-11 | minit, a Minimal init system. | Glenn L McGrath | |
2003-05-08 | Use xopen instead of xfopen | Glenn L McGrath | |
2003-05-02 | Patch from Dmitry V. Levin to fix a fd leak | Eric Andersen | |
2003-04-27 | A couple of patches from Tito <farmatito@tiscali.it> | Eric Andersen | |
2003-04-27 | Use bb_xgetlarg | Glenn L McGrath | |
2003-04-27 | New applet, fold | Glenn L McGrath | |
2003-04-27 | Config option to create an fgrep alias | Glenn L McGrath | |
2003-04-27 | Fix segfault when cleaning up | Glenn L McGrath | |
2003-04-27 | grep -f support, adds only 60 Bytes, but regex's now compiled as | Glenn L McGrath | |
required, rather than being pre-compiled. | |||
2003-04-26 | Always preserve date | Glenn L McGrath | |
2003-04-26 | New commands, 'G' and 'H' | Glenn L McGrath | |
2003-04-26 | Add the -d option, its used by old versions of config.guess, change to | Glenn L McGrath | |
use getopt. |