Module Name: src
Committed By: mrg
Date: Mon Dec 6 04:01:56 UTC 2010
Modified Files:
src/doc: CHANGES
Log Message:
meantion prenice(1).
To generate a diff of this commit:
cvs rdiff -u -r1.1469 -r1.1470 src/doc/CHANGES
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/doc/CHANGES
diff -u src/doc/CHANGES:1.1469 src/doc/CHANGES:1.1470
--- src/doc/CHANGES:1.1469 Sun Dec 5 06:05:25 2010
+++ src/doc/CHANGES Mon Dec 6 04:01:56 2010
@@ -1,4 +1,4 @@
-# LIST OF CHANGES FROM LAST RELEASE: <$Revision: 1.1469 $>
+# LIST OF CHANGES FROM LAST RELEASE: <$Revision: 1.1470 $>
#
#
# [Note: This file does not mention every change made to the NetBSD source tree.
@@ -803,3 +803,5 @@
for the list of changes [christos 20101205]
tcpdump(8): Update to 4.1.1; see src/external/bsd/tcpdump/dist/CHANGES
for the list of changes [christos 20101205]
+ prenice(1): Add new command to change process priorities based upon
+ the command name, like pkill(1) and pgrep(1). [mrg 20101205]