summaryrefslogtreecommitdiff
path: root/tools/compat
AgeCommit message (Expand)Author
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
2013-08-14add test for struct tm tm_gmtoff memberjmcneill
2013-08-09regenjmcneill
2013-08-09makefs_udf uses clock_gettime, and on some versions of linux that lives in librtjmcneill
2013-08-06Compile snprintb.c into libnbcompat. The source file is found in theapb
2013-08-06declare snptintb_m() and snprintb() if HAVE_SNPRINTB is not defined.apb
2013-08-06regen, to pick up the test for snprintb_m.apb
2013-08-06Add a configure test for snprintb_m. We will assume thatapb
2013-07-20revert socklen_t to int (from dh)christos
2013-07-19PR/48063: Justin Cormack: incorrect definition of socklen_tchristos
2013-07-19regenpooka
2013-07-19Fix some tests for musl libc -based systems.pooka
2013-03-12not a good place to include "nbtool_config.h"christos
2013-03-05don't leak on error.christos
2013-03-05regenchristos
2013-03-05add dprintfchristos
2013-02-17regenchristos
2013-02-17cygwin defines u_quad_t in <rpc/types.h>, so include this to the headerschristos
2013-02-07yes, but include the right filechristos
2013-02-07add shaX and rmd160 headers, same as mdXchristos
2013-01-26links for makefschristos
2012-12-10first define HOSTLIB and then include bsd.own.mk!christos
2012-12-09restore the find loop to include files generated by configurechristos
2012-12-09handle the list of files and directories generated dynamically by configurechristos
2012-12-09make this workchristos
2012-12-09Include <bsd.own.mk> to give a chance to ${TOOLDIR} to be defined beforechristos
2012-12-09Use a "find | while read" loop to install all *.h files anywhereapb
2012-12-02Change the default value of COMPATLIB_UNINSTALLED to no, now thatapb
2012-12-02Add two variables to tools/compat/defs.mk.in:apb
2012-12-02Make tools/compat/Makefile install the library inapb
2012-12-02Teach tools/compat/Makefile to use an uninstalled copy of host-mkdepapb
2012-06-04Add cdbr(3) support to tools/compat.joerg
2012-06-04Build getcap.c only once.joerg
2012-06-04Make Alan Barrett happy and add ().joerg
2012-06-03Add a special seeder for cdbw_output that gives stable results.joerg
2012-06-03Add __predict_true / __predict_false definitions.joerg
2012-06-02Don't depend on __P.joerg
2012-02-18Adjust libyywrap.c location.njoly
2012-01-21Always redefine DEV_BSIZE=512.tsutsui
2011-11-03Add getline.c here too.joerg
2011-11-03Add getline(3) compat glue.joerg