From b06185fd6db7ccfe1f91ca27a581fa08e18b2914 Mon Sep 17 00:00:00 2001 From: "Bruce A. Mah" Date: Sun, 18 Jun 2006 21:32:26 +0000 Subject: [PATCH] Minor tightening up of release notes: Delete two release notes related to the kern.elf*.can_exec_dyn that seemed to cancel each other out. Consolidate two notes related to BPF JIT. Delete note about fixing CHECKSUM.MD5 bug; no released versions of FreeBSD shipped with it. --- .../doc/en_US.ISO8859-1/relnotes/article.sgml | 28 +++---------------- .../en_US.ISO8859-1/relnotes/common/new.sgml | 28 +++---------------- 2 files changed, 8 insertions(+), 48 deletions(-) diff --git a/release/doc/en_US.ISO8859-1/relnotes/article.sgml b/release/doc/en_US.ISO8859-1/relnotes/article.sgml index 17ed31d2230..367fb953519 100644 --- a/release/doc/en_US.ISO8859-1/relnotes/article.sgml +++ b/release/doc/en_US.ISO8859-1/relnotes/article.sgml @@ -285,19 +285,6 @@ has been added. This allows to export kernel malloc statistics via a binary structure stream. - A new sysctl variable kern.elf[32|64].can_exec_dyn - has been added. This allows to execute a ET_DYN binary - (shared object) when the variable is set to 1. - This is set to 0 by default and useful for some - Linux scripts which expect to be able to execute - /lib/ld-linux.so.2. - - A new sysctl variable kern.elf[32|64].can_exec_dyn - has been removed. Instead the brandinfo - structure has been extended to be able to provide the - BI_CAN_EXEC_DYN flag for all brands that usually - allow executing ELF dynamic binaries. - A new sysctl variable kern.forcesigexit has been added. This forces a process to sigexit if a trap signal is being held by the current thread or @@ -643,9 +630,10 @@ permanent ARP entries. &merged; An experimental BPF Just-In-Time compiler - has been implemented. To enable this, - options BPF_JITTER kernel option is needed, - and a sysctl variable net.bpf.jitter.enable + has been implemented for both &man.bpf.4; and &man.ng.bpf.4;. + To enable this, the + options BPF_JITTER kernel option is needed. + The net.bpf_jitter.enable can be used to disable this feature. The bridge(4) driver has been removed from the tree. Its @@ -703,11 +691,6 @@ pipe tablearg ip from table(1) to any The &man.natm.4;, Native Mode ATM protocol layer is now MPSAFE. - The &man.ng.bpf.4; Netgraph node now supports BPF Just-In-Time compiler. - Also, the sysctl has been changed from net.bpf.jitter.enable - to net.bpf_jitter.enable and this controls - both &man.bpf.4; and &man.ng.bpf.4; now. - The &man.ng.iface.4; Netgraph node now supports &man.altq.4;. &merged; @@ -1571,9 +1554,6 @@ geli_da1s3a_keyfile0_name="/boot/keys/da1s3a.key" - A bug that CHECKSUM.MD5 includes - an incorrect checksum of the file itself has been fixed. - A new &man.make.1; target make showconfig has been added in src/Makefile to show build configuration of the &os; source tree. diff --git a/release/doc/en_US.ISO8859-1/relnotes/common/new.sgml b/release/doc/en_US.ISO8859-1/relnotes/common/new.sgml index 17ed31d2230..367fb953519 100644 --- a/release/doc/en_US.ISO8859-1/relnotes/common/new.sgml +++ b/release/doc/en_US.ISO8859-1/relnotes/common/new.sgml @@ -285,19 +285,6 @@ has been added. This allows to export kernel malloc statistics via a binary structure stream. - A new sysctl variable kern.elf[32|64].can_exec_dyn - has been added. This allows to execute a ET_DYN binary - (shared object) when the variable is set to 1. - This is set to 0 by default and useful for some - Linux scripts which expect to be able to execute - /lib/ld-linux.so.2. - - A new sysctl variable kern.elf[32|64].can_exec_dyn - has been removed. Instead the brandinfo - structure has been extended to be able to provide the - BI_CAN_EXEC_DYN flag for all brands that usually - allow executing ELF dynamic binaries. - A new sysctl variable kern.forcesigexit has been added. This forces a process to sigexit if a trap signal is being held by the current thread or @@ -643,9 +630,10 @@ permanent ARP entries. &merged; An experimental BPF Just-In-Time compiler - has been implemented. To enable this, - options BPF_JITTER kernel option is needed, - and a sysctl variable net.bpf.jitter.enable + has been implemented for both &man.bpf.4; and &man.ng.bpf.4;. + To enable this, the + options BPF_JITTER kernel option is needed. + The net.bpf_jitter.enable can be used to disable this feature. The bridge(4) driver has been removed from the tree. Its @@ -703,11 +691,6 @@ pipe tablearg ip from table(1) to any The &man.natm.4;, Native Mode ATM protocol layer is now MPSAFE. - The &man.ng.bpf.4; Netgraph node now supports BPF Just-In-Time compiler. - Also, the sysctl has been changed from net.bpf.jitter.enable - to net.bpf_jitter.enable and this controls - both &man.bpf.4; and &man.ng.bpf.4; now. - The &man.ng.iface.4; Netgraph node now supports &man.altq.4;. &merged; @@ -1571,9 +1554,6 @@ geli_da1s3a_keyfile0_name="/boot/keys/da1s3a.key" - A bug that CHECKSUM.MD5 includes - an incorrect checksum of the file itself has been fixed. - A new &man.make.1; target make showconfig has been added in src/Makefile to show build configuration of the &os; source tree.