summaryrefslogtreecommitdiff
path: root/UPDATING
diff options
context:
space:
mode:
authorDavid E. O'Brien <obrien@FreeBSD.org>2007-10-09 13:42:34 +0000
committerDavid E. O'Brien <obrien@FreeBSD.org>2007-10-09 13:42:34 +0000
commit65c045e96459361250134c2264b8d72c34266641 (patch)
treec47a609d11ee2b49fc8234ffe6ee4e508318db84 /UPDATING
parent4306354df10a0c535021ca6b6ada7e058b0b9634 (diff)
downloadsrc-test2-65c045e96459361250134c2264b8d72c34266641.tar.gz
src-test2-65c045e96459361250134c2264b8d72c34266641.zip
Notes
Diffstat (limited to 'UPDATING')
-rw-r--r--UPDATING10
1 files changed, 7 insertions, 3 deletions
diff --git a/UPDATING b/UPDATING
index 107c03110bd3..9ba4ddc1c141 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