Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-06-15 | ssp: rework, sync messages with the ones in glibc | Peter S. Mazinger | |
Touch signals only if DODEBUG is enabled. Make the signal selection dependent on DODEBUG, as last resort use SIGKILL. Use internal functions with less arguments, some savings. Fix a warning about unused argument. Do not use openlog/closelog, while there remove their hidden versions. Signed-off-by: Peter S. Mazinger <ps.m@gmx.net> Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | |||
2012-06-15 | syslog.c: no need for hidden vsyslog, use a static __vsyslog instead | Peter S. Mazinger | |
It is only used within the same file. Guard the visible version according to header. Signed-off-by: Peter S. Mazinger <ps.m@gmx.net> Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | |||
2008-11-20 | Last portion of libc_hidden_proto removal. | Denis Vlasenko | |
Appears to build fine (several .configs tried) | |||
2008-06-06 | Heed a warning: "string" was assigned to char*, changing that to const char* | Denis Vlasenko | |
2007-07-14 | syslog.h: allow prioritynames[]/facilitynames[] to be defined const | Denis Vlasenko | |
(selectable by #defining SYSLOG_NAMES_CONST) | |||
2006-05-06 | sync with glibc | Mike Frysinger | |
2005-11-04 | Sync up w/ glibc | Peter S. Mazinger | |
2001-09-27 | Rev all the header files to sync things with glibc 2.2.4 | Eric Andersen | |
2001-02-21 | Add an SH port done by Jean-Yves Avenard of Hewlett-Packard - Embedded | Eric Andersen | |
and Personal Systems. Thanks! -Erik | |||
2001-02-03 | Bring into sync with a fairly current glibc header file. | Eric Andersen | |
-Erik | |||
2001-01-15 | Makeheader files be more like GNU | Eric Andersen | |
2000-05-14 | Initial revision | Erik Andersen | |