aboutsummaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
...
* libpmc: fix linking with C programsAlan Somers2021-02-221-0/+6
* libcasper/cap_grp tests: Reset the group database handleMark Johnston2021-02-201-0/+4
* libc/nss: Ensure that setgroupent(3) actually works as advertisedMark Johnston2021-02-201-0/+2
* libc/nss tests: Add regression tests for commit 55444c823e1fMark Johnston2021-02-202-19/+93
* libc/nss: Restore iterator state when doing passwd/group lookupsMark Johnston2021-02-202-26/+26
* libc/nss tests: Fix getpw and getgr single-pass testsMark Johnston2021-02-202-32/+8
* libc/nss tests: StyleMark Johnston2021-02-203-36/+37
* Revert "libpmc: fix linking with C programs"Alan Somers2021-02-201-1/+0
* libpmc: fix linking with C programsAlan Somers2021-02-201-0/+1
* Fix incorrect hypotl(3) result with subnormal numbersDimitry Andric2021-02-182-1/+2
* Fix incorrect powf(3) result with x near 1 and |y| much larger than 1Steve Kargl2021-02-151-1/+1
* usleep(3): replace 'process' with 'calling thread'Konstantin Belousov2021-02-141-5/+5
* test_inf_inputs: Use atf_tc_expect_fail() instead of atf_tc_skip()Alex Richardson2021-02-124-6/+3
* x86 vdso gettc: Add RDTSCP supportKonstantin Belousov2021-02-091-1/+23
* x86 vdso gettc: eliminate duplicated code in ifunc selectors.Konstantin Belousov2021-02-091-22/+65
* x86 vdso gettc: reorganize ifunctions.Konstantin Belousov2021-02-091-21/+47
* jobc: rework detection of orphaned groups.Konstantin Belousov2021-02-091-1/+1
* libc: tests: add some tests for cpuset(2)Kyle Evans2021-01-242-0/+494
* libc: tests: hook CPUSET(9) test up to the buildKyle Evans2021-01-241-1/+2
* libregex: re-enable `make check`Kyle Evans2021-01-241-1/+1
* Fix -Wundef warnings when building libluaAlex Richardson2021-01-241-0/+1
* flua: don't allow dlopen, et al., for bootstrap fluaKyle Evans2021-01-242-0/+4
* flua: support "require" for binary objects in the base systemEd Maste2021-01-241-0/+1
* flua: initial support for "require" in the base systemEd Maste2021-01-241-3/+3
* libc: regex: rework unsafe pointer arithmeticMiod Vallat2021-01-241-12/+14
* libthr malloc: support recursion on thr_malloc_umtx.Konstantin Belousov2021-01-181-2/+11
* libthr: wrap pdfork(2), same as fork(2).Konstantin Belousov2021-01-187-7/+111
* libc: implement rtld_get_stack_prot() for realKonstantin Belousov2021-01-171-1/+25
* tcgetwinsize(3): provide man pageKonstantin Belousov2021-01-162-0/+166
* Add tcgetwinsize(3) and tcsetwinsize(3) to termiosKonstantin Belousov2021-01-162-0/+16
* libc: fix undefined behavior from signed overflow in strstr and memmemEd Maste2021-01-152-8/+8
* libc: optimize memmem two-way bad character shiftEd Maste2021-01-151-2/+2
* clang-format libc string functions imported from muslEd Maste2021-01-153-125/+194
* 81720dba:Guangyuan Yang2021-01-031-2/+2
* Also pass SKEIN_USE_ASM to the assembler, via AFLAGSEd Maste2021-01-021-1/+1
* Apply C SKEIN_LOOP setting only to skein_block.cEd Maste2021-01-021-1/+1
* Fix the build of scandir_b with GCC.John Baldwin2020-12-311-4/+7
* libc: hide alphasort_thunk behind I_AM_SCANDIR_BMateusz Guzik2020-12-311-0/+2
* Implement strerror_l().Konstantin Belousov2020-12-306-22/+95
* [libnetmap] Fix 32 bit compilation under gcc-6.4Adrian Chadd2020-12-291-5/+10
* MFC r368632:Hans Petter Selasky2020-12-281-8/+12
* libregex: implement GNU extensionsKyle Evans2020-12-285-104/+359
* regex(3): Interpret many escaped ordinary characters as EESCAPEKyle Evans2020-12-281-17/+86
* regex(3): belatedly document REG_POSIX from r363734Kyle Evans2020-12-281-1/+12
* lib/libc/regex: fix build with REDEBUG definedYuri Pankov2020-12-282-7/+1
* MFC _umtx_op: documentation and libsysdecode/kdump/truss decoding (32-bit)Kyle Evans2020-12-274-2/+91
* MFC r361024:Brandon Bergren2020-12-251-2/+2
* nl_langinfo(3): document recognized item namesYuri Pankov2020-12-241-8/+94
* MFC r343671 (by vangyzen):Ryan Libby2020-12-191-0/+9
* MFC r368207,368607:Martin Matuska2020-12-163-0/+4