summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)Author
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
2013-05-04Add missing #endif (Hi, Christos!)riz
2013-05-03PR/25827, PR/32373: addr AI_SRVchristos
2013-05-02Add getbyteorder(void) prototype.matt
2013-04-30Make that to process PATH_LOCALE the first time _find_category isjoerg
2013-04-28Enable fenv support for arm.matt
2013-04-28Include at least ctype_bits.h, even when not providing the macros.joerg
2013-04-27Systematically include sys/featuretest.h when _NETBSD_SOURCE is used.joerg
2013-04-27Include sys/featuretest.h before using _NETBSD_SOURCE.joerg
2013-04-27machine/ansi.h is included by sys/ansi.h.joerg
2013-04-26add at_quick_exit and quick_exitchristos
2013-04-26Define __bool_true_false_are_defined for C++ as well.joerg
2013-04-26Don't pollute the name space with the various stdio macros for C++.joerg
2013-04-26Provide the long long routines for C++11 code.joerg
2013-04-26Do not define the ctype(3) interface via macros for C++.joerg
2013-04-26Do not define the C++ alternative operator names as macros.joerg
2013-04-26Do not define bool/true/false for C++.joerg
2013-04-21__BEGIN_DECLS/__END_DECLSjoerg
2013-04-21strftime_l is part of POSIX2008.joerg
2013-04-21Store time-specific locale data directly in the locale.joerg
2013-04-19More __BEGIN_DECLS / __END_DECLS wrappers.joerg
2013-04-19Add missing __BEGIN_DECLS/__END_DECLS.joerg
2013-04-19Add scanf_l and wscanf_l families.joerg