about summary refs log tree commit diff
path: root/linuxthreads/Changes
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/Changes
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/Changes')
-rw-r--r--linuxthreads/Changes18
1 files changed, 15 insertions, 3 deletions
diff --git a/linuxthreads/Changes b/linuxthreads/Changes
index 8ec26c9a67..b213f36c57 100644
--- a/linuxthreads/Changes
+++ b/linuxthreads/Changes
@@ -1,3 +1,15 @@
+Release 0.9:
+- more ports (SH, IA-64, s390)
+- many bug fixes
+- timed sync object wait functions
+- barrier implementation
+- spinlocks implementation
+- thread register on x86
+- variable stack size and position on some platforms
+
+Release 0.8:
+(ehmm, forgot to update, don't know anymore)
+
 Release 0.7:
 - Destructors for thread-specific data now conform to the POSIX semantics
   (call destructors again if non-NULL TSD remains after a round of
@@ -6,7 +18,7 @@ Release 0.7:
   and smaller thread descriptors (Ulrich Drepper).
 - Added "error checking" mutexes.
 - Protect against multiple sigwait() on the same signals.
-- Simplified implementation of semaphores when compare_and_swap is 
+- Simplified implementation of semaphores when compare_and_swap is
   not available.
 - Fixed bug in fork() where stdin was closed if fork() was called before
   the first pthread_create().
@@ -20,7 +32,7 @@ Release 0.6:
 - Validation of thread identifiers: no more crashes when operating on
   a thread that has exited (based on Pavel Krauz's ideas).
 - Added fallback implementation of semaphores for the 386 and the
-  Sparc. 
+  Sparc.
 - Fixed a bug in signal handling causing false restarts of suspended
   threads.
 - Fixed a bug in realtime scheduling causing all threads to have
@@ -49,7 +61,7 @@ Release 0.4:
 - Race condition in pthread_cond_timedwait fixed.
 - Recursive mutexes are back by popular demand.
 - Partial support for realtime scheduling (initiated by Richard Neitzel).
-- pthread.h cleaned up a lot: now C++ compatible, added missing "const" 
+- pthread.h cleaned up a lot: now C++ compatible, added missing "const"
   qualifiers, added short documentation, put to GNU libc standards
   for name space pollution (Ulrich Drepper).
 - Motorola 68k port (contributed by Andreas Schwab).