summaryrefslogtreecommitdiff
path: root/lib/libpthread
AgeCommit message (Expand)Author
2021-10-05Pull up following revision(s) (requested by christos in ticket #1355):martin
2020-04-12Pull up following revision(s) (requested by rin in ticket #826):martin
2020-02-27Pull up following revision(s) (requested by rin in ticket #736):martin
2020-01-26Pull up following revision(s) (requested by ad in ticket #647):martin
2019-12-18Pull up following revision(s) (requested by joerg in ticket #571):martin
2019-09-27Pull up following revision(s) (requested by brad in ticket #252):martin
2019-09-13Pull up following revision(s) (requested by kamil in ticket #198):martin
2019-05-07Make CLEANFILES actually work. .TARGET is not defined when not in a targetmaya
2019-05-07Replace the link command for libpthread.a so that we create a single sectionmaya
2019-04-29Avoid incompatible function pointer casts in thrd_create(3)kamil
2019-04-27Fix some typos, improve wording.wiz
2019-04-24Drop error path from C11 call_oncekamil
2019-04-24Introduce minor changes to the C11 threading librarykamil
2019-04-24Bump the libpthread(3) minor number to 4kamil
2019-04-24Add a complete C11 threads(3) implementationkamil
2019-03-05Jemalloc initializes mutexes before we become threaded and expects to usechristos
2019-03-05Transfer all the keys that were created in the libc stub implementationchristos
2019-02-03Implement support for "pshared" POSIX semaphores.thorpej
2018-11-22G/C __APCS_26__ supportskrll
2018-09-09Add a todo item for a future major bump (rename many symbols)maya
2018-08-19Drop a duplicate instruction linekamil
2018-07-28PR lib/53477 (rudolf at eq.cz) - correct an obvious mistake.kre
2018-06-09But set NOSANITIZERchristos
2018-06-09We can't build those three with MKSANITIZER, they are used too early.christos
2018-02-25remove hard-coded -fomit-frame-pointer for pthread stuff,chs
2018-02-20Remove namespace restriction from pthread_condattr_{g,s}etclock(3)kamil
2018-02-06fix duplicate declaration of pthread_atfork in unistd.hchristos
2017-12-26Needs to be protected since it has a timespec argument. Found by lint(1)christos
2017-12-08Revert last 2 updates - these are, of course, not needed at all...kre
2017-12-08This time do _lwp_park() timeout unconsting correctly not just compilably.kre
2017-12-08Deal with more lwp_park() timestamp unconstingkre
2017-12-08unconst the timestampchristos
2017-10-23Remove superfluous Tn.wiz
2017-10-22All the four functions described in the man page conform to POSIX.1abhinav
2017-10-22Add missing word in the sentenceabhinav
2017-10-22Add missing function names in the NAME section for rest of the man pages in l...abhinav
2017-10-22Remove description of pthread_barrierattr_getpshared and pthread_barrierattr_...abhinav
2017-10-22Add rest of the pthread_barrier functions in the NAME sectionabhinav
2017-10-22Add pthread_attr_setdetachstate to NAME sectionabhinav
2017-10-22Add pthread_getattr_np to the NAME sectionabhinav
2017-09-09Support <pthread_typs.h> on C89 compilerskamil
2017-08-01pthread__attr_init_private:martin
2017-07-17Typo in commentskrll
2017-07-11Implement __cxa_thread_atexit and __cxa_thread_atexit_impl. Thisjoerg
2017-07-09PR/52386: Use the number of iterations we document.christos
2017-07-03Remove workaround for ancient HTML generation code.wiz
2017-07-02Do not look at environmental variables for suid/guid binaries.joerg
2017-07-02Export the guard size of the main thread via vm.guard_size. Add ajoerg
2017-03-28Remove outdated CAVEATS.maya
2017-03-05Fix man page ERRORS section for (clock,pthread}_getcpuclockid to matchnjoly