Re: HEADSUP: libpthread compat for 5.x and 6.x binaries

2009-06-19 Thread Stef Walter
John Baldwin wrote: > What I would like to find out is if there are any 5.x or 6.x binaries that > use > libpthread that do not run well with libthr. You can test this by using a > libmap.conf(5) file to remap libpthread to libthr. For 5.x binaries you will > want to remap libpthread.so.1 to

HEADSUP: libpthread compat for 5.x and 6.x binaries

2009-06-15 Thread John Baldwin
One of the changes in FreeBSD 8.0 is the removal of support for the KSE threading library and its associated system calls. What this means in practice is that if one uses a KSE-based libpthread from 5.x or 6.x in a chroot or jail on an 8.0 system, the binaries will fail with SIGSYS. For most