aboutsummaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
...
* | libusb: use the new snl_get_genl_mcast_groupBaptiste Daroussin2025-01-161-15/+5
* | libusb: hotplug, use events instead of a timer when possibleBaptiste Daroussin2025-01-163-1/+196
* | libpfctl: use snl_f_p_empty instead of declaring own empty arrayKristof Provost2025-01-161-33/+15
* | libc/aarch64: fix strlen() when flush-to-zero is setRobert Clausecker2025-01-161-2/+1
* | munmap.2: Remove EINVAL for negative lenEd Maste2025-01-151-1/+1
* | munmap.2: Unaligned addresses do not return errorEd Maste2025-01-151-3/+1
* | pthread_create(): styleKonstantin Belousov2025-01-141-3/+3
* | libpthread_init(): ensure curthread == NULL until set explicitlyKonstantin Belousov2025-01-141-0/+2
* | libthr: switch thread and sleepq memory allocator to crt from libc mallocKonstantin Belousov2025-01-142-4/+4
* | pthread_mutex_trylock(): init libthr if neededKonstantin Belousov2025-01-141-0/+1
* | libthr: use atomic_add_int() instead of atomic_fetchadd_int()Konstantin Belousov2025-01-141-5/+5
* | pf: convert DIOCRCLRTABLES to netlinkKristof Provost2025-01-142-0/+47
* | lib/libc/aarch64/string: add timingsafe_memcmp() assembly implementationRobert Clausecker2025-01-102-0/+118
* | lib/libc/aarch64/string: add ASIMD-enhanced timingsafe_bcmp implementationRobert Clausecker2025-01-102-0/+114
* | lib/libc/aarch64/string: add bcopy & bzero wrapperGetz Mikalsen2025-01-103-1/+31
* | lib/libc/aarch64/string: add strlen SIMD implementationGetz Mikalsen2025-01-102-2/+48
* | lib/libc/aarch64/string: add memcpy SIMD implementationGetz Mikalsen2025-01-101-3/+3
* | lib/libc/aarch64/string: add strlcat SIMD implementationGetz Mikalsen2025-01-103-1/+31
* | lib/libc/aarch64/string: add strncat SIMD implementationGetz Mikalsen2025-01-102-1/+31
* | lib/libc/aarch64/string: add memccpy SIMD implementationGetz Mikalsen2025-01-102-1/+273
* | lib/libc/aarch64/string: add strncmp SIMD implementationGetz Mikalsen2025-01-102-2/+571
* | lib/libc/aarch64/string: add strlcpy SIMD implementationGetz Mikalsen2025-01-102-1/+318
* | lib/libc/aarch64/string: strcat enable use of SIMDGetz Mikalsen2025-01-102-1/+22
* | lib/libc/aarch64/string: add optimized strpbrk & strsep implementationsGetz Mikalsen2025-01-103-1/+103
* | lib/libc/aarch64/string: add strcspn optimized implementationGetz Mikalsen2025-01-102-1/+111
* | lib/libc/aarch64/string: add strspn optimized implementationGetz Mikalsen2025-01-102-1/+114
* | lib/libc/aarch64/string: add strcmp SIMD implementationGetz Mikalsen2025-01-102-1/+353
* | libmagic: Unbreak for older FreeBSD releases.Xin LI2025-01-081-0/+5
* | lib80211: regdomain: add the two other 160MHz bandsBjoern A. Zeeb2025-01-071-0/+24
* | swab: Fix implementation to support overlapping copiesWarner Losh2025-01-061-7/+10
* | libc/xdr: remove bogus lseek(2) for xdr streamsGleb Smirnoff2025-01-061-34/+35
* | Revert "Export additional __aeabi_ symbols from arm's libgcc_s"Dimitry Andric2025-01-041-26/+1
* | libusb: fix hotplug sigbusBaptiste Daroussin2025-01-041-9/+12
* | open.2: Editorial passJohn Baldwin2025-01-031-61/+123
* | lib: hook libder up to the buildKyle Evans2025-01-012-0/+14
* | Fix lib/libc/nss/getgr_test with large numbers of groupsAlan Somers2025-01-013-0/+12
* | kqueue.2: Editorial passJohn Baldwin2024-12-302-24/+42
* | nvmf: Switch several ioctls to using nvlistsJohn Baldwin2024-12-307-60/+139
* | Export additional __aeabi_ symbols from arm's libgcc_sDimitry Andric2024-12-281-1/+26
* | check_cancel: when in_sigsuspend, send SIGCANCEL unconditionallyKonstantin Belousov2024-12-281-3/+5
* | pthread_setcancelstate(3): make it async-signal-safeKonstantin Belousov2024-12-281-6/+6
* | thr_cancel.c: use testcancel() instead of manually expanding itKonstantin Belousov2024-12-281-3/+2
* | libthr: move dlerror_msg into zeroed part of struct threadKonstantin Belousov2024-12-281-5/+5
* | thr_sig.c: styleKonstantin Belousov2024-12-281-12/+10
* | thr_cancel.c: styleKonstantin Belousov2024-12-281-4/+4
* | pkgbase: fix inclusion of tests in ssh, bsnmp, clibs-devIsaac Freund2024-12-234-2/+6
* | tcp: don't ever return ECONNRESET on close(2)Gleb Smirnoff2024-12-231-4/+1
* | libprocstat: ZFS support: Makefile: Tidy up a bitOlivier Certner2024-12-191-7/+11
* | setcred(2): Add manual pageOlivier Certner2024-12-192-0/+291
* | riscv vmm: add SSTC extension check.Ruslan Bukin2024-12-171-0/+1