| Commit message (Expand) | Author | Age | Files | Lines |
* | start_stop_daemon: add -chuid support | Denis Vlasenko | 2007-02-26 | 1 | -22/+29 |
* | syslogd: fix "readpath bug" by using readlink instead | Denis Vlasenko | 2007-02-11 | 1 | -1/+1 |
* | suppress warnings about easch <applet>_main() having | Denis Vlasenko | 2007-02-03 | 6 | -0/+6 |
* | fix which-uses-default-path | Denis Vlasenko | 2007-01-28 | 1 | -0/+4 |
* | openvt,getty,vfork_daemon_rexec,mount: tighten up fd cleanup code | Denis Vlasenko | 2007-01-19 | 1 | -1/+1 |
* | bb_xget[pw/gr]nam were horribly misnamed - fixed. | Denis Vlasenko | 2006-12-28 | 1 | -2/+2 |
* | start_stop_daemon: make code a bit more readable | Denis Vlasenko | 2006-12-17 | 1 | -23/+19 |
* | start_stop_daemon: fix bug where any program name was "matching" | Denis Vlasenko | 2006-12-17 | 1 | -28/+35 |
* | style cleanup: return(a) -> return a, part 1 | Denis Vlasenko | 2006-11-27 | 1 | -1/+1 |
* | Closing bug 730. libbb run_parts is using scandir (a GNUism), | Denis Vlasenko | 2006-11-26 | 1 | -8/+99 |
* | rodata cleanup. "unable to" == "cannot". -300 bytes | Denis Vlasenko | 2006-11-18 | 1 | -1/+1 |
* | small fixes: using fd-based io instead of FILE*-based, | Denis Vlasenko | 2006-11-18 | 1 | -14/+14 |
* | remove bb_printf and the like | Denis Vlasenko | 2006-10-26 | 2 | -2/+2 |
* | readlink: do not emit errors if file doesnt not exist / not a link | Denis Vlasenko | 2006-10-20 | 1 | -13/+24 |
* | ifupdown: stop emitting annoying/misleading error messages. | Denis Vlasenko | 2006-10-11 | 1 | -54/+14 |
* | - add option -t | Bernhard Reutner-Fischer | 2006-10-10 | 1 | -6/+16 |
* | start_stop_daemon: add -N <nice> compat | Denis Vlasenko | 2006-10-08 | 1 | -30/+43 |
* | attempt to regularize atoi mess. | Denis Vlasenko | 2006-10-08 | 2 | -23/+23 |
* | which: -84 bytes | Denis Vlasenko | 2006-10-05 | 1 | -46/+23 |
* | build system overhaul | Denis Vlasenko | 2006-10-05 | 4 | -70/+27 |
* | getopt_ulflags -> getopt32. | Denis Vlasenko | 2006-10-03 | 3 | -7/+7 |
* | whitespace cleanup | Denis Vlasenko | 2006-09-17 | 1 | -1/+1 |
* | - fix copy'n paste errors that got introduced when switching to the shorter b... | Bernhard Reutner-Fischer | 2006-09-13 | 3 | -3/+3 |
* | Patch from Natanael Copa to make start-stop-daemon just use readlink and | Rob Landley | 2006-09-04 | 1 | -8/+9 |
* | Bugfix from Jason Schoon: send the right signal with -s. | Rob Landley | 2006-08-28 | 1 | -1/+2 |
* | Remove bb_ prefixes from xfuncs.c (and a few other places), consolidate | Rob Landley | 2006-08-03 | 1 | -20/+11 |
* | Remove unnecessary consts.1_2_0 | Rob Landley | 2006-07-19 | 1 | -1/+1 |
* | Rearrange order of type qualifiers. | "Robert P. J. Day" | 2006-07-18 | 1 | -1/+1 |
* | Patch from Thaddeus Ternes, adding chuid to start-stop-daemon. | Rob Landley | 2006-07-17 | 1 | -2/+9 |
* | - minor shrinkage | Bernhard Reutner-Fischer | 2006-06-14 | 1 | -8/+13 |
* | - fix stupid typo from last checkin | Bernhard Reutner-Fischer | 2006-06-12 | 1 | -1/+1 |
* | - add fancy mode to start-stop-daemon to support --oknodo and --verbose | Bernhard Reutner-Fischer | 2006-06-11 | 2 | -47/+68 |
* | - move #include busybox.h to the very top so we pull in the config | Bernhard Reutner-Fischer | 2006-06-02 | 6 | -43/+16 |
* | - add central knob to turn off getopt_long everywhere. EXPERIMENTAL! | Bernhard Reutner-Fischer | 2006-05-26 | 2 | -1/+18 |
* | - remove emacs layout block as suggested by Robert P.J. Day | Bernhard Reutner-Fischer | 2006-05-19 | 1 | -8/+0 |
* | The gnu extension to have realpath() malloc its buffer when handed a NULL | Rob Landley | 2006-05-17 | 1 | -2/+2 |
* | pull Rules.mak from top_srcdir as pointed out by Robert P. J. Day on the mail... | Mike Frysinger | 2006-05-13 | 1 | -1/+1 |
* | Remove bb_strlen() in favor of -fno-builtin-strlen. Saves as many bytes | Rob Landley | 2006-05-07 | 1 | -2/+2 |
* | Patch from Robert P Day: let menuconfig indent stuff for us, we don't have | Rob Landley | 2006-04-13 | 1 | -1/+1 |
* | - patch from Denis Vlasenko to add and use bb_xdaemon() | Bernhard Reutner-Fischer | 2006-04-12 | 1 | -2/+1 |
* | - add and use bb_opendir(), bb_xopendir(). | Bernhard Reutner-Fischer | 2006-04-12 | 1 | -3/+1 |
* | - revert back to r14406 | Bernhard Reutner-Fischer | 2006-03-13 | 1 | -7/+13 |
* | Patch from Denis Vlasenko to add xstat() and use it. | Rob Landley | 2006-03-13 | 1 | -2/+2 |
* | - backout using features which are not available with the previous stable | Bernhard Reutner-Fischer | 2006-03-09 | 1 | -2/+6 |
* | Robert P. Day removed 8 gazillion occurrences of "extern" on function | Rob Landley | 2006-03-06 | 3 | -3/+3 |
* | - use absolute path for top_builddir and top_srcdir. | Bernhard Reutner-Fischer | 2006-03-02 | 1 | -0/+4 |
* | - fixes parallel builds (make -j) | Bernhard Reutner-Fischer | 2006-03-01 | 1 | -12/+2 |
* | Don't build directory libraries unless we're building an applet that needs it. | Rob Landley | 2006-02-21 | 1 | -0/+2 |
* | make the build system puuuuuuuuuuurty | Mike Frysinger | 2006-02-02 | 1 | -3/+2 |
* | just whitespace | Tim Riker | 2006-01-25 | 3 | -6/+6 |