1
0
mirror of https://git.FreeBSD.org/src.git synced 2025-01-12 14:29:28 +00:00
freebsd/lib/libc/nls
Jilles Tjoelker 05eb11cbc4 libc: Use O_CLOEXEC for various internal file descriptors.
This fixes a race condition where another thread may fork() before CLOEXEC
is set, unintentionally passing the descriptor to the child process.

This commit only adds O_CLOEXEC flags to open() or openat() calls where no
fcntl(fd, F_SETFD, FD_CLOEXEC) follows. The separate fcntl() call still
leaves a race window so it should be fixed later.
2012-09-29 11:54:34 +00:00
..
be_BY.UTF-8.msg
C.msg Add NLS catalogs support to gai_strerror(3). 2009-11-09 12:46:59 +00:00
ca_ES.ISO8859-1.msg
catclose.3
catgets.3
catopen.3
de_DE.ISO8859-1.msg
el_GR.ISO8859-7.msg
es_ES.ISO8859-1.msg - Update the Spanish NLS catalog 2009-12-03 19:27:12 +00:00
fi_FI.ISO8859-1.msg
fr_FR.ISO8859-1.msg
gl_ES.ISO8859-1.msg - Update Galician catalog 2010-01-21 11:36:40 +00:00
hu_HU.ISO8859-2.msg - Update Hungarian libc catalog 2009-11-17 18:57:44 +00:00
it_IT.ISO8859-15.msg
ja_JP.eucJP.msg Add Japanese catalogue entries for newer errnos: EBADMSG, EMULTIHOP, 2009-11-10 03:56:51 +00:00
ja_JP.UTF-8.msg Add Japanese catalogue entries for newer errnos: EBADMSG, EMULTIHOP, 2009-11-10 03:56:51 +00:00
ko_KR.eucKR.msg Sync with C.msg r199083. 2009-11-16 19:10:09 +00:00
ko_KR.UTF-8.msg Sync with C.msg r199083. 2009-11-16 19:10:09 +00:00
Makefile.inc Add ja_JP.eucJP catalog. 2009-11-09 12:33:47 +00:00
mn_MN.UTF-8.msg
msgcat.c libc: Use O_CLOEXEC for various internal file descriptors. 2012-09-29 11:54:34 +00:00
nl_NL.ISO8859-1.msg Synchronize with C.msg revision 199083 and improve some existing messages. 2009-11-11 18:28:12 +00:00
no_NO.ISO8859-1.msg
pl_PL.ISO8859-2.msg
pt_BR.ISO8859-1.msg
ru_RU.KOI8-R.msg Merge from English r198040: add C message catalogue entries for newer 2010-06-20 06:52:10 +00:00
sk_SK.ISO8859-2.msg
sv_SE.ISO8859-1.msg
Symbol.map
uk_UA.UTF-8.msg - Strip trailing CRs 2009-11-08 11:55:03 +00:00