summaryrefslogtreecommitdiffstats
path: root/UPDATING
diff options
context:
space:
mode:
authorobrien <obrien@FreeBSD.org>2007-10-09 13:42:34 +0000
committerobrien <obrien@FreeBSD.org>2007-10-09 13:42:34 +0000
commiteb3f6a9e7473ee9d6e8016ce8d9cc1e8286bdd98 (patch)
treec47a609d11ee2b49fc8234ffe6ee4e508318db84 /UPDATING
parent8e21b1f738e3a7d52ec50aa5730787013a76a4d5 (diff)
downloadFreeBSD-src-eb3f6a9e7473ee9d6e8016ce8d9cc1e8286bdd98.zip
FreeBSD-src-eb3f6a9e7473ee9d6e8016ce8d9cc1e8286bdd98.tar.gz
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)
Diffstat (limited to 'UPDATING')
-rw-r--r--UPDATING10
1 files changed, 7 insertions, 3 deletions
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
OpenPOWER on IntegriCloud