Age | Commit message (Expand) | Author |
2007-07-23 | rework long option handling. saves ~1.2k | Denis Vlasenko |
2007-07-21 | libbb: nuke BB_GETOPT_ERROR, always die if there are mutually exclusive options | Denis Vlasenko |
2007-06-30 | introduce and use bb_basename() | Denis Vlasenko |
2007-06-12 | remove nearly-duplicate PATHs in several places | Denis Vlasenko |
2007-06-12 | move several applets to more correct ex-project. No code changes. | Denis Vlasenko |
2007-06-04 | Audit bb_common_bufsiz usage, add script which looks for misuse. | Denis Vlasenko |
2007-05-31 | delete tons of extra #includes | Denis Vlasenko |
2007-05-31 | use "glibc errno" trick not only for ash, but for entire busybox | Denis Vlasenko |
2007-05-26 | usage.c: remove reference to busybox.h | Denis Vlasenko |
2007-04-29 | run_parts: do not check path portion of a name for "bad chars". | Denis Vlasenko |
2007-04-12 | style fixes. No code changes | Denis Vlasenko |
2007-04-08 | getopt32: fix llist_t options ordering. llist_rev is not unused. | Denis Vlasenko |
2007-04-08 | find: fix handling of -prune | Denis Vlasenko |
2007-03-29 | - fold recurse, depthFirst and dereference params into one param flags. | Bernhard Reutner-Fischer |
2007-03-28 | run_parts: I was wrong, NULL termination is already done because | Denis Vlasenko |
2007-03-28 | run_parts: NULL-terminate list of arguments; fix perror/error usage | Denis Vlasenko |
2007-03-28 | - rewrite run-parts | Bernhard Reutner-Fischer |
2007-03-26 | move everything to new NOMMU helpers, except udhcp | Denis Vlasenko |
2007-02-26 | start_stop_daemon: add -chuid support | Denis Vlasenko |
2007-02-11 | syslogd: fix "readpath bug" by using readlink instead | Denis Vlasenko |
2007-02-03 | suppress warnings about easch <applet>_main() having | Denis Vlasenko |
2007-01-28 | fix which-uses-default-path | Denis Vlasenko |
2007-01-19 | openvt,getty,vfork_daemon_rexec,mount: tighten up fd cleanup code | Denis Vlasenko |
2006-12-28 | bb_xget[pw/gr]nam were horribly misnamed - fixed. | Denis Vlasenko |
2006-12-17 | start_stop_daemon: make code a bit more readable | Denis Vlasenko |
2006-12-17 | start_stop_daemon: fix bug where any program name was "matching" | Denis Vlasenko |
2006-11-27 | style cleanup: return(a) -> return a, part 1 | Denis Vlasenko |
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.1_2_0 | 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 |