summaryrefslogtreecommitdiffstats
path: root/lib/libc/gen/syslog_r.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Kernel sendsyslog(2), libc syslog(3), and syslogd(8) restrict andbluhm2017-08-081-2/+2
* Since sendsyslog(2) handles the LOG_CONS parameter, the variablebluhm2017-08-071-4/+2
* Rename TBUF_LEN and FMT_LEN to _SIZE as they contain a NUL byte.bluhm2017-07-201-11/+11
* Use the reentrant strerror_r() instead of strerror() to expand %m.millert2016-10-191-10/+5
* remove unused variablechl2016-03-271-2/+2
* Rename the system call sendsyslog2 to sendsyslog. Keep the old onebluhm2016-03-211-3/+3
* environ and __progname are not declared in a public header; declare themguenther2016-03-131-4/+2
* Remove the "error" variable; we no longer fall back to writing tomillert2016-02-191-5/+5
* Add a syscall stub for sendsyslog2(2), and use it in syslog_r(3), passingderaadt2015-11-251-19/+2
* Do not include a timestamp in the syslog message. There is no need --deraadt2015-10-311-21/+9
* Wrap <syslog.h> so that internal calls go direct and they're all weak symbolsguenther2015-09-121-16/+6
* Syslogd can handle 8192 bytes per message now. Increase the libcbluhm2015-09-091-2/+2
* Truncate progname to NAME_MAX in the syslog message, to ensure otherderaadt2015-01-211-2/+3
* Strip trailing new-lines from syslog messages. This avoids emptybluhm2014-10-031-6/+11
* Convert syslog_r(3) to using sendsyslog(2). This ensures that syslog_r(3)deraadt2014-07-141-77/+5
* use FD_CLOEXEC instead of 1; from David Hillokan2013-04-291-2/+2
* Make printf-like and scanf-like functions marked as such in llib-lc.lnmartynas2011-05-301-1/+2
* remove unused variablechl2009-11-211-2/+1
* More shrinkage, a bit for ramdisks but mostly for static binaries:guenther2009-11-181-0/+322