summaryrefslogtreecommitdiff
path: root/libbb/verror_msg.c
Commit message (Expand)AuthorAgeFilesLines
* libbb: reduce the overhead of single parameter bb_error_msg() callsJames Byrne2019-07-021-0/+15
* Optionally re-introduce bb_info_msg()James Byrne2019-04-301-2/+20
* libbb: speed up error_msg functionsDenys Vlasenko2016-04-031-4/+25
* Fix compile failuresDenys Vlasenko2014-05-021-0/+2
* libbb: make syslog level for bb_error_msg's configurable. use it in crondDenys Vlasenko2014-04-301-1/+2
* *: make GNU licensing statement forms more regularDenys Vlasenko2010-08-161-1/+1
* libbb: reduce number of *error_msg[_and_die].c files by fourDenys Vlasenko2010-07-041-3/+20
* Exclude syslog code if FEATURE_SYSLOG is not setNguyễn Thái Ngọc Duy2010-04-091-2/+7
* *: introduce and use ffulsh_all()Denys Vlasenko2009-11-021-3/+3
* libbb: prevent resursion on malloc failureDenys Vlasenko2009-08-011-16/+25
* *: introduce and use FAST_FUNC: regparm on i386, otherwise no-onDenis Vlasenko2008-06-271-2/+2
* - use STD*_FILENO some more. No object-code changesBernhard Reutner-Fischer2008-05-191-1/+1
* - fix conflicting decls of syslog related facilitynames and prioritynames tablesBernhard Reutner-Fischer2008-01-271-1/+1
* perror_nomsg: don't print extra colonDenis Vlasenko2007-12-221-2/+4
* httpd shring and logging update, part 1 or 7Denis Vlasenko2007-08-171-26/+100
* verror_msg: don't printf(NULL)Denis Vlasenko2007-05-291-3/+8
* random small shrinkage and elimination of staticsDenis Vlasenko2007-04-071-1/+1
* bb_applet_name -> applet_nameDenis Vlasenko2006-10-031-1/+1
* losetup: getopt_ulflags'ification + small fix for perror_nomsgDenis Vlasenko2006-09-221-1/+3
* - small trivia to be gentle to gcc-2.95.x which had no va_copy but only __va_...Bernhard Reutner-Fischer2006-09-121-5/+1
* getty, sulogin: convert to using bb_msg for syslog outputDenis Vlasenko2006-09-071-2/+3
* fix if (ENABLE_FEATURE_SYSLOG & (...)) - should be &&Denis Vlasenko2006-09-071-1/+1
* Add CONFIG_FEATURE_SYSLOG which controls whetherDenis Vlasenko2006-09-071-1/+1
* Implement optional syslog logging using ordinaryDenis Vlasenko2006-09-061-4/+30
* - 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-2/+2
* Major rework of the directory structure and the entire build system.Eric Andersen2001-10-241-7/+1
* Move applet_name declaration from busybox.h to libbb.h.Matt Kraai2001-04-241-2/+0
* Split error messages into separate files.Eric Andersen2001-03-191-0/+51