aboutsummaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* AArch64: Don't set flush-subnormals-to-zero flag on startupAlex Richardson2021-03-241-1/+34
* [PowerPC] [PowerPCSPE] Fix multiple issues in fpsetmask().Brandon Bergren2021-03-232-6/+6
* [PowerPC64] Fix multiple issues in fpsetmask().Brandon Bergren2021-03-231-3/+3
* Add a few missed files to libclang_rt.profile-<arch>.aDimitry Andric2021-03-091-0/+2
* libc: fix buffer overrun in getrpcport(3)Edward Tomasz Napierala2021-03-041-3/+3
* open(2): Remove O_BENEATH and AT_BENEATHKonstantin Belousov2021-03-0410-287/+74
* fhlink(2): the syscalls do not take flagKonstantin Belousov2021-03-041-28/+1
* jail: allow root to implicitly widen its cpuset to attachKyle Evans2021-03-041-1/+202
* Remove __NO_TLS.Konstantin Belousov2021-03-027-46/+2
* libsysdecode: fix decoding of TCP_NOPUSH and TCP_MD5SIGMichael Tuexen2021-03-021-1/+1
* pam_login_access: Fix negative entry matching logicMark Johnston2021-02-241-3/+3
* MFS 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-211-0/+1
* Bump shared library versions after ncurses bump in 13.John Baldwin2021-02-065-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