summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormlaier <mlaier@FreeBSD.org>2004-03-08 22:26:46 +0000
committermlaier <mlaier@FreeBSD.org>2004-03-08 22:26:46 +0000
commit916d9c5688a1448d86d968486241ed4740e4ffb0 (patch)
tree95af98af2d2b5d22f2597ca08b035a1636bf3b58
parent6be47b725dbe981b3b17d6c613ae30fc93c8734f (diff)
downloadFreeBSD-src-916d9c5688a1448d86d968486241ed4740e4ffb0.zip
FreeBSD-src-916d9c5688a1448d86d968486241ed4740e4ffb0.tar.gz
Bump __FreeBSD_version for the pf install and write comments to UPDATING.
Approved by: bms(mentor)
-rw-r--r--UPDATING11
-rw-r--r--sys/sys/param.h2
2 files changed, 12 insertions, 1 deletions
diff --git a/UPDATING b/UPDATING
index ad75f3e..7afcf4b 100644
--- a/UPDATING
+++ b/UPDATING
@@ -17,6 +17,17 @@ NOTE TO PEOPLE WHO THINK THAT FreeBSD 5.x IS SLOW:
developers choose to disable these features on build machines
to maximize performance.
+20040308:
+ The packet filter (pf) is now installed with the base system. Make
+ sure to run mergemaster -p before installworld to create required
+ user accounts. If you do not want to build pf with your system you
+ can use the NO_PF knob in make.conf.
+ Also note that pf requires "options PFIL_HOOKS" in the kernel. The
+ pf system consists of the following three devices:
+ device pf # required
+ device pflog # optional
+ device pfsync # optional
+
20040303:
If you are having trouble with the libc_r -> libpthread transition
(see the 20040130 entry), place the following lines at the top of
diff --git a/sys/sys/param.h b/sys/sys/param.h
index 8b0ba98..4be1950 100644
--- a/sys/sys/param.h
+++ b/sys/sys/param.h
@@ -59,7 +59,7 @@
* scheme is: <major><two digit minor><0 if release branch, otherwise 1>xx
*/
#undef __FreeBSD_version
-#define __FreeBSD_version 502105 /* Master, propagated to newvers */
+#define __FreeBSD_version 502106 /* Master, propagated to newvers */
#ifndef LOCORE
#include <sys/types.h>
OpenPOWER on IntegriCloud