summaryrefslogtreecommitdiff
path: root/nptl
AgeCommit message (Expand)Author
2015-01-23Also use uint64_t in __new_sem_wait_fastH.J. Lu
2015-01-23Use uint64_t and (uint64_t) 1 for 64-bit intH.J. Lu
2015-01-21Fix semaphore destruction (bug 12674).Carlos O'Donell
2015-01-08NPTL: Fix generic pthread_sigmask.Roland McGrath
2015-01-08NPTL: Fixed missed conditionalization of setxid hooey.Roland McGrath
2015-01-08NPTL: Refactor cpu_set_t validation to be sysdeps-controlledRoland McGrath
2015-01-08Add -Wno-trampolines as neededRichard Henderson
2015-01-06Function declaration cleanupAdhemerval Zanella
2015-01-02Use single year in copyright notice in banner in ntpl/version.c.Joseph Myers
2015-01-02Update copyright dates not handled by scripts/update-copyrights.Joseph Myers
2015-01-02Update copyright dates with scripts/update-copyrights.Joseph Myers
2014-12-30Replace %ld with %jd and cast to intmax_tH.J. Lu
2014-12-17NPTL: Move fork state variables to initializer files.Roland McGrath
2014-12-16Revert "Use pragmas rather than makefiles for necessary options for unwind co...Roland McGrath
2014-12-16Use pragmas rather than makefiles for necessary options for unwind code.Roland McGrath
2014-12-15Add comments for the generic lowlevellock implementation.Torvald Riegel
2014-12-15Fix nptl/tst-sem4: always start with a fresh semaphore.Torvald Riegel
2014-12-15Fix nptl/tst-mutex5.c: Do not skip tests if elision is enabled.Torvald Riegel
2014-12-12NPTL: Refactor named semaphore code to use shm-directory.hRoland McGrath
2014-12-12NPTL: Add stubs for Linux-only extension functions.Roland McGrath
2014-12-12Fix NPTL build for !__ASSUME_SET_ROBUST_LIST case.Roland McGrath
2014-12-12Get rid of warning comparision will always evaluate as trueStefan Liebler
2014-12-11Move semaphore.h to sysdeps/pthread/.Joseph Myers
2014-12-11Remove obsolete commentAndreas Schwab
2014-12-11Properly handle forced elision in pthread_mutex_trylock (bug 16657)Andreas Schwab
2014-12-06Fix pthreads getrlimit, gettimeofday namespace (bug 17682).Joseph Myers
2014-12-02Fix warning in nptl/tst-stack4.c.Joseph Myers
2014-12-02Fix -Waddress warnings in nptl/tst-mutex1.c.Joseph Myers
2014-11-29Use ALIGN_UP in nptl/nptl-init.cCarlos O'Donell
2014-11-28Resize DTV if the current DTV isn't big enoughH.J. Lu
2014-11-26Fix nptl/tst-cancel-self-cancelstate.c warning.Joseph Myers
2014-11-26Fix synchronization of TPP min/max priorities.Torvald Riegel
2014-11-24Remove NOT_IN_libcSiddhesh Poyarekar
2014-11-24Remove IS_IN_libpthreadSiddhesh Poyarekar
2014-11-24Remove IS_IN_librtSiddhesh Poyarekar
2014-11-21NPTL: Fix pthread_create regression from default-sched.h refactoring.Roland McGrath
2014-11-20NPTL: Use __libc_fatal in unwind.c.Roland McGrath
2014-11-20NPTL: Conditionalize asynchronous cancellation support on [SIGCANCEL].Roland McGrath
2014-11-20NPTL: Refactor scheduler setup in pthread_create.Roland McGrath
2014-11-20Use C11 atomics in pthread_once.Torvald Riegel
2014-11-19NPTL: Don't (re)validate sched_priority in pthread_create.Roland McGrath
2014-11-19Test that pthread_create diagnoses invalid scheduling parameters.Roland McGrath
2014-11-18NPTL: Add stub createthread.cRoland McGrath
2014-11-18NPTL: Move Linux-specific createthread.c to sysdeps.Roland McGrath
2014-11-18NPTL: Refactor createthread.cRoland McGrath
2014-11-12NPTL: Move __libc_multiple_threads_ptr defn to nptl-init.cRoland McGrath
2014-11-05Modify several tests to use test-skeleton.cArjun Shankar
2014-10-21Avoid local PLT reference in __nptl_main.Roland McGrath
2014-10-20NPTL: Clean up gratuitous Linuxism in libpthread.so entry point.Roland McGrath
2014-10-20NPTL: Add some missing #include'sRoland McGrath