Date: Fri, 1 Sep 2006 06:13:16 +0000 (UTC) From: Marcel Moolenaar <marcel@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libc/gen tls.c src/libexec/rtld-elf rtld.c Message-ID: <200609010613.k816DGfA054428@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
marcel 2006-09-01 06:13:16 UTC FreeBSD src repository Modified files: lib/libc/gen tls.c libexec/rtld-elf rtld.c Log: Fix the variant I allocation for KSE: Allow a larger TCB and assume that the documented TCB is at the tail of the extended TCB. In other words, the base of the TCB has a negative offset from the TLS. Revision Changes Path 1.11 +38 -47 src/lib/libc/gen/tls.c 1.116 +39 -53 src/libexec/rtld-elf/rtld.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200609010613.k816DGfA054428>