summaryrefslogtreecommitdiffstats
path: root/release
diff options
context:
space:
mode:
authorbmah <bmah@FreeBSD.org>2000-09-11 15:08:21 +0000
committerbmah <bmah@FreeBSD.org>2000-09-11 15:08:21 +0000
commit8d46012c8ef6fa5fdd406f11ad3676931be84d6a (patch)
tree6e7f1a9d942ef38b563aadc91b43b7f2f1b1aeda /release
parentb4359f45816a22fbd83eee24c0fea3edcc78a450 (diff)
downloadFreeBSD-src-8d46012c8ef6fa5fdd406f11ad3676931be84d6a.zip
FreeBSD-src-8d46012c8ef6fa5fdd406f11ad3676931be84d6a.tar.gz
Note MFC: killall(1) as a C program, boot98cfg(8) for i386.
Diffstat (limited to 'release')
-rw-r--r--release/texts/alpha/RELNOTES.TXT8
-rw-r--r--release/texts/i386/RELNOTES.TXT10
2 files changed, 11 insertions, 7 deletions
diff --git a/release/texts/alpha/RELNOTES.TXT b/release/texts/alpha/RELNOTES.TXT
index d709ee6..9a3d315 100644
--- a/release/texts/alpha/RELNOTES.TXT
+++ b/release/texts/alpha/RELNOTES.TXT
@@ -178,9 +178,11 @@ and /etc/periodic.conf. [MERGED]
logger(1) can now send messages directly to a remote syslog. [MERGED]
-which(1) and killall(1) are now C programs, rather than Perl scripts.
-As a result, killall's -m option now uses the regular expression
-syntax of regex(3), rather than that of perl(1).
+which(1) is now a C program, rather than a Perl script.
+
+killall(1) is now a C program, rather than a Perl script. As a
+result, killall's -m option now uses the regular expression syntax of
+regex(3), rather than that of perl(1). [MERGED]
finger(1) now has the ability to support fingering aliases, via the
finger.conf(5) file. [MERGED]
diff --git a/release/texts/i386/RELNOTES.TXT b/release/texts/i386/RELNOTES.TXT
index 8eb7466..8239287 100644
--- a/release/texts/i386/RELNOTES.TXT
+++ b/release/texts/i386/RELNOTES.TXT
@@ -208,16 +208,18 @@ The behavior of periodic(8) is now controlled by /etc/defaults/periodic.conf
and /etc/periodic.conf. [MERGED]
boot98cfg(8), a PC-98 boot manager installation and configuration
-utility, has been added.
+utility, has been added. [MERGED]
logger(1) can now send messages directly to a remote syslog. [MERGED]
GDB now supports hardware watchpoints (using the kernel's debug register
support that has been introduced in FreeBSD 4.0). [MERGED]
-which(1) and killall(1) are now C programs, rather than Perl scripts.
-As a result, killall's -m option now uses the regular expression
-syntax of regex(3), rather than that of perl(1).
+which(1) is now a C program, rather than a Perl script.
+
+killall(1) is now a C program, rather than a Perl script. As a
+result, killall's -m option now uses the regular expression syntax of
+regex(3), rather than that of perl(1). [MERGED]
finger(1) now has the ability to support fingering aliases, via the
finger.conf(5) file. [MERGED]
OpenPOWER on IntegriCloud