aboutsummaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* libpmc: Allow specifying explicit EVENT_xxH events on armv7 and arm64Jessica Clarke2022-02-151-0/+10
* libthr: Disable stack unwinding on ARM.John Baldwin2022-02-101-0/+4
* Install unwind.h into /usr/includeJohn Baldwin2022-02-104-5/+4
* libarchive: import changes from upstreamMartin Matuska2022-02-091-0/+13
* sysctlbyname(): restore access to user variablesStefan Eßer2022-02-091-3/+12
* Disable clang 14 warning about bitwise operators in zstdDimitry Andric2022-02-081-0/+2
* libc binuptime(): use the right function to get the most significant bit indexKonstantin Belousov2022-02-081-2/+2
* Extend the VMM stats interface to support a dynamic count of statistics.John Baldwin2022-02-071-8/+33
* strftime.3: Fix a typo and use St for standardsMateusz Piotrowski2022-02-071-2/+3
* libc: add helper furnction to set sysctl() user.* variablesStefan Eßer2022-02-051-20/+25
* libc: return partial sysctl() result if buffer is too smallStefan Eßer2022-02-041-9/+10
* lnumeric.c: replace some space*8 by tabsKonstantin Belousov2022-02-031-3/+3
* __ctype_load(): check for calloc() failureKonstantin Belousov2022-02-031-0/+2
* __numeric_load(): check for calloc() failureKonstantin Belousov2022-02-031-0/+2
* libc/locale/lnumeric.c: minor styleKonstantin Belousov2022-02-031-16/+17
* __monetary_load(): check for calloc() failureKonstantin Belousov2022-02-031-0/+2
* libc/locale/lmonetary.c: minor styleKonstantin Belousov2022-02-031-18/+20
* __messages_load(): check for calloc() failureKonstantin Belousov2022-02-031-0/+2
* libc/locale/lmessages.c: minor styleKonstantin Belousov2022-02-031-12/+18
* __collate_load(): check for calloc failureKonstantin Belousov2022-02-031-0/+2
* libc/locale/collate.c: minor styleKonstantin Belousov2022-02-031-6/+10
* xlocale.c: only call init_key() when locale was successfully allocatedKonstantin Belousov2022-02-031-4/+4
* xlocale.c: check for allocation failureKonstantin Belousov2022-02-031-0/+3
* xlocale.c:init_key(): do not ignore errors from pthread_key_create()Konstantin Belousov2022-02-031-4/+9
* libc/locale/xlocale.c: minor styleKonstantin Belousov2022-02-031-12/+18
* kyua/qemu: When running in qemu, don't teset sendfileWarner Losh2022-02-021-0/+54
* libpfctl: fix pfctl_kill_states()Kristof Provost2022-01-311-1/+1
* libpmc: remove mips supportMitchell Horne2022-01-285-780/+0
* stdio: add test for 86a16ada1ea608408cec370: fflush() handling of errorsKonstantin Belousov2022-01-272-0/+145
* Use uintptr_t for return type of _Unwind_GetCFA.John Baldwin2022-01-271-2/+2
* Use an unsigned 64-bit integer for exception class.John Baldwin2022-01-271-2/+2
* tests: fix posix_spawnp_enoexec_fallback_null_argv0Kyle Evans2022-01-271-6/+3
* Add PT_GETREGSETAndrew Turner2022-01-271-1/+35
* libpfctl: fix creatorid endiannessKristof Provost2022-01-271-2/+2
* execve: disallow argc == 0Kyle Evans2022-01-261-1/+4
* geom: Add HiFive boot partitionsEd Maste2022-01-261-1/+11
* gpart.8: minor tidyingEd Maste2022-01-261-4/+5
* powerpc: Enable LLDB on all powerpc architecturesPiotr Kubaj2022-01-261-0/+3
* cam_get_device: resolve path links before parsing device nameAndriy Gapon2022-01-261-3/+6
* libthr: Use TLS_TCB_* in _tcb_[cd]tor.John Baldwin2022-01-251-2/+2
* __sflush(): on write error, if nothing was written, reset FILE state backKonstantin Belousov2022-01-251-2/+7
* Include the correct header for pdfork()'s prototype.John Baldwin2022-01-241-1/+1
* zfs: merge openzfs/zfs@17b2ae0b2 (master) into mainMartin Matuska2022-01-221-1/+4
|\
| * libspl: ASSERT*: !! for sizeofнаб2022-01-211-9/+9
| * libefi: remove efi_type()наб2022-01-182-33/+0
| * module/*.ko: prune .data, global .rodataнаб2022-01-144-142/+141
| * FreeBSD: Fix leaked strings in libspl mnttabRyan Moeller2022-01-141-9/+16
| * linux: libzfs: mount: fix uninitialised flagsнаб2022-01-131-1/+1
| * Updated the lz4 decompressorRich Ercolani2022-01-071-0/+1
| * Remove sha1 hashing from OpenZFS, it's not used anywhere.Tino Reichardt2022-01-071-3/+0