summaryrefslogtreecommitdiffstats
path: root/include (follow)
Commit message (Expand)AuthorAgeFilesLines
* Rearrange variables in dump / restore to handle -fno-common.mortimer2021-01-211-2/+2
* Move Makefiles for libc++ and libc++abi to gnu/lib in preparation for anpatrick2021-01-021-2/+2
* Hook up agentx.h.martijn2020-10-261-4/+4
* Align the basename(3) and dirname(3) prototypes with the POSIX spec:naddy2020-10-201-3/+3
* add format string checking annotations for dprintf(3) and vdprintf(3)naddy2020-09-111-3/+7
* Use __STDC_VERSION__ instead of __ISO_C_VISIBLE to guard _Static_assert.millert2020-09-061-2/+2
* Add C11's static_assert.bentley2020-09-051-1/+6
* Fix TIB/TCB on powerpc64. Some bright sould decided that the TCB shouldkettenis2020-07-141-1/+6
* Allow switching between alternate devices (-F option) with sndioctl(1)ratchov2020-06-281-1/+1
* Add a new SIOCTL_SEL control type to select one of a predefined set ofratchov2020-06-281-2/+3
* Fix comments about sioctl_desc's maxval fieldratchov2020-06-181-3/+3
* Use a double-underscore prefix for local variables declared in macrosguenther2020-05-101-23/+23
* Add API to control audio device parameters exposed by sndiod.ratchov2020-02-261-1/+50
* RDIRS for libcbor and libfido2djm2019-11-141-3/+3
* Allow the caller of asr functions to create and use a specific context.otto2019-10-241-1/+3
* add /usr/local/sbin. ok deraadt millerttedu2019-07-111-3/+3
* Include pthread.h to make this header standalone (needs pthread_t and others)jca2019-05-281-1/+3
* Inroduce malloc_conceal() and calloc_conceal(). Similar to theirotto2019-05-101-1/+3
* ld.so boot cleanup support:guenther2019-05-101-1/+23
* unbreak make includes on non-clang archs after libobjc removaljsg2019-04-061-3/+2
* Build and install a shared libLLVM, llvm-config and llvm includes.jsg2019-03-051-2/+3
* enable libelfjsg2019-02-041-2/+2
* add a pthread_get_name_np to match pthread_set_name_np.tedu2019-02-041-1/+2
* Make gl_pathc, gl_matchc and gl_offs size_t in glob_t to match POSIX.millert2019-02-041-4/+10
* I am retiring my old email address; replace it with my OpenBSD one.millert2019-01-255-10/+10
* There are cases where a program doing dns requests wants to set theotto2019-01-141-1/+2
* Our *int_fast{8,16}_t types are int/unsigned int, so SCN*FAST{8,16}guenther2018-11-221-11/+11
* Introducing malloc_usable_size() was a mistake. While some otherotto2018-11-211-2/+1
* Implement malloc_usable_size(); ok millert@ deraadt@ and jmc@ for the man pageotto2018-11-181-1/+2
* Implement C11's aligned_alloc(3). ok guenther@otto2018-11-051-1/+6
* Add C11's timespec_get(3); minor bump for libc.guenther2018-10-301-2/+9
* Add uid_from_user() and gid_from_group(), derived from pax's cache.c.millert2018-09-132-4/+6
* Add _PATH_AUTHPROGDIR = "/usr/libexec/auth", this path will be usedderaadt2018-07-291-1/+2
* Unveiling unveil(2).beck2018-07-131-1/+2
* The open POSIX test suite reveals that sigpause(int sigmask) frombluhm2018-05-301-2/+3
* Consistently spell "IPsec" in comments and debug outputs.mpi2018-03-161-2/+2
* Implement sicos(3), sincosf(3) and sincosl(3). These functions are commonkettenis2018-03-101-1/+12
* #define _MAX_PAGE_SHIFT in MD _types.h as the maximum pagesize an archderaadt2018-03-051-2/+2
* pledge()'s 2nd argument becomes char *execpromises, which becomes thederaadt2017-12-121-2/+2
* Add a member to be used by __cxa_thread_atexit(). Remove padding which wouldkettenis2017-11-281-6/+4
* Implement a DL_REFERENCE dlctl. To be used by the upcomingkettenis2017-11-281-1/+2
* Revert recent changes to unbreak ports/net/sambajca2017-11-041-32/+3
* Change pthread_cleanup_{push,pop} to macros that store the cleanup infoguenther2017-10-281-3/+32
* <elf.h> should make it easier to port our ELF-related tools to other Unices.mpi2017-10-172-2/+14
* Move the thread-related .h files to /usr/src/include/, since theguenther2017-10-155-13/+528
* Use the modern POSIX idiom "-exec ... {} +" instead of find|xargs andnaddy2017-10-061-5/+4
* str[n]casecmp_l(3) appeared in POSIX 2008, not in XPG 4;schwarze2017-09-101-1/+3
* New POSIX xlocale implementation written from scratch.schwarze2017-09-059-13/+234
* fix typo in commentguenther2017-08-101-2/+2
* ___errno (three underbars) is long goneguenther2017-08-101-2/+1