Age | Commit message (Expand) | Author |
2010-08-16 | *: make GNU licensing statement forms more regular | Denys Vlasenko |
2010-07-04 | *: introduce and use xfork() and xvfork() | Pascal Bellard |
2010-02-26 | setup_environment(): eliminate one parameter | Denys Vlasenko |
2010-02-26 | crontab: use setup_environment | Bernhard Reutner-Fischer |
2009-11-25 | ntpd: and real handling for -N, show usage w/o options; trim text | Denys Vlasenko |
2009-11-13 | *: use "can't" instead of "cannot" | Denys Vlasenko |
2009-02-03 | crond,crontab: make cron directory location configurable | Denis Vlasenko |
2008-12-03 | libbb: introduce and use xgetpwnam. ~ -150 bytes. | Denis Vlasenko |
2008-12-02 | libbb: password/group function helpers rewritten by Tito: | Denis Vlasenko |
2008-09-21 | crontab: do not destroy STDIN_FILENO, editor may need it (crontab -e) | Denis Vlasenko |
2008-09-20 | init: set stderr to NONBLOCK | Denis Vlasenko |
2008-07-21 | - first pass to unify/cleanup uid handling (-236b) | Bernhard Reutner-Fischer |
2008-07-05 | *: rename ATTRIBUTE_XXX to just XXX. | Denis Vlasenko |
2008-07-01 | revert last two commits. vfork cannot be used in subroutine, | Denis Vlasenko |
2008-07-01 | *: introduce and use xvfork() | Denis Vlasenko |
2008-03-17 | *: fix various kinds of damage to letter 'c' in Arkadiusz Mickiewicz' surname. | Denis Vlasenko |
2008-03-17 | *: add -Wunused-parameter; fix resulting breakage | Denis Vlasenko |
2008-02-18 | - fix open(creat) without a mode | Bernhard Reutner-Fischer |
2008-02-18 | mount: recognize "dirsync" (closes bug 835) | Denis Vlasenko |
2008-02-17 | crontab: stop using remove() - use unlink() instead | Denis Vlasenko |
2008-02-16 | crontab: clear env if run by non-root, so that we can use PATH now | Denis Vlasenko |
2008-02-16 | *: more readable handling of pipe fds. No code changes. | Denis Vlasenko |
2008-02-16 | crontab: almost complete rewrite | Denis Vlasenko |
2007-10-11 | add -fvisibility=hidden to CC flags, mark XXX_main functions | Denis Vlasenko |
2007-09-27 | style and message text fixes | Denis Vlasenko |
2007-07-21 | Three patches from FreeWRT people | Denis Vlasenko |
2007-05-26 | usage.c: remove reference to busybox.h | Denis Vlasenko |
2007-02-03 | suppress warnings about easch <applet>_main() having | Denis Vlasenko |
2007-01-29 | preparatory patch for -Wwrite-strings #3 | Denis Vlasenko |
2006-12-16 | inline strcmp(s, "-") [actually macro-ize it for now - gcc is too stupid] | Denis Vlasenko |
2006-11-26 | small fixes: | Denis Vlasenko |
2006-11-18 | rodata cleanup. "unable to" == "cannot". -300 bytes | Denis Vlasenko |
2006-10-14 | add open_read_close() and similar stuff | Denis Vlasenko |
2006-10-03 | rename bb_default_error_retval -> xfunc_error_retval | Denis Vlasenko |
2006-09-27 | crontab: we indent using tabs | Denis Vlasenko |
2006-09-11 | - convert a few xopen3(,,0) into xopen(,). Also peruse the fact that xopen de... | Bernhard Reutner-Fischer |
2006-08-03 | Remove bb_ prefixes from xfuncs.c (and a few other places), consolidate | Rob Landley |
2006-06-25 | Various cleanups I made while going through Erik Hovland's patch submissions, | Rob Landley |
2006-06-03 | - move #include busybox.h to the very top so we pull in the config | Bernhard Reutner-Fischer |
2006-04-16 | use more boiler plate GPL notices | Mike Frysinger |
2006-04-13 | - patch from Denis Vlasenko to add and use bb_xopen3() | Bernhard Reutner-Fischer |
2006-04-12 | - patch from Denis Vlasenko to add and use bb_xchdir() | Bernhard Reutner-Fischer |
2006-01-10 | can use TMPDIR if user's HOMEDIR do not found. Noticed by Bernhard | "Vladimir N. Oleynik" |
2004-04-14 | Larry Doolittle writes: | Eric Andersen |
2003-09-03 | more crond+crontab integrating with loginutil libbb functions and deleted | Glenn L McGrath |
2003-09-02 | move all "-/bin/sh" "/bin/sh" and "sh" to libbb/messages.c file as one | Glenn L McGrath |
2003-07-14 | Patch from Lars Kellogg-Stedman: | Eric Andersen |
2003-03-19 | Major coreutils update. | Manuel Novoa III |
2002-11-10 | last_patch64 from Vladimir N. Oleynik <dzo@simtreas.ru> | Glenn L McGrath |
2002-10-22 | mjn3 noticed that crond and crontab had #include <pwd.h> and #include <grp.h> | Eric Andersen |