aboutsummaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Avoid double output in fenv_testAlex Richardson2021-01-291-0/+2
* test_inf_inputs: Use atf_tc_expect_fail() instead of atf_tc_skip()Alex Richardson2021-01-291-1/+1
* Update comment missed in 83ff5d5d98cbcf9b66dccd70022358aec8918a14Alex Richardson2021-01-291-1/+1
* Un-XFAIL two tests with Clang > 10Alex Richardson2021-01-281-1/+1
* Remove obsolete code gated on _ARM_ARCH_*Andrew Turner2021-01-282-69/+0
* Remove the old ARMv4 memcpyAndrew Turner2021-01-283-1652/+1371
* Remove leftover big-endian arm supportAndrew Turner2021-01-285-632/+0
* libllvmminimal: Add missing Support/ABIBreak.cppJessica Clarke2021-01-271-0/+1
* tests: Skip cap_fileargs if build without capsicum capabilitiesOlivier Cochard2021-01-262-0/+31
* Don't include libarchive fuzz tests by defaultAlex Richardson2021-01-251-4/+9
* libc: try to skip memcpy in _gettempMateusz Guzik2021-01-241-3/+8
* libc: remove open-coded strlen in _gettempMateusz Guzik2021-01-241-2/+1
* libc: skip spurious stat in _gettempMateusz Guzik2021-01-241-21/+0
* build: remove LIBPTHREAD/LIBTHR build optionsKyle Evans2021-01-221-2/+2
* fix incorrect LLD_VERSION_STRING from previous commitGlen Barber2021-01-221-1/+1
* Bump CURRENT to 14.0Glen Barber2021-01-223-3/+3
* 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
* libc: regex: rework unsafe pointer arithmeticMiod Vallat2021-01-081-12/+14
* When be_activate() turns on a new boot environment, it always deactivatesGleb Smirnoff2021-01-081-1/+2
* aio_fsync(2): Support O_DSYNC.Thomas Munro2021-01-081-4/+14
* open(2): Add O_DSYNC flag.Thomas Munro2021-01-082-9/+30
* Rename NO_WERROR -> MK_WERROR=noAlex Richardson2021-01-078-8/+8
* ncurses: only keep the version with widechar supportBaptiste Daroussin2021-01-0514-161/+75
* cap_sysctl: expose structures and variablesMariusz Zaborski2021-01-041-4/+5
* casper: convert macros to inline functionsMariusz Zaborski2021-01-042-29/+145