aboutsummaryrefslogtreecommitdiff
path: root/libbb/verror_msg.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* adapt it to be buildableNguyễn Thái Ngọc Duy2009-04-231-0/+4
* verror_msg: don't printf(NULL)vda2007-05-291-3/+8
* random small shrinkage and elimination of staticsvda2007-04-071-1/+1
* bb_applet_name -> applet_namevda2006-10-031-1/+1
* losetup: getopt_ulflags'ification + small fix for perror_nomsgvda2006-09-221-1/+3
* - small trivia to be gentle to gcc-2.95.x which had no va_copy but only __va_...aldot2006-09-121-5/+1
* getty, sulogin: convert to using bb_msg for syslog outputvda2006-09-071-2/+3
* fix if (ENABLE_FEATURE_SYSLOG & (...)) - should be &&vda2006-09-071-1/+1
* Add CONFIG_FEATURE_SYSLOG which controls whethervda2006-09-071-1/+1
* Implement optional syslog logging using ordinaryvda2006-09-061-4/+30
* - remove emacs layout block as suggested by Robert P.J. Dayaldot2006-05-191-23/+1
* Robert P. Day removed 8 gazillion occurrences of "extern" on functionlandley2006-03-061-1/+1
* Remove trailing whitespace. Update copyright to include 2004.andersen2004-03-151-1/+1
* Update a bunch of docs. Run a script to update my email addr.andersen2003-07-141-1/+1
* Major coreutils update.mjn32003-03-191-2/+2
* Major rework of the directory structure and the entire build system.andersen2001-10-241-7/+1
* Move applet_name declaration from busybox.h to libbb.h.kraai2001-04-241-2/+0
* Split error messages into separate files.andersen2001-03-191-0/+51