aboutsummaryrefslogtreecommitdiff
path: root/lib/libc/gen
Commit message (Expand)AuthorAgeFilesLines
* fts: Further improve the manual pageDag-Erling Smørgrav2025-10-071-17/+129
* 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
* fts: Document thread (un)safetyDag-Erling Smørgrav2025-10-041-7/+44
* tzcode: Fix issues when TZ is an absolute pathDag-Erling Smørgrav2025-09-271-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
* libc: properly reference setgroups@FBSD_1.0 in initgroups@FBSD_1.0Konstantin Belousov2025-09-221-1/+7
* 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: fix the _FORTIFY_SOURCE build of getgrouplist(3)Kyle Evans2025-09-131-0/+1
* 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
* libc: gen: refactor execvPe() for readabilityKyle Evans2025-08-031-80/+147
* libc: Deprecate readdir_r()Dag-Erling Smørgrav2025-08-011-0/+2
* sysctl.3: Reference kinfo_getvmmap(3), kinfo_getfile(3), and kinfo_getproc(3)Mateusz Piotrowski2025-08-011-1/+6
* lib: Fix calls that naively set F_SETFD.Ricardo Branco2025-07-171-1/+9
* readdir: Fix error check.Dag-Erling Smørgrav2025-07-111-2/+5
* libc,libthr: Remove __pthread_distribute_static_tlsJessica Clarke2025-07-103-28/+0
* opendir, readdir, telldir: Use the correct types.Dag-Erling Smørgrav2025-07-095-11/+13
* getdirentries: Return ENOTDIR if not a directory.Dag-Erling Smørgrav2025-07-091-4/+1
* libc: Finish removing fscandir{,_b}().Dag-Erling Smørgrav2025-07-092-8/+0
* fts: Fix option list indentation.Dag-Erling Smørgrav2025-07-091-1/+1
* wordexp(3): Handle ECHILD from waitpidKenny Levinsen2025-07-081-1/+9
* opendir, fdopendir: Add tests, clean up.Dag-Erling Smørgrav2025-07-083-14/+6
* libc: only append exterr herald and text if exterr was recordedKonstantin Belousov2025-07-082-2/+2
* err(3): print extended error if availableKonstantin Belousov2025-07-071-12/+39
* uexterr_format(): simplify output when ext error string is availableKonstantin Belousov2025-07-071-4/+8
* Add manpages for O_CLOFORK flag and othersRicardo Branco2025-07-061-2/+13
* kern: Make dup3() support O_CLOFORKRicardo Branco2025-07-061-4/+5
* libc: Add inotify supportMark Johnston2025-07-043-0/+52
* opendir: Simplify is_unionstack().Dag-Erling Smørgrav2025-07-021-9/+7
* fts: Clarify what FTS_DNR is used for.Dag-Erling Smørgrav2025-07-021-1/+7
* scandir: Code cleanup.Dag-Erling Smørgrav2025-06-261-11/+13
* scandir: Propagate errors from readdir().Dag-Erling Smørgrav2025-06-262-3/+41
* libc: Rename fscandir{,_b}() to fdscandir{,_b}().Dag-Erling Smørgrav2025-06-234-20/+28
* glob: Delete trailing whitespace in 'struct glob_limit' definitionBojan Novković2025-06-231-2/+2
* glob.3: Fix punctuation mistakesBojan Novković2025-06-231-3/+3
* scandir: Fix behavior when no entries match.Dag-Erling Smørgrav2025-06-202-3/+8
* libc: Add fscandir(), fscandir_b(), scandirat_b().Dag-Erling Smørgrav2025-06-204-41/+162
* exec(3): add missing execvpe(3) to MLINKSSergey A. Osokin2025-06-181-1/+2
* include: ssp: fortify <signal.h>Ricardo Branco2025-06-111-1/+2
* Add the POSIX sig2str(3) & str2sig(3) callsRicardo Branco2025-06-114-2/+171
* Add POSIX NSIG_MAX & _SC_NSIGRicardo Branco2025-06-111-0/+2
* C runtime: add kernel version guards on exterrctlBrooks Davis2025-06-041-2/+6
* libc: Fix glob.c build with GCCJessica Clarke2025-06-031-1/+2
* glob: Add blocks supportBojan Novković2025-06-024-24/+114