Date: Tue, 2 Dec 2008 11:58:31 +0000 (UTC) From: Konstantin Belousov <kib@FreeBSD.org> To: cvs-src-old@freebsd.org Subject: cvs commit: src/lib/libthr/thread thr_fork.c thr_rtld.c src/libexec/rtld-elf rtld_lock.h Message-ID: <200812021202.mB2C2CWw038967@repoman.freebsd.org>
index | next in thread | raw e-mail
kib 2008-12-02 11:58:31 UTC
FreeBSD src repository
Modified files:
lib/libthr/thread thr_fork.c thr_rtld.c
libexec/rtld-elf rtld_lock.h
Log:
SVN rev 185558 on 2008-12-02 11:58:31Z by kib
Provide custom simple allocator for rtld locks in libthr. The allocator
does not use any external symbols, thus avoiding possible recursion into
rtld to resolve symbols, when called.
Reviewed by: kan, davidxu
Tested by: rink
MFC after: 1 month
Revision Changes Path
1.12 +1 -1 src/lib/libthr/thread/thr_fork.c
1.9 +23 -23 src/lib/libthr/thread/thr_rtld.c
1.5 +1 -0 src/libexec/rtld-elf/rtld_lock.h
help
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200812021202.mB2C2CWw038967>
