about summary refs log tree commit diff
path: root/nptl
Commit message (Collapse)AuthorAgeFilesLines
* * sysdeps/pthread/pthread.h (__pthread_cleanup_routine): UseJakub Jelinek2005-04-053-3/+9
| | | | | __inline instead of inline. * sysdeps/pthread/bits/libc-lock.h (__libc_cleanup_routine): Likewise.
* Updated to fedora-glibc-20050401T1444Jakub Jelinek2005-04-0135-110/+1363
|
* Updated to fedora-glibc-20050324T0715 cvs/fedora-glibc-2_3_4-17Jakub Jelinek2005-03-242-11/+14
|
* Updated to fedora-glibc-20050319T1907 cvs/fedora-glibc-2_3_4-15Jakub Jelinek2005-03-192-2/+6
|
* Updated to fedora-glibc-20050302T1820Jakub Jelinek2005-03-033-3/+26
|
* Updated to fedora-glibc-20050208T0948 cvs/fedora-glibc-2_3_4-6Jakub Jelinek2005-02-0816-32/+130
|
* Updated to fedora-glibc-20050106T1443Jakub Jelinek2005-01-066-4/+109
|
* Updated to fedora-glibc-20041218T2312 cvs/fedora-glibc-2_3_3-99Jakub Jelinek2004-12-181-4/+4
|
* * sysdeps/unix/sysv/linux/powerpc/powerpc64/bits/local_lim.h: Removed. cvs/fedora-glibc-2_3_3-98Jakub Jelinek2004-12-182-89/+5
|
* Updated to fedora-glibc-20041218T1131Jakub Jelinek2004-12-183-0/+8
|
* Updated to fedora-glibc-20041217T0906 cvs/fedora-glibc-2_3_3-97Jakub Jelinek2004-12-175-2/+106
|
* Updated to fedora-glibc-20041215T2056Jakub Jelinek2004-12-151-1/+1
|
* * sysdeps/unix/sysv/linux/s390/s390-32/clone.S (__clone): Add support forJakub Jelinek2004-12-154-0/+11
| | | | | | | | | | NPTL where the PID is stored at userlevel and needs to be reset when CLONE_THREAD is not used. * sysdeps/unix/sysv/linux/s390/s390-64/clone.S (__clone): Likewise. nptl/ * sysdeps/unix/sysv/linux/s390/s390-32/clone.S: New file. * sysdeps/unix/sysv/linux/s390/s390-64/clone.S: New file. * sysdeps/s390/tcb-offsets.sym (TID): Add.
* Updated to fedora-glibc-20041215T0847Jakub Jelinek2004-12-155-15/+38
|
* Updated to fedora-glibc-20041210T0634Jakub Jelinek2004-12-102-17/+23
|
* Updated to fedora-glibc-20041208T1024Jakub Jelinek2004-12-082-1/+7
|
* 2.3.3-88 cvs/fedora-glibc-2_3_3-88Jakub Jelinek2004-12-071-1/+2
|
* * sysdeps/unix/sysv/linux/ia64/clone2.S (__clone2): Add support forJakub Jelinek2004-12-076-2/+28
| | | | | | | | | | | | | NPTL where the PID is stored at userlevel and needs to be reset when CLONE_THREAD is not used. nptl/ * sysdeps/ia64/tcb-offsets.sym (TID): Add. * sysdeps/unix/sysv/linux/ia64/clone2.S: New file. * Makefile (tests): Add tst-getpid2.c. * tst-getpid1.c (TEST_CLONE_FLAGS): Define. (do_test): Use it. Use __clone2 instead of clone on ia64. * tst-getpid2.c: New test.
* Updated to fedora-glibc-20041207T1331Jakub Jelinek2004-12-075-11/+112
|
* * posix/tst-regex.c: Use defined _POSIX_CPUTIME && _POSIX_CPUTIME >= 0Jakub Jelinek2004-12-038-579/+24
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | conditionals instead of defined _POSIX_CPUTIME. (main): If _POSIX_CPUTIME == 0, call sysconf to see if CPUTIME option is available. * posix/tst-regex.c2: Use defined _POSIX_CPUTIME && _POSIX_CPUTIME >= 0 conditionals instead of defined _POSIX_CPUTIME. (do_test): If _POSIX_CPUTIME == 0, call sysconf to see if CPUTIME option is available. * sysdeps/posix/sysconf.c (__sysconf): If _POSIX_CPUTIME resp. _POSIX_THREAD_CPUTIME is defined to 0, return -1 for the corresponding _SC_ argument. nptl/ * sysdeps/unix/sysv/linux/bits/posix_opt.h (_POSIX_CPUTIME, _POSIX_THREAD_CPUTIME): Define to 0. * sysdeps/pthread/timer_create.c (timer_create): Remove unused code handling CLOCK_PROCESS_CPUTIME_ID and CLOCK_THREAD_CPUTIME_ID. * sysdeps/pthread/timer_routines.c (__timer_signal_thread_pclk, __timer_signal_thread_tclk): Remove. (init_module): Remove their initialization. (thread_cleanup): Remove their cleanup assertions. * sysdeps/pthread/posix-timer.h (__timer_signal_thread_pclk, __timer_signal_thread_tclk): Remove. * sysdeps/unix/sysv/linux/i386/bits/posix_opt.h: Removed. * sysdeps/unix/sysv/linux/ia64/bits/posix_opt.h: Removed. * sysdeps/unix/sysv/linux/x86_64/bits/posix_opt.h: Removed. linuxthreads/ * sysdeps/unix/sysv/linux/bits/posix_opt.h (_POSIX_CPUTIME, _POSIX_THREAD_CPUTIME): Define to 0. * sysdeps/pthread/timer_create.c (timer_create): Remove unused code handling CLOCK_PROCESS_CPUTIME_ID and CLOCK_THREAD_CPUTIME_ID. * sysdeps/pthread/timer_routines.c (__timer_signal_thread_pclk, __timer_signal_thread_tclk): Remove. (init_module): Remove their initialization. (thread_cleanup): Remove their cleanup assertions. * sysdeps/pthread/posix-timer.h (__timer_signal_thread_pclk, __timer_signal_thread_tclk): Remove. * sysdeps/unix/sysv/linux/i386/bits/posix_opt.h: Removed. * sysdeps/unix/sysv/linux/ia64/bits/posix_opt.h: Removed. * sysdeps/unix/sysv/linux/x86_64/bits/posix_opt.h: Removed.
* Updated to fedora-glibc-20041203T0935Jakub Jelinek2004-12-032-9/+14
|
* Updated to fedora-glibc-20041130T0624Jakub Jelinek2004-11-305-0/+79
|
* Updated to fedora-glibc-20041126T1318 cvs/fedora-glibc-2_3_3-85Jakub Jelinek2004-11-2611-2/+155
|
* * pthread_create.c (pthread_cancel): Add PTHREAD_STATIC_FN_REQUIRE. cvs/fedora-glibc-2_3_3-82Jakub Jelinek2004-11-203-1/+7
| | | | * pthread_cancel.c (pthread_create): Likewise.
* Updated to fedora-glibc-20041120T0949Jakub Jelinek2004-11-208-15/+85
|
* Updated to fedora-glibc-20041119T0003Jakub Jelinek2004-11-193-2/+16
|
* Updated to fedora-glibc-20041112T1640Jakub Jelinek2004-11-129-9/+1191
|
* Updated to fedora-glibc-20041110T0839Jakub Jelinek2004-11-106-4/+159
|
* Include errno.h. cvs/fedora-glibc-2_3_3-75Jakub Jelinek2004-11-021-0/+1
|
* Updated to fedora-glibc-20041102T1153Jakub Jelinek2004-11-026-14/+105
|
* Updated to fedora-glibc-20041018T0940Jakub Jelinek2004-10-182-4/+9
|
* Updated to fedora-glibc-20041012T1128 cvs/fedora-glibc-2_3_3-67Jakub Jelinek2004-10-126-6/+22
|
* * sysdeps/unix/sysv/linux/jmp-unwind.c: Include pthreadP.h insteadJakub Jelinek2004-10-063-5/+7
| | | | | of pthread-functions.h and pthreaddef.h. * sysdeps/unix/sysv/linux/s390/jmp-unwind.c: Likewise.
* * sysdeps/s390/jmpbuf-unwind.h: Include bits/wordsize.h.Jakub Jelinek2004-10-062-4/+15
| | | | | (JMPBUF_CFA_UNWINDS_ADJ): Subtract 96 resp. 160 bytes from CFA.
* Updated to fedora-glibc-20041006T0900Jakub Jelinek2004-10-066-6/+37
|
* 2.3.3-65 cvs/fedora-glibc-2_3_3-65Jakub Jelinek2004-10-052-4/+11
|
* Updated to fedora-glibc-20041005T0745Jakub Jelinek2004-10-0519-113/+57
|
* Updated to fedora-glibc-20041001T2134 cvs/fedora-glibc-2_3_3-63Jakub Jelinek2004-10-012-1/+4
|
* Updated to fedora-glibc-20041001T1134 cvs/fedora-glibc-2_3_3-62Jakub Jelinek2004-10-013-9/+28
|
* Updated to fedora-glibc-20040929T0821Jakub Jelinek2004-09-2912-40/+62
|
* Updated to fedora-glibc-20040925T0738Jakub Jelinek2004-09-254-11/+63
|
* Changes and additions migrated from cvs.devel.redhat.com:/cvs/devel/glibc to ↵Roland McGrath2004-09-2214-43/+87
| | | | fedora-branch
* Update.Ulrich Drepper2004-09-202-5/+1
| | | | | | | | | | | 2004-09-20 Ulrich Drepper <drepper@redhat.com> * nscd/nscd.c (options): Mark S option as hidden. (parse_opt): When S option is used, print warning message. * nscd/grpcache.c (adgrptbyX): Don't handle secure mode. * nscd/hstcache.c (addhstbyX): Don't handle secure mode. * nscd/aicache.c (addhstaiX): Don't handle secure mode. * nscd/pwdcache.c (addpwbyX): Don't handle secure mode.
* Update.Ulrich Drepper2004-09-203-35/+11
| | | | | * configure.in: If selinux has not explictly been requested, don't comment on it missing.
* Update.Ulrich Drepper2004-09-2019-9/+243
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * sysdeps/unix/sysv/linux/setegid.c [HAVE_PTR__NPTL_SETXID]: Call callback to set IDs in all other threads as well. * sysdeps/unix/sysv/linux/seteuid.c: Likewise. * sysdeps/unix/sysv/linux/i386/setegid.c: Likewise. * sysdeps/unix/sysv/linux/i386/seteuid.c: Likewise. * sysdeps/unix/sysv/linux/i386/setgid.c: Likewise. * sysdeps/unix/sysv/linux/i386/setuid.c: Likewise. * sysdeps/unix/sysv/linux/i386/setreuid.c: Likewise. * sysdeps/unix/sysv/linux/i386/setreuid.c: Likewise. * sysdeps/unix/sysv/linux/i386/setresuid.c: Likewise. * sysdeps/unix/sysv/linux/i386/setresuid.c: Likewise. * sysdeps/unix/sysv/linux/setuid.c: New file. * sysdeps/unix/sysv/linux/setgid.c: New file. * sysdeps/unix/sysv/linux/setreuid.c: New file. * sysdeps/unix/sysv/linux/setregid.c: New file. * sysdeps/unix/sysv/linux/setresuid.c: New file. * sysdeps/unix/sysv/linux/setresgid.c: New file. * sysdeps/unix/sysv/linux/i386/sysdep.h: Define INTERNAL_SYSCALL_NCS. * sysdeps/unix/sysv/linux/ia64/sysdep.h: Likewise. * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep.h: Likewise. * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h: Likewise. * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Likewise. * sysdeps/unix/sysv/linux/sparc/sparc32/setegid.c: Use x86 version. * sysdeps/unix/sysv/linux/sparc/sparc32/seteuid.c: Likewise. * sysdeps/unix/sysv/linux/sparc/sparc32/setresgid.c: New file. * sysdeps/unix/sysv/linux/sparc/sparc32/setresuid.c: New file. * sysdeps/unix/sysv/linux/sparc/sparc32/syscalls.list: Remove setresgid and setresuid. * nscd/aicache.c: Use pthread_seteuid_np instead of seteuid. * nscd/grpcache.c: Likewise. * nscd/hstcache.c: Likewise. * nscd/pwdcache.c: Likewise.
* Update.Ulrich Drepper2004-09-182-4/+12
| | | | | | | 2004-09-18 Ulrich Drepper <drepper@redhat.com> * allocatestack.c (allocate_stack): Return EAGAIN instead of ENOMEM when out of memory.
* * configure.in (--with-headers): Let argument contain a : separatedRoland McGrath2004-09-163-17/+9
| | | | | list of directories to use, not just one. * configure: Regenerated.
* * sysdeps/unix/sysv/linux/alpha/vfork.S: Use libc_hidden_def.Richard Henderson2004-09-152-1/+5
| | | | | | 2004-09-15 Richard Henderson <rth@redhat.com> * sysdeps/unix/sysv/linux/alpha/vfork.S: Use libc_hidden_def.
* Update.Ulrich Drepper2004-09-136-2/+387
| | | | | | | | | | | | | 2004-09-01 David Mosberger <davidm@hpl.hp.com> * sysdeps/unix/sysv/linux/ia64/jmpbuf-unwind.h (__libc_unwind_longjmp): Delete macro and declare as function. * sysdeps/unix/sysv/linux/ia64/Makefile (sysdep_routines): Mention __ia64_longjmp, sigstack_longjmp, and __sigstack_longjmp for nptl directory. * sysdeps/unix/sysv/linux/ia64/__ia64_longjmp.S: New file. * sysdeps/unix/sysv/linux/ia64/__sigstack_longjmp.c: New file. * sysdeps/unix/sysv/linux/ia64/unwind_longjmp.c: New file.
* Update.Ulrich Drepper2004-09-121-9/+9
| | | | | | | | | | 2004-09-11 Thorsten Kukuk <kukuk@suse.de> * nis/nss_compat/compat-grp.c: Check that buflen is greater zero before writing data into the buffer with negative offset. * nis/nss_compat/compat-initgroups.c: Likewise. * nis/nss_compat/compat-pwd.c: Likewise. * nis/nss_compat/compat-spwd.c Likewise.