summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRoland McGrath <roland@gnu.org>1999-01-24 10:46:47 +0000
committerRoland McGrath <roland@gnu.org>1999-01-24 10:46:47 +0000
commit6f8c75b105903c1148ab13842ef2977be8bcebf9 (patch)
tree82228a26f3e3001643244e26a875fd5d4ebe0820
parent1770a20dfb7caa3496174f7138fd8898109625c7 (diff)
1999-01-24 Roland McGrath <roland@baalperazim.frob.com>
* sysdeps/mach/hurd/dl-sysdep.c (__getcwd): Fail with ENOSYS, don't call abort. Suggested by Mark Kettenis <kettenis@phys.uva.nl>. 1999-01-23 Roland McGrath <roland@baalperazim.frob.com> * sysdeps/unix/sysv/linux/sys/mtio.h: Moved to... * sysdeps/gnu/sys/mtio.h: ...here. (_IOT_mtop, _IOT_mtget, _IOT_mtpos, _IOT_mtconfiginfo): New macros. * sysdeps/gnu/Dist: Add sys/mtio.h. * sysdeps/unix/sysv/linux/Dist: Remove sys/mtio.h. * sysdeps/unix/sysv/linux/Makefile [$(subdir) = misc] (sysdep_headers): Don't add sys/mtio.h here. * sysdeps/gnu/Makefile [$(subdir) = misc] (sysdep_headers): Add it here instead. Revamp Hurd ioctl typing magic to handle `struct' keyword in the ioctl command macros, so we can use Unix-compatible headers that make use of the _IO* macros. * sysdeps/mach/hurd/bits/ioctls.h (_IOC_ENCODE_TYPE, _IOC_ENCODE_TYPE_1, _IOC_ENCODE_TYPE_2, _IOTBASE_struct): New macros. (_IOR, _IOW, _IOWR): Use them _IOC_ENCODE_TYPE(t) instead of _IOT_##t. (_IOT_int, _IOT_char, _IOT_short): Renamed to _IOT__IOTBASE_*. (numerous ioctl command macros): Restore `struct' keyword.
-rw-r--r--ChangeLog26
1 files changed, 26 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 61a7310e6e..be0a9a3101 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -13,6 +13,32 @@
* manual/process.texi (Creating a Process): Fix typos.
+1999-01-24 Roland McGrath <roland@baalperazim.frob.com>
+
+ * sysdeps/mach/hurd/dl-sysdep.c (__getcwd): Fail with ENOSYS, don't
+ call abort. Suggested by Mark Kettenis <kettenis@phys.uva.nl>.
+
+1999-01-23 Roland McGrath <roland@baalperazim.frob.com>
+
+ * sysdeps/unix/sysv/linux/sys/mtio.h: Moved to...
+ * sysdeps/gnu/sys/mtio.h: ...here.
+ (_IOT_mtop, _IOT_mtget, _IOT_mtpos, _IOT_mtconfiginfo): New macros.
+ * sysdeps/gnu/Dist: Add sys/mtio.h.
+ * sysdeps/unix/sysv/linux/Dist: Remove sys/mtio.h.
+ * sysdeps/unix/sysv/linux/Makefile [$(subdir) = misc]
+ (sysdep_headers): Don't add sys/mtio.h here.
+ * sysdeps/gnu/Makefile [$(subdir) = misc] (sysdep_headers): Add it
+ here instead.
+
+ Revamp Hurd ioctl typing magic to handle `struct' keyword in the
+ ioctl command macros, so we can use Unix-compatible headers that
+ make use of the _IO* macros.
+ * sysdeps/mach/hurd/bits/ioctls.h (_IOC_ENCODE_TYPE,
+ _IOC_ENCODE_TYPE_1, _IOC_ENCODE_TYPE_2, _IOTBASE_struct): New macros.
+ (_IOR, _IOW, _IOWR): Use them _IOC_ENCODE_TYPE(t) instead of _IOT_##t.
+ (_IOT_int, _IOT_char, _IOT_short): Renamed to _IOT__IOTBASE_*.
+ (numerous ioctl command macros): Restore `struct' keyword.
+
1999-01-24 Ulrich Drepper <drepper@cygnus.com>
* ctype/ctype.c (toupper): Correct variable names from lat change.