Age | Commit message (Collapse) | Author | |
---|---|---|---|
2006-05-26 | - add central knob to turn off getopt_long everywhere. EXPERIMENTAL! | Bernhard Reutner-Fischer | |
Adds "Enable getopt long" under "General options", default y. Send patches to fix getopt_ulflags and run_parts.c if you turn this off.. See http://busybox.net/lists/busybox/2006-May/021828.html for a start to run-parts | |||
2006-05-19 | - remove emacs layout block as suggested by Robert P.J. Day | Bernhard Reutner-Fischer | |
- use shorter boilerplate while at it | |||
2006-05-17 | The gnu extension to have realpath() malloc its buffer when handed a NULL | Rob Landley | |
isn't implemented in uClibc, so we can't use it. | |||
2006-05-13 | pull Rules.mak from top_srcdir as pointed out by Robert P. J. Day on the ↵ | Mike Frysinger | |
mailing list | |||
2006-05-07 | Remove bb_strlen() in favor of -fno-builtin-strlen. Saves as many bytes | Rob Landley | |
as the old optimization did (actually does slightly better under gcc 4.0), and simplifies the code. | |||
2006-04-13 | Patch from Robert P Day: let menuconfig indent stuff for us, we don't have | Rob Landley | |
to do it in Config.in. | |||
2006-04-12 | - patch from Denis Vlasenko to add and use bb_xdaemon() | Bernhard Reutner-Fischer | |
2006-04-12 | - add and use bb_opendir(), bb_xopendir(). | Bernhard Reutner-Fischer | |
text data bss dec hex filename 889445 9392 1035784 1934621 1d851d busybox.gcc-4.2.orig 889297 9392 1035784 1934473 1d8489 busybox.gcc-4.2 889009 9820 1037860 1936689 1d8d31 busybox.gcc-4.1.orig 888817 9820 1037860 1936497 1d8c71 busybox.gcc-4.1 | |||
2006-03-13 | - revert back to r14406 | Bernhard Reutner-Fischer | |
2006-03-13 | Patch from Denis Vlasenko to add xstat() and use it. | Rob Landley | |
2006-03-09 | - backout using features which are not available with the previous stable | Bernhard Reutner-Fischer | |
version of make (3.71.1). | |||
2006-03-06 | Robert P. Day removed 8 gazillion occurrences of "extern" on function | Rob Landley | |
definitions. (That should only be on prototypes.) | |||
2006-03-02 | - use absolute path for top_builddir and top_srcdir. | Bernhard Reutner-Fischer | |
Fixes make trying to include the very same file in an endless loop. | |||
2006-03-01 | - fixes parallel builds (make -j) | Bernhard Reutner-Fischer | |
- use less resources for the buildsystem itself | |||
2006-02-21 | Don't build directory libraries unless we're building an applet that needs it. | Rob Landley | |
Cherry-picked from Devin Bayer's big MacOS X patch. | |||
2006-02-02 | make the build system puuuuuuuuuuurty | Mike Frysinger | |
2006-01-25 | just whitespace | Tim Riker | |
2006-01-15 | - shared libbusybox. | Bernhard Reutner-Fischer | |
- IMA compilation option (aka IPO, IPA,..) Please holler if i broke something.. | |||
2005-12-02 | A cleanup patch I've had lying around in my tree for a while, I think it | Rob Landley | |
was from Bernhard Fischer? | |||
2005-10-14 | - new bb_opt_complementally syntax, use [-:?] only - 'free' chars | "Vladimir N. Oleynik" | |
- new bb_getopt_ulflags features: check max and min args, convert first argv to options special for ar and tar applets - use bb_default_error_retval for env applet | |||
2005-10-11 | - use complementally '!' to '?' - 'ask' is best 'free' char for this. | "Vladimir N. Oleynik" | |
- more long opt compatibility, can set flag for long opt struct now - more logic: check opt-depend requires and global requires, special for 'id' and 'start-stop-daemon' applets. | |||
2005-10-06 | change strange depend to libbb.h, but require busybox.h | "Vladimir N. Oleynik" | |
2005-09-24 | use the shorter license header | Mike Frysinger | |
2005-09-24 | use brief license line | Mike Frysinger | |
2005-09-20 | - rename libbb's password helpers as suggested in libbb.h | Bernhard Reutner-Fischer | |
my_getpwnam -> bb_xgetpwnam /* dies on error */ my_getgrnam -> bb_xgetgrnam /* dies on error */ my_getgrgid -> bb_getgrgid my_getpwuid -> bb_getpwuid my_getug -> bb_getug | |||
2005-09-17 | Tito pointed out that if readlink doesn't have -f, there's no need to call | Rob Landley | |
the option parsing code at all. | |||
2005-09-14 | committing bug #7: | Paul Fox | |
0000007: which and wd-located files which doesn't search $PATH when there's a file in the WD with the same name of the 'filename' parameter... | |||
2005-09-11 | Clean up memory allocation. | Rob Landley | |
2005-09-11 | Cleanup patch by Bernhard Fischer, removing unnecessary includes of | Rob Landley | |
getopt.h, whitespace changes, typos, etc. | |||
2005-09-05 | 1) bb_opt_complementaly -> bb_opt_complementally | "Vladimir N. Oleynik" | |
2) better support long options 3) new flag '!' for bb_opt_complementally: produce bb_show_usage() if BB_GETOPT_ERROR internally | |||
2005-07-29 | commiting fix from: | Paul Fox | |
0000353: [PATCH] start-stop-daemon -q is not quiet | |||
2005-07-27 | use toplevel ARFLAGS and update default ARFLAGS to be quiet | Mike Frysinger | |
2005-05-11 | change the hardcoded error constant (0x80000000UL) to a nice flexible define ↵ | Mike Frysinger | |
(BB_GETOPT_ERROR) | |||
2004-12-08 | - CONFIG_FEATURE_READLINK_FOLLOW readlink -f patch from Colin Watson ↵ | Ned Ludd | |
<cjwatson@debian.org> on busybox mailing list 08/11/04 | |||
2004-10-08 | egor duda writes: | Eric Andersen | |
Hi! I've created a patch to busybox' build system to allow building it in separate tree in a manner similar to kbuild from kernel version 2.6. That is, one runs command like 'make O=/build/some/where/for/specific/target/and/options' and everything is built in this exact directory, provided that it exists. I understand that applyingc such invasive changes during 'release candidates' stage of development is at best unwise. So, i'm currently asking for comments about this patch, starting from whether such thing is needed at all to whether it coded properly. 'make check' should work now, and one make creates Makefile in build directory, so one can run 'make' in build directory after that. One possible caveat is that if we build in some directory other than source one, the source directory should be 'distclean'ed first. egor | |||
2004-04-13 | Fix several problems with start-stop-daemon, add -m support | Eric Andersen | |
2004-03-15 | Remove trailing whitespace. Update copyright to include 2004. | Eric Andersen | |
2004-03-13 | Update docs for start_stop_daemon to match reality. Update | Eric Andersen | |
the reality a bit to better match debian behavior. | |||
2004-03-03 | Fix a compile error identiefied by Steven Scholz. | Glenn L McGrath | |
Declare variables first for compatability. | |||
2004-03-01 | Check file has execute permission for the current user, minor formating | Glenn L McGrath | |
2004-01-23 | Correct check for only one of K or S options | Glenn L McGrath | |
2004-01-22 | Check one and only one of start, stop are given. | Glenn L McGrath | |
Remove some global variables. #define some getopt values. | |||
2003-11-21 | Fix warning | Glenn L McGrath | |
2003-11-14 | NEW APPLET: pipe_progress, used by debian installer | Glenn L McGrath | |
2003-10-29 | fix a bug where `which' doesn't check whether the file passed as an argument | Glenn L McGrath | |
is a regular file, patch by Arthur Othieno | |||
2003-10-22 | sigh | Eric Andersen | |
2003-10-22 | Tomasz Motylewski reported that the 'which' applet does not find | Eric Andersen | |
files when the full file PATH is specified. This patch from Arthur Othieno fixes it. | |||
2003-08-06 | Patch from Eric Spakman to update "run-parts" help text in Config.in. | Eric Andersen | |
2003-07-30 | Do not require that the signal number be specified | Eric Andersen | |
2003-07-29 | Bruno Randolf writes: | Eric Andersen | |
this patch fixes run_parts when it's called by ifupdown. 1) argv has to be a NULL terminated char* array, not just a string. 2) run_parts now explicitly sets the environment. this environment is populated from the /etc/network/interfaces config file and is needed by the scripts in /etc/network/if-pre-up.d/. when run-parts is called from the command line the environment is taken from the current process. Vladimir Oleynik then wrote: You can simplify this if use: + bb_xasprintf(&buf[0], "/etc/network/if-%s.d", opt); + buf[1] = NULL; + + run_parts(&buf, 2, environ); + free(buf[0]); --w vodz |