aboutsummaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* s_scalbn.c: Add missing float.h includeAlex Richardson2021-03-013-9/+5
* Fix ncurses bootstrap on macOSAlex Richardson2021-03-011-0/+2
* riscv: Add a soft-float implementation of fabs()Alex Richardson2021-03-011-2/+9
* Also use the musl scalbn code for ldexp()Alex Richardson2021-03-011-120/+6
* Update scalbn* functions to the musl versionsAlex Richardson2021-03-013-166/+90
* [PowerPC] [PowerPCSPE] Fix multiple issues in fpsetmask().Brandon Bergren2021-03-012-6/+6
* [PowerPC64] Fix multiple issues in fpsetmask().Brandon Bergren2021-03-011-3/+3
* libifconfig: Add a function to get down reasonRyan Moeller2021-02-283-0/+20
* libifconfig: Set error in ifconfig_get_groupsRyan Moeller2021-02-271-1/+3
* ncurses: fix generation of term.hBaptiste Daroussin2021-02-251-1/+3
* ncurses: fix patch dateBaptiste Daroussin2021-02-251-1/+1
* libifconfig: Add missing symbols to mapRyan Moeller2021-02-251-3/+11
* ncurses: update configuration header after updateBaptiste Daroussin2021-02-251-4/+8
* ncurses: ensure we prefer the generated ncurses_dll.hBaptiste Daroussin2021-02-251-0/+1
* ncurses: Silence MKuserdefs.sh callRenato Botelho2021-02-251-1/+1
* ncurses: Add support for terminfo databaseBaptiste Daroussin2021-02-254-306/+46
* 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