From 9db629705a8648a163baf8a8b1d35e8ac05a0c82 Mon Sep 17 00:00:00 2001 From: hrs Date: Sun, 26 Apr 2009 14:03:52 +0000 Subject: [PATCH] Update release notes: FREEBSD32 syscall translation layer now supports addition/removal of syscall from kernel module, VFS_AIO syscalls added to FREEBSD32, ktr(4) new tracepoint for callout added, cpufreq(4) hw.est.msr_info added, kern.timecounter.invariant_tsc for i386 and amd64 added, vfs.lookup_shared improvement and removal of LOOKUP_SHARED option, and netstat(1) -ss for icmp6 section fixed. Approved by: re (implicit) git-svn-id: svn://svn.freebsd.org/base/releng/7.2@191521 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f --- .../doc/en_US.ISO8859-1/relnotes/article.sgml | 38 ++++++++++++++++++- 1 file changed, 37 insertions(+), 1 deletion(-) diff --git a/release/doc/en_US.ISO8859-1/relnotes/article.sgml b/release/doc/en_US.ISO8859-1/relnotes/article.sgml index ad0f32cd..1f91711f 100644 --- a/release/doc/en_US.ISO8859-1/relnotes/article.sgml +++ b/release/doc/en_US.ISO8859-1/relnotes/article.sgml @@ -216,6 +216,18 @@ to 3.6GB. Note that the ceiling as a fraction of the kernel map size rather than an absolute quantity. + The &man.kld.4; now supports installing 32-bit system + call to the &os; system call translation layer from kernel + modules. + + The &os; 32-bit system call translation layer now + supports installing 32-bit system calls for + VFS_AIO. + + The &man.ktr.4; now supports a new KTR tracepoint in the + KTR_CALLOUT class to note when a callout + routine finishes executing. + Boot Loader Changes @@ -248,6 +260,20 @@ information, read/write machine specific registers (MSR) and perform CPU firmware updates. + The &man.cpufreq.4; driver now supports a + hw.est.msr_info loader tunable. When + this set to 1, it attempts to build a + simple list containing just the high and low frequencies if + it cannot obtain a frequency list from either ACPI or the + static tables. This is disabled by default. + + CPU frequency change notifiers are now + disabled when the TSC is P-state invariant. Also, a new + loader tunable + kern.timecounter.invariant_tsc has been + added to force this behavior by setting it to + non-zero. + Multimedia Support @@ -337,7 +363,13 @@ File Systems - + The shared vnode locking for pathname lookups in + &man.VFS.9; subsystem has been improved. This is disabled + by default. Setting a sysctl variable + vfs.lookup_shared to 1 + enables it for better performance. Note that the + LOOKUP_SHARED equivalent to the sysctl + variable kernel option has been removed. @@ -373,6 +405,10 @@ &prompt.user; netstat -m -N foo + A bug in the &man.netstat.1; utility has been fixed. The + now works in the icmp6 section as + expected. + The &man.powerd.8; program has been improved. Changes include reasonable CPU load estimation on SMP systems and a new mode named as hiadaptive for AC-powered -- 2.44.0