2008-12-30 |
Denis Vlasenko | libbb: add bb_unsetenv (taken from hush). |
blob | commitdiff | raw |
2008-12-04 |
Denis Vlasenko | clarify which version of crond is known to put tasks... |
blob | commitdiff | raw | diff to current |
2008-12-03 |
Denis Vlasenko | crond: use bb_setpgrp, not setpgrp |
blob | commitdiff | raw | diff to current |
2008-12-02 |
Denis Vlasenko | crond: put tasks in separate process groups |
blob | commitdiff | raw | diff to current |
2008-11-06 |
Denis Vlasenko | build system: tidying up CONFIG_xxx names (suggested... |
blob | commitdiff | raw | diff to current |
2008-09-20 |
Denis Vlasenko | init: set stderr to NONBLOCK |
blob | commitdiff | raw | diff to current |
2008-07-26 |
Denis Vlasenko | fix several problems with config parser: |
blob | commitdiff | raw | diff to current |
2008-07-21 |
Denis Vlasenko | libbb: [x]fopen_for_{read,write} introduced and used. |
blob | commitdiff | raw | diff to current |
2008-07-19 |
Denis Vlasenko | libbb: config_read() update |
blob | commitdiff | raw | diff to current |
2008-07-19 |
Denis Vlasenko | libbb: updated config_parse() from Vladimir |
blob | commitdiff | raw | diff to current |
2008-07-17 |
Bernhard Reutner... | - fix segfault in nameif with mactab file |
blob | commitdiff | raw | diff to current |
2008-07-16 |
Denis Vlasenko | fix up callsites of config_read to check for >= 0 |
blob | commitdiff | raw | diff to current |
2008-07-16 |
Denis Vlasenko | update of config file parser from Vladimir |
blob | commitdiff | raw | diff to current |
2008-07-05 |
Denis Vlasenko | *: rename ATTRIBUTE_XXX to just XXX. |
blob | commitdiff | raw | diff to current |
2008-06-30 |
Denis Vlasenko | crond: use execlp instead of execl |
blob | commitdiff | raw | diff to current |
2008-06-30 |
Denis Vlasenko | sendmail: from Vladimir: |
blob | commitdiff | raw | diff to current |
2008-06-28 |
Denis Vlasenko | sendmail: another update from the maintainer |
blob | commitdiff | raw | diff to current |
2008-05-19 |
Bernhard Reutner... | - use EXIT_{SUCCESS,FAILURE}. No object-code changes |
blob | commitdiff | raw | diff to current |
2008-05-15 |
Denis Vlasenko | more of -Wall fixes from Cristian Ionescu-Idbohrn. |
blob | commitdiff | raw | diff to current |
2008-05-13 |
Denis Vlasenko | more -Wall warning fixes from Cristian Ionescu-Idbohrn. |
blob | commitdiff | raw | diff to current |
2008-04-07 |
Denis Vlasenko | crond: add handling of "MAILTO=user" lines |
blob | commitdiff | raw | diff to current |
2008-03-20 |
Denis Vlasenko | small NOMMU fixes |
blob | commitdiff | raw | diff to current |
2008-03-17 |
Denis Vlasenko | *: fix various kinds of damage to letter 'c' in Arkadiu... |
blob | commitdiff | raw | diff to current |
2008-03-17 |
Denis Vlasenko | *: add -Wunused-parameter; fix resulting breakage |
blob | commitdiff | raw | diff to current |
2008-03-12 |
Denis Vlasenko | crond: make it NOMMU-capable |
blob | commitdiff | raw | diff to current |
2008-02-17 |
Denis Vlasenko | libbb: introduce and use xrename and rename_or_warn. |
blob | commitdiff | raw | diff to current |
2008-01-27 |
Bernhard Reutner... | - fix conflicting decls of syslog related facilitynames... |
blob | commitdiff | raw | diff to current |
2008-01-24 |
Denis Vlasenko | crond: small code shrink and readability enhancements |
blob | commitdiff | raw | diff to current |
2008-01-02 |
Denis Vlasenko | libbb: introduce and use safe_waitpid (loops in EINTR) |
blob | commitdiff | raw | diff to current |
2007-10-11 |
Denis Vlasenko | add -fvisibility=hidden to CC flags, mark XXX_main... |
blob | commitdiff | raw | diff to current |
2007-08-19 |
Denis Vlasenko | crond: code shrink |
blob | commitdiff | raw | diff to current |
2007-08-19 |
Denis Vlasenko | libbb,crond,lash: fix getopt32 (don't know how it manag... |
blob | commitdiff | raw | diff to current |
2007-08-18 |
Denis Vlasenko | crond: don't start sendmail with absolute path |
blob | commitdiff | raw | diff to current |
2007-06-25 |
Denis Vlasenko | Consolidate ARRAY_SIZE macro; remove one unneeded globa... |
blob | commitdiff | raw | diff to current |
2007-05-26 |
Denis Vlasenko | usage.c: remove reference to busybox.h |
blob | commitdiff | raw | diff to current |
2007-04-11 |
Denis Vlasenko | bb_full_fd_action: remove potential xmalloc from NOFORK... |
blob | commitdiff | raw | diff to current |
2007-03-27 |
Denis Vlasenko | make pidfile writing configurable. |
blob | commitdiff | raw | diff to current |
2007-03-26 |
Denis Vlasenko | move everything to new NOMMU helpers, except udhcp |
blob | commitdiff | raw | diff to current |
2007-03-24 |
Denis Vlasenko | NOMMU re-exec trick shuld not depend on existence of... |
blob | commitdiff | raw | diff to current |
2007-02-03 |
Denis Vlasenko | suppress warnings about easch <applet>_main() having |
blob | commitdiff | raw | diff to current |
2007-01-03 |
Denis Vlasenko | convert calloc to xzalloc |
blob | commitdiff | raw | diff to current |
2006-11-18 |
Denis Vlasenko | rodata cleanup. "unable to" == "cannot". -300 bytes |
blob | commitdiff | raw | diff to current |
2006-10-26 |
Denis Vlasenko | remove bb_printf and the like |
blob | commitdiff | raw | diff to current |
2006-10-20 |
Denis Vlasenko | message string changes, mostly for consistency, also... |
blob | commitdiff | raw | diff to current |
2006-10-14 |
Denis Vlasenko | add open_read_close() and similar stuff |
blob | commitdiff | raw | diff to current |
2006-10-08 |
Denis Vlasenko | attempt to regularize atoi mess. |
blob | commitdiff | raw | diff to current |
2006-10-03 |
Denis Vlasenko | bb_applet_name -> applet_name |
blob | commitdiff | raw | diff to current |
2006-10-03 |
Denis Vlasenko | getopt_ulflags -> getopt32. |
blob | commitdiff | raw | diff to current |
2006-08-03 |
Rob Landley | Remove bb_ prefixes from xfuncs.c (and a few other... |
blob | commitdiff | raw | diff to current |
2006-06-03 |
Bernhard Reutner... | - move #include busybox.h to the very top so we pull... |
blob | commitdiff | raw | diff to current |
2006-05-31 |
Bernhard Reutner... | - s/defined(__uClinux__)/BB_NOMMU/ |
blob | commitdiff | raw | diff to current |
2006-05-21 |
Rob Landley | New version of nohup that's much smaller, less paranoid... |
blob | commitdiff | raw | diff to current |
2006-05-20 |
Bernhard Reutner... | - silence warning about no return in function returning... |
blob | commitdiff | raw | diff to current |
2006-04-16 |
Mike Frysinger | use more boiler plate GPL notices |
blob | commitdiff | raw | diff to current |
2006-04-12 |
Bernhard Reutner... | - patch from Denis Vlasenko to add and use bb_xchdir() |
blob | commitdiff | raw | diff to current |
2006-04-12 |
Bernhard Reutner... | - patch from Denis Vlasenko to add and use bb_xdaemon() |
blob | commitdiff | raw | diff to current |
2006-01-30 |
"Vladimir N. Oleynik" | removed warning "comparison between signed and unsigned... |
blob | commitdiff | raw | diff to current |
2005-09-05 |
"Vladimir N. Oleynik" | destroy bug [0000381] |
blob | commitdiff | raw | diff to current |
2005-09-05 |
"Vladimir N. Oleynik" | 1) bb_opt_complementaly -> bb_opt_complementally |
blob | commitdiff | raw | diff to current |
2005-09-01 |
Rob Landley | According to bug #63, crond is unhappy with crontab... |
blob | commitdiff | raw | diff to current |
2004-04-14 |
Eric Andersen | Larry Doolittle writes: |
blob | commitdiff | raw | diff to current |
2004-02-22 |
Glenn L McGrath | Fixup braces (patch from Thomas Geulig), run through... |
blob | commitdiff | raw | diff to current |
2003-12-23 |
Glenn L McGrath | Fix compile error, the indenting really needs to be... |
blob | commitdiff | raw | diff to current |
2003-12-15 |
Russ Dill | Get vfork_daemon_rexec working under uclinux |
blob | commitdiff | raw | diff to current |
2003-10-22 |
Eric Andersen | last_patch116 from vodz: |
blob | commitdiff | raw | diff to current |
2003-09-03 |
Glenn L McGrath | more crond+crontab integrating with loginutil libbb... |
blob | commitdiff | raw | diff to current |
2003-09-02 |
Glenn L McGrath | move all "-/bin/sh" "/bin/sh" and "sh" to libbb/message... |
blob | commitdiff | raw | diff to current |
2003-07-28 |
Eric Andersen | Avoid shadowing built-in function `log' |
blob | commitdiff | raw | diff to current |
2003-07-28 |
Eric Andersen | Fixup bugs in last patch |
blob | commitdiff | raw | diff to current |
2003-07-28 |
Eric Andersen | last_patch95 from vodz: |
blob | commitdiff | raw | diff to current |
2003-06-20 |
Eric Andersen | last_patch89 from vodz: |
blob | commitdiff | raw | diff to current |
2003-03-19 |
Manuel Novoa III | Major coreutils update. |
blob | commitdiff | raw | diff to current |
2002-10-22 |
Eric Andersen | mjn3 noticed that crond and crontab had #include <pwd... |
blob | commitdiff | raw | diff to current |
2002-10-22 |
Eric Andersen | last_patch63 from vodz: add in crond and crontab applets |
blob | commitdiff | raw | diff to current |
|