summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)Author
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
2019-02-04Make gl_pathc, gl_matchc and gl_offs size_t in glob_t to match POSIX.Todd C. Miller
2019-01-25I am retiring my old email address; replace it with my OpenBSD one.Todd C. Miller
2019-01-14There are cases where a program doing dns requests wants to set theOtto Moerbeek
2018-11-22Our *int_fast{8,16}_t types are int/unsigned int, so SCN*FAST{8,16}Philip Guenther
2018-11-21Introducing malloc_usable_size() was a mistake. While some otherOtto Moerbeek
2018-11-18Implement malloc_usable_size(); ok millert@ deraadt@ and jmc@ for the man pageOtto Moerbeek
2018-11-05Implement C11's aligned_alloc(3). ok guenther@Otto Moerbeek
2018-10-30Add C11's timespec_get(3); minor bump for libc.Philip Guenther
2018-09-13Add uid_from_user() and gid_from_group(), derived from pax's cache.c.Todd C. Miller
2018-07-29Add _PATH_AUTHPROGDIR = "/usr/libexec/auth", this path will be usedTheo de Raadt
2018-07-13Unveiling unveil(2).Bob Beck
2018-05-30The open POSIX test suite reveals that sigpause(int sigmask) fromAlexander Bluhm
2018-03-16Consistently spell "IPsec" in comments and debug outputs.Martin Pieuchot
2018-03-10Implement sicos(3), sincosf(3) and sincosl(3). These functions are commonMark Kettenis
2018-03-05#define _MAX_PAGE_SHIFT in MD _types.h as the maximum pagesize an archTheo de Raadt
2017-12-12pledge()'s 2nd argument becomes char *execpromises, which becomes theTheo de Raadt
2017-11-28Add a member to be used by __cxa_thread_atexit(). Remove padding which wouldMark Kettenis
2017-11-28Implement a DL_REFERENCE dlctl. To be used by the upcomingMark Kettenis
2017-11-04Revert recent changes to unbreak ports/net/sambaJeremie Courreges-Anglas
2017-10-28Change pthread_cleanup_{push,pop} to macros that store the cleanup infoPhilip Guenther
2017-10-17<elf.h> should make it easier to port our ELF-related tools to other Unices.Martin Pieuchot
2017-10-15Move the thread-related .h files to /usr/src/include/, since thePhilip Guenther
2017-10-06Use the modern POSIX idiom "-exec ... {} +" instead of find|xargs andChristian Weisgerber
2017-09-10str[n]casecmp_l(3) appeared in POSIX 2008, not in XPG 4;Ingo Schwarze
2017-09-05New POSIX xlocale implementation written from scratch.Ingo Schwarze
2017-08-10fix typo in commentPhilip Guenther
2017-08-10___errno (three underbars) is long gonePhilip Guenther
2017-05-11arc4random_buf should be bounded buffer, not bounded stringTom Cosgrove
2017-05-10Add bounded attribute to freezero(). OK tom@Todd C. Miller
2017-04-20Get TCB address using the RDHWR instruction instead of __get_tcb().Visa Hankala
2017-04-17Change build infrastructure to allow building both gcc and clang. ThisMark Kettenis
2017-04-10Introducing freezero(3) a version of free that guarantees the processOtto Moerbeek
2017-03-12<struct.h> is unused and should not be used. Delete it.Philip Guenther
2017-03-09As per style.9, prototypes should not have variable names associatedFrederic Cambus
2017-03-06Introducing recallocarray(3), a blend of calloc(3) and reallocarray(3)Otto Moerbeek
2017-02-04The macro versions of htonl et al don't require them, but POSIX saysPhilip Guenther
2017-02-04Move the typedefs for in_{addr,port}_t from <sys/types.h> toPhilip Guenther
2017-01-27install libcxxabi and libcxx headers when COMPILER_VERSION is clangJonathan Gray
2017-01-06Add max_align_t.Mark Kettenis
2016-11-12Kill the /usr/include/ssl symlinkJeremie Courreges-Anglas
2016-11-08Set owners and permissions only after all headers are installed. Add the -PTheo Buehler
2016-10-16Move libcrypto, librpcsvc and gnu/usr.bin/cc/include from RDIRS to PRDIRS,Theo Buehler
2016-09-23Unhook sqlite3.Stuart Henderson
2016-09-20Remove duplicated includes in stdlib.h and termios.hFrederic Cambus