summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorThomas Schwinge <thomas@codesourcery.com>2016-05-18 10:11:06 +0200
committerThomas Schwinge <thomas@codesourcery.com>2016-05-18 10:11:06 +0200
commitcf97add8f0b5cfcded48d6d0dead7d88800bafb0 (patch)
tree009b26bab0dfbdd4153e2bfaf464ee2ec26759d6 /NEWS
parenta7f248bf76dc0cabd1581143e9f4aa6454c91655 (diff)
GNU Mach 1.7v1.7
* version.m4 (AC_PACKAGE_VERSION): Set to 1.7. * NEWS: Finalize for 1.7.
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS12
1 files changed, 6 insertions, 6 deletions
diff --git a/NEWS b/NEWS
index 12394824..7626e401 100644
--- a/NEWS
+++ b/NEWS
@@ -1,8 +1,8 @@
-Version 1.7 (2016-04-XX)
+Version 1.7 (2016-05-18)
-The code has been updated to work with newer versions of the compiler,
-and numerous bugs have been fixed throughout the code. The code uses
-integer types from 'stdint.h' now instead of the old Mach types.
+The code has been updated to work with newer versions of GCC, and numerous bugs
+have been fixed throughout the code, including a pageout deadlock. The code
+uses integer types from <stdint.h> now instead of the old Mach types.
The VM cache policy change has been merged. The kernel now caches
unreferenced VM objects unconditionally instead of using a fixed
@@ -12,8 +12,8 @@ The physical page allocator of the X15 kernel has been integrated, and
is now used directly by the slab allocator. This increases the kernel
heap addressing important scalability issues.
-A synchronization mechanism was added, similar to the Linux futexes, to
-allow efficient and powerful userland synchronization.
+The gsync synchronization mechanism was added, similar to the Linux kernel's
+futexes, to allow efficient and powerful userland synchronization.
Support for profiling kernel code from userland through sampling was added.