aboutsummaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* usleep(3): replace 'process' with 'calling thread'Konstantin Belousov2021-02-111-5/+5
* Fix incorrect hypotl(3) result with subnormal numbersDimitry Andric2021-02-102-1/+2
* Always build the sanitizer runtimes when compiling with clangAlex Richardson2021-02-101-1/+1
* libsysdecode: fix decoding of TCP_NOPUSH and TCP_MD5SIGMichael Tuexen2021-02-091-1/+1
* Fix lib/msun's ctrig_test/test_inf_inputs test case with clang >= 10Dimitry Andric2021-02-094-6/+3
* Revert "SO_RERROR indicates that receive buffer overflows should be handled a...Alexander V. Chernikov2021-02-081-9/+1
* SO_RERROR indicates that receive buffer overflows should be handled as errors.Alexander V. Chernikov2021-02-081-1/+9
* Fix incorrect powf(3) result with x near 1 and |y| much larger than 1Steve Kargl2021-02-081-1/+1
* Restore the augmented strlen commentaryMateusz Guzik2021-02-081-11/+4
* Import atf 0.22 snapshot ca73d08c3fc1ecffc1f1c97458c31ab82c12bb01Alex Richardson2021-02-041-0/+2
* Revert "Reimplement strlen"Mateusz Guzik2021-02-031-28/+54
* atf: Fix ATF_BUILD_* values when not using the bootstrap compilerAlex Richardson2021-02-033-22/+9
* Bump shared library versions after ncurses bump in 13.John Baldwin2021-02-025-2/+5
* Remove the MK_LIBCPLUSPLUS optionAlex Richardson2021-02-012-4/+2
* libc: fix buffer overrun in getrpcport(3)Edward Tomasz Napierala2021-01-311-3/+3
* amd64: move memcmp checks upfrontMateusz Guzik2021-01-311-22/+28
* amd64: add a note about simd to libc memset, memmove and memcmpMateusz Guzik2021-01-313-0/+18
* Drop temporary compat in setproctitleMateusz Guzik2021-01-311-22/+2
* amd64: add missing ALIGN_TEXT to loops in memset and memmoveMateusz Guzik2021-01-302-0/+3
* Reimplement strlenMateusz Guzik2021-01-291-54/+28
* Avoid double output in fenv_testAlex Richardson2021-01-291-0/+2
* test_inf_inputs: Use atf_tc_expect_fail() instead of atf_tc_skip()Alex Richardson2021-01-291-1/+1
* Update comment missed in 83ff5d5d98cbcf9b66dccd70022358aec8918a14Alex Richardson2021-01-291-1/+1
* Un-XFAIL two tests with Clang > 10Alex Richardson2021-01-281-1/+1
* Remove obsolete code gated on _ARM_ARCH_*Andrew Turner2021-01-282-69/+0
* Remove the old ARMv4 memcpyAndrew Turner2021-01-283-1652/+1371
* Remove leftover big-endian arm supportAndrew Turner2021-01-285-632/+0
* libllvmminimal: Add missing Support/ABIBreak.cppJessica Clarke2021-01-271-0/+1
* tests: Skip cap_fileargs if build without capsicum capabilitiesOlivier Cochard2021-01-262-0/+31
* Don't include libarchive fuzz tests by defaultAlex Richardson2021-01-251-4/+9
* libc: try to skip memcpy in _gettempMateusz Guzik2021-01-241-3/+8
* libc: remove open-coded strlen in _gettempMateusz Guzik2021-01-241-2/+1
* libc: skip spurious stat in _gettempMateusz Guzik2021-01-241-21/+0
* build: remove LIBPTHREAD/LIBTHR build optionsKyle Evans2021-01-221-2/+2
* fix incorrect LLD_VERSION_STRING from previous commitGlen Barber2021-01-221-1/+1
* Bump CURRENT to 14.0Glen Barber2021-01-223-3/+3
* libcasper/cap_grp tests: Reset the group database handleMark Johnston2021-01-211-0/+4
* libc/nss: Ensure that setgroupent(3) actually works as advertisedMark Johnston2021-01-211-0/+2
* libc/nss tests: Add regression tests for commit 55444c823e1fMark Johnston2021-01-212-19/+93
* libc/nss: Restore iterator state when doing passwd/group lookupsMark Johnston2021-01-212-26/+26
* libc/nss tests: Fix getpw and getgr single-pass testsMark Johnston2021-01-212-32/+8
* libc/nss tests: StyleMark Johnston2021-01-213-36/+37
* x86: switch vdso TSC timecounter to RDTSCP on AMD Zen CPUsKonstantin Belousov2021-01-211-4/+1
* libc: Fix null pointer arithmetic warning in mergesortAlex Richardson2021-01-201-4/+2
* Remove remaining uses of ${COMPILER_FEATURES:Mc++11}Alex Richardson2021-01-192-4/+0
* getopt: Fix conversion from string-literal to non-const char *Alex Richardson2021-01-192-4/+3
* Save on getpid in setproctitle by supporting -1 as curproc.Mateusz Guzik2021-01-161-4/+24
* Merge llvm-project llvmorg-11.0.1-0-g43ff75f2c3f (aka 11.0.1 release)Dimitry Andric2021-01-142-5/+5
* libifconfig: Add a symbol mapMark Johnston2021-01-142-0/+78
* contrib/lua: update to 5.4.2Kyle Evans2021-01-142-142/+108