| Commit message (Expand) | Author | Age | Files | Lines |
* | fts: Further improve the manual page | Dag-Erling Smørgrav | 2025-10-07 | 1 | -17/+129 |
* | fts: Remove a few stray blank lines | Dag-Erling Smørgrav | 2025-10-07 | 1 | -3/+0 |
* | libc: Reimplement the *rand48 family of functions | Mark Johnston | 2025-10-06 | 12 | -90/+95 |
* | fts: Document thread (un)safety | Dag-Erling Smørgrav | 2025-10-04 | 1 | -7/+44 |
* | tzcode: Fix issues when TZ is an absolute path | Dag-Erling Smørgrav | 2025-09-27 | 1 | -1/+1 |
* | libc: properly forward the compat syscall references to libsys | Konstantin Belousov | 2025-09-26 | 1 | -11/+37 |
* | libc: un-namespace gen-compat.h | Konstantin Belousov | 2025-09-26 | 2 | -2/+2 |
* | psignal(3): document return values of sig2str() and str2sig | Gleb Smirnoff | 2025-09-25 | 1 | -1/+8 |
* | libc: properly reference setgroups@FBSD_1.0 in initgroups@FBSD_1.0 | Konstantin Belousov | 2025-09-22 | 1 | -1/+7 |
* | getgrouplist.3: Rework, use more appropriate terminology | Olivier Certner | 2025-09-17 | 1 | -10/+19 |
* | initgroups(3): Add a pre-FreeBSD-15-compatible version | Olivier Certner | 2025-09-17 | 4 | -25/+124 |
* | initgroups(3): Fix return value on allocation failure | Olivier Certner | 2025-09-17 | 1 | -7/+4 |
* | libc: fix the _FORTIFY_SOURCE build of getgrouplist(3) | Kyle Evans | 2025-09-13 | 1 | -0/+1 |
* | getgrouplist(3): Remove superfluous headers, bogus comment and whitespace | Olivier Certner | 2025-09-12 | 1 | -7/+0 |
* | Revert "libc: Remove readdir_r(3)" | Dag-Erling Smørgrav | 2025-09-11 | 7 | -10/+57 |
* | libc: Remove readdir_r(3) | Dag-Erling Smørgrav | 2025-09-10 | 7 | -57/+10 |
* | libc: gen: refactor execvPe() for readability | Kyle Evans | 2025-08-03 | 1 | -80/+147 |
* | libc: Deprecate readdir_r() | Dag-Erling Smørgrav | 2025-08-01 | 1 | -0/+2 |
* | sysctl.3: Reference kinfo_getvmmap(3), kinfo_getfile(3), and kinfo_getproc(3) | Mateusz Piotrowski | 2025-08-01 | 1 | -1/+6 |
* | lib: Fix calls that naively set F_SETFD. | Ricardo Branco | 2025-07-17 | 1 | -1/+9 |
* | readdir: Fix error check. | Dag-Erling Smørgrav | 2025-07-11 | 1 | -2/+5 |
* | libc,libthr: Remove __pthread_distribute_static_tls | Jessica Clarke | 2025-07-10 | 3 | -28/+0 |
* | opendir, readdir, telldir: Use the correct types. | Dag-Erling Smørgrav | 2025-07-09 | 5 | -11/+13 |
* | getdirentries: Return ENOTDIR if not a directory. | Dag-Erling Smørgrav | 2025-07-09 | 1 | -4/+1 |
* | libc: Finish removing fscandir{,_b}(). | Dag-Erling Smørgrav | 2025-07-09 | 2 | -8/+0 |
* | fts: Fix option list indentation. | Dag-Erling Smørgrav | 2025-07-09 | 1 | -1/+1 |
* | wordexp(3): Handle ECHILD from waitpid | Kenny Levinsen | 2025-07-08 | 1 | -1/+9 |
* | opendir, fdopendir: Add tests, clean up. | Dag-Erling Smørgrav | 2025-07-08 | 3 | -14/+6 |
* | libc: only append exterr herald and text if exterr was recorded | Konstantin Belousov | 2025-07-08 | 2 | -2/+2 |
* | err(3): print extended error if available | Konstantin Belousov | 2025-07-07 | 1 | -12/+39 |
* | uexterr_format(): simplify output when ext error string is available | Konstantin Belousov | 2025-07-07 | 1 | -4/+8 |
* | Add manpages for O_CLOFORK flag and others | Ricardo Branco | 2025-07-06 | 1 | -2/+13 |
* | kern: Make dup3() support O_CLOFORK | Ricardo Branco | 2025-07-06 | 1 | -4/+5 |
* | libc: Add inotify support | Mark Johnston | 2025-07-04 | 3 | -0/+52 |
* | opendir: Simplify is_unionstack(). | Dag-Erling Smørgrav | 2025-07-02 | 1 | -9/+7 |
* | fts: Clarify what FTS_DNR is used for. | Dag-Erling Smørgrav | 2025-07-02 | 1 | -1/+7 |
* | scandir: Code cleanup. | Dag-Erling Smørgrav | 2025-06-26 | 1 | -11/+13 |
* | scandir: Propagate errors from readdir(). | Dag-Erling Smørgrav | 2025-06-26 | 2 | -3/+41 |
* | libc: Rename fscandir{,_b}() to fdscandir{,_b}(). | Dag-Erling Smørgrav | 2025-06-23 | 4 | -20/+28 |
* | glob: Delete trailing whitespace in 'struct glob_limit' definition | Bojan Novković | 2025-06-23 | 1 | -2/+2 |
* | glob.3: Fix punctuation mistakes | Bojan Novković | 2025-06-23 | 1 | -3/+3 |
* | scandir: Fix behavior when no entries match. | Dag-Erling Smørgrav | 2025-06-20 | 2 | -3/+8 |
* | libc: Add fscandir(), fscandir_b(), scandirat_b(). | Dag-Erling Smørgrav | 2025-06-20 | 4 | -41/+162 |
* | exec(3): add missing execvpe(3) to MLINKS | Sergey A. Osokin | 2025-06-18 | 1 | -1/+2 |
* | include: ssp: fortify <signal.h> | Ricardo Branco | 2025-06-11 | 1 | -1/+2 |
* | Add the POSIX sig2str(3) & str2sig(3) calls | Ricardo Branco | 2025-06-11 | 4 | -2/+171 |
* | Add POSIX NSIG_MAX & _SC_NSIG | Ricardo Branco | 2025-06-11 | 1 | -0/+2 |
* | C runtime: add kernel version guards on exterrctl | Brooks Davis | 2025-06-04 | 1 | -2/+6 |
* | libc: Fix glob.c build with GCC | Jessica Clarke | 2025-06-03 | 1 | -1/+2 |
* | glob: Add blocks support | Bojan Novković | 2025-06-02 | 4 | -24/+114 |