aboutsummaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* libc: fix buffer overrun in getrpcport(3)Edward Tomasz Napierala2021-03-021-3/+3
* libsysdecode: fix decoding of TCP_NOPUSH and TCP_MD5SIGMichael Tuexen2021-03-021-1/+1
* Remove __NO_TLS.Konstantin Belousov2021-03-027-46/+2
* getdirentries.2: fix for NFS mountsRick Macklem2021-03-011-6/+8
* pwrite(2): add a BUGS sectionGuangyuan Yang2021-02-251-1/+15
* pam_login_access: Fix negative entry matching logicMark Johnston2021-02-241-3/+3
* MFC jail: Change both root and working directories in jail_attach(2)Jamie Gritton2021-02-221-1/+4
* 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()Dimitry Andric2021-02-124-6/+3
* Bump shared library versions after ncurses bump in 13.John Baldwin2021-02-055-2/+5
* amd64: move memcmp checks upfrontMateusz Guzik2021-02-041-22/+28
* amd64: add a note about simd to libc memset, memmove and memcmpMateusz Guzik2021-02-043-0/+18
* Revert "Reimplement strlen"Mateusz Guzik2021-02-031-28/+54
* Drop temporary compat in setproctitleMateusz Guzik2021-02-011-22/+2
* amd64: add missing ALIGN_TEXT to loops in memset and memmoveMateusz Guzik2021-02-012-0/+3
* Reimplement strlenMateusz Guzik2021-02-011-54/+28
* libc: try to skip memcpy in _gettempMateusz Guzik2021-02-011-3/+8
* libc: remove open-coded strlen in _gettempMateusz Guzik2021-02-011-2/+1
* libc: skip spurious stat in _gettempMateusz Guzik2021-02-011-21/+0
* libllvmminimal: Add missing Support/ABIBreak.cppJessica Clarke2021-01-301-0/+1
* build: remove LIBPTHREAD/LIBTHR build optionsKyle Evans2021-01-291-2/+2
* libcasper/cap_grp tests: Reset the group database handleMark Johnston2021-01-211-0/+4
* libc/nss: Ensure that setgroupent(3) actually works as advertisedMark Johnston2021-01-211-0/+2
* libc/nss tests: Add regression tests for commit 55444c823e1fMark Johnston2021-01-212-19/+93
* libc/nss: Restore iterator state when doing passwd/group lookupsMark Johnston2021-01-212-26/+26
* libc/nss tests: Fix getpw and getgr single-pass testsMark Johnston2021-01-212-32/+8
* libc/nss tests: StyleMark Johnston2021-01-213-36/+37
* x86: switch vdso TSC timecounter to RDTSCP on AMD Zen CPUsKonstantin Belousov2021-01-211-4/+1
* libc: Fix null pointer arithmetic warning in mergesortAlex Richardson2021-01-201-4/+2
* Remove remaining uses of ${COMPILER_FEATURES:Mc++11}Alex Richardson2021-01-192-4/+0
* getopt: Fix conversion from string-literal to non-const char *Alex Richardson2021-01-192-4/+3
* Save on getpid in setproctitle by supporting -1 as curproc.Mateusz Guzik2021-01-161-4/+24
* Merge llvm-project llvmorg-11.0.1-0-g43ff75f2c3f (aka 11.0.1 release)Dimitry Andric2021-01-142-5/+5
* libifconfig: Add a symbol mapMark Johnston2021-01-142-0/+78
* contrib/lua: update to 5.4.2Kyle Evans2021-01-142-142/+108
* casper: convert macros to inline functionsMariusz Zaborski2021-01-121-3/+22
* libthr malloc: support recursion on thr_malloc_umtx.Konstantin Belousov2021-01-121-2/+11
* lio_listio: validate aio_lio_opcodeAlan Somers2021-01-121-1/+7
* libthr: wrap pdfork(2), same as fork(2).Konstantin Belousov2021-01-117-7/+111
* fileargs: add support for realpathMariusz Zaborski2021-01-105-3/+224
* libc: implement rtld_get_stack_prot() for realKonstantin Belousov2021-01-101-1/+25
* x86 vdso gettc: Add RDTSCP supportKonstantin Belousov2021-01-101-0/+25
* x86 vdso gettc: eliminate duplicated code in ifunc selectors.Konstantin Belousov2021-01-101-22/+65
* x86 vdso gettc: reorganize ifunctions.Konstantin Belousov2021-01-101-21/+47
* jobc: rework detection of orphaned groups.Konstantin Belousov2021-01-101-1/+1
* fileargs: add testsMariusz Zaborski2021-01-093-0/+625
* libregex: re-enable `make check`Kyle Evans2021-01-081-1/+1