From 06c2c536fce6de5da0b241fafb8cdef14fc2766a Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Fri, 2 Aug 2002 01:43:32 +0000 Subject: Update. 2002-08-02 Jakub Jelinek * malloc/malloc.c (public_cALLOc): Check for overflow on multiplication. * sunrpc/xdr_array.c (xdr_array): Likewise. * sunrpc/rpc/types.h (mem_free): Add comment. Patch by Solar Designer . 2002-08-02 Jakub Jelinek * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_SET_THREAD_AREA_SYSCALL): Define. * libio/stdio.h (sys_errlist, sys_nerr, _sys_errlist, _sys_nerr): * libio/Makefile (headers): Add bits/sys_errlist.h to the list. * sysdeps/generic/bits/sys_errlist.h: New file. This does *not* declare sys_errlist and sys_nerr. * sysdeps/unix/sysv/linux/bits/sys_errlist.h: New file. Does --- linuxthreads/ChangeLog | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'linuxthreads') diff --git a/linuxthreads/ChangeLog b/linuxthreads/ChangeLog index 2fe02b1fd8..2baa1e4a9e 100644 --- a/linuxthreads/ChangeLog +++ b/linuxthreads/ChangeLog @@ -1,3 +1,10 @@ +2002-08-02 Jakub Jelinek + + * sysdeps/i386/useldt.h (DO_MODIFY_LDT): Move from INIT_THREAD_SELF. + (INIT_THREAD_SELF): Use sys_thread_area syscall instead if available. + (FREE_THREAD): Avoid modify_ldt if using GDT. + * sysdeps/i386/pspinlock.c (__have_no_set_thread_area): New variable. + 2002-07-25 Jakub Jelinek * sysdeps/i386/tls.h: Use __ASSEMBLER__ test macro not ASSEMBLER. -- cgit 1.4.1