Module Name: src
Committed By: christos
Date: Mon Jan 10 04:43:48 UTC 2011
Modified Files:
src/doc: CHANGES
Log Message:
mention sigeueue
To generate a diff of this commit:
cvs rdiff -u -r1.1487 -r1.1488 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.1487 src/doc/CHANGES:1.1488
--- src/doc/CHANGES:1.1487 Sun Jan 9 16:28:18 2011
+++ src/doc/CHANGES Sun Jan 9 23:43:48 2011
@@ -1,4 +1,4 @@
-# LIST OF CHANGES FROM LAST RELEASE: <$Revision: 1.1487 $>
+# LIST OF CHANGES FROM LAST RELEASE: <$Revision: 1.1488 $>
#
#
# [Note: This file does not mention every change made to the NetBSD source tree.
@@ -822,3 +822,4 @@
acpipmtr(4): Add a driver for ACPI power meters. [jruoho 20110105]
amd64, i386: Booting from a disk with a GUID Partition Table is
now possible. [jakllsch 20110106]
+ sigqueue(2): Implement sigqueue/sigqueueinfo [christos 20110109]