aboutsummaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* pthread_attr_get_np(): Use malloc(), report ENOMEM, don't tamper on errorOlivier Certner2024-01-102-20/+27
* History for arc4random_*()David E. O'Brien2024-01-101-0/+11
* powerpc64/SYS.h: implement _SYSCALL_BODY() macroBrooks Davis2024-01-091-18/+10
* libhtr: pthread_attr_setaffinity_np(): Replace calloc() with malloc()Olivier Certner2024-01-091-1/+1
* libthr: thr_attr.c: More style and clarity fixesOlivier Certner2024-01-091-7/+7
* Fix "version introduced" in numerous manual pagesTom Hukins2024-01-082-2/+2
* resolv: Add a required include to resolv.hJan Beich2024-01-081-4/+1
* timingsafe_bcmp(3) was MFC'ed to 11.1David E. O'Brien2024-01-061-1/+1
* libpfctl: introduce a handle-enabled variant of pfctl_add_rule()Kristof Provost2024-01-042-6/+26
* libpfctl: introduce pfctl_handleKristof Provost2024-01-042-15/+53
* libthr: thr_attr.c: EINVAL, not ENOTSUP, on invalid argumentsOlivier Certner2024-01-041-13/+7
* libthr: thr_attr.c: Clarity, whitespace and styleOlivier Certner2024-01-041-273/+188
* setfib.2: Consistently capitalize "FIB"Mark Johnston2024-01-031-4/+4
* acl_equiv_mode_np: zero mode on just inited ACLBrooks Davis2024-01-031-1/+2
* copy_file_range.2: Clarify that only regular files workRick Macklem2023-12-291-5/+13
* Reorganize libclang_rt Makefile and make more lib/arch combos availableDimitry Andric2023-12-281-66/+86
* libdevdctl: Fix typo (triple S)Jose Luis Duran2023-12-281-1/+1
* libcasper: Fix typo (triple T)Jose Luis Duran2023-12-281-1/+1
* lib/libc/amd64/string: add memrchr() scalar, baseline implementationRobert Clausecker2023-12-252-0/+167
* lib/libc/tests/string: add memrchr unit testsRobert Clausecker2023-12-252-0/+117
* lib/libc/string: document restrict qualification of memccpy() argumentsRobert Clausecker2023-12-253-6/+39
* lib/libc/amd64/string: implement strncat() by calling strlen(), memccpy()Robert Clausecker2023-12-252-0/+30
* lib/libc/amd64/string: add memccpy scalar, baseline implementationRobert Clausecker2023-12-252-0/+260
* lib/libc/tests/string: add unit tests for memccpy()Robert Clausecker2023-12-252-0/+206
* lib/libc/amd64/string: implement strlcat() through strlcpy()Robert Clausecker2023-12-252-0/+26
* lib/libc/amd64/string: add strlcpy scalar, baseline implementationRobert Clausecker2023-12-252-0/+282
* lib/libc/tests/string: add unit test for strlcpyRobert Clausecker2023-12-252-0/+184
* lib/libc/amd64/string/strcat.S: enable use of SIMDRobert Clausecker2023-12-251-5/+42
* lib/libc/amd64/string: implement strncpy() by calling stpncpy()Robert Clausecker2023-12-252-0/+42
* lib/libc/amd64/string: add stpncpy scalar, baseline implementationRobert Clausecker2023-12-252-0/+284
* lib/libc/tests/string/stpncpy_test.c: extend for upcoming SSE implementationRobert Clausecker2023-12-251-13/+84
* lib/libc/amd64/string: implement strsep() through strcspn()Robert Clausecker2023-12-252-0/+58
* lib/libc/amd64/string: add strrchr scalar, baseline implementationRobert Clausecker2023-12-252-0/+210
* lib/libc/amd64/string: add strncmp scalar, baseline implementationRobert Clausecker2023-12-252-0/+489
* lib/libc/tests/string: add unit tests for strncmp(3)Robert Clausecker2023-12-252-0/+166
* lib/libc/amd64/string: implement strpbrk() through strcspn()Robert Clausecker2023-12-253-8/+54
* lib/libc/amd64/string/strcmp.S: add baseline implementationRobert Clausecker2023-12-251-7/+292
* regex: mixed sets are misidentified as singletonsBill Sommerfeld2023-12-222-6/+62
* Revert "power*/SYS.h: implement _SYSCALL_BODY() macro"Brooks Davis2023-12-212-17/+24
* pf: export missing state informationKristof Provost2023-12-211-0/+7
* power*/SYS.h: implement _SYSCALL_BODY() macroBrooks Davis2023-12-212-24/+17
* libifconfig: Fix bridge status member listMichael Gmelin2023-12-211-1/+1
* libnetmap: remove interface name validationVincenzo Maffione2023-12-211-5/+0
* lib/libc/amd64/string/strcspn.S: always return earliest match in 17--32 char ...Robert Clausecker2023-12-211-3/+24
* lib/libc/tests/string/strcspn_test.c: add test for correct match orderRobert Clausecker2023-12-211-1/+50
* Add missing /usr/include/c++/v1/__mdspan/mdspan.h headerDimitry Andric2023-12-201-0/+1
* Add missing sources to libclang_rt Makefiles, clean up unneeded onesDimitry Andric2023-12-2011-13/+10
* arm/SYS.h: align with other archesBrooks Davis2023-12-182-19/+13
* arm/SYS.h: remove unused CURBRK macroBrooks Davis2023-12-181-1/+0
* {amd64,i386}/SYS.h: add _SYSCALL and _SYSCALL_BODYBrooks Davis2023-12-189-30/+33