diff options
author | Samuel Thibault <samuel.thibault@ens-lyon.org> | 2012-05-10 15:31:37 -0700 |
---|---|---|
committer | Roland McGrath <roland@hack.frob.com> | 2012-05-10 15:57:27 -0700 |
commit | 1043890b10996ec4b14cd01040b82610760d5d4a (patch) | |
tree | fd48346a9d254ea89a8cd182cd044806bd07eabd /ChangeLog | |
parent | 37ed8b9bdc820a23d5884132d0278d9e42942fd3 (diff) | |
download | glibc-1043890b10996ec4b14cd01040b82610760d5d4a.tar.gz glibc-1043890b10996ec4b14cd01040b82610760d5d4a.tar.xz glibc-1043890b10996ec4b14cd01040b82610760d5d4a.zip |
Hurd: Fix sbrk beyond 128MB
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index ac0ad18976..11fdd81c12 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +2012-05-10 Samuel Thibault <samuel.thibault@ens-lyon.org> + + * sysdeps/mach/hurd/brk.c (_hurd_set_brk): When more space needs to be + allocated, call __vm_protect to finish enabling the existing space, and + pass a copy of _hurd_data_end instead of PAGEBRK to __vm_allocate to + allocate the remainder. + 2012-05-10 Pino Toscano <toscano.pino@tiscali.it> * sysdeps/mach/hurd/recvfrom.c (__recvfrom): Check also for a null |