summaryrefslogtreecommitdiff
path: root/tools/compat
AgeCommit message (Expand)Author
2017-12-09regensevan
2017-12-09Add asnprintf() to the AC_CHECK_DECLS list.sevan
2017-10-03Be consistent with our header.joerg
2017-10-03fix fpurge declarationchristos
2017-10-02regenchristos
2017-10-02handle __fpurge being declared in <stdio_ext.h>christos
2017-01-07regenchristos
2017-01-07strmode on MacOS/X is in string.hchristos
2017-01-07adjust for SSP (MacOS/X)christos
2017-01-07need ctype.hchristos
2017-01-07Check for declarations, not the existance of functions since some arechristos
2016-10-19regenchristos
2016-10-19try to fix missing declschristos
2016-03-06add our libc's regex implementation to libnbcompat.aymeric
2016-03-01Remove regexp.h here temporarilymartin
2016-03-01Revert to rev 1.77 for now on Aymeric's requestmartin
2016-03-01remove regsub.c from the list of files to build because it unbreaks the buildaymeric
2016-02-29add our libc's regex implementation to libnbcompat.aymeric
2016-01-20Regen with autoconf 2.69.christos
2016-01-09lex source moved.christos
2015-10-09use c commentschristos
2015-10-08don't lie in the comment; this is not the re-entrant versionchristos
2015-10-08Switch to a version that does not suffer from reporting the wrong lengthchristos
2015-09-21Add more compat defs for code compiled for !NetBSD targets.pooka
2015-09-17undo previous; include is in ${.OBJDIR}christos
2015-09-17make this more robust by using .CURDIR to cd.christos
2015-07-26Add reallocarr(3) to tools/compatkamil
2015-01-18add strtoi strtou (Kamil Rytarowski)christos
2015-01-16regenchristos
2015-01-16strto{i,u}christos
2014-12-24add __UNVOLATILEchristos
2014-12-22remove unused constants (Kamil Rytarowski)christos
2014-11-12If the internals are not explicitly requested, use #include_next to pickjoerg
2014-09-24put O_CLOEXEC definition here.christos
2014-09-16Fix problem reading the last line when it did not contain a delimiterchristos
2014-09-07Avoid overflowing the "year" value by making the field uint64_t. Adaptmartin
2014-09-01Copy definitions of __type_min(t), __type_max(t), and some related macros,apb
2014-09-01Add a slightly stripped down version of sys/dev/clock/clock_subr.h to makemartin
2014-06-06Deal with errc/warncchristos
2014-04-19Clarify the NetBSD-specific and Linux-specific code at the top ofapb
2014-02-27To build elftosb with clang++, it needs more than nl_types.h provides.matt
2014-01-16Add the {v,}{err,warn}c functionschristos
2014-01-09fix prototype for strnlen.apb
2014-01-09Declare and define strnlen if necessary.apb
2014-01-09regenapb
2014-01-09Add strnlen to configure tests in tools/compatapb
2013-12-11Allow kernel code to access constant databases by moving cdbr(3) and thejoerg
2013-10-24Define __USE for use during a tools build.apb
2013-08-18Support __format_arg.joerg
2013-08-14regenjmcneill