summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)Author
2015-06-25Allow SSP enabled functions to conditionally skip the object size check.joerg
2015-05-29Make PTHREAD_KEYS_MAX dynamically adjustablemanu
2015-05-23add VIS_NOLOCALE flagchristos
2015-05-09add a macro to check overlapping pointerschristos
2015-05-06Add missing PATH_WATCHDOG (to complement PATH_SYSMON and PATH_POWER)pgoyette
2015-03-24Put fseeko, ftello, pread, and pwrite in the POSIX 2001 namespace.wiz
2015-03-05One vscanf_l is ample.dholland
2015-03-04PR/49715: Henning Petersen: Missing _*_DECLS in stdio.h around popenve.christos
2015-02-24belated removal of the advertising clause.christos
2015-02-22PR/49684: Pierre Pronchery: readlinkat(2) return type is wrong.christos
2015-02-17Move reallocarray under _OPENBSD_SOURCE where it belongs.joerg
2015-02-17Introduce reallocarr(3) for easy (re)allocation of memory with overflowjoerg
2015-02-05add reallocarraychristos
2015-01-20add popenve().christos
2015-01-18add estrto{i,u} (Kamil Rytarowski)christos
2015-01-18remove restrict to match with OpenBSD prototype (Kamil Rytarowski)christos
2015-01-16Add strtonum protected with _OPENBSD_SOURCEchristos
2015-01-16strtoi and strtou additionschristos
2014-12-27fenv(3) support for hppamartin
2014-11-29Create the stpncpy() inline only when GCC>=4.8 || clangpooka
2014-10-13add open_{,w}memstreamchristos
2014-10-07sync function signatures with tzcodechristos
2014-09-26add execvpe, execlpe (reviewed by phone)christos
2014-09-26add VIS_META/VIS_SHELL support to encode all shell metacharacters.christos
2014-09-24add strnstr from FreeBSDchristos
2014-09-19RISC-V support <fenv.h>matt
2014-09-03or1k support <fenv.h>matt
2014-08-10Changes to existing files to enable building AARCH64 userland.matt
2014-08-07cast to LHS type and minor KNF.christos
2014-07-25Add userlevel manifestations of posix_fallocate and fdiscard, indholland
2014-07-20amend the new destroy function to take function pointers.christos
2014-07-20Our hdestroy implementation was non-conformant because it freed the key ofchristos
2014-06-18add mkostemp{s,} mkstemps from FreeBSDchristos
2014-06-12rename to 60christos
2014-06-12fix srandom and initstate signatures (from enh at google)christos
2014-06-06Always use the reentrant rpc_createerr. Otherwise every threaded programchristos
2014-05-23Fix use of getline and friends in C++ code.joerg
2014-05-19Move declarations of getdelim() and getline() from the (incorrect) ANSI Ckleink
2014-04-25Apparently clang pretends to be gcc 4.2 but is secretly much awesomerpooka
2014-04-24Wrap stpncpy() iff GNUC_PREREQ(4,8). Fixes USE_SSP=yes buildspooka
2014-04-06add stpncpy()christos
2014-01-31__lwp_park60christos
2014-01-16Add the {v,}{warn,err}c function flavors from FreeBSDchristos
2014-01-08add ptsname_rchristos
2014-01-02PR/4891: Wiz: readlink moved from xopen to base at issue 5.christos
2013-12-12Make ptrdiff_t available in the kernel.matt
2013-12-11Allow kernel code to access constant databases by moving cdbr(3) and thejoerg
2013-12-05Add cdbr_open_mem.joerg
2013-12-01add new internal functionschristos
2013-11-22use a TAILQ instead of a CIRCLEQ, from FreeBSDchristos