summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2020-06-21libterminfo: cast to uint16/32_t before conversion to preserve negativityroy
2020-06-18Remove reference to non-existing extattr(2) and fix two other xrefs.wiz
2020-06-18Add RCS Id.wiz
2020-06-17Include explicitly <rump/rump_syscallshotgun.h> for previous indirect userskamil
2020-06-15Rename blacklist -> blocklistchristos
2020-06-14Another bug. The CAS loop in pthread_cond_signal() could race against thead
2020-06-14Don't need to ignore ESRCH from _lwp_park() any more.ad
2020-06-13Nix trailing whitespace.riastradh
2020-06-13Fix incompatible function pointer castskamil
2020-06-12lib/libpam: Fix the possible -Werror=stringop-truncationfox
2020-06-11Drop self->pt_lock before clearing TSD / malloc TSD.ad
2020-06-11Adjust memory barriers.ad
2020-06-10- Make pthread_condvar and pthread_mutex work on the stack rather than inad
2020-06-07Update for proplib(3) API changes.thorpej
2020-06-06Adjust previous. In the condvar case the wakeup might already have beenad
2020-06-06Improvements to the problib(3) API:thorpej
2020-06-05terminfo(5): Numbre -> Numberroy
2020-06-05Remove more bogus tests for 64-bit i386 and SuperH.nia
2020-06-04getaddrinfo.3: order of the struct members is wrong, correct itnia
2020-06-04Nix trailing whitespace. NFCI.riastradh
2020-06-04If _malloc_thread_cleanup is implement, call it from libpthread.joerg
2020-06-03Deal with a couple of problems with threads being awoken early due toad
2020-06-02timespec_get(3) was developed by myselfkamil
2020-06-02Don't suggest removing arc4random with a libc bump.nia
2020-06-02Don't overalign _RuneStatePriv, it must share the alignment of mbstate_tjoerg
2020-06-02Pass down errno when calling pthread__errorfunc after a system call.joerg
2020-06-01In the interests of reliability simplify waiter handling more and redoad
2020-05-31use strlcpy() instead of strncpy() for gcc happinesschristos
2020-05-31Add m68k assembler version of __muldi3().rin
2020-05-30terminfo: test strlcpy result against space free, not string lengthroy
2020-05-30Major NPF improvements (merge from upstream):rmind
2020-05-27Add pathconf and lpathconf (fixes lib/librumphijack/nfs test which uses lschristos
2020-05-25Bring in 2020achristos
2020-05-24Add libuvchristos
2020-05-23Fix fallout from NO_STATIC_MODULES -> OPENPAM_STATIC_MODULES changes;rin
2020-05-21Teach libc's compat ldexp stub to raise fp exceptions.riastradh
2020-05-16- Try to eliminate a hang in "parked" I've been seeing while stress testing.ad
2020-05-16bump for ACLSchristos
2020-05-16Add ACL support for FFS. From FreeBSD.christos
2020-05-16Avoid pulling in "namespace.h" here, as it can have unintendedthorpej
2020-05-15Bump libc minor version for malloc lock changejoerg
2020-05-15Hook up proper fork lock handling for malloc:joerg
2020-05-15Lock/unlock/reinit pthread__deadqueue_lock over fork.joerg
2020-05-14Use more markup.wiz
2020-05-14Introduce new ptrace(2) operations: PT_SET_SIGPASS and PT_GET_SIGPASSkamil
2020-05-14KNF nit.simonb
2020-05-14Remove extra semicolon.msaitoh
2020-05-12Remove mentions of CLONE_PID and CLONE_STOPPEDkamil
2020-05-11Do as the manual says, and use _PATH_DEFPATH if PATH is not present inkre
2020-05-10Don't add getentropy.c to the build (remove symbol from libc)maya