From eb3f6a9e7473ee9d6e8016ce8d9cc1e8286bdd98 Mon Sep 17 00:00:00 2001 From: obrien Date: Tue, 9 Oct 2007 13:42:34 +0000 Subject: Repo copy libpthreads to libkse. This introduces the WITHOUT_LIBKSE nob, and changes WITHOUT_LIBPTHREADS to mean with neither threading libs. Approved by: re(kensmith) --- UPDATING | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) (limited to 'UPDATING') diff --git a/UPDATING b/UPDATING index 107c031..9ba4ddc 100644 --- a/UPDATING +++ b/UPDATING @@ -21,6 +21,10 @@ NOTE TO PEOPLE WHO THINK THAT FreeBSD 7.x IS SLOW: developers choose to disable these features on build machines to maximize performance. +20071008: + Setting WITHOUT_LIBPTHREAD now means WITHOUT_LIBKSE and + WITHOUT_LIBTHR are set. + 20070930: The PCI code has been made aware of PCI domains. This means that the location strings as used by pciconf(8) etc are now in the @@ -145,9 +149,9 @@ NOTE TO PEOPLE WHO THINK THAT FreeBSD 7.x IS SLOW: which previously had symbol dependencies to FBSD_1.0, will fail because the freshly installed libc will not have them. - The default threading library has been changed to libthr. If - you wish to have libpthread as your default, use option - DEFAULT_THREAD_LIB=libpthread for the buildworld. + The default threading library (providing "libpthread") has been + changed to libthr. If you wish to have libkse as your default, + use option DEFAULT_THREAD_LIB=libkse for the buildworld. 20070423: The ABI breakage in sendmail(8)'s libmilter has been repaired -- cgit v1.1