summaryrefslogtreecommitdiff
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* include/stdbit.h: declare size_t, (u)int*_t, and (u)int_least*_tRobert Clausecker2026-04-271-1/+21
* unistd.h: _Fork(2) is required by POSIX 2024Konstantin Belousov2026-04-171-1/+4
* posix_spawn: actions chdir and fchdir are now required by POSIXKonstantin Belousov2026-04-081-0/+4
* sys: add renameat2(2) syscallKonstantin Belousov2026-03-101-0/+1
* libc: improve include usage for exterror sourcesKonstantin Belousov2026-02-211-2/+1
* libc: add posix_spawnattr_{get,set}procdescp_npKonstantin Belousov2026-02-011-0/+4
* libc: add posix_spawnattr_{get,set}execfd_np(3)Konstantin Belousov2026-02-011-0/+7
* libthr: add pthread_tryjoin_np()Konstantin Belousov2026-01-251-0/+1
* stdbool.h: Update for C23Minsoo Choo2026-01-131-2/+6
* libc: add glibc-compatible tdestroy(3)Konstantin Belousov2026-01-051-0/+1
* libc: implement C23 <stdbit.h> functionsRobert Clausecker2026-01-012-2/+126
* uchar.h: add char8_tRobert Clausecker2026-01-011-0/+5
* time.h: add timegm() to the C23 namespaceRobert Clausecker2026-01-011-1/+1
* libc/string: add strdupa(3) and strndupa(3)Konstantin Belousov2025-12-161-0/+28
* lib/libc: implement C23 memalignment()Robert Clausecker2025-12-121-0/+8
* lib/libc: add recallocarray()Robert Clausecker2025-12-121-0/+2
* libc/resolv: get rid of MD5Robert Clausecker2025-10-311-3/+1
* include/stdckdint.h: make the header compatible with C++Konstantin Belousov2025-10-241-3/+3
* tzcode: Expose and document offtime() and offtime_r()Dag-Erling Smørgrav2025-10-021-0/+2
* libbsm: Rename package to audit-libLexi Winter2025-10-011-2/+2
* Remove MK_GSSAPILexi Winter2025-08-201-1/+1
* Revert "Remove Secure RPC DES authentication"Lexi Winter2025-08-151-1/+78
* Remove Secure RPC DES authenticationLexi Winter2025-08-101-78/+1
* gssapi,krb5: Replace libgssapi with the MIT versionCy Schubert2025-08-071-1/+1
* libc: Deprecate readdir_r()Dag-Erling Smørgrav2025-08-011-1/+2
* rpc.h: Remove reference to unimplemented DES ioctlsEd Maste2025-07-231-20/+0
* libc: Rename fscandir{,_b}() to fdscandir{,_b}().Dag-Erling Smørgrav2025-06-231-2/+2
* libc: Add fscandir(), fscandir_b(), scandirat_b().Dag-Erling Smørgrav2025-06-201-0/+13
* arm64: lib32: Don't try to install removed <machine/runq.h>Olivier Certner2025-06-181-1/+0
* ssp: Protect sig2str with proper visibility markersWarner Losh2025-06-121-0/+2
* include: ssp: fortify <signal.h>Ricardo Branco2025-06-113-1/+55
* Add the POSIX sig2str(3) & str2sig(3) callsRicardo Branco2025-06-111-0/+9
* Add POSIX NSIG_MAX & _SC_NSIGRicardo Branco2025-06-112-0/+5
* Add sys/stdarg.hBrooks Davis2025-06-111-2/+2
* sys/_stdarg.h: drop cdefs.h and _types.h polutionBrooks Davis2025-06-112-2/+2
* stddef.h: don't include sys/cdefs.hBrooks Davis2025-06-111-2/+4
* Don't rely on sys/_types.h including sys/cdefs.hBrooks Davis2025-06-111-0/+1
* glob.h: Limit glob_b prototype visibilityBojan Novković2025-06-031-1/+1
* glob: Add blocks supportBojan Novković2025-06-021-2/+14
* Provide user interface to retrieve reported extended errorsKonstantin Belousov2025-05-312-1/+23
* sysconf(3): add _SC_UEXTERR_LEN, the max length of the extended error stringKonstantin Belousov2025-05-311-0/+1
* libthr: add stable user interface for sigfastblock(2)Konstantin Belousov2025-05-191-0/+2
* pthread_switch_add_np(3): removeKonstantin Belousov2025-05-191-7/+0
* fts: Add FTS_COMFOLLOWDIR and FTS_NOSTAT_TYPE.Dag-Erling Smørgrav2025-05-081-1/+5
* include/paths.h: add _PATH_NOSHUTDOWNKonstantin Belousov2025-05-051-0/+1
* libc: Add getenv_r() function.Dag-Erling Smørgrav2025-04-272-0/+7
* fts: Add blocks support.Dag-Erling Smørgrav2025-04-221-7/+22
* Add POSIX psiginfo(3) callRicardo Branco2025-04-171-0/+1
* fts: Move private flags away from public ones.Dag-Erling Smørgrav2025-04-101-11/+15
* Revert Make newly POSIX functions visibleStephen Hurd2025-03-206-38/+20