aboutsummaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* pam_login_access: Fix negative entry matching logicMark Johnston2021-02-241-3/+3
* Build lib/msun tests with compiler builtins disabledDimitry Andric2021-02-231-0/+4
* Remove __NO_TLS.Konstantin Belousov2021-02-237-46/+2
* lib/msun/ctrig_test: Print the mismatched values on failureAlex Richardson2021-02-231-8/+16
* amd64: import asm strlen into libcMateusz Guzik2021-02-232-0/+82
* Fix makefs bootstrap after d485c77f203fb0f4cdc08dea5ff81631b51d8809Alex Richardson2021-02-221-0/+1
* Update libm tests from NetBSDAlex Richardson2021-02-221-0/+2
* Remove #define _KERNEL hacks from libprocstatKonstantin Belousov2021-02-218-7/+13
* pwrite(2): add a BUGS sectionGuangyuan Yang2021-02-201-1/+15
* jail: Change both root and working directories in jail_attach(2)Jamie Gritton2021-02-191-1/+4
* mq_unlink(3): Add manual pageFernando ApesteguĂ­a2021-02-182-0/+122
* Fix ibnd_* manpages sourcesFernando ApesteguĂ­a2021-02-181-6/+7
* Use atomic loads/stores when updating td->td_stateAlex Richardson2021-02-181-1/+1
* libc/qsort: Don't allow interposing recursive callsAlex Richardson2021-02-181-50/+48
* libvmm: clean up vmmapi.hRobert Wing2021-02-181-13/+0
* msun: ctanh/ctanhf: Import fix from musl libcAlex Richardson2021-02-153-19/+14
* libpmc: fix linking with C programsAlan Somers2021-02-151-0/+1
* Improve size readability.Michael Reifenberger2021-02-151-3/+2
* getdirentries.2: fix for NFS mountsRick Macklem2021-02-151-6/+8
* 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