about summary refs log tree commit diff
Commit message (Collapse)AuthorAgeFilesLines
...
* Update.Ulrich Drepper2003-02-202-10/+20
| | | | | | 2003-02-18 Alan Modra <amodra@bigpond.net.au> * sysdeps/powerpc/powerpc32/sysdep.h (HIDDEN_JUMPTARGET): Redefine.
* Update.Ulrich Drepper2003-02-202-3/+9
| | | | | | | | 2003-02-20 Philip Blundell <philb@gnu.org> * sysdeps/unix/sysv/linux/arm/sysdep.h (INLINE_SYSCALL): Add missing arguments to INTERNAL_SYSCALL_ERROR_P and INTERNAL_SYSCALL_ERRNO.
* Update.Ulrich Drepper2003-02-201-0/+5
| | | | | | | 2003-02-20 Martin Schwidefsky <schwidefsky@de.ibm.com> * sysdeps/unix/sysv/linux/s390/s390-32/chown.c (__real_chown): Test for __ASSUME_32BITUIDS.
* (__real_chown): Test for __ASSUME_32BITUIDS.Ulrich Drepper2003-02-201-2/+6
|
* * sysdeps/unix/sysv/linux/m68k/bits/mman.h: Add MADV_* andAndreas Schwab2003-02-201-0/+5
| | | | POSIX_MADV_* constants.
* Add MADV_* and POSIX_MADV_* constants.Andreas Schwab2003-02-201-1/+19
|
* Update.Ulrich Drepper2003-02-203-3/+6
| | | | | * pthread_create.c (deallocate_tsd): Reset found_nonzero at the beginning of the loop. Clear the entire first block of TSD.
* Update.Ulrich Drepper2003-02-201-1/+1
| | | | * pthreadP.h: Define dummy version of DEBUGGING_P.
* Update.Ulrich Drepper2003-02-205-5/+129
| | | | | | | | | 2003-02-20 Ulrich Drepper <drepper@redhat.com> * pthread_create.c (deallocate_tsd): Clear the entire first block of TSD. * Makefile (tests): Add tst-key4. * tst-key4.c: New file.
* Update.Ulrich Drepper2003-02-205-1/+12
| | | | | | | | | | | 2003-02-20 Kaz Kojima <kkojima@rr.iij4u.or.jp> * sysdeps/unix/sysv/linux/sh/pread.c: New file. * sysdeps/unix/sysv/linux/sh/pread64.c: New file. * sysdeps/unix/sysv/linux/sh/pwrite.c: New file. * sysdeps/unix/sysv/linux/sh/pwrite64.c: New file. * stdlib/strtod.c (INTERNAL): Up the safety margin for cutting off
* UPdate.Ulrich Drepper2003-02-202-2/+7
| | | | | | | 2003-02-19 Ulrich Drepper <drepper@redhat.com> * specific.c (pthread_key_delete_helper): Don't use GETMEM, we need the target thread's lock.
* Update.Ulrich Drepper2003-02-191-0/+4
| | | | | | 2003-02-19 Jiro Sekiba <jir@yamato.ibm.com> * iconvdata/utf-16.c (gconv_end): Fix range of low surrogate.
* (BODY): Fix range of low surrogate.Ulrich Drepper2003-02-191-3/+3
|
* * signal/signal.h: Include <sys/ucontext.h>, not <ucontext.h>.Roland McGrath2003-02-191-0/+4
|
* 2003-02-16 Roland McGrath <roland@redhat.com>Roland McGrath2003-02-191-2/+3
| | | | * signal/signal.h: Include <sys/ucontext.h>, not <ucontext.h>.
* Update.Ulrich Drepper2003-02-192-1/+25
| | | | * stdlib/tst-strtod.c (main): Add test for strtof bug.
* Update.Ulrich Drepper2003-02-192-4/+9
| | | | | | | 2003-02-19 Ulrich Drepper <drepper@redhat.com> * stdlib/strtod.c (INTERNAL): Up the safety margin for cutting of decimal input digits.
* Update.Ulrich Drepper2003-02-186-12/+104
| | | | | | | 2003-02-18 Ulrich Drepper <drepper@redhat.com> * sysdeps/unix/sysv/linux/ttyname_r.c (__ttyname_r): Recognize invalid file descriptors and missing access permissions.
* Update.Ulrich Drepper2003-02-182-1/+6
| | | | | * pthread_create.c (deallocate_tsd): Mark as internal_function. Add some more __builtin_expect.
* Update.Ulrich Drepper2003-02-184-3/+144
| | | | | | 2003-02-18 Ulrich Drepper <drepper@redhat.com> * pthreadP.h: Define dummy versio of DEBUGGING_P.
* Update.Ulrich Drepper2003-02-181-1/+1
| | | | * nss/getXXbyYY_r.c (REENTRANT_NAME): Return 0 if no entry has
* Update.Ulrich Drepper2003-02-183-10/+10
| | | | | | | | | | | * sysdeps/unix/sysv/linux/i386/bits/posix_opt.h: Remnove _POSIX_THREAD_PRIORITY_SCHEDULING. * sysdeps/unix/sysv/linux/i386/bits/posix_opt.h: Remove _XOPEN_REALTIME_THREADS. * sysdeps/unix/sysv/linux/bits/posix_opt.h: Likewise. * sysdeps/unix/sysv/linux/pthread_kill.c (__pthread_kill): The kernel returns EINVAL for PID <= 0, work around it.
* Update.Ulrich Drepper2003-02-182-4/+6
| | | | | * nss/getXXbyYY_r.c (REENTRANT_NAME): Return 0 is no entry has been found.
* Update.Ulrich Drepper2003-02-183-5/+16
| | | | | | | | | 2003-02-17 Ulrich Drepper <drepper@redhat.com> * sysdeps/posix/sysconf.c (__sysconf): Test for LOGIN_NAME_MAX and TTY_NAME_MAX and not the _POSIX_* minimal value macros. * sysdeps/unix/sysv/linux/bits/local_lim.h: Define TTY_NAME_MAX and LOGIN_NAME_MAX.
* Update.Ulrich Drepper2003-02-182-1/+12
| | | | | | | 2003-02-17 Ulrich Drepper <drepper@redhat.com> * sysdeps/unix/sysv/linux/bits/local_lim.h: Define TTY_NAME_MAX and LOGIN_NAME_MAX.
* Update.Ulrich Drepper2003-02-173-1/+115
| | | | | * Makefile (tests): Add tst-signal5. * tst-signal5.c: New file.
* Update.Ulrich Drepper2003-02-173-2/+17
| | | | | * sysdeps/unix/sysv/linux/bits/local_lim.h: Define TTY_NAME_MAX and LOGIN_NAME_MAX.
* Update.Ulrich Drepper2003-02-1714-26/+136
| | | | | | | | | | | 2003-02-17 Kevin B. Hendricks <kevin.hendricks@sympatico.ca> Franz Sirl <Franz.Sirl-kernel@lauterbach.com> * sysdeps/powerpc/elf/libc-start.c: Handle NONTLS_INIT_TP. * sysdeps/powerpc/powerpc32/__longjmp.S: Remove R2 handling. * sysdeps/powerpc/powerpc32/setjmp.S: Likewise. * sysdeps/powerpc/powerpc32/fpu/__longjmp.S: Likewise. * sysdeps/powerpc/powerpc32/fpu/setjmp.S: Likewise.
* Update.Ulrich Drepper2003-02-1714-438/+24
| | | | | | | | | | | | | | | | | | | | | 2003-02-17 Franz Sirl <Franz.Sirl-kernel@lauterbach.com> * sysdeps/unix/sysv/linux/powerpc/ftruncate64.c: Delete. * sysdeps/unix/sysv/linux/powerpc/truncate64.c: Delete. * sysdeps/unix/sysv/linux/powerpc/pread64.c: Delete. * sysdeps/unix/sysv/linux/powerpc/pread.c: Delete. * sysdeps/unix/sysv/linux/powerpc/pwrite64.c: Delete. * sysdeps/unix/sysv/linux/powerpc/pwrite.c: Delete. * sysdeps/unix/sysv/linux/powerpc/fe_nomask.c: Move file... * sysdeps/unix/sysv/linux/powerpc/powerpc32/fe_nomask.c: ...here. * sysdeps/unix/sysv/linux/powerpc/glob64.c: Move file... * sysdeps/unix/sysv/linux/powerpc/powerpc32/glob64.c: ...here. * sysdeps/unix/sysv/linux/tcgetattr.c: Use INLINE_SYSCALL. * sysdeps/unix/sysv/linux/tcsetattr.c: Likewise. * sysdeps/unix/sysv/linux/powerpc/tcgetattr.c: Delete. * sysdeps/unix/sysv/linux/powerpc/tcsetattr.c: Delete.
* Update.Ulrich Drepper2003-02-172-3/+16
| | | | * tst-cancel1.c (tf): Block all signals.
* Update.Ulrich Drepper2003-02-176-7/+200
| | | | | | | | | | | | | | | | | | 2003-02-17 Ulrich Drepper <drepper@redhat.com> * Makefile (tests): Add tst-basic6. * tst-basic6.c: New file. * tst-basic1.c: Add test for process ID. * Makefile (tests): Add tst-cancel10. * tst-cancel10.c: New file. * Makefile (tests): Add tst-signal4. * tst-signal4.c: New file. * sysdeps/pthread/pthread_sigmask.c (pthread_sigmask): Use __sigismember instead of sigismember. Add __builtin_expect.
* Update.Ulrich Drepper2003-02-172-0/+123
| | | | | * tst-attr1.c (do_test): Add tests for pthread_setcanceltype, pthread_setcancelstate, and pthread_rwlock_setpshared.
* Update.Ulrich Drepper2003-02-162-2/+7
| | | | | | | * tst-cancel7.c (do_test): Make sure the pid file exists before canceling the thread. * libc-cancellation.c (__libc_enable_asynccancel): Rewrite to avoid
* Update.Ulrich Drepper2003-02-162-12/+19
| | | | | | 2003-02-14 Thorsten Kukuk <kukuk@suse.de> * nss/getent.c (print_hosts): Print all IP addresses of one host.
* Update.Ulrich Drepper2003-02-1610-10/+142
| | | | | | | | | | | | | | | * tst-rwlock6.c: More pthread_rwlock_timedwrlock and pthread_rwlock_timedrdlock tests. * tst-rwlock7.c: More pthread_rwlock_timedwrlock tests. * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_timedrdlock.S: Check for invalid tv_nsec field. * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_timedwrlock.S: Likewise. * pthread_mutex_trylock.c (__pthread_mutex_trylock): Protect recursive mutex of overflow. * tst-attr1.c (do_test): Add test for pthread_mutexattr_setpshared.
* Update.Ulrich Drepper2003-02-164-13/+158
| | | | | | | | | | | 2003-02-16 Ulrich Drepper <drepper@redhat.com> * libc-cancellation.c (__libc_enable_asynccancel): Rwrite to avoid going into an endless loop. * Makefile (tests): Add tst-cancel9. * tst-cancel9.c: New file. * pthread_cancel.c (pthread_cancel): Use the result of __pthread_kill.
* (pthread_cancel): Use the result of __pthread_kill.Ulrich Drepper2003-02-161-2/+3
|
* * mach/errsystems.awk: Include <errno.h> in generated output.Roland McGrath2003-02-164-13/+40
|
* * sysdeps/mach/hurd/tls.h: New file.Roland McGrath2003-02-163-0/+180
| | | | * sysdeps/mach/hurd/i386/tls.h: New file.
* * sysdeps/mach/Makefile (mach-before-compile rule): Pass generating=t,Roland McGrath2003-02-151-0/+10
| | | | | | | | | use target mach-before-compile instead of generated. (mach-before-compile): New target. * Makerules: Disable use of tls.make if $(generating) is set. * mach/Makefile: Include mach-syscalls.mk even if no_deps=t. * sysdeps/mach/hurd/Makefile: Make generated hurd headers depend on mach-shortcuts.h so mach/ generation happens before hurd/.
* 2003-02-15 Roland McGrath <roland@frob.com>Roland McGrath2003-02-154-6/+12
| | | | | | | | | | * sysdeps/mach/Makefile (mach-before-compile rule): Pass generating=t, use target mach-before-compile instead of generated. (mach-before-compile): New target. * Makerules: Disable use of tls.make if $(generating) is set. * mach/Makefile: Include mach-syscalls.mk even if no_deps=t. * sysdeps/mach/hurd/Makefile: Make generated hurd headers depend on mach-shortcuts.h so mach/ generation happens before hurd/.
* To-Do list for testing.Ulrich Drepper2003-02-151-0/+20
|
* Update.Ulrich Drepper2003-02-155-6/+50
| | | | * tst-mutex5.c (do_test): Add more timedlock tests.
* Update.Ulrich Drepper2003-02-153-19/+231
| | | | * tst-mutex2.c: Tests of trylock and unlock with ERROR mutexes.
* Update.Ulrich Drepper2003-02-152-2/+51
| | | | * tst-mutex3.c (do_test): Add tests for trylock with RECURSIVE mutexes.
* Update.Ulrich Drepper2003-02-152-2/+10
| | | | | * sysdeps/unix/sysv/linux/pthread_kill.c (__pthread_kill): Don't use INLINE_SYSCALL. Error number is returned, not -1.
* Update.Ulrich Drepper2003-02-157-8/+26
| | | | | | | | | | | | | | * pthreadP.h: Mark declarations of __find_in_stack_list, __free_tcb, and __deallocate_stack with internal_function. * pthread_create.c: Adjust definitions appropriately. * allocatestack.c: Likewise. * pthread_join.c: Add one more __builtin_expect. * pthread_timedjoin.c: Likewise. * pthread_getspecific.c (__pthread_getspecific): Clear data->data not data of sequence number does not match. Add one __builtin_expect.
* Update.Ulrich Drepper2003-02-153-1/+55
| | | | | * Makefile (tests): Add tst-clock1. * tst-clock1.c: New file.
* Update.Ulrich Drepper2003-02-154-3/+88
| | | | | | | | | | | 2003-02-15 Ulrich Drepper <drepper@redhat.com> * pthread_setconcurrency.c (pthread_setconcurrency): Fail for negative arguments. * Makefile (tests): Add tst-basic5. * tst-basic5.c: New file. after thread is done. If then zero, call exit(0).
* Update.Ulrich Drepper2003-02-155-1/+112
| | | | | * math/libm-test.inc (nextafter_test): New test, but disabled due to gcc bug.