summaryrefslogtreecommitdiff
AgeCommit messageAuthorFilesLines
2016-04-03libbb: speed up error_msg functionsDenys Vlasenko1-4/+25
2014-05-02Fix compile failuresDenys Vlasenko2-1/+3
2014-04-30libbb: make syslog level for bb_error_msg's configurable. use it in crondDenys Vlasenko3-16/+11
2010-08-16*: make GNU licensing statement forms more regularDenys Vlasenko570-630/+628
2010-07-04libbb: reduce number of *error_msg[_and_die].c files by fourDenys Vlasenko8-94/+46
2010-04-09Exclude syslog code if FEATURE_SYSLOG is not setNguyễn Thái Ngọc Duy2-5/+16
2009-11-02*: introduce and use ffulsh_all()Denys Vlasenko49-96/+84
2009-08-01libbb: prevent resursion on malloc failureDenys Vlasenko1-16/+25
2008-06-27*: introduce and use FAST_FUNC: regparm on i386, otherwise no-onDenis Vlasenko176-841/+847
2008-05-19- use STD*_FILENO some more. No object-code changesBernhard Reutner-Fischer21-59/+59
2008-01-27- fix conflicting decls of syslog related facilitynames and prioritynames tablesBernhard Reutner-Fischer17-51/+42
2007-12-22perror_nomsg: don't print extra colonDenis Vlasenko3-6/+8
2007-08-17httpd shring and logging update, part 1 or 7Denis Vlasenko2-28/+102
2007-05-29verror_msg: don't printf(NULL)Denis Vlasenko1-3/+8
2007-04-07random small shrinkage and elimination of staticsDenis Vlasenko4-7/+8
2006-10-03bb_applet_name -> applet_nameDenis Vlasenko45-69/+71
2006-09-22losetup: getopt_ulflags'ification + small fix for perror_nomsgDenis Vlasenko2-34/+38
2006-09-12- small trivia to be gentle to gcc-2.95.x which had no va_copy but only __va_...Bernhard Reutner-Fischer5-19/+10
2006-09-07getty, sulogin: convert to using bb_msg for syslog outputDenis Vlasenko14-114/+96
2006-09-07fix if (ENABLE_FEATURE_SYSLOG & (...)) - should be &&Denis Vlasenko2-2/+2
2006-09-07Add CONFIG_FEATURE_SYSLOG which controls whetherDenis Vlasenko9-12/+26
2006-09-06Implement optional syslog logging using ordinaryDenis Vlasenko39-366/+296
2006-05-19- remove emacs layout block as suggested by Robert P.J. DayBernhard Reutner-Fischer57-980/+46
2006-03-06Robert P. Day removed 8 gazillion occurrences of "extern" on functionRob Landley168-199/+199
2004-03-15Remove trailing whitespace. Update copyright to include 2004.Eric Andersen374-2053/+2050
2003-07-14Update a bunch of docs. Run a script to update my email addr.Eric Andersen169-380/+298
2003-03-19Major coreutils update.Manuel Novoa III 295-5916/+6670
2001-10-24Major rework of the directory structure and the entire build system.Eric Andersen362-75864/+8827
2001-04-24Move applet_name declaration from busybox.h to libbb.h.Matt Kraai7-9/+5
2001-03-19Split error messages into separate files.Eric Andersen10-53/+285