opnsense-src/lib/libc
Ruslan Ermilov bedff4e805 Reset LogTag to NULL in closelog(3). This fixes mysterious crashes
caused by dynamic PAM modules that call openlog(3) and closelog(3),
e.g. ports/security/pam_pwdfile.

What happened here is that the module first registered its "ident"
with openlog(3), then PAM library unloaded module with dlclose(3),
and the next call to syslog(3) resulted in SIGSEGV.

MFC after:	3 days
2002-11-14 12:40:14 +00:00
..
alpha Re-apply the previously backed-out commit that fixes the problem where 2002-10-31 23:05:20 +00:00
amd64 Re-apply the previously backed-out commit that fixes the problem where 2002-10-31 23:05:20 +00:00
compat-43 Assume __STDC__, remove non-__STDC__ code. 2002-05-28 17:03:12 +00:00
db Correct the headers needed to use dbopen(3) and friends. 2002-10-18 16:20:08 +00:00
gen Reset LogTag to NULL in closelog(3). This fixes mysterious crashes 2002-11-14 12:40:14 +00:00
gmon Initiate deorbit burn for the i386-only a.out related support. Moves are 2002-09-17 01:49:00 +00:00
i386 Re-apply the previously backed-out commit that fixes the problem where 2002-10-31 23:05:20 +00:00
ia64 o Fix _longjmp() to return 1 when the return value is given as 0. 2002-11-14 06:40:23 +00:00
include Argh, change declaration of two-dimensional array so that it actually 2002-11-13 21:55:22 +00:00
locale Add cross references to mbrtowc(3) and wcrtomb(3). 2002-11-10 11:14:58 +00:00
net query ip6.arpa then ip6.int for IPv6 reverse lookup. follows RFC3152. 2002-10-26 19:00:14 +00:00
nls Do not include <sys/syslimits.h> directly; it is not intended for general 2002-10-27 17:44:33 +00:00
posix1e Update acl.3 to xref getfacl(1) and setfacl(1), the recommended tools for 2002-11-08 15:01:28 +00:00
powerpc _C_LABEL -> CNAME 2002-05-17 05:11:13 +00:00
quad Fix the style of the SCM ID's. 2002-03-22 21:53:29 +00:00
regex Add restrict type-qualifier. 2002-10-02 07:49:35 +00:00
rpc Cosmetics. 2002-10-29 15:00:10 +00:00
sparc64 Re-apply the previously backed-out commit that fixes the problem where 2002-10-31 23:05:20 +00:00
stdio Restore Peter's version of static __sF. There's too much pain for it 2002-11-10 08:44:38 +00:00
stdlib de-__P() 2002-10-16 22:18:42 +00:00
stdtime Add cross-references to the wide character counterparts of these functions. 2002-10-15 10:11:53 +00:00
string Replace wcsstr() with an implementation based on strstr(), which is far 2002-10-24 02:53:45 +00:00
sys Given that we have 3 places to document UUID related information, 2002-11-11 00:29:01 +00:00
uuid Wrap function prototype declarations in __BEGIN_DECLS to do the right thing 2002-11-05 10:55:16 +00:00
xdr Removed duplicated MLINKS which make(1) recently started warning about. 2002-08-15 12:31:01 +00:00
yp Spell void * as void * rather than caddr_t. This is complicated by the 2002-04-28 15:18:50 +00:00
Makefile Zap the early-adopter transition aid before we get into serious 2002-10-11 22:38:17 +00:00
Makefile.inc Implement DCE 1.1 compliant UUID functions. Immediate use of these 2002-10-30 03:51:00 +00:00