Age | Commit message (Collapse) | Author | |
---|---|---|---|
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. | |||
2003-04-26 | iPatch from waldi, fixes usage of ip route flush (from)? (match|exact) | Glenn L McGrath | |
2003-04-25 | Patch from Steven Scholz to fix telnetd compile problem | Eric Andersen | |
2003-04-24 | There have been many reports of init failing to reboot and/or failing to halt | Eric Andersen | |
over the years. Well I finally took the time to track this down. It turns out that inside linux/kernel/sys.c the kernel will call machine_halt(); do_exit(0); when halting, or will call machine_power_off(); do_exit(0); during a reboot. Unlike sysv init, we call reboot from within the init process, so if the call to machine_halt() or machine_power_off() returns, the call to do_exit(0) will cause the kernel to panic. Which is a very bad thing to happen. So I just added this little patch to fork and call the reboot syscall from within the forked child process, thereby neatly avoiding the problem. But IMHO, both calls to do_exit(0) within linux/kernel/sys.c are bugs and should be fixed. -Erik | |||
2003-04-21 | unlink a previous file before its extracted | Glenn L McGrath | |
2003-04-21 | sync with waldi | Glenn L McGrath | |