Note MFC: killall(1) as a C program, boot98cfg(8) for i386.

This commit is contained in:
Bruce A. Mah 2000-09-11 15:08:21 +00:00
parent 26d8b8af6f
commit 413f71808b
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=65745
2 changed files with 11 additions and 7 deletions

View File

@ -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]

View File

@ -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]