Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | hush: fix handling of unmatched ${name (without closing '}') - | Denis Vlasenko | 2007-05-24 | 1 | -3/+3 |
| | | | | | | | was eating all remaining input, potentially megabytes. nofork: save/restore die_jmp too nofork: use -2222 instead of -111 as "special" return valur for zero (-111 is used by some applets. -2222 won't fit in exitcode and thus safer) | ||||
* | hush: begin fixing non-functional job control | Denis Vlasenko | 2007-04-21 | 1 | -2/+4 |
| | |||||
* | Rename two config options: | Denis Vlasenko | 2007-04-10 | 1 | -2/+2 |
| | | | | | | | FEATURE_SH_STANDALONE_SHELL => FEATURE_SH_STANDALONE FEATURE_EXEC_PREFER_APPLETS => FEATURE_PREFER_APPLETS Make SH_STANDALONE depend on PREFER_APPLETS. getopt.c: more randomconfig-induced fixes | ||||
* | make a few struct bb_applet members conditional | Denis Vlasenko | 2007-04-10 | 1 | -5/+16 |
| | | | | | | rename sllep_and_die -> xfunc_die make fflush_stdout_and_exit NOFORK-safe fix some buglets found by randomconfig | ||||
* | make xfunctions optionally longjump instead of exit. | Denis Vlasenko | 2007-04-09 | 1 | -5/+6 |
| | | | | | use it for making NOFORK more practical. touch: make it a NOFORK applet | ||||
* | convert calloc to xzalloc | Denis Vlasenko | 2007-01-03 | 1 | -3/+8 |
| | | | | fix sleep-on-die option | ||||
* | rename bb_default_error_retval -> xfunc_error_retval | Denis Vlasenko | 2006-10-03 | 1 | -1/+1 |
| | |||||
* | getty, sulogin: convert to using bb_msg for syslog output | Denis Vlasenko | 2006-09-07 | 1 | -0/+4 |
| | |||||
* | Implement optional syslog logging using ordinary | Denis Vlasenko | 2006-09-06 | 1 | -2/+1 |
| | | | | | | bb_xx_msg calls, and convert networking/* to it. The rest of bbox will be converted gradually. | ||||
* | - remove emacs layout block as suggested by Robert P.J. Day | Bernhard Reutner-Fischer | 2006-05-19 | 1 | -23/+1 |
| | | | | - use shorter boilerplate while at it | ||||
* | Robert P. Day removed 8 gazillion occurrences of "extern" on function | Rob Landley | 2006-03-06 | 1 | -1/+1 |
| | | | | definitions. (That should only be on prototypes.) | ||||
* | Remove trailing whitespace. Update copyright to include 2004. | Eric Andersen | 2004-03-15 | 1 | -1/+1 |
| | |||||
* | Update a bunch of docs. Run a script to update my email addr. | Eric Andersen | 2003-07-14 | 1 | -1/+1 |
| | |||||
* | Major coreutils update. | Manuel Novoa III | 2003-03-19 | 1 | -3/+3 |
| | |||||
* | Major rework of the directory structure and the entire build system. | Eric Andersen | 2001-10-24 | 1 | -7/+1 |
| | | | | -Erik | ||||
* | Split error messages into separate files. | Eric Andersen | 2001-03-19 | 1 | -0/+53 |
Update libbb.h, per suggestion from Vladimir, to include __attribute__((format (printf ...))) stuff -Erik |