- b8c77b5 start_stop_daemon: make code a bit more readable by Denis Vlasenko · 18 years ago
- b131b27 start_stop_daemon: fix bug where any program name was "matching" by Denis Vlasenko · 18 years ago
- 079f8af style cleanup: return(a) -> return a, part 1 by Denis Vlasenko · 18 years ago
- e5667c1 Closing bug 730. libbb run_parts is using scandir (a GNUism), by Denis Vlasenko · 18 years ago
- 89f0b34 rodata cleanup. "unable to" == "cannot". -300 bytes by Denis Vlasenko · 18 years ago
- 61126ab small fixes: using fd-based io instead of FILE*-based, missed O_TRUNC, etc by Denis Vlasenko · 18 years ago
- f0ed376 remove bb_printf and the like by Denis Vlasenko · 18 years ago
- 456fa6c readlink: do not emit errors if file doesnt not exist / not a link by Denis Vlasenko · 18 years ago
- f6f43df ifupdown: stop emitting annoying/misleading error messages. by Denis Vlasenko · 18 years ago
- 1ac42bf - add option -t mkinitrd and mkinitramfs both require -t. by Bernhard Reutner-Fischer · 18 years ago
- ca3c981 start_stop_daemon: add -N <nice> compat by Denis Vlasenko · 18 years ago
- 1385899 attempt to regularize atoi mess. by Denis Vlasenko · 18 years ago
- 01c27fc which: -84 bytes by Denis Vlasenko · 18 years ago
- 7d219aa build system overhaul by Denis Vlasenko · 18 years ago
- 67b23e6 getopt_ulflags -> getopt32. by Denis Vlasenko · 18 years ago
- 9213a9e whitespace cleanup by Denis Vlasenko · 18 years ago
- 7fee0c4 - fix copy'n paste errors that got introduced when switching to the shorter boilerplate. by Bernhard Reutner-Fischer · 18 years ago
- 8cedaba Patch from Natanael Copa to make start-stop-daemon just use readlink and by Rob Landley · 18 years ago
- 8479063 Bugfix from Jason Schoon: send the right signal with -s. by Rob Landley · 18 years ago
- d921b2e Remove bb_ prefixes from xfuncs.c (and a few other places), consolidate by Rob Landley · 18 years ago
- f86a5ba Remove unnecessary consts. by Rob Landley · 18 years ago 1_2_0
- fc2aea1 Rearrange order of type qualifiers. by "Robert P. J. Day" · 18 years ago
- f0623a2 Patch from Thaddeus Ternes, adding chuid to start-stop-daemon. by Rob Landley · 18 years ago
- 66e3a22 - minor shrinkage by Bernhard Reutner-Fischer · 19 years ago
- 2f6a317 - fix stupid typo from last checkin by Bernhard Reutner-Fischer · 19 years ago
- a926f8e - add fancy mode to start-stop-daemon to support --oknodo and --verbose by Bernhard Reutner-Fischer · 19 years ago
- e15d757 - move #include busybox.h to the very top so we pull in the config by Bernhard Reutner-Fischer · 19 years ago
- 01d23ad - add central knob to turn off getopt_long everywhere. EXPERIMENTAL! by Bernhard Reutner-Fischer · 19 years ago
- b1629b1 - remove emacs layout block as suggested by Robert P.J. Day by Bernhard Reutner-Fischer · 19 years ago
- 5371a95 The gnu extension to have realpath() malloc its buffer when handed a NULL by Rob Landley · 19 years ago
- 39440e5 pull Rules.mak from top_srcdir as pointed out by Robert P. J. Day on the mailing list by Mike Frysinger · 19 years ago
- a389651 Remove bb_strlen() in favor of -fno-builtin-strlen. Saves as many bytes by Rob Landley · 19 years ago
- 2ec922e Patch from Robert P Day: let menuconfig indent stuff for us, we don't have by Rob Landley · 19 years ago
- 2c99851 - patch from Denis Vlasenko to add and use bb_xdaemon() by Bernhard Reutner-Fischer · 19 years ago
- cb44816 - add and use bb_opendir(), bb_xopendir(). by Bernhard Reutner-Fischer · 19 years ago
- df10094 - revert back to r14406 by Bernhard Reutner-Fischer · 19 years ago
- c5b1d4d Patch from Denis Vlasenko to add xstat() and use it. by Rob Landley · 19 years ago
- 07a79e7 - backout using features which are not available with the previous stable by Bernhard Reutner-Fischer · 19 years ago
- dfba741 Robert P. Day removed 8 gazillion occurrences of "extern" on function by Rob Landley · 19 years ago
- 022eb31 - use absolute path for top_builddir and top_srcdir. by Bernhard Reutner-Fischer · 19 years ago
- 5d26126 - fixes parallel builds (make -j) by Bernhard Reutner-Fischer · 19 years ago
- d6e14d8 Don't build directory libraries unless we're building an applet that needs it. by Rob Landley · 19 years ago
- b38673f make the build system puuuuuuuuuuurty by Mike Frysinger · 19 years ago
- c1ef7bd just whitespace by Tim Riker · 19 years ago
- 7ca61b6 - shared libbusybox. by Bernhard Reutner-Fischer · 19 years ago
- b5ca9e0 A cleanup patch I've had lying around in my tree for a while, I think it by Rob Landley · 19 years ago
- f704b27 by "Vladimir N. Oleynik" · 19 years ago
- 064f04e by "Vladimir N. Oleynik" · 19 years ago
- ba24820 change strange depend to libbb.h, but require busybox.h by "Vladimir N. Oleynik" · 19 years ago
- 62f18e1 use the shorter license header by Mike Frysinger · 19 years ago
- 0d4ee68 use brief license line by Mike Frysinger · 19 years ago
- d5bd137 - rename libbb's password helpers as suggested in libbb.h by Bernhard Reutner-Fischer · 19 years ago
- 07e42dc Tito pointed out that if readlink doesn't have -f, there's no need to call by Rob Landley · 19 years ago
- db485cf committing bug #7: by Paul Fox · 19 years ago
- ba50217 Clean up memory allocation. by Rob Landley · 19 years ago
- b7128c6 Cleanup patch by Bernhard Fischer, removing unnecessary includes of by Rob Landley · 19 years ago
- 27421a1 1) bb_opt_complementaly -> bb_opt_complementally by "Vladimir N. Oleynik" · 19 years ago
- bb9a0ad commiting fix from: 0000353: [PATCH] start-stop-daemon -q is not quiet by Paul Fox · 19 years ago
- 4d00896 use toplevel ARFLAGS and update default ARFLAGS to be quiet by Mike Frysinger · 19 years ago
- 348e84c change the hardcoded error constant (0x80000000UL) to a nice flexible define (BB_GETOPT_ERROR) by Mike Frysinger · 20 years ago
- c6fbed5 - CONFIG_FEATURE_READLINK_FOLLOW readlink -f patch from Colin Watson <cjwatson@debian.org> on busybox mailing list 08/11/04 by Ned Ludd · 20 years ago
- 7daa076 egor duda writes: by Eric Andersen · 20 years ago
- 625da9d Fix several problems with start-stop-daemon, add -m support by Eric Andersen · 21 years ago
- c7bda1c Remove trailing whitespace. Update copyright to include 2004. by Eric Andersen · 21 years ago
- 63a1a7a Update docs for start_stop_daemon to match reality. Update by Eric Andersen · 21 years ago
- bbf2ce3 Fix a compile error identiefied by Steven Scholz. by Glenn L McGrath · 21 years ago
- e84152e Check file has execute permission for the current user, minor formating by Glenn L McGrath · 21 years ago
- 2d016a3 Correct check for only one of K or S options by Glenn L McGrath · 21 years ago
- 8d44178 Check one and only one of start, stop are given. by Glenn L McGrath · 21 years ago
- d0550d8 Fix warning by Glenn L McGrath · 21 years ago
- e9080c9 NEW APPLET: pipe_progress, used by debian installer by Glenn L McGrath · 21 years ago
- 984b451 fix a bug where `which' doesn't check whether the file passed as an argument by Glenn L McGrath · 21 years ago
- e78fe24 sigh by Eric Andersen · 21 years ago
- 514633b Tomasz Motylewski reported that the 'which' applet does not find by Eric Andersen · 21 years ago
- dc19af4 Patch from Eric Spakman to update "run-parts" help text in Config.in. by Eric Andersen · 21 years ago
- 08804ce Do not require that the signal number be specified by Eric Andersen · 21 years ago
- 2a18689 Bruno Randolf writes: by Eric Andersen · 21 years ago
- a1ed06b Move start_stop_daemon to debianutils. Cleanup run_parts a bit and add long opts by Eric Andersen · 21 years ago
- aa820db cleanup and add long options by Eric Andersen · 21 years ago
- cb81e64 Update a bunch of docs. Run a script to update my email addr. by Eric Andersen · 21 years ago
- 65e20a3 Patch from Kent Robotti adding a bunch of needed docs! -Erik by Eric Andersen · 21 years ago
- 69f28e7 Add the -d option, its used by old versions of config.guess, change to by Glenn L McGrath · 22 years ago
- cad5364 Major coreutils update. by Manuel Novoa III · 22 years ago
- a69fd2e Patch by Stewart Brodie to terminate the string array correctly by Glenn L McGrath · 22 years ago
- 5360182 Kill the now obsolete docs/Configure.help file, and move all existing by Eric Andersen · 22 years ago
- c9f20d9 Yet another major rework of the BusyBox config system, using the considerably by Eric Andersen · 22 years ago
- 545106f Move awk from textutils to editors. Cleanup run-parts, saves 200 bytes, moves the guts of run_parts to libbb to be used by ifupdown. by Glenn L McGrath · 22 years ago
- 8f0722a Move readlink, mktemp, run-parts and which to a new debianutils dir. by Glenn L McGrath · 22 years ago
- 887ca79 Scrub pwd.h and grp.h handling so we don't have to play any silly games. -Erik by Eric Andersen · 22 years ago
- ff7661d plug fd leak noticed by Russ Dill -Erik by Eric Andersen · 23 years ago
- ea1a63a Fix for broken handling off BusyBox's own pwd/grp implementations by Robert Griebl · 23 years ago
- 53a2299 Patch from Russ Dill <Russ.Dill@asu.edu>. From the start-stop-daemon man page: by Eric Andersen · 23 years ago
- 950d8b4 patch from vodz: by Eric Andersen · 23 years ago
- 1a10eec Fixup the location of pwd.h and grp.h by Eric Andersen · 23 years ago
- c2af1ee Commit the start-stop-daemon applet. This was contributed by David by Eric Andersen · 23 years ago