summaryrefslogtreecommitdiffstats
path: root/include (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* arc4random_buf should be bounded buffer, not bounded stringtom2017-05-111-2/+2
* Add bounded attribute to freezero(). OK tom@millert2017-05-101-2/+3
* Get TCB address using the RDHWR instruction instead of __get_tcb().visa2017-04-201-5/+3
* Change build infrastructure to allow building both gcc and clang. Thiskettenis2017-04-171-4/+6
* Introducing freezero(3) a version of free that guarantees the processotto2017-04-101-1/+2
* <struct.h> is unused and should not be used. Delete it.guenther2017-03-122-52/+2
* As per style.9, prototypes should not have variable names associatedfcambus2017-03-093-8/+8
* Introducing recallocarray(3), a blend of calloc(3) and reallocarray(3)otto2017-03-061-1/+2
* The macro versions of htonl et al don't require them, but POSIX saysguenther2017-02-041-1/+11
* Move the typedefs for in_{addr,port}_t from <sys/types.h> toguenther2017-02-041-3/+18