diff options
author | Thomas Bushnell <thomas@gnu.org> | 1999-06-21 16:24:10 +0000 |
---|---|---|
committer | Thomas Bushnell <thomas@gnu.org> | 1999-06-21 16:24:10 +0000 |
commit | edc8c6d191440ae8f29680a9c8c2b697151ff8aa (patch) | |
tree | 4e24362485fc40df2d4075c1e25d691acf689b77 /NEWS | |
parent | a86b6d57a823c221e25df8619a5af67aa38a4cf1 (diff) |
Sun Jun 20 18:33:59 1999 Thomas Bushnell, BSG <tb@mit.edu>
* version.c (version): Updated to version 1.2.
* i386/Files: Regenerated.
* i386/Subdirs: Regenerated.
* linux/Files: New file.
* linux/Subdirs: New file.
* Makefile.in (all-archs): Add `linux'.
(all-real-archs): New variable.
(dist): Create `machine' symlink only on
$(all-real-archs).
* Makefile.in (dist): Use `cp' instead of `ln'.
* config.guess: Updated from autoconf 2.13.
* config.sub: Likewise.
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 14 |
1 files changed, 11 insertions, 3 deletions
@@ -1,8 +1,16 @@ -Changes from version 1.1: +Changes between version 1.1 and version 1.2 + +Many bug fixes. + +The task_basic_info RPC now has an additional field, holding the +creation time of the task. Likewise for thread_basic_info. The interface generator `MiG' has been split out. -Linux drivers are updated to 2.0.36. +Partition names for disks are now printed in the correct way. + +Linux drivers are updated to 2.0.36. Many thanks to Okuji Yoshinori +for great work here. The Linux emulation support is much improved. The kernel message device `kmsg' is supported. --enable-kmsg turns on the device. @@ -16,7 +24,7 @@ the header files. Print out Mach device names instead of Linux ones. -Changes from version 1.0: +Changes between versions 1.0 and 1.1: Cross-compilation support is much improved. Any of various popular libc's is now sufficient for building clib-routines.o. |