summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)Author
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
2013-11-21Expose properly vfwscanf and friends for POSIX_SOURCE >= 200112Ldegroote
2013-11-07gcc-4.8.1 is has a builtin stpncpy, but is missing the __builtin_ sspchristos
2013-11-07Revert my last change. I'm not convinced it is correct and while it seemstron
2013-11-06Add missing declarations for SSP versions of stpcpy(3) and stpncpy(3).tron
2013-11-06add stp{,n}cpychristos
2013-10-09Follow OpenGroup online specification[1], movenjoly
2013-09-16Allow archs to provide __isinf() and __isnan() as inline functions insteadmartin
2013-08-28Publish explicit_memset and consttime_memequal in userland libc.riastradh
2013-08-28Make explicit_memset match memset's return value.riastradh
2013-08-27Remove outdated comment.joerg
2013-08-19Add strerror_l.joerg
2013-08-19Add nl_langinfo_l, catopen_l and wcsftime_l.joerg
2013-08-19fix gethostbyaddr prototype per TOG.christos
2013-06-24Replace consttime_bcmp/explicit_bzero by consttime_memequal/explicit_memset.riastradh
2013-05-28Add mbsnrtowcs and wcsnrtombs. Approved by core.joerg
2013-05-17Too many endif.joerg
2013-05-17Only provide LC_C_LOCALE under _NETBSD_SOURCE.joerg
2013-05-17Provide explicit LC_C_LOCALE accessor and drop the various NULL checks.joerg
2013-05-04add the signal safe prototypeschristos