aboutsummaryrefslogtreecommitdiff
path: root/lib/libc
Commit message (Expand)AuthorAgeFilesLines
...
* fts: Remove a few stray blank linesDag-Erling Smørgrav2025-10-071-3/+0
* libc: Reimplement the *rand48 family of functionsMark Johnston2025-10-0612-90/+95
* libc: Move NLS catalogues to the locales packagesLexi Winter2025-10-051-0/+5
* fts: Document thread (un)safetyDag-Erling Smørgrav2025-10-041-7/+44
* libc/resolv: get rid of MD5Robert Clausecker2025-10-045-61/+6
* lib/libc: add recallocarray()Robert Clausecker2025-10-034-2/+115
* lib/libc: add FBSD-1.9 to Versions.defRobert Clausecker2025-10-031-1/+5
* lib{c,openbsd}: use ckd_mul() for overflow checking in re(c)allocarrayRobert Clausecker2025-10-031-9/+5
* libc: Add missing MLINK for tzname(3)Dag-Erling Smørgrav2025-09-302-36/+24
* tzcode: Test escape from TZDIRDag-Erling Smørgrav2025-09-291-13/+26
* rpc_generic.c: Fix a rpcbind core dump when rpcinfo is doneRick Macklem2025-09-281-0/+4
* tzcode: Fix issues when TZ is an absolute pathDag-Erling Smørgrav2025-09-273-9/+84
* libc/aarch64: fix ELF size of timingsafe_memcmpPaul Floyd2025-09-261-1/+1
* libc: properly forward the compat syscall references to libsysKonstantin Belousov2025-09-261-11/+37
* libc: un-namespace gen-compat.hKonstantin Belousov2025-09-262-2/+2
* psignal(3): document return values of sig2str() and str2sigGleb Smirnoff2025-09-251-1/+8
* tzcode: Expose and document offtime() and offtime_r()Dag-Erling Smørgrav2025-09-231-6/+33
* libc: properly reference setgroups@FBSD_1.0 in initgroups@FBSD_1.0Konstantin Belousov2025-09-221-1/+7
* packages: Remove the tests-dev packageLexi Winter2025-09-182-0/+2
* getgrouplist.3: Rework, use more appropriate terminologyOlivier Certner2025-09-171-10/+19
* initgroups(3): Add a pre-FreeBSD-15-compatible versionOlivier Certner2025-09-174-25/+124
* initgroups(3): Fix return value on allocation failureOlivier Certner2025-09-171-7/+4
* libc: compat.h: Remove a superfluous blank line at endOlivier Certner2025-09-171-1/+0
* Fix floaing point test. (again)Warner Losh2025-09-141-1/+1
* Fix floaing point test.Warner Losh2025-09-141-1/+1
* libc: prevent incorrect %a/%La rounding at full precisionOsamu Sho2025-09-143-2/+17
* libc: fix the _FORTIFY_SOURCE build of getgrouplist(3)Kyle Evans2025-09-131-0/+1
* libc: Have memcmp test what the standard requiresEd Maste2025-09-131-6/+6
* getgrouplist(3): Remove superfluous headers, bogus comment and whitespaceOlivier Certner2025-09-121-7/+0
* Revert "libc: Remove readdir_r(3)"Dag-Erling Smørgrav2025-09-117-10/+57
* libc: Remove readdir_r(3)Dag-Erling Smørgrav2025-09-107-57/+10
* tzcode: Add a test case for plain issetugid caseDag-Erling Smørgrav2025-09-011-17/+43
* tzcode: Add a test case for thin jailsDag-Erling Smørgrav2025-08-271-7/+36
* tzcode: Add test case for setugid programsDag-Erling Smørgrav2025-08-252-12/+45
* tzcode: Fix TZ for non-setugid programsDag-Erling Smørgrav2025-08-221-19/+42
* libc: preserve errno in gai_strerror()Konstantin Belousov2025-08-191-0/+4
* libc: some style in gai_strerror.cKonstantin Belousov2025-08-191-4/+4
* libc: mark ai_errlist as constKonstantin Belousov2025-08-191-1/+1
* libc: convert ai_errlist array to designated initializers syntaxKonstantin Belousov2025-08-191-15/+15
* jemalloc: don't error out on initializer warning in gccWarner Losh2025-08-171-0/+2
* libc: Fix a typo in a source code commentGordon Bergling2025-08-171-1/+1
* jemalloc: Merge from jemalloc 5.3.0 vendor branchWarner Losh2025-08-158-128/+648
* Revert "Remove Secure RPC DES authentication"Lexi Winter2025-08-1510-76/+1595
* libc: Drop incorrect qsort optimizationDag-Erling Smørgrav2025-08-153-13/+114
* kern: fix setgroups(2) and getgroups(2) to match other platformsKyle Evans2025-08-151-0/+3
* Remove Secure RPC DES authenticationLexi Winter2025-08-1010-1595/+76
* libc/amd64: rewrite memrchr() scalar impl. to read the string from the backRobert Clausecker2025-08-091-38/+34
* libc/amd64: rewrite memrchr() baseline impl. to read the string from the backRobert Clausecker2025-08-091-78/+74
* stdio: Fix bug in integer-parsing FSMDag-Erling Smørgrav2025-08-084-6/+54
* libregex: fix our mapping for \wKyle Evans2025-08-081-0/+1