summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)Author
7 daysunistd.h: _Fork(2) is required by POSIX 2024Konstantin Belousov
2026-04-03posix_spawn: actions chdir and fchdir are now required by POSIXKonstantin Belousov
2026-03-06sys: add renameat2(2) syscallKonstantin Belousov
2026-02-19stddef.h: centralize definition of offsetof()Brooks Davis
2026-02-19stddef.h: add ptraddr_tBrooks Davis
2026-02-18libc: improve include usage for exterror sourcesKonstantin Belousov
2026-02-02rpc: correct resultproc_t's typeBrooks Davis
2026-02-02clnt_broadcast(3): fix eachresult argument typeBrooks Davis
2026-01-26libc: add posix_spawnattr_{get,set}procdescp_npKonstantin Belousov
2026-01-25libc: add posix_spawnattr_{get,set}execfd_np(3)Konstantin Belousov
2026-01-23rpc/xdr.h: make xdrproc_t always take two argumentsBrooks Davis
2026-01-19libthr: add pthread_tryjoin_np()Konstantin Belousov
2026-01-15libc/stdlib: Port strtonumx() from IllumosHans Rosenfeld
2026-01-09Makefile*: remove powerpcspeMinsoo Choo
2026-01-06stdbool.h: Update for C23Minsoo Choo
2025-12-29libc: add glibc-compatible tdestroy(3)Konstantin Belousov
2025-12-10Add sys/_align.h replacing machine/_align.hBrooks Davis
2025-12-09libc/string: add strdupa(3) and strndupa(3)Konstantin Belousov
2025-12-05Revert "stddef.h: add unreachable() for C23 compliance"Robert Clausecker
2025-11-30libc: implement C23 <stdbit.h> functionsRobert Clausecker
2025-11-28stddef.h: add unreachable() for C23 complianceRobert Clausecker
2025-11-28uchar.h: add char8_tRobert Clausecker
2025-11-28time.h: add timegm() to the C23 namespaceRobert Clausecker
2025-11-24Use ZFSTOP more broadlyJohn Baldwin
2025-11-12lib/libc: implement C23 memalignment()Robert Clausecker
2025-10-18include/stdckdint.h: make the header compatible with C++Konstantin Belousov
2025-10-04libc/resolv: get rid of MD5Robert Clausecker
2025-10-03lib/libc: add recallocarray()Robert Clausecker
2025-09-30libbsm: Rename package to audit-libLexi Winter
2025-09-23tzcode: Expose and document offtime() and offtime_r()Dag-Erling Smørgrav
2025-09-11Revert "libc: Remove readdir_r(3)"Dag-Erling Smørgrav
2025-09-10libc: Remove readdir_r(3)Dag-Erling Smørgrav
2025-08-20Remove MK_GSSAPILexi Winter
2025-08-15Revert "Remove Secure RPC DES authentication"Lexi Winter
2025-08-10Remove Secure RPC DES authenticationLexi Winter
2025-08-07gssapi,krb5: Replace libgssapi with the MIT versionCy Schubert
2025-08-02libc: Deprecate readdir_r()Dag-Erling Smørgrav
2025-07-23rpc.h: Remove reference to unimplemented DES ioctlsEd Maste
2025-06-23libc: Rename fscandir{,_b}() to fdscandir{,_b}().Dag-Erling Smørgrav
2025-06-20libc: Add fscandir(), fscandir_b(), scandirat_b().Dag-Erling Smørgrav
2025-06-18arm64: lib32: Don't try to install removed <machine/runq.h>Olivier Certner
2025-06-11ssp: Protect sig2str with proper visibility markersWarner Losh
2025-06-11include: ssp: fortify <signal.h>Ricardo Branco
2025-06-11Add the POSIX sig2str(3) & str2sig(3) callsRicardo Branco
2025-06-11Add POSIX NSIG_MAX & _SC_NSIGRicardo Branco
2025-06-11Add sys/stdarg.hBrooks Davis
2025-06-11sys/_stdarg.h: drop cdefs.h and _types.h polutionBrooks Davis
2025-06-11stddef.h: don't include sys/cdefs.hBrooks Davis
2025-06-11Don't rely on sys/_types.h including sys/cdefs.hBrooks Davis
2025-06-03glob.h: Limit glob_b prototype visibilityBojan Novković