diff options
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index 62beb762c4..b769a0e05e 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +2015-11-29 Samuel Thibault <samuel.thibault@ens-lyon.org> + + The RPC interface used by mmap uses the unsigned vm_offset_t, not the + signed off_t, so 32bit bigger than 2GiB values are fine actually. + + * sysdeps/mach/hurd/mmap64.c: New file. + 2015-11-29 Thomas Schwinge <thomas@codesourcery.com> * sysdeps/mach/hurd/fork.c (__fork): Install correct number of send |