summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)Author
2024-04-15Add scandirat(3); from freebsdFlorian Obser
2024-03-01Add mkdtemps(3), like mkdtemp(3) but with a suffix.Todd C. Miller
2024-02-04Move ctype.h defines to the _CTYPE_ prefix, avoids clashes with identifiers i...Jeremie Courreges-Anglas
2023-12-12remove support for syscall(2) -- the "indirection system call" becauseTheo de Raadt
2023-12-08Make sure TIB_INIT correctly initializes tib_thread_flags; regressionMiod Vallat
2023-09-05According to the C11 standard, char32_t and char16_t are not partIngo Schwarze
2023-08-20Provide C11 <uchar.h>.Ingo Schwarze
2023-01-07Add {get,set}thrname(2) for putting thread names in the kernel andPhilip Guenther
2023-01-04Christos Zoulas agreed to rescind clause 3 and 4 inJonathan Gray
2022-12-27spelling fixes; from paul tagliamonteJason McIntyre
2022-10-25Move CLOCKS_PER_SEC to sys/_time.h so the kernel has access to it.Todd C. Miller
2022-08-31Remove now unused and unreferenced disktab.h.Kenneth R Westerback
2022-08-30Nuke disktab.h references in preparation for nuking disktab.h.Kenneth R Westerback
2022-08-20Add #define for RTLD_NOLOAD missed in last ld.so commit.Theo Buehler
2022-07-31POSIX 2008 TC2 requires <inttypes.h> to provide wchar_tPhilip Guenther
2022-07-15Add a new clnt*_control CLSET_CONNECTED, which says the socket has alreadyTheo de Raadt
2022-04-29Add sio_flush(3) function to stop playback immediatelyAlexandre Ratchov
2022-03-01add rtable capability to login.conf.Ted Unangst
2022-02-14Mark all the rpc 'ops' vectors, for auth, client, service, and xdr,Philip Guenther
2022-02-10introduce support for storing capability databases in /etc/login.conf.d;Robert Nagy
2022-01-28When it's the possessive of 'it', it's spelled "its", without thePhilip Guenther
2022-01-05funopen(): change seekfn argument to use off_t, not fpos_tTodd C. Miller
2021-11-29Niels agreed to remove the advertising clause; switching theseDamien Miller
2021-11-22Implement rfc6840 (AD flag processing) if using trusted name serversJeremie Courreges-Anglas
2021-06-09Enable libexecinfo.mortimer
2021-06-03secure_path(3) hasn't been called since we recognized the TOCTOU issues a fewTheo de Raadt
2021-06-02add RTLD_NODELETE supportSebastien Marie
2021-01-21Rearrange variables in dump / restore to handle -fno-common.mortimer
2021-01-02Move Makefiles for libc++ and libc++abi to gnu/lib in preparation for anPatrick Wildt
2020-10-26Hook up agentx.h.Martijn van Duren
2020-10-20Align the basename(3) and dirname(3) prototypes with the POSIX spec:Christian Weisgerber
2020-09-11add format string checking annotations for dprintf(3) and vdprintf(3)Christian Weisgerber
2020-09-06Use __STDC_VERSION__ instead of __ISO_C_VISIBLE to guard _Static_assert.Todd C. Miller
2020-09-05Add C11's static_assert.Anthony J. Bentley
2020-07-14Fix TIB/TCB on powerpc64. Some bright sould decided that the TCB shouldMark Kettenis
2020-06-28Allow switching between alternate devices (-F option) with sndioctl(1)Alexandre Ratchov
2020-06-28Add a new SIOCTL_SEL control type to select one of a predefined set ofAlexandre Ratchov
2020-06-18Fix comments about sioctl_desc's maxval fieldAlexandre Ratchov
2020-05-10Use a double-underscore prefix for local variables declared in macrosPhilip Guenther
2020-02-26Add API to control audio device parameters exposed by sndiod.Alexandre Ratchov
2019-11-14RDIRS for libcbor and libfido2Damien Miller
2019-10-24Allow the caller of asr functions to create and use a specific context.Otto Moerbeek
2019-07-11add /usr/local/sbin. ok deraadt millertTed Unangst
2019-05-28Include pthread.h to make this header standalone (needs pthread_t and others)Jeremie Courreges-Anglas
2019-05-10Inroduce malloc_conceal() and calloc_conceal(). Similar to theirOtto Moerbeek
2019-05-10ld.so boot cleanup support:Philip Guenther
2019-04-06unbreak make includes on non-clang archs after libobjc removalJonathan Gray
2019-03-05Build and install a shared libLLVM, llvm-config and llvm includes.Jonathan Gray
2019-02-04enable libelfJonathan Gray
2019-02-04add a pthread_get_name_np to match pthread_set_name_np.Ted Unangst