aboutsummaryrefslogtreecommitdiff
path: root/libbb/error_msg_and_die.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* *: introduce and use FAST_FUNC: regparm on i386, otherwise no-onDenis Vlasenko2008-06-271-1/+1
* shells: do not frocibly enable test, echo and kill _applets_,Denis Vlasenko2008-04-011-27/+0
* hush: fix handling of unmatched ${name (without closing '}') -Denis Vlasenko2007-05-241-3/+3
* hush: begin fixing non-functional job controlDenis Vlasenko2007-04-211-2/+4
* Rename two config options:Denis Vlasenko2007-04-101-2/+2
* make a few struct bb_applet members conditionalDenis Vlasenko2007-04-101-5/+16
* make xfunctions optionally longjump instead of exit.Denis Vlasenko2007-04-091-5/+6
* convert calloc to xzallocDenis Vlasenko2007-01-031-3/+8
* rename bb_default_error_retval -> xfunc_error_retvalDenis Vlasenko2006-10-031-1/+1
* getty, sulogin: convert to using bb_msg for syslog outputDenis Vlasenko2006-09-071-0/+4
* Implement optional syslog logging using ordinaryDenis Vlasenko2006-09-061-2/+1
* - remove emacs layout block as suggested by Robert P.J. DayBernhard Reutner-Fischer2006-05-191-23/+1
* Robert P. Day removed 8 gazillion occurrences of "extern" on functionRob Landley2006-03-061-1/+1
* Remove trailing whitespace. Update copyright to include 2004.Eric Andersen2004-03-151-1/+1
* Update a bunch of docs. Run a script to update my email addr.Eric Andersen2003-07-141-1/+1
* Major coreutils update.Manuel Novoa III2003-03-191-3/+3
* Major rework of the directory structure and the entire build system.Eric Andersen2001-10-241-7/+1
* Split error messages into separate files.Eric Andersen2001-03-191-0/+53