about summary refs log tree commit diff
path: root/linuxthreads/ChangeLog
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2000-08-05 08:10:02 +0000
committerUlrich Drepper <drepper@redhat.com>2000-08-05 08:10:02 +0000
commitc9326ed5e2b13a01b380d5bace6ffbd652c633d7 (patch)
treeae3a07d9fd70b102e8b88e1d748e632ef262e985 /linuxthreads/ChangeLog
parentfcd31f5a9fdb31893f0204556e6498a4af6e1d68 (diff)
downloadglibc-c9326ed5e2b13a01b380d5bace6ffbd652c633d7.tar.gz
glibc-c9326ed5e2b13a01b380d5bace6ffbd652c633d7.tar.xz
glibc-c9326ed5e2b13a01b380d5bace6ffbd652c633d7.zip
Update.
2000-08-05  Ulrich Drepper  <drepper@redhat.com>

	* Banner: Bump version number to 0.9.

	Always allocate stack and guardpage together.  Use mprotect to
Diffstat (limited to 'linuxthreads/ChangeLog')
-rw-r--r--linuxthreads/ChangeLog6
1 files changed, 5 insertions, 1 deletions
diff --git a/linuxthreads/ChangeLog b/linuxthreads/ChangeLog
index 00bbfb171b..82ce9ac42e 100644
--- a/linuxthreads/ChangeLog
+++ b/linuxthreads/ChangeLog
@@ -1,3 +1,7 @@
+2000-08-05  Ulrich Drepper  <drepper@redhat.com>
+
+	* Banner: Bump version number to 0.9.
+
 2000-08-04  Ulrich Drepper  <drepper@redhat.com>
 
 	* Makefile (tests): Add tststack.  Add rule to build the program.
@@ -10,7 +14,7 @@
 	* manager.c (thread_segment): Return always NULL if FLOATING_STACKS.
 	(pthread_allocate_stack): Allow kernel to choose stack address if
 	FLOATING_STACKS.  This also handles variable-sized stacks.
-	Always allocate stack and guardoage together.  Use mprotect to
+	Always allocate stack and guardpage together.  Use mprotect to
 	change guardpage access.
 	* sysdeps/i386/useldt.h: Define FLOATING_STACKS and
 	ARCH_STACK_MAX_SIZE.