aboutsummaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* 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
* Convert the msun tests to ATFAlex Richardson2021-03-2222-846/+845
* bhyve: support relocating fbuf and passthru data BARsD Scott Phillips2021-03-192-2/+35
* lib80211: Start adding 11ac ETSI bits to regdomain.xmlBjoern A. Zeeb2021-03-181-1/+173
* terminfo: add more path to lookup for the databaseBaptiste Daroussin2021-03-181-1/+1
* Convert libs with pc files to use PCFILESEmmanuel Vadot2021-03-164-8/+4
* Fix some common typos in commentsGordon Bergling2021-03-131-24/+24
* lib/msun: Fix x86 GCC6 build after 221622ec0c8e184Alex Richardson2021-03-121-8/+8
* Allow using sanitizers for ssp tests with out-of-tree compilerAlex Richardson2021-03-123-25/+38
* Save all fpcr/fpsr bits in the AArch64 fenv_tAlex Richardson2021-03-121-10/+10
* lib/msun: Avoid FE_INEXACT for x86 log2l/log10lAlex Richardson2021-03-082-12/+15
* bhyvectl: print a better error message when vm_open() failsRobert Wing2021-03-071-1/+1
* Add a few missed files to libclang_rt.profile-<arch>.aDimitry Andric2021-03-051-0/+2
* libifconfig: Overhaul ifconfig_media_* interfacesRyan Moeller2021-03-054-113/+306
* Modernize geom_stats_snapshot_getAlan Somers2021-03-041-2/+1
* mq_open(2): Fix xref to mq_unlink(2)Fernando ApesteguĂ­a2021-03-041-4/+2
* libkvm: Refine the previous commit (645eaa2ccaed)Jung-uk Kim2021-03-031-2/+2
* libkvm: Plug couple of memory leaks and check possible calloc(3) failureJung-uk Kim2021-03-031-0/+7
* Minor grammar nitAndreas Bjornestad2021-03-031-3/+3
* libifconfig: Fix typo in symbol mapRyan Moeller2021-03-031-1/+1
* Speed up geom_stats_resync in the presence of many devicesAlan Somers2021-03-031-9/+17
* lib/flua/libjail: Allow empty params tableRyan Moeller2021-03-021-2/+0
* open(2): Remove O_BENEATH and AT_BENEATHKonstantin Belousov2021-03-0210-287/+74
* fhlink(2): the syscalls do not take flagKonstantin Belousov2021-03-021-28/+1
* libc: Use musl's optimized strchr and strchrnulEd Maste2021-03-022-73/+67
* jail: allow root to implicitly widen its cpuset to attachKyle Evans2021-03-011-1/+202
* riscv: Fix whitespace issues in fabs added in 524b018d2004Jessica Clarke2021-03-011-2/+2
* AArch64: Don't set flush-subnormals-to-zero flag on startupAlex Richardson2021-03-011-1/+34
* 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