aboutsummaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
...
* setclassenvironment: trim leading spaces in variable namesYuri Pankov2021-04-111-2/+7
* getdirentries.2: remove unnecessary spacePiotr Pawel Stefaniak2021-04-111-1/+1
* rtld: make dlerror() thread-localKonstantin Belousov2021-04-102-0/+25
* rtld: workaround for broken ABIKonstantin Belousov2021-04-102-0/+11
* Only use -fp-exception-behavior=maytrap on x86, for nowDimitry Andric2021-04-101-1/+2
* libnv: Use PICFLAG rather than -fPICKristof Provost2021-04-101-1/+1
* Avoid raising unexpected floating point exceptions in libmDimitry Andric2021-04-101-1/+10
* libpfctl: Fix u_* countersKristof Provost2021-04-102-10/+6
* libpfctl: Switch to pfctl_ruleKristof Provost2021-04-102-8/+145
* pfctl: Move ioctl abstraction functions into libpfctlKristof Provost2021-04-104-0/+594
* libnv: Build PICKristof Provost2021-04-101-0/+1
* libc dl_iterate_phdr(): dlpi_tls_data is wrongKonstantin Belousov2021-04-091-2/+4
* libc: implement __tls_get_addr() for static binariesKonstantin Belousov2021-04-091-8/+15
* libc: add _get_tp() private functionKonstantin Belousov2021-04-0917-6/+441
* libc: include rtld.h into static implementations of rtld interfaceKonstantin Belousov2021-04-095-37/+58
* libc: constify dummy error message string for dlfcnKonstantin Belousov2021-04-091-2/+2
* Avoid -pedantic warnings about using _Generic in __fp_type_selectDimitry Andric2021-04-081-3/+2
* Remove the last users of ARM_TP_ADDRESSAndrew Turner2021-04-084-26/+0
* fileargs: fix double caching of the same fileMariusz Zaborski2021-04-071-2/+6
* rtld dl_iterate_phdr(): dlpi_tls_data is wrongKonstantin Belousov2021-04-061-2/+5
* libc: Fix the WITH_HESIOD buildMark Johnston2021-04-052-2/+2
* amd64 fabs.S: use '.section .rodata' instead of '.rodata'Konstantin Belousov2021-04-041-1/+1
* amd64 fabs.S: put signbit into rodata instead of textKonstantin Belousov2021-04-041-0/+1
* libc/<arch>/sys/cerror.S: fix typoKonstantin Belousov2021-04-034-4/+4
* amd64 fabs(3): move signbit to .textKonstantin Belousov2021-04-031-1/+1
* libc: use standard LF line endings, not CRLFEd Maste2021-04-033-805/+805
* pam: add option to not prompt for password if it's set to emptyEdward Tomasz Napierala2021-04-033-1/+22
* libnetmap: reset errno in nmreq_register_decode()Vincenzo Maffione2021-04-021-0/+2
* netmap: several typo fixesVincenzo Maffione2021-04-021-2/+2
* libfetch: Retry with proxy auth when server returns 407Renato Botelho2021-04-011-6/+49
* resolv_test: Fix racy exit check, remove mutexes, and reduce outputAlex Richardson2021-03-301-87/+87
* libnetmap: restore changes in 26c29e743bbdbb82762540f72d4bc449bae2e092Vincenzo Maffione2021-03-301-5/+10
* libnetmap: add support for the offset featuresVincenzo Maffione2021-03-294-15/+144
* sh(1): autocomplete commandsPiotr Pawel Stefaniak2021-03-291-1/+1
* [PowerPC64] Port optimized strcpy to PPC64LELeandro Lupori2021-03-252-9/+64
* [PowerPC64] Enforce natural alignment in bcopyLeandro Lupori2021-03-251-0/+34
* lib/libc/net/nsdispatch.c: Fix missing unlock and add locking annotationsAlex Richardson2021-03-251-72/+129
* RISC-V: Fix feenableexcept return valueAlex Richardson2021-03-251-1/+1
* libc: Some enhancements to syslog(3)Dmitry Wagin2021-03-231-1/+14
* Silence unused parameter warnings in the RISC-V fenv.hAlex Richardson2021-03-221-3/+3
* lib/msun/tests: Drop WARNS=6Alex Richardson2021-03-221-2/+0
* lib/msun/tests: Re-enable csqrt_test on AArch64Alex Richardson2021-03-221-4/+0
* Fix lib/msun/tests/csqrt_test on platforms with 128-bit long doubleAlex Richardson2021-03-221-9/+17
* Fix unused functions in invtrig_test.cAlex Richardson2021-03-221-2/+8
* Don't add -Winline for WARNS=6Alex Richardson2021-03-222-2/+1
* lib/msun/tests: Add more debug output to fenv_test.cAlex Richardson2021-03-222-2/+7
* lib/msun/tests: Skip fenv_test:masking if exceptions can't be trappedAlex Richardson2021-03-221-1/+21
* lib/msun: Allow building tests with WARNS=6Alex Richardson2021-03-221-1/+1
* Improve test messages for msun testsAlex Richardson2021-03-2216-106/+102
* Remove XFAILs from fmaxmin testAlex Richardson2021-03-221-19/+0