Gitiles
Code Review
Sign In
gerrit.nordix.org
/
codeaurora
/
busybox
/
254e47372f77ea1070be6dbb44b5c45770115a07
/
libbb
/
verror_msg.c
46b4946
libbb: speed up error_msg functions
by Denys Vlasenko
· 9 years ago
fe33683
Fix compile failures
by Denys Vlasenko
· 11 years ago
3dfe0ae
libbb: make syslog level for bb_error_msg's configurable. use it in crond
by Denys Vlasenko
· 11 years ago
0ef64bd
*: make GNU licensing statement forms more regular
by Denys Vlasenko
· 14 years ago
7e1bb4b
libbb: reduce number of *error_msg[_and_die].c files by four
by Denys Vlasenko
· 14 years ago
125d015
Exclude syslog code if FEATURE_SYSLOG is not set
by Nguyễn Thái Ngọc Duy
· 15 years ago
8131eea
*: introduce and use ffulsh_all()
by Denys Vlasenko
· 15 years ago
e2944af
libbb: prevent resursion on malloc failure
by Denys Vlasenko
· 15 years ago
defc1ea
*: introduce and use FAST_FUNC: regparm on i386, otherwise no-on
by Denis Vlasenko
· 16 years ago
5e25ddb
- use STD*_FILENO some more. No object-code changes
by Bernhard Reutner-Fischer
· 17 years ago
f470196
- fix conflicting decls of syslog related facilitynames and prioritynames tables
by Bernhard Reutner-Fischer
· 17 years ago
94e3365
perror_nomsg: don't print extra colon
by Denis Vlasenko
· 17 years ago
1b97efd
httpd shring and logging update, part 1 or 7
by Denis Vlasenko
· 17 years ago
4ef7d3a
verror_msg: don't printf(NULL)
by Denis Vlasenko
· 18 years ago
04c99eb
random small shrinkage and elimination of statics
by Denis Vlasenko
· 18 years ago
8f8f268
bb_applet_name -> applet_name
by Denis Vlasenko
· 18 years ago
27ee7ba
losetup: getopt_ulflags'ification + small fix for perror_nomsg
by Denis Vlasenko
· 18 years ago
b5f50ea
- small trivia to be gentle to gcc-2.95.x which had no va_copy but only __va_copy.
by Bernhard Reutner-Fischer
· 18 years ago
a980165
getty, sulogin: convert to using bb_msg for syslog output
by Denis Vlasenko
· 18 years ago
b750dec
fix if (ENABLE_FEATURE_SYSLOG & (...)) - should be &&
by Denis Vlasenko
· 18 years ago
049d6b8
Add CONFIG_FEATURE_SYSLOG which controls whether
by Denis Vlasenko
· 18 years ago
3538b9a
Implement optional syslog logging using ordinary
by Denis Vlasenko
· 18 years ago
b1629b1
- remove emacs layout block as suggested by Robert P.J. Day
by Bernhard Reutner-Fischer
· 19 years ago
dfba741
Robert P. Day removed 8 gazillion occurrences of "extern" on function
by Rob Landley
· 19 years ago
c7bda1c
Remove trailing whitespace. Update copyright to include 2004.
by Eric Andersen
· 21 years ago
cb81e64
Update a bunch of docs. Run a script to update my email addr.
by Eric Andersen
· 21 years ago
cad5364
Major coreutils update.
by Manuel Novoa III
· 22 years ago
bdfd0d7
Major rework of the directory structure and the entire build system. -Erik
by Eric Andersen
· 23 years ago
9ff9325
Move applet_name declaration from busybox.h to libbb.h.
by Matt Kraai
· 24 years ago
b183dfa
Split error messages into separate files.
by Eric Andersen
· 24 years ago