aboutsummaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Build compiler-rt against libunwind, not libcxxrtDimitry Andric2022-03-171-1/+1
* libc __sfvwrite(): roll back FILE buffer pointer on fflush errorKonstantin Belousov2022-03-141-2/+11
* libpmc: Allow specifying explicit EVENT_xxH events on armv7 and arm64Jessica Clarke2022-03-091-0/+10
* libefivar: Correct the string expression of UTF8 vendor device pathJose Luis Duran2022-03-091-1/+1
* powerpc: enable initial-exec TLSPiotr Kubaj2022-03-081-3/+4
* fd: add close_range(..., CLOSE_RANGE_CLOEXEC)Mateusz Guzik2022-03-075-4/+20
* libusb(3): Ignore SIGPIPE when initializing the LibUSB v1.0 API.Hans Petter Selasky2022-03-052-0/+4
* libc: return partial sysctl() result if buffer is too smallStefan Eßer2022-03-042-21/+36
* fread.c: fix undefined behaviorStefan Eßer2022-03-041-5/+7
* qsort.c: prevent undefined behaviorStefan Eßer2022-03-041-0/+2
* sendfile_test: fix copy-paste bugEric van Gyzen2022-03-021-1/+1
* libprocstat kstack: fix race with thread creationEric van Gyzen2022-03-021-1/+2
* 13.1: update stable/13 to -PRERELEASE to start the release cycleGlen Barber2022-02-241-1/+1
* libarchive: import changes from upstreamMartin Matuska2022-02-231-0/+13
* Remove PT_GET_SC_ARGS_ALLKonstantin Belousov2022-02-211-1/+1
* linux: implement PTRACE_GET_SYSCALL_INFOEdward Tomasz Napierala2022-02-211-1/+1
* libthr: Disable stack unwinding on ARM.John Baldwin2022-02-201-0/+4
* Install unwind.h into /usr/includeJohn Baldwin2022-02-204-5/+4
* Use uintptr_t for return type of _Unwind_GetCFA.John Baldwin2022-02-201-2/+2
* Use an unsigned 64-bit integer for exception class.John Baldwin2022-02-201-2/+2
* libpfctl: fix pfctl_kill_states()Kristof Provost2022-02-181-1/+1
* libpfctl: fix creatorid endiannessKristof Provost2022-02-181-2/+2
* libkvm: fix kvm_walk_pagesBora Özarslan2022-02-171-2/+2
* cam_get_device: resolve path links before parsing device nameAndriy Gapon2022-02-161-3/+6
* libc binuptime(): use the right function to get the most significant bit indexKonstantin Belousov2022-02-151-2/+2
* strftime.3: Fix a typo and use St for standardsMateusz Piotrowski2022-02-141-2/+3
* Disable clang 14 warning about bitwise operators in zstdDimitry Andric2022-02-111-0/+2
* execve: disallow argc == 0Kyle Evans2022-02-102-7/+7
* Add libfido2 to the buildEd Maste2022-02-092-2/+75
* Add libcbor to the buildEd Maste2022-02-094-0/+96
* openssh: update to OpenSSH v8.7p1Ed Maste2022-02-091-1/+1
* geom: Add HiFive boot partitionsEd Maste2022-02-091-1/+11
* gpart.8: minor tidyingEd Maste2022-02-091-4/+5
* lnumeric.c: replace some space*8 by tabsKonstantin Belousov2022-02-091-3/+3
* __ctype_load(): check for calloc() failureKonstantin Belousov2022-02-091-0/+2
* __numeric_load(): check for calloc() failureKonstantin Belousov2022-02-091-0/+2
* libc/locale/lnumeric.c: minor styleKonstantin Belousov2022-02-091-16/+17
* __monetary_load(): check for calloc() failureKonstantin Belousov2022-02-091-0/+2
* libc/locale/lmonetary.c: minor styleKonstantin Belousov2022-02-091-18/+20
* __messages_load(): check for calloc() failureKonstantin Belousov2022-02-091-0/+2
* libc/locale/lmessages.c: minor styleKonstantin Belousov2022-02-091-12/+18
* __collate_load(): check for calloc failureKonstantin Belousov2022-02-091-0/+2
* libc/locale/collate.c: minor styleKonstantin Belousov2022-02-091-6/+10
* xlocale.c: only call init_key() when locale was successfully allocatedKonstantin Belousov2022-02-091-4/+4
* xlocale.c: check for allocation failureKonstantin Belousov2022-02-091-0/+3
* xlocale.c:init_key(): do not ignore errors from pthread_key_create()Konstantin Belousov2022-02-091-4/+9
* libc/locale/xlocale.c: minor styleKonstantin Belousov2022-02-091-12/+18
* csu: define STRIP_FBSDIDEd Maste2022-02-081-0/+1
* libc: use standard LF line endings, not CRLFEd Maste2022-02-083-805/+805
* riscv64: enable ASAN and UBSANPiotr Kubaj2022-02-081-0/+10