about summary refs log tree commit diff
path: root/nptl/sysdeps/unix/sysv/linux/sparc
Commit message (Expand)AuthorAgeFilesLines
* Fix coding style in sparc lowlevellock.hDavid S. Miller2012-11-031-2/+2
* Define a BUSY_WAIT_NOP for sparc.David S. Miller2012-10-285-0/+76
* Fix clone flag name in comment to CLONE_CHILD_CLEARTID.Siddhesh Poyarekar2012-10-021-1/+1
* Remove use of INTDEF/INTUSE in nptlAndreas Schwab2012-05-301-2/+2
* Fix libc-lowlevellock.c sysdep finding more generically.David S. Miller2012-03-161-1/+0
* Add missing sparc32 NPTL file otherwise we use the wrong lowlevellock.c imple...David S. Miller2012-03-151-0/+1
* Update copyright year after my most recent changes.David S. Miller2012-03-081-1/+1
* Get rid of superfluous assignments in sem_timedwaitThomas Schwinge2012-03-072-4/+2
* Fix several build warnings on sparc.David S. Miller2012-03-061-4/+5
* Fix stray references to __pthread_attrDavid S. Miller2012-02-271-1/+1
* Fix name mangling of pthread_attr_t after changeUlrich Drepper2012-02-261-1/+1
* Work around problem of pthread_attr_t definition with old compilersUlrich Drepper2012-02-261-2/+6
* Fix up POSIX testing in conformtestUlrich Drepper2012-02-261-3/+2
* Replace FSF snail mail address with URLs.Paul Eggert2012-02-0925-75/+50
* Fix nptl semaphore cleanup invocation.David S. Miller2011-09-054-38/+62
* * sysdeps/unix/sysv/linux/sparc/lowlevellock.h: Define cvs/fedora-glibc-20090309T1421Jakub Jelinek2009-03-091-1/+7
* * sysdeps/unix/sysv/linux/sparc/sparc64/Makefile: New file.Jakub Jelinek2008-05-201-0/+4
* * sysdeps/unix/sysv/linux/sparc/sparc32/sem_wait.c Jakub Jelinek2008-04-151-1/+1
* [BZ #6020] cvs/fedora-glibc-20080408T0706Jakub Jelinek2008-04-081-2/+2
* * sysdeps/unix/sysv/linux/bits/local_lim.h: Undefined ARG_MAX ifUlrich Drepper2008-03-271-1/+9
* * sysdeps/sparc/fpu/fraiseexcpt.c (__feraiseexcept): Fix raising cvs/fedora-glibc-20070815T2049Jakub Jelinek2007-08-1513-87/+588
* * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_runtime_setup): No Jakub Jelinek2007-08-141-4/+5
* * nscd/servicescache.c: Include kernel-features.h.Ulrich Drepper2007-08-131-0/+1
* * sysdeps/unix/sysv/linux/ia64/bits/sigcontext.h: Include stddef.hUlrich Drepper2007-08-121-4/+7
* * pthreadP.h (PTHREAD_ROBUST_MUTEX_PSHARED): Define.Ulrich Drepper2007-08-111-8/+8
* * sysdeps/unix/sysv/linux/sparc/sparc32/pthread_barrier_init.c: Jakub Jelinek2007-08-042-63/+0
* * sysdeps/unix/sysv/linux/powerpc/sem_post.c (__new_sem_post):Ulrich Drepper2007-08-018-115/+275
* * iconvdata/gbk.c (BODY): Make buf and cp char instead of unsignedUlrich Drepper2007-07-282-28/+57
* [BZ #4586]Ulrich Drepper2007-06-083-8/+14
* * pthread_getattr_np.c: No need to install a cancellation handler,Ulrich Drepper2007-05-302-18/+3
* * version.h (VERSION): Define to 6. glibc-2.6 cvs/glibc-2_6-base cvs/glibc-2_6Ulrich Drepper2007-05-151-8/+5
* * sysdeps/unix/sysv/linux/sem_post.c: Only wake threads if oldUlrich Drepper2007-05-151-5/+8
* [BZ #2510, BZ #2830, BZ #3137, BZ #3313, BZ #3426, BZ #3465, BZ #3480, BZ #34...Ulrich Drepper2007-01-113-4/+4
* .Jakub Jelinek2007-07-313-4/+4
* * io/fts.c: Make sure fts_cur is always valid after return fromUlrich Drepper2007-01-101-1/+1
* * po/sv.po: Update from translation team.Ulrich Drepper2006-10-292-14/+14
* * elf/dl-lookup.c (_dl_debug_bindings): Remove unised symbol_scopeUlrich Drepper2006-10-272-3/+15
* [BZ #3352]Ulrich Drepper2006-10-121-3/+0
* Add SEM_VALUE_MAX.Ulrich Drepper2006-10-121-0/+3
* * sysdeps/unix/sysv/linux/kernel-features.h: Define cvs/fedora-glibc-20060729T2255Ulrich Drepper2006-07-291-0/+3
* * sysdeps/sparc/sparc32/dl-trampoline.S: Add CFI markings.Roland McGrath2006-03-067-116/+115
* * sysdeps/sparc/sparc32/fpu/libm-test-ulps: Update.Roland McGrath2006-03-011-2/+56
* * Makefile (subdir-target-args): New variable.Roland McGrath2006-02-282-4/+18
* * sysdeps/unix/sysv/linux/not-cancel.h (__openat_not_cancel,Ulrich Drepper2006-02-151-3/+16
* 2006-01-08 Jakub Jelinek <jakub@redhat.com>Roland McGrath2006-01-091-5/+5
* 2006-01-09 Roland McGrath <roland@redhat.com>Roland McGrath2006-01-091-2/+2
* * scripts/check-c++-types.sh: Add more pthread types.Ulrich Drepper2006-01-061-1/+6
* * sysdeps/unix/sysv/linux/m68k/fchownat.c: Include string.h.Ulrich Drepper2006-01-0416-12/+680
* * sysdeps/unix/sysv/linux/sparc/bits/errno.h: Define EOWNERDEADUlrich Drepper2005-12-271-4/+13
* (FUTEX_WAKE_OP, FUTEX_OP_CLEAR_WAKE_IF_GT_ONE): Define. (lll_futex_wake_unloc...Ulrich Drepper2005-09-081-0/+15