aboutsummaryrefslogtreecommitdiff
path: root/misc/syslog.c
AgeCommit message (Expand)Author
2024-01-30syslog: Fix integer overflow in __vsyslog_internal (CVE-2023-6780)Arjun Shankar
2024-01-30syslog: Fix heap buffer overflow in __vsyslog_internal (CVE-2023-6779)Arjun Shankar
2024-01-30syslog: Fix heap buffer overflow in __vsyslog_internal (CVE-2023-6246)Arjun Shankar
2023-07-05misc/bits/syslog.h: Clearly separate declaration from definitionFrédéric Bérat
2022-09-05syslog: Remove extra whitespace between timestamp and message (BZ#29544)Adhemerval Zanella
2022-08-30syslog: Fix large messages (BZ#29536)Adhemerval Zanella
2022-04-15misc: Use 64 bit time_t interfaces on syslogAdhemerval Zanella
2022-04-15misc: syslog: Use fixed-sized buffer and remove memstreamAdhemerval Zanella
2022-04-15misc: syslog: Simplify implementationAdhemerval Zanella
2022-04-15misc: syslog: Fix indentation and styleAdhemerval Zanella
2021-04-15misc: syslog: Use static const for AF_UNIX addressAdhemerval Zanella
2021-04-15misc: syslog: Use CLOC_EXEC with _PATH_CONSOLE (BZ #17145)Adhemerval Zanella
2021-04-15misc: syslog: Assume MSG_NOSIGNAL support (BZ #17144)Adhemerval Zanella
2021-04-15misc: syslog: Use bool for connectedAdhemerval Zanella
2021-04-13misc: syslog: Fix calls to openlog() with LOG_KERN facility (BZ #3604)Dan Raymond
2020-08-18Correct locking and cancellation cleanup in syslog functions (bug 26100)Andreas Schwab
2019-10-30Change most internal uses of time to __clock_gettime.Adhemerval Zanella
2019-08-21Don't use the argument to time.Zack Weinberg
2018-12-05Add __vsyslog_internal, with same flags as __v*printf_internal.Zack Weinberg
2018-02-21Fix -Os putc_unlocked, fputc_unlocked linknamespace, localplt issues (bug 151...Joseph Myers
2017-08-31misc: Remove internal_function function attributeFlorian Weimer
2015-10-17Assume that SOCK_CLOEXEC is available and worksFlorian Weimer
2015-10-16Convert 703 function definitions to prototype style.Joseph Myers
2015-09-08Move bits/libc-lock.h and bits/libc-lockP.h out of bits/ (bug 14912).Joseph Myers
2015-06-17Fix syslog dprintf namespace (bug 18534).Joseph Myers
2015-06-17Fix vsyslog namespace (bug 18533).Joseph Myers
2015-06-12Fix syslog fputs_unlocked namespace (bug 18530).Joseph Myers
2015-06-05Fix open_memstream namespace (bug 18498).Joseph Myers
2013-06-08Use (void) in no-arguments function definitions.Joseph Myers
2013-06-07Avoid use of "register" as optimization hint.Joseph Myers
2012-05-24Remove use of INTDEF/INTUSE in libioAndreas Schwab
2012-05-10Hurd: #include <kernel-features.h>Thomas Schwinge
2012-01-30Remove miscellaneous __STDC__ conditionals.Joseph Myers
2011-06-10Quash some new warnings from GCC 4.6.Roland McGrath
2008-10-22* misc/syslog.c (openlog_internal): Fix __have_sock_cloexecUlrich Drepper
2008-07-30(openlog_internal): Fix compile problem.Ulrich Drepper
2008-07-26* misc/syslog.c (openlog_internal): Use SOCK_CLOEXEC if possible.Ulrich Drepper
2006-01-14* math/math.h [__NO_LONG_DOUBLE_MATH] (__nldbl_nexttowardf): NewRoland McGrath
2005-12-23[BZ #1499]Ulrich Drepper
2005-12-21* locale/xlocale.c (_nl_C_locobj): Mark as const.Ulrich Drepper
2005-12-14Moved to csu/errno-loc.c.Ulrich Drepper
2005-01-24Moved to sysdeps/generic.Ulrich Drepper
2004-12-22(CFLAGS-tst-align.c): Add -mpreferred-stack-boundary=4.Ulrich Drepper
2007-07-122.5-18.1Jakub Jelinek
2004-11-20Update.Ulrich Drepper
2004-09-12[BZ #365]Ulrich Drepper
2004-08-09[BZ #108]Ulrich Drepper
2004-04-16Update.Ulrich Drepper
2003-09-25Update.Ulrich Drepper
2003-07-15Update.Ulrich Drepper