opnsense-src/lib/libc
Dmitry Wagin 2886c93d1b libc: Some enhancements to syslog(3)
- Defined MAXLINE constant (8192 octets by default instead 2048) for
  centralized limit setting up. It sets maximum number of characters of
  the syslog message. RFC5424 doesn't limit maximum size of the message.
  Named after MAXLINE in syslogd(8).
- Fixed size of fmt_cpy buffer up to MAXLINE for rendering formatted
  (%m) messages.
- Introduced autoexpansion of sending socket buffer up to MAXLINE.

Differential Revision:	https://reviews.freebsd.org/D27205

(cherry picked from commit 9bd7345212)
2021-05-14 09:56:46 -04:00
..
aarch64 libc: add _get_tp() private function 2021-04-23 14:14:07 +03:00
amd64 libc: add _get_tp() private function 2021-04-23 14:14:07 +03:00
arm libc: add _get_tp() private function 2021-04-23 14:14:07 +03:00
capability Fix a few mandoc issues 2020-10-09 19:12:44 +00:00
compat-43 Adjust history, info source from v1's manuals 2019-09-04 13:44:46 +00:00
db Remove the SYMVER build option. 2020-04-30 22:08:40 +00:00
gdtoa Remove sparc64 specific parts of libc. 2020-02-26 18:55:09 +00:00
gen libc: Some enhancements to syslog(3) 2021-05-14 09:56:46 -04:00
gmon
i386 libc: add _get_tp() private function 2021-04-23 14:14:07 +03:00
iconv Remove the SYMVER build option. 2020-04-30 22:08:40 +00:00
include libc: add _get_tp() private function 2021-04-23 14:14:07 +03:00
inet
isc
locale Remove __NO_TLS. 2021-03-02 02:49:42 +02:00
md
mips libc: add _get_tp() private function 2021-04-23 14:14:07 +03:00
nameser Bounds check again after advancing cp, otherwise we have a possible 2019-09-05 19:35:30 +00:00
net Revert "lib/libc/net/nsdispatch.c: Fix missing unlock and add locking annotations" 2021-04-19 09:52:55 +01:00
nls Implement strerror_l(). 2020-12-16 09:02:09 +00:00
posix1e Fix leak in libc NFSv4 ACL flags parsing 2021-04-23 06:41:23 -04:00
powerpc libc: add _get_tp() private function 2021-04-23 14:14:07 +03:00
powerpc64 libc: add _get_tp() private function 2021-04-23 14:14:07 +03:00
powerpcspe [PowerPC] [PowerPCSPE] Fix multiple issues in fpsetmask(). 2021-03-08 12:39:33 -06:00
quad Add casts and L suffixes to libc quad support, to work around various 2020-02-17 20:14:59 +00:00
regex libc: regex: rework unsafe pointer arithmetic 2021-01-08 13:58:35 -06:00
resolv Rather than using the legacy IP struct fields in the union for the 2019-06-04 20:53:35 +00:00
riscv libc: add _get_tp() private function 2021-04-23 14:14:07 +03:00
rpc libc: fix buffer overrun in getrpcport(3) 2021-03-02 18:43:26 +00:00
secure Remove the SYMVER build option. 2020-04-30 22:08:40 +00:00
softfloat
stdio libc: try to skip memcpy in _gettemp 2021-02-01 12:39:15 +00:00
stdlib libc/qsort: Don't allow interposing recursive calls 2021-03-17 09:46:58 +00:00
stdtime
string libc/string/memset.c: Use unsigned long for stores 2021-05-11 09:39:27 +01:00
sys Add ptrace(PT_COREDUMP) 2021-05-10 04:03:06 +03:00
tests resolv_test: Fix racy exit check, remove mutexes, and reduce output 2021-04-10 14:01:05 +01:00
uuid
x86 x86: switch vdso TSC timecounter to RDTSCP on AMD Zen CPUs 2021-01-21 14:55:31 +02:00
xdr typo: s/impelmentation/implementation/. 2020-02-07 15:14:29 +00:00
yp Increase the size of the send and receive buffers for YP client rpc 2019-09-16 06:42:01 +00:00
libc.ldscript
libc_nossp.ldscript
Makefile libc: include rtld.h into static implementations of rtld interface 2021-04-23 14:14:07 +03:00
Makefile.depend Update Makefile.depend files 2019-12-11 17:37:53 +00:00
Makefile.depend.options Update libssp paths in various Makefile.depend* files 2020-01-06 18:15:55 +00:00
Versions.def