Age | Commit message (Expand) | Author |
2006-11-26 | Closing bug 730. libbb run_parts is using scandir (a GNUism), | Denis Vlasenko |
2006-11-18 | rodata cleanup. "unable to" == "cannot". -300 bytes | Denis Vlasenko |
2006-11-18 | small fixes: using fd-based io instead of FILE*-based, | Denis Vlasenko |
2006-10-26 | remove bb_printf and the like | Denis Vlasenko |
2006-10-20 | readlink: do not emit errors if file doesnt not exist / not a link | Denis Vlasenko |
2006-10-11 | ifupdown: stop emitting annoying/misleading error messages. | Denis Vlasenko |
2006-10-10 | - add option -t | Bernhard Reutner-Fischer |
2006-10-08 | start_stop_daemon: add -N <nice> compat | Denis Vlasenko |
2006-10-08 | attempt to regularize atoi mess. | Denis Vlasenko |
2006-10-05 | which: -84 bytes | Denis Vlasenko |
2006-10-05 | build system overhaul | Denis Vlasenko |
2006-10-03 | getopt_ulflags -> getopt32. | Denis Vlasenko |
2006-09-17 | whitespace cleanup | Denis Vlasenko |
2006-09-13 | - fix copy'n paste errors that got introduced when switching to the shorter b... | Bernhard Reutner-Fischer |
2006-09-04 | Patch from Natanael Copa to make start-stop-daemon just use readlink and | Rob Landley |
2006-08-28 | Bugfix from Jason Schoon: send the right signal with -s. | Rob Landley |
2006-08-03 | Remove bb_ prefixes from xfuncs.c (and a few other places), consolidate | Rob Landley |
2006-07-19 | Remove unnecessary consts. | Rob Landley |
2006-07-18 | Rearrange order of type qualifiers. | "Robert P. J. Day" |
2006-07-17 | Patch from Thaddeus Ternes, adding chuid to start-stop-daemon. | Rob Landley |
2006-06-14 | - minor shrinkage | Bernhard Reutner-Fischer |
2006-06-12 | - fix stupid typo from last checkin | Bernhard Reutner-Fischer |
2006-06-11 | - add fancy mode to start-stop-daemon to support --oknodo and --verbose | Bernhard Reutner-Fischer |
2006-06-02 | - move #include busybox.h to the very top so we pull in the config | Bernhard Reutner-Fischer |
2006-05-26 | - add central knob to turn off getopt_long everywhere. EXPERIMENTAL! | Bernhard Reutner-Fischer |
2006-05-19 | - remove emacs layout block as suggested by Robert P.J. Day | Bernhard Reutner-Fischer |
2006-05-17 | The gnu extension to have realpath() malloc its buffer when handed a NULL | Rob Landley |
2006-05-13 | pull Rules.mak from top_srcdir as pointed out by Robert P. J. Day on the mail... | Mike Frysinger |
2006-05-07 | Remove bb_strlen() in favor of -fno-builtin-strlen. Saves as many bytes | Rob Landley |
2006-04-13 | Patch from Robert P Day: let menuconfig indent stuff for us, we don't have | Rob Landley |
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 |
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 |
2006-03-06 | Robert P. Day removed 8 gazillion occurrences of "extern" on function | Rob Landley |
2006-03-02 | - use absolute path for top_builddir and top_srcdir. | Bernhard Reutner-Fischer |
2006-03-01 | - fixes parallel builds (make -j) | Bernhard Reutner-Fischer |
2006-02-21 | Don't build directory libraries unless we're building an applet that needs it. | Rob Landley |
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 |
2005-12-02 | A cleanup patch I've had lying around in my tree for a while, I think it | Rob Landley |
2005-10-14 | - new bb_opt_complementally syntax, use [-:?] only - 'free' chars | "Vladimir N. Oleynik" |
2005-10-11 | - use complementally '!' to '?' - 'ask' is best 'free' char for this. | "Vladimir N. Oleynik" |
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 |
2005-09-17 | Tito pointed out that if readlink doesn't have -f, there's no need to call | Rob Landley |