From 1043890b10996ec4b14cd01040b82610760d5d4a Mon Sep 17 00:00:00 2001 From: Samuel Thibault Date: Thu, 10 May 2012 15:31:37 -0700 Subject: Hurd: Fix sbrk beyond 128MB --- ChangeLog | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index ac0ad18..11fdd81 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +2012-05-10 Samuel Thibault + + * 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 * sysdeps/mach/hurd/recvfrom.c (__recvfrom): Check also for a null -- cgit v1.1