diff options
author | kensmith <kensmith@FreeBSD.org> | 2007-10-11 04:28:08 +0000 |
---|---|---|
committer | kensmith <kensmith@FreeBSD.org> | 2007-10-11 04:28:08 +0000 |
commit | c80a7cd238808875211d82d4b00b7dd418070388 (patch) | |
tree | d771322232aef33ec79de2b3e18d4ce9e72782ac /UPDATING | |
parent | 19aa36cbf7ba0aece672571a03b6221cc01cae35 (diff) | |
download | FreeBSD-src-c80a7cd238808875211d82d4b00b7dd418070388.zip FreeBSD-src-c80a7cd238808875211d82d4b00b7dd418070388.tar.gz |
To honor the birth of RELENG_7 bump HEAD to 8.0-CURRENT.
Approved by: re (implicit)
Diffstat (limited to 'UPDATING')
-rw-r--r-- | UPDATING | 7 |
1 files changed, 5 insertions, 2 deletions
@@ -8,8 +8,8 @@ Items affecting the ports and packages system can be found in /usr/ports/UPDATING. Please read that file before running portupgrade. -NOTE TO PEOPLE WHO THINK THAT FreeBSD 7.x IS SLOW: - FreeBSD 7.x has many debugging features turned on, in +NOTE TO PEOPLE WHO THINK THAT FreeBSD 8.x IS SLOW: + FreeBSD 8.x has many debugging features turned on, in both the kernel and userland. These features attempt to detect incorrect use of system primitives, and encourage loud failure through extra sanity checking and fail stop semantics. They @@ -21,6 +21,9 @@ NOTE TO PEOPLE WHO THINK THAT FreeBSD 7.x IS SLOW: developers choose to disable these features on build machines to maximize performance. +20071010: + RELENG_7 branched. + 20071009: Setting WITHOUT_LIBPTHREAD now means WITHOUT_LIBKSE and WITHOUT_LIBTHR are set. |