- 5b3cbe3 config: more tweaking of help texts by Denys Vlasenko · 7 years ago
- bbf17bb crond: do not assume setenv() does not leak by Denys Vlasenko · 7 years ago
- c9e7843 crond: allow $SHELL and starting user's shell override DEFAULT_SHELL. Closes 6458 by Denys Vlasenko · 7 years ago
- 72089cf config: deindent all help texts by Denys Vlasenko · 7 years ago
- 4eed2c6 Update menuconfig items with approximate applet sizes by Denys Vlasenko · 7 years ago
- d18b200 crond: code shrink by Denys Vlasenko · 7 years ago
- 0b3b65f crond: move misplaced comment by Denys Vlasenko · 7 years ago
- 75fbea3 crond: support @daily etc by Denys Vlasenko · 7 years ago
- f3d705f make --help texts smaller by Denys Vlasenko · 8 years ago
- 47cfbf3 *: add most of the required setup_common_bufsiz() calls by Denys Vlasenko · 9 years ago
- e6a2f4c libbb: make bb_common_bufsiz1 1 kbyte, add capability to use bss tail for it by Denys Vlasenko · 9 years ago
- 8dff01d libbb: introduce and use is_prefixed_with() by Denys Vlasenko · 10 years ago
- 43b8a1c crond: implement "SHELL=prog" in crontab. Export LOGNAME as POSIX wants by Denys Vlasenko · 11 years ago
- d5929d6 crond: simplify logging code by Denys Vlasenko · 11 years ago
- 3dfe0ae libbb: make syslog level for bb_error_msg's configurable. use it in crond by Denys Vlasenko · 11 years ago
- 01a1a96 crond: tweak help text, make course less cryptic by Denys Vlasenko · 11 years ago
- 12677ac CONFIG_PID_FILE_PATH: new configuration option for pidfile paths by Anthony G. Basile · 12 years ago
- 8c84f75 crond: fix the case when option -d is disabled by Denys Vlasenko · 13 years ago
- 5bc8c00 move remaining help text from include/usage.src.h by Pere Orga · 14 years ago
- e4dcba1 *: whitespace fixes by Denys Vlasenko · 14 years ago
- bec5888 *: s/open3_or_warn/open_or_warn/ where makes sense by Denys Vlasenko · 14 years ago
- 0ef64bd *: make GNU licensing statement forms more regular by Denys Vlasenko · 14 years ago
- f3ea792 *: mass cosmetic removal of extra empty lines. no code changes by Denys Vlasenko · 14 years ago
- 69d69e2 crond: mention other cronds' behavior in comment. no code changes by Denys Vlasenko · 14 years ago
- 1f0ab1d crond: code shrink by Denys Vlasenko · 14 years ago
- 45963c8 crond: rename HumpBack names. Note two TODOs/FIXMEs by Denys Vlasenko · 14 years ago
- dfc870f crond: check mtime on crontab dir every minute, and reread if changed by Denys Vlasenko · 14 years ago
- 4a09aef crond: reorder functions to follow usual order: "main last" by Denys Vlasenko · 14 years ago
- d3c2b71 crond: code shrink by Denys Vlasenko · 14 years ago
- dd8adde *: introduce and use bb_unsetenv_and_free by Denys Vlasenko · 14 years ago
- 19ced5c pipe_progress: make it independent of printf machinery by Denys Vlasenko · 15 years ago
- ca228fb reuse a few strings by Bernhard Reutner-Fischer · 15 years ago
- 98a4c7c *: suppress ~60% of "aliased warnings" on gcc-4.4.1 by Denys Vlasenko · 15 years ago
- dc698bb *: make it easier to distinquish "struct tm", pointer to one, etc by Denys Vlasenko · 15 years ago
- 78fcec4 crond: do not log info messages at LOG_ERR. Closes bug 681. +62 bytes. by Denys Vlasenko · 15 years ago
- 6331cf0 *: use "can't" instead of "cannot" by Denys Vlasenko · 15 years ago
- b618dba sendmail: accept -i too, not only -oi by Vladimir Dronnikov · 15 years ago
- 1f27ab0 *: optimize code size in strtoul calls by Denys Vlasenko · 15 years ago
- 5e34ff2 *: mass renaming of USE_XXXX to IF_XXXX by Denis Vlasenko · 16 years ago
- 551ffdc more of pointless whitespace fixes by Denis Vlasenko · 16 years ago
- a19e649 docs/logging_and_backgrounding.txt: new mini-doc by Denis Vlasenko · 16 years ago
- f09f4e0 runsv: small optimization *: more paranoia around passing NULL to execl[e] by Denis Vlasenko · 16 years ago
- ded5dfe crond,crontab: make cron directory location configurable by Denis Vlasenko · 16 years ago
- 76ddc2e libbb: add bb_unsetenv (taken from hush). by Denis Vlasenko · 16 years ago
- 3f70b87 clarify which version of crond is known to put tasks in separate pgrps by Denis Vlasenko · 16 years ago
- 6ebb2f5 crond: use bb_setpgrp, not setpgrp platform.h: make a bit more readable by Denis Vlasenko · 16 years ago
- b6ddee2 crond: put tasks in separate process groups by Denis Vlasenko · 16 years ago
- 35a064b build system: tidying up CONFIG_xxx names (suggested by Rob) by Denis Vlasenko · 16 years ago
- b8d1a4c init: set stderr to NONBLOCK *: s/setenv(a,b,1)/xsetenv(a,b)/ by Denis Vlasenko · 16 years ago
- 084266e fix several problems with config parser: by Denis Vlasenko · 16 years ago
- 5415c85 libbb: [x]fopen_for_{read,write} introduced and used. (by Valdimir) by Denis Vlasenko · 16 years ago
- dcb3fcb libbb: config_read() update by Denis Vlasenko · 16 years ago
- 2e157dd libbb: updated config_parse() from Vladimir by Denis Vlasenko · 16 years ago
- 6792128 - fix segfault in nameif with mactab file (by fixing and shrink config parser) by Bernhard Reutner-Fischer · 16 years ago
- fb1642f fix up callsites of config_read to check for >= 0 by Denis Vlasenko · 16 years ago
- c01340f update of config file parser from Vladimir by Denis Vlasenko · 16 years ago
- a60f84e *: rename ATTRIBUTE_XXX to just XXX. by Denis Vlasenko · 16 years ago
- 0a65692 crond: use execlp instead of execl by Denis Vlasenko · 16 years ago
- c94d356 sendmail: from Vladimir: by Denis Vlasenko · 16 years ago
- 6ea75e2 sendmail: another update from the maintainer by Denis Vlasenko · 16 years ago
- 636a1f8 - use EXIT_{SUCCESS,FAILURE}. No object-code changes by Bernhard Reutner-Fischer · 17 years ago
- 6b06cb8 more of -Wall fixes from Cristian Ionescu-Idbohrn. Some are fixing real bugs. by Denis Vlasenko · 17 years ago
- 77ad97f more -Wall warning fixes from Cristian Ionescu-Idbohrn. by Denis Vlasenko · 17 years ago
- 6fa1ba3 crond: add handling of "MAILTO=user" lines by Denis Vlasenko · 17 years ago
- c52248e small NOMMU fixes by Denis Vlasenko · 17 years ago
- b44c790 *: fix various kinds of damage to letter 'c' in Arkadiusz Mickiewicz' surname. by Denis Vlasenko · 17 years ago
- 68404f1 *: add -Wunused-parameter; fix resulting breakage by Denis Vlasenko · 17 years ago
- 4e6c812 crond: make it NOMMU-capable by Denis Vlasenko · 17 years ago
- cb448fe libbb: introduce and use xrename and rename_or_warn. by Denis Vlasenko · 17 years ago
- f470196 - fix conflicting decls of syslog related facilitynames and prioritynames tables by Bernhard Reutner-Fischer · 17 years ago
- 314820e crond: small code shrink and readability enhancements by Denis Vlasenko · 17 years ago
- fb0eba7 libbb: introduce and use safe_waitpid (loops in EINTR) by Denis Vlasenko · 17 years ago
- 9b49a5e add -fvisibility=hidden to CC flags, mark XXX_main functions by Denis Vlasenko · 17 years ago
- f9000c5 crond: code shrink by Denis Vlasenko · 17 years ago
- d37f222 libbb,crond,lash: fix getopt32 (don't know how it managed to slip through) by Denis Vlasenko · 17 years ago
- b9c02dd crond: don't start sendmail with absolute path by Denis Vlasenko · 17 years ago
- 80b8b39 Consolidate ARRAY_SIZE macro; remove one unneeded global var (walter harms <wharms@bfs.de>) by Denis Vlasenko · 17 years ago
- b6adbf1 usage.c: remove reference to busybox.h by Denis Vlasenko · 18 years ago
- 50f7f44 bb_full_fd_action: remove potential xmalloc from NOFORK path by Denis Vlasenko · 18 years ago
- 10457b9 make pidfile writing configurable. [ui]toa_to_buf: change API. No users yet. by Denis Vlasenko · 18 years ago
- 5a14202 move everything to new NOMMU helpers, except udhcp by Denis Vlasenko · 18 years ago
- 9067f13 NOMMU re-exec trick shuld not depend on existence of "don't daemonize" by Denis Vlasenko · 18 years ago
- 06af216 suppress warnings about easch <applet>_main() having no preceding prototype by Denis Vlasenko · 18 years ago
- 9b1381f convert calloc to xzalloc fix sleep-on-die option by Denis Vlasenko · 18 years ago
- 89f0b34 rodata cleanup. "unable to" == "cannot". -300 bytes by Denis Vlasenko · 18 years ago
- f0ed376 remove bb_printf and the like by Denis Vlasenko · 18 years ago
- e1a0d48 message string changes, mostly for consistency, also -32 bytes in .rodata by Denis Vlasenko · 18 years ago
- ea62077 add open_read_close() and similar stuff by Denis Vlasenko · 18 years ago
- 1385899 attempt to regularize atoi mess. by Denis Vlasenko · 18 years ago
- 8f8f268 bb_applet_name -> applet_name by Denis Vlasenko · 18 years ago
- 67b23e6 getopt_ulflags -> getopt32. by Denis Vlasenko · 18 years ago
- d921b2e Remove bb_ prefixes from xfuncs.c (and a few other places), consolidate by Rob Landley · 18 years ago
- c89982d - move #include busybox.h to the very top so we pull in the config by Bernhard Reutner-Fischer · 19 years ago
- c418d48 - s/defined(__uClinux__)/BB_NOMMU/ by Bernhard Reutner-Fischer · 19 years ago
- c020f5f New version of nohup that's much smaller, less paranoid, consistent, by Rob Landley · 19 years ago
- ef21629 - silence warning about no return in function returning non-void by Bernhard Reutner-Fischer · 19 years ago
- f284c76 use more boiler plate GPL notices by Mike Frysinger · 19 years ago
- d9cf7ac - patch from Denis Vlasenko to add and use bb_xchdir() by Bernhard Reutner-Fischer · 19 years ago
- 2c99851 - patch from Denis Vlasenko to add and use bb_xdaemon() by Bernhard Reutner-Fischer · 19 years ago
- cd5c15d removed warning "comparison between signed and unsigned". Change very very old code: use int instead short by "Vladimir N. Oleynik" · 19 years ago