Age | Commit message (Expand) | Author |
2008-09-20 | init: set stderr to NONBLOCK | Denis Vlasenko |
2008-07-26 | fix several problems with config parser: | Denis Vlasenko |
2008-07-21 | libbb: [x]fopen_for_{read,write} introduced and used. | Denis Vlasenko |
2008-07-19 | libbb: config_read() update | Denis Vlasenko |
2008-07-19 | libbb: updated config_parse() from Vladimir | Denis Vlasenko |
2008-07-17 | - fix segfault in nameif with mactab file | Bernhard Reutner-Fischer |
2008-07-16 | fix up callsites of config_read to check for >= 0 | Denis Vlasenko |
2008-07-16 | update of config file parser from Vladimir | Denis Vlasenko |
2008-07-05 | *: rename ATTRIBUTE_XXX to just XXX. | Denis Vlasenko |
2008-06-30 | crond: use execlp instead of execl | Denis Vlasenko |
2008-06-30 | sendmail: from Vladimir: | Denis Vlasenko |
2008-06-28 | sendmail: another update from the maintainer | Denis Vlasenko |
2008-05-19 | - use EXIT_{SUCCESS,FAILURE}. No object-code changes | Bernhard Reutner-Fischer |
2008-05-15 | more of -Wall fixes from Cristian Ionescu-Idbohrn. | Denis Vlasenko |
2008-05-13 | more -Wall warning fixes from Cristian Ionescu-Idbohrn. | Denis Vlasenko |
2008-04-07 | crond: add handling of "MAILTO=user" lines | Denis Vlasenko |
2008-03-20 | small NOMMU fixes | 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-03-12 | crond: make it NOMMU-capable | Denis Vlasenko |
2008-02-17 | libbb: introduce and use xrename and rename_or_warn. | Denis Vlasenko |
2008-01-27 | - fix conflicting decls of syslog related facilitynames and prioritynames tables | Bernhard Reutner-Fischer |
2008-01-24 | crond: small code shrink and readability enhancements | Denis Vlasenko |
2008-01-02 | libbb: introduce and use safe_waitpid (loops in EINTR) | Denis Vlasenko |
2007-10-11 | add -fvisibility=hidden to CC flags, mark XXX_main functions | Denis Vlasenko |
2007-08-19 | crond: code shrink | Denis Vlasenko |
2007-08-19 | libbb,crond,lash: fix getopt32 (don't know how it managed to slip through) | Denis Vlasenko |
2007-08-18 | crond: don't start sendmail with absolute path | Denis Vlasenko |
2007-06-25 | Consolidate ARRAY_SIZE macro; remove one unneeded global var (walter harms <w... | Denis Vlasenko |
2007-05-26 | usage.c: remove reference to busybox.h | Denis Vlasenko |
2007-04-11 | bb_full_fd_action: remove potential xmalloc from NOFORK path | Denis Vlasenko |
2007-03-27 | make pidfile writing configurable. | Denis Vlasenko |
2007-03-26 | move everything to new NOMMU helpers, except udhcp | Denis Vlasenko |
2007-03-24 | NOMMU re-exec trick shuld not depend on existence of "don't daemonize" | Denis Vlasenko |
2007-02-03 | suppress warnings about easch <applet>_main() having | Denis Vlasenko |
2007-01-03 | convert calloc to xzalloc | Denis Vlasenko |
2006-11-18 | rodata cleanup. "unable to" == "cannot". -300 bytes | Denis Vlasenko |
2006-10-26 | remove bb_printf and the like | Denis Vlasenko |
2006-10-20 | message string changes, mostly for consistency, also -32 bytes in .rodata | Denis Vlasenko |
2006-10-14 | add open_read_close() and similar stuff | Denis Vlasenko |
2006-10-08 | attempt to regularize atoi mess. | Denis Vlasenko |
2006-10-03 | bb_applet_name -> applet_name | Denis Vlasenko |
2006-10-03 | getopt_ulflags -> getopt32. | Denis Vlasenko |
2006-08-03 | Remove bb_ prefixes from xfuncs.c (and a few other places), consolidate | Rob Landley |
2006-06-03 | - move #include busybox.h to the very top so we pull in the config | Bernhard Reutner-Fischer |
2006-05-31 | - s/defined(__uClinux__)/BB_NOMMU/ | Bernhard Reutner-Fischer |
2006-05-21 | New version of nohup that's much smaller, less paranoid, consistent, | Rob Landley |
2006-05-20 | - silence warning about no return in function returning non-void | Bernhard Reutner-Fischer |
2006-04-16 | use more boiler plate GPL notices | Mike Frysinger |
2006-04-12 | - patch from Denis Vlasenko to add and use bb_xchdir() | Bernhard Reutner-Fischer |