diff options
author | Roland McGrath <roland@gnu.org> | 1999-07-20 21:07:23 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 1999-07-20 21:07:23 +0000 |
commit | 180c9ab7e35dfd7f3fc730594431999bd6befde3 (patch) | |
tree | 32b03bc0d31b81d54003979d0f699ad04a0db219 /ChangeLog | |
parent | 57d588608cf1f8b9c4455a3f285c6eba1f95bb14 (diff) | |
download | glibc-180c9ab7e35dfd7f3fc730594431999bd6befde3.zip glibc-180c9ab7e35dfd7f3fc730594431999bd6befde3.tar.gz glibc-180c9ab7e35dfd7f3fc730594431999bd6befde3.tar.bz2 |
1999-07-20 Mark Kettenis <kettenis@gnu.org>
* sysdeps/mach/hurd/mmap.c (__mmap): Use correct arguments in
__vm_allocate calls.
1999-07-20 Mark Kettenis <kettenis@gnu.org>
* sysdeps/mach/hurd/sysd-stdio.c (__stdio_read): Call
_hurd_fd_read with new OFFSET argument set to -1.
(__stdio_write): Call _hurd_fd_write with new OFFSET argument set
to -1.
1999-07-17 Roland McGrath <roland@baalperazim.frob.com>
* hurd/hurdexec.c (_hurd_exec): Prune trailing null ports from the
descriptor table sent in the RPC.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 17 |
1 files changed, 17 insertions, 0 deletions
@@ -1,3 +1,20 @@ +1999-07-20 Mark Kettenis <kettenis@gnu.org> + + * sysdeps/mach/hurd/mmap.c (__mmap): Use correct arguments in + __vm_allocate calls. + +1999-07-20 Mark Kettenis <kettenis@gnu.org> + + * sysdeps/mach/hurd/sysd-stdio.c (__stdio_read): Call + _hurd_fd_read with new OFFSET argument set to -1. + (__stdio_write): Call _hurd_fd_write with new OFFSET argument set + to -1. + +1999-07-17 Roland McGrath <roland@baalperazim.frob.com> + + * hurd/hurdexec.c (_hurd_exec): Prune trailing null ports from the + descriptor table sent in the RPC. + 1999-07-20 Andreas Jaeger <aj@arthur.rhein-neckar.de> * time/strptime.c [!_LIBC]: Fix __mon_day size. Reported by |