about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorRoland McGrath <roland@gnu.org>1995-12-03 10:00:22 +0000
committerRoland McGrath <roland@gnu.org>1995-12-03 10:00:22 +0000
commit683158e0c42dc68e3c43a32b6e5d832c5280e94e (patch)
treea760f36d0950bcd7be070a6424349341ee179f5a /ChangeLog
parent0fe4e552917483253b68ac9800b8bd292bf3a51d (diff)
downloadglibc-683158e0c42dc68e3c43a32b6e5d832c5280e94e.tar.gz
glibc-683158e0c42dc68e3c43a32b6e5d832c5280e94e.tar.xz
glibc-683158e0c42dc68e3c43a32b6e5d832c5280e94e.zip
* sysdeps/mach/hurd/brk.c (DATA_SIZE): Bump to 128MB. cvs/libc-951204 cvs/libc-951203
	(_hurd_set_brk): Try to allocate more space when we run out.
	* sysdeps/generic/sbrk.c: If __curbrk is zero, call __brk with
	zero and examine it again.
	* sysdeps/unix/sysv/linux/i386/brk.c: New file.
	* sysdeps/unix/sysv/linux/i386/brk.S: File removed.
	* sysdeps/unix/sysv/linux/i386/sbrk.S: File removed.
	* sysdeps/unix/sysv/linux/dl-sysdep.c: New file.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog9
1 files changed, 8 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 891d191bef..040c987937 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,7 +1,14 @@
 Sat Dec  2 03:47:27 1995  Roland McGrath  <roland@churchy.gnu.ai.mit.edu>
 
-	* sysdeps/unix/sysv/linux/i386/sbrk.S: File removed.
+	* sysdeps/mach/hurd/brk.c (DATA_SIZE): Bump to 128MB.
+	(_hurd_set_brk): Try to allocate more space when we run out.
 
+	* sysdeps/generic/sbrk.c: If __curbrk is zero, call __brk with
+	zero and examine it again.
+	* sysdeps/unix/sysv/linux/i386/brk.c: New file.
+	* sysdeps/unix/sysv/linux/i386/brk.S: File removed.
+	* sysdeps/unix/sysv/linux/i386/sbrk.S: File removed.
+	* sysdeps/unix/sysv/linux/dl-sysdep.c: New file.
 	* sysdeps/generic/dl-sysdep.c (_dl_sysdep_start) [DL_SYSDEP_INIT]:
 	Invoke this macro before calling DL_MAIN.