summary refs log tree commit diff
path: root/linuxthreads
Commit message (Collapse)AuthorAgeFilesLines
* Also remove.Jakub Jelinek2005-07-081-13/+0
|
* Updated to fedora-glibc-20050708T0811Jakub Jelinek2005-07-08322-42439/+0
|
* Updated to fedora-glibc-20050620T1530Jakub Jelinek2005-06-204-2/+47
|
* * man/Makefile (SOURCES): Remove all man pages butJakub Jelinek2005-05-305-22/+26
| | | | | | | | | pthread_cleanup_push.man, pthread_kill_other_threads_np.man and pthread_mutexattr_setkind_np.man. * man/pthread_cleanup_push.man: Replace (3) with (3p) where man page was not kept. * man/pthread_kill_other_threads_np.man: Likewise. * man/pthread_mutexattr_setkind_np.man: Likewise.
* Updated to fedora-glibc-20050524T1606Jakub Jelinek2005-05-245-363/+6
|
* First test, then commit...Jakub Jelinek2005-05-231-2/+2
|
* * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep-cancel.hJakub Jelinek2005-05-232-3/+9
| | | | | | | | | [IS_IN_librt] (CENABLE, CDISABLE): Use JUMPTARGET instead of bl __librt_*_asynccancel@local. * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep-cancel.h [IS_IN_librt] (CENABLE, CDISABLE): Use JUMPTARGET instead of bl __librt_*_asynccancel@local.
* Updated to fedora-glibc-20050523T1354Jakub Jelinek2005-05-234-9/+21
|
* Updated to fedora-glibc-20050520T0919Jakub Jelinek2005-05-202-14/+28
|
* Updated to fedora-glibc-20050427T1912Jakub Jelinek2005-04-272-5/+13
|
* Updated to fedora-glibc-20050427T1043Jakub Jelinek2005-04-272-1/+73
|
* Updated to fedora-glibc-20050401T1444Jakub Jelinek2005-04-014-2/+286
|
* Updated to fedora-glibc-20050324T0715 cvs/fedora-glibc-2_3_4-17Jakub Jelinek2005-03-243-7/+12
|
* Updated to fedora-glibc-20050319T1907 cvs/fedora-glibc-2_3_4-15Jakub Jelinek2005-03-192-1/+12
|
* * sysdeps/i386/dl-machine.h (ELF_MACHINE_NO_RELA): DefineJakub Jelinek2005-03-052-1/+5
| | | | | | | unconditionally to (defined RTLD_BOOTSTRAP). * sysdeps/arm/dl-machine.h (ELF_MACHINE_NO_RELA): Likewise. linuxthreads/ * sysdeps/powerpc/tcb-offsets.sym (thread_offsetof): Rework for GCC 4.
* Updated to fedora-glibc-20050211T0853Jakub Jelinek2005-02-112-2/+7
|
* Updated to fedora-glibc-20050208T0948 cvs/fedora-glibc-2_3_4-6Jakub Jelinek2005-02-0813-26/+214
|
* Updated to fedora-glibc-20050106T1443Jakub Jelinek2005-01-064-1/+80
|
* Updated to fedora-glibc-20041213T2323 cvs/fedora-glibc-2_3_3-91Jakub Jelinek2004-12-132-0/+5
|
* Updated to fedora-glibc-20041210T0634Jakub Jelinek2004-12-101-6/+7
|
* Updated to fedora-glibc-20041207T1331Jakub Jelinek2004-12-073-8/+8
|
* * posix/tst-regex.c: Use defined _POSIX_CPUTIME && _POSIX_CPUTIME >= 0Jakub Jelinek2004-12-039-588/+34
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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-11/+13
|
* Updated to fedora-glibc-20041130T0624Jakub Jelinek2004-11-305-0/+79
|
* Updated to fedora-glibc-20041126T1318 cvs/fedora-glibc-2_3_3-85Jakub Jelinek2004-11-264-0/+64
|
* Updated to fedora-glibc-20041124T0741 cvs/fedora-glibc-2_3_3-84Jakub Jelinek2004-11-243-6/+13
|
* Updated to fedora-glibc-20041018T0940Jakub Jelinek2004-10-204-2/+13
|
* Updated to fedora-glibc-20041018T0940Jakub Jelinek2004-10-181-0/+5
|
* 2.3.3-68Jakub Jelinek2004-10-141-2/+2
|
* Updated to fedora-glibc-20041006T0900Jakub Jelinek2004-10-063-2/+12
|
* Updated to fedora-glibc-20041005T0745Jakub Jelinek2004-10-055-4/+40
|
* 2.3.3-58 cvs/fedora-glibc-2_3_3-58Jakub Jelinek2004-09-262-4/+4
|
* linuxthreads fix from Roland.Jakub Jelinek2004-09-253-8/+11
|
* Prepare for 2.3.3-57Jakub Jelinek2004-09-251-1/+6
|
* Updated to fedora-glibc-20040925T0738Jakub Jelinek2004-09-252-1/+8
|
* Changes and additions migrated from cvs.devel.redhat.com:/cvs/devel/glibc to ↵Roland McGrath2004-09-2216-24/+164
| | | | fedora-branch
* * Versions: Add comment about linuxthreads' frozen ABI.Roland McGrath2004-09-221-0/+4
|
* 2004-09-21 Roland McGrath <roland@redhat.com>Roland McGrath2004-09-221-0/+8
| | | | * Versions: Add comment about linuxthreads' frozen ABI.
* Update.Ulrich Drepper2004-09-201-6/+0
| | | | | | | | | | | 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/+13
| | | | | * configure.in: If selinux has not explictly been requested, don't comment on it missing.
* Update.Ulrich Drepper2004-09-2012-1/+279
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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.
* [BZ #365]Ulrich Drepper2004-09-123-8/+15
| | | | | | | | | Update. * misc/syslog.c (vsyslog): Fix copying of PID in case of out-of-memory situation. [BZ #365]. * sysdeps/alpha/fpu/bits/mathinline.h: Use __NTH instead of __THROW in inline function definitions.
* * tst-cancel4.c (tf_waitid): Use WEXITED flag bit if available.Roland McGrath2004-09-071-0/+4
|
* 2004-09-04 Jakub Jelinek <jakub@redhat.com>Roland McGrath2004-09-071-2/+5
| | | | * tst-cancel4.c (tf_waitid): Use WEXITED flag bit if available.
* Update.Ulrich Drepper2004-09-072-2/+10
| | | | | | | 2004-09-07 Ulrich Drepper <drepper@redhat.com> * sysdeps/pthread/pthread.h (pthread_once): Remove __THROW since the initialization function might throw.
* * scripts/extract-abilist.awk: If `lastversion' variable defined, omitRoland McGrath2004-08-312-0/+5
| | | | | | | | later sets from output. * Makerules (check-abi): Pass option to set that with value of LIB-abi-frozen variable if one is set. * abilist/libcidn.abilist: New file (empty).
* * configure.in (add_ons_automatic): New variable, set to yes or noRoland McGrath2004-08-261-0/+6
| | | | | | | indicating --enable-add-ons with no explicit list. (running add-on fragments): Allow a fragment to modify $libc_add_on and have that affect its place in the list of add-ons to use. * configure: Regenerated.
* 2004-08-26 Roland McGrath <roland@redhat.com>Roland McGrath2004-08-262-5/+30
| | | | | | * configure.in: New file. If nptl add-on is also selected, barf if explicit and elide ourselves if implicit. * configure: Now generated.
* (CENABLE, CDISABLE, __local_multiple_threads): Fix definitions for IS_IN_librt.Andreas Jaeger2004-08-253-14/+16
| | | | | | | | 2004-08-25 Richard Sandiford <rsandifo@redhat.com> * sysdeps/unix/sysv/linux/mips/sysdep-cancel.h (CENABLE, CDISABLE, __local_multiple_threads): Fix definitions for IS_IN_librt. * sysdeps/unix/sysv/linux/mips/mips64/sysdep-cancel.h: Likewise.
* Update.Ulrich Drepper2004-08-232-6/+28
| | | | | | | 2004-08-22 Andreas Schwab <schwab@suse.de> * sysdeps/unix/sysv/linux/ia64/sysdep-cancel.h (PSEUDO) [IS_IN_librt]: Save gp around CENABLE/CDISABLE calls.