diff options
author | Marcus Brinkmann <marcus@gnu.org> | 2001-07-29 13:28:02 +0000 |
---|---|---|
committer | Marcus Brinkmann <marcus@gnu.org> | 2001-07-29 13:28:02 +0000 |
commit | c5b0f521fc5d39407c7d061ced7a51d9ff8e01a4 (patch) | |
tree | 00b8538aaea94f609e08d779e0d62ea76faf71b0 /NEWS | |
parent | 292b648c76006d1358603784bec853b384eb7d85 (diff) |
2001-07-29 Marcus Brinkmann <marcus@gnu.org>
* NEWS: Add items for this and other changes.
* configure.in: Define MACH_KMSG by default and document this in
the help output.
* configure: Regenerated.
* debian/rules: Do not enable kmsg explicitely.
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -1,3 +1,13 @@ +-*- Text -*- +The kernel message device `kmsg' is now enabled by default. +--disable-kmsg turns it off. + +Large disks (>= 10GB) are now correctly supported, the new get_status +call DEV_GET_RECORDS can return the number of records of a device. + +Lots of tweaks have been done to the virtual memory management to make +it perform better on todays machines. + Changes between version 1.1 and version 1.2 Many bug fixes. |