aboutsummaryrefslogtreecommitdiff
path: root/libbb/verror_msg.c
AgeCommit message (Expand)Author
2019-07-02libbb: reduce the overhead of single parameter bb_error_msg() callsJames Byrne
2019-04-30Optionally re-introduce bb_info_msg()James Byrne
2016-04-03libbb: speed up error_msg functionsDenys Vlasenko
2014-05-02Fix compile failuresDenys Vlasenko
2014-04-30libbb: make syslog level for bb_error_msg's configurable. use it in crondDenys Vlasenko
2010-08-16*: make GNU licensing statement forms more regularDenys Vlasenko
2010-07-04libbb: reduce number of *error_msg[_and_die].c files by fourDenys Vlasenko
2010-04-09Exclude syslog code if FEATURE_SYSLOG is not setNguyễn Thái Ngọc Duy
2009-11-02*: introduce and use ffulsh_all()Denys Vlasenko
2009-08-01libbb: prevent resursion on malloc failureDenys Vlasenko
2008-06-27*: introduce and use FAST_FUNC: regparm on i386, otherwise no-onDenis Vlasenko
2008-05-19- use STD*_FILENO some more. No object-code changesBernhard Reutner-Fischer
2008-01-27- fix conflicting decls of syslog related facilitynames and prioritynames tablesBernhard Reutner-Fischer
2007-12-22perror_nomsg: don't print extra colonDenis Vlasenko
2007-08-17httpd shring and logging update, part 1 or 7Denis Vlasenko
2007-05-29verror_msg: don't printf(NULL)Denis Vlasenko
2007-04-07random small shrinkage and elimination of staticsDenis Vlasenko
2006-10-03bb_applet_name -> applet_nameDenis Vlasenko
2006-09-22losetup: getopt_ulflags'ification + small fix for perror_nomsgDenis Vlasenko
2006-09-12- small trivia to be gentle to gcc-2.95.x which had no va_copy but only __va_...Bernhard Reutner-Fischer
2006-09-07getty, sulogin: convert to using bb_msg for syslog outputDenis Vlasenko
2006-09-07fix if (ENABLE_FEATURE_SYSLOG & (...)) - should be &&Denis Vlasenko
2006-09-07Add CONFIG_FEATURE_SYSLOG which controls whetherDenis Vlasenko
2006-09-06Implement optional syslog logging using ordinaryDenis Vlasenko
2006-05-19- remove emacs layout block as suggested by Robert P.J. DayBernhard Reutner-Fischer
2006-03-06Robert P. Day removed 8 gazillion occurrences of "extern" on functionRob Landley
2004-03-15Remove trailing whitespace. Update copyright to include 2004.Eric Andersen
2003-07-14Update a bunch of docs. Run a script to update my email addr.Eric Andersen
2003-03-19Major coreutils update.Manuel Novoa III
2001-10-24Major rework of the directory structure and the entire build system.Eric Andersen
2001-04-24Move applet_name declaration from busybox.h to libbb.h.Matt Kraai
2001-03-19Split error messages into separate files.Eric Andersen