Module Name: src
Committed By: kamil
Date: Tue Dec 19 18:37:39 UTC 2017
Modified Files:
src/doc: CHANGES
Log Message:
Document SYS_sbrk removal in doc/CHANGES
sbrk: Remove the "data section size change" syscall
Sponsored by <The NetBSD Foundation>
To generate a diff of this commit:
cvs rdiff -u -r1.2340 -r1.2341 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.2340 src/doc/CHANGES:1.2341
--- src/doc/CHANGES:1.2340 Tue Dec 19 09:09:28 2017
+++ src/doc/CHANGES Tue Dec 19 18:37:39 2017
@@ -1,4 +1,4 @@
-# LIST OF CHANGES FROM LAST RELEASE: <$Revision: 1.2340 $>
+# LIST OF CHANGES FROM LAST RELEASE: <$Revision: 1.2341 $>
#
#
# [Note: This file does not mention every change made to the NetBSD source tree.
@@ -94,3 +94,4 @@ Changes from NetBSD 8.0 to NetBSD 9.0:
lua: Applied 6th bugfix to Lua 5.3.4 from lua.org/bugs.html.
[mbalmer 20171213]
sstk: Remove the "stack section size change" syscall [kamil 20171219]
+ sbrk: Remove the "data section size change" syscall [kamil 20171219]