summaryrefslogtreecommitdiff
path: root/misc/syslog.c
Commit message (Expand)AuthorAgeFilesLines
* syslog: Remove extra whitespace between timestamp and message (BZ#29544)Adhemerval Zanella2022-09-051-1/+1
* syslog: Fix large messages (BZ#29536)Adhemerval Zanella2022-08-301-7/+11
* misc: Use 64 bit time_t interfaces on syslogAdhemerval Zanella2022-04-151-8/+27
* misc: syslog: Use fixed-sized buffer and remove memstreamAdhemerval Zanella2022-04-151-34/+52
* misc: syslog: Simplify implementationAdhemerval Zanella2022-04-151-69/+26
* misc: syslog: Fix indentation and styleAdhemerval Zanella2022-04-151-251/+234
* misc: syslog: Use static const for AF_UNIX addressAdhemerval Zanella2021-04-151-5/+6
* misc: syslog: Use CLOC_EXEC with _PATH_CONSOLE (BZ #17145)Adhemerval Zanella2021-04-151-1/+2
* misc: syslog: Assume MSG_NOSIGNAL support (BZ #17144)Adhemerval Zanella2021-04-151-45/+4
* misc: syslog: Use bool for connectedAdhemerval Zanella2021-04-151-3/+3
* misc: syslog: Fix calls to openlog() with LOG_KERN facility (BZ #3604)Dan Raymond2021-04-131-3/+3
* Correct locking and cancellation cleanup in syslog functions (bug 26100)Andreas Schwab2020-08-181-16/+28
* Change most internal uses of time to __clock_gettime.Adhemerval Zanella2019-10-301-1/+1
* Don't use the argument to time.Zack Weinberg2019-08-211-1/+1
* Add __vsyslog_internal, with same flags as __v*printf_internal.Zack Weinberg2018-12-051-17/+19
* Fix -Os putc_unlocked, fputc_unlocked linknamespace, localplt issues (bug 151...Joseph Myers2018-02-211-2/+2
* misc: Remove internal_function function attributeFlorian Weimer2017-08-311-2/+1
* Assume that SOCK_CLOEXEC is available and worksFlorian Weimer2015-10-171-30/+3
* Convert 703 function definitions to prototype style.Joseph Myers2015-10-161-2/+1
* Move bits/libc-lock.h and bits/libc-lockP.h out of bits/ (bug 14912).Joseph Myers2015-09-081-1/+1
* Fix syslog dprintf namespace (bug 18534).Joseph Myers2015-06-171-1/+1
* Fix vsyslog namespace (bug 18533).Joseph Myers2015-06-171-1/+1
* Fix syslog fputs_unlocked namespace (bug 18530).Joseph Myers2015-06-121-1/+1
* Fix open_memstream namespace (bug 18498).Joseph Myers2015-06-051-1/+1
* Use (void) in no-arguments function definitions.Joseph Myers2013-06-081-2/+2
* Avoid use of "register" as optimization hint.Joseph Myers2013-06-071-1/+1
* Remove use of INTDEF/INTUSE in libioAndreas Schwab2012-05-241-1/+1
* Hurd: #include <kernel-features.h>Thomas Schwinge2012-05-101-0/+2
* Remove miscellaneous __STDC__ conditionals.Joseph Myers2012-01-301-4/+0
* Quash some new warnings from GCC 4.6.Roland McGrath2011-06-101-2/+2
* * misc/syslog.c (openlog_internal): Fix __have_sock_cloexecUlrich Drepper2008-10-221-3/+4
* (openlog_internal): Fix compile problem.Ulrich Drepper2008-07-301-1/+1
* * misc/syslog.c (openlog_internal): Use SOCK_CLOEXEC if possible.Ulrich Drepper2008-07-261-3/+28
* * math/math.h [__NO_LONG_DOUBLE_MATH] (__nldbl_nexttowardf): NewRoland McGrath2006-01-141-7/+8
* [BZ #1499]Ulrich Drepper2005-12-231-4/+5
* * locale/xlocale.c (_nl_C_locobj): Mark as const.Ulrich Drepper2005-12-211-1/+1
* Moved to csu/errno-loc.c.Ulrich Drepper2005-12-141-0/+438
* Moved to sysdeps/generic.Ulrich Drepper2005-01-241-414/+0
* (CFLAGS-tst-align.c): Add -mpreferred-stack-boundary=4.Ulrich Drepper2004-12-221-52/+26
* 2.5-18.1Jakub Jelinek2007-07-121-26/+52
* Update.Ulrich Drepper2004-11-201-10/+4
* [BZ #365]Ulrich Drepper2004-09-121-1/+1
* [BZ #108]Ulrich Drepper2004-08-091-6/+8
* Update.Ulrich Drepper2004-04-161-2/+3
* Update.Ulrich Drepper2003-09-251-4/+6
* Update.Ulrich Drepper2003-07-151-52/+49
* Update.Ulrich Drepper2002-12-131-3/+3
* (log_cleanup): New function. (openlog): Use log_cleanup instead of __libc_mut...Ulrich Drepper2002-12-061-6/+9
* * locale/programs/ld-ctype.c (ctype_read): When given a repertoireRoland McGrath2002-08-261-0/+8
* * include/sys/syslog.h: Use libc_hidden_proto for syslog, vsyslog.Roland McGrath2002-08-031-0/+2