| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2014-02-27 | To build elftosb with clang++, it needs more than nl_types.h provides. | matt | |
| XXX to workaround with, if compiling on __NetBSD__ just include the real nl_types.h | |||
| 2014-01-16 | Add the {v,}{err,warn}c functions | christos | |
| 2014-01-09 | fix prototype for strnlen. | apb | |
| 2014-01-09 | Declare and define strnlen if necessary. | apb | |
| 2014-01-09 | regen | apb | |
| 2014-01-09 | Add strnlen to configure tests in tools/compat | apb | |
| 2013-12-11 | Allow kernel code to access constant databases by moving cdbr(3) and the | joerg | |
| required mi_vector_hash(3) into src/common. | |||
| 2013-10-24 | Define __USE for use during a tools build. | apb | |
| 2013-08-18 | Support __format_arg. | joerg | |
| 2013-08-14 | regen | jmcneill | |
| 2013-08-14 | add test for struct tm tm_gmtoff member | jmcneill | |
| 2013-08-09 | regen | jmcneill | |
| 2013-08-09 | makefs_udf uses clock_gettime, and on some versions of linux that lives in librt | jmcneill | |
| 2013-08-06 | Compile snprintb.c into libnbcompat. The source file is found in the | apb | |
| common/lib/libutil directory. | |||
| 2013-08-06 | declare snptintb_m() and snprintb() if HAVE_SNPRINTB is not defined. | apb | |
| 2013-08-06 | regen, to pick up the test for snprintb_m. | apb | |
| 2013-08-06 | Add a configure test for snprintb_m. We will assume that | apb | |
| the rpesence of snprintb_m implies the presence of snprintb. | |||
| 2013-07-20 | revert socklen_t to int (from dh) | christos | |
| 2013-07-19 | PR/48063: Justin Cormack: incorrect definition of socklen_t | christos | |
| 2013-07-19 | regen | pooka | |
| (XXX: I don't think these files were previously regen'd with the method documented in configure.ac, and therefore the diffs are now huge) | |||
| 2013-07-19 | Fix some tests for musl libc -based systems. | pooka | |
| from Justin Cormack and Jens Staal | |||
| 2013-03-12 | not a good place to include "nbtool_config.h" | christos | |
| 2013-03-05 | don't leak on error. | christos | |
| 2013-03-05 | regen | christos | |
| 2013-03-05 | add dprintf | christos | |
| 2013-02-17 | regen | christos | |
| 2013-02-17 | cygwin defines u_quad_t in <rpc/types.h>, so include this to the headers | christos | |
| we include and test by default. | |||
| 2013-02-07 | yes, but include the right file | christos | |
| 2013-02-07 | add shaX and rmd160 headers, same as mdX | christos | |
| 2013-01-26 | links for makefs | christos | |
| 2012-12-10 | first define HOSTLIB and then include bsd.own.mk! | christos | |
| 2012-12-09 | restore the find loop to include files generated by configure | christos | |
| 2012-12-09 | handle the list of files and directories generated dynamically by configure | christos | |
| 2012-12-09 | make this work | christos | |
| 2012-12-09 | Include <bsd.own.mk> to give a chance to ${TOOLDIR} to be defined before | christos | |
| using it in rules. Before there was another .mk file included before ${TOOLDIR} was used. | |||
| 2012-12-09 | Use a "find | while read" loop to install all *.h files anywhere | apb | |
| under ${.OBJDIR}/include, and remove the previous hack of touching a "dummy" file in each subdirectory. This should fix a problem on some platforms where include files directly under ${.OBJDIR}/include (not in a subdirectory) were not installed. | |||
| 2012-12-02 | Change the default value of COMPATLIB_UNINSTALLED to no, now that | apb | |
| all users of comapt/defs.mk have been adjusted. This is the last commit related to fixing PR 47188. | |||
| 2012-12-02 | Add two variables to tools/compat/defs.mk.in: | apb | |
| COMPATLIB_UNINSTALLED: If "yes", then use the files from the .OBJDIR of NETBSDSRCDIR/tools/compat. Otherwise, use the files from TOOLDIR. COMPATLIB_NO_LIB: If "yes" then do not use the library (but still use the include files). COMPATLIB_UNINSTALLED defaults to "yes" for now, but this will soon be changed to "no. | |||
| 2012-12-02 | Make tools/compat/Makefile install the library in | apb | |
| ${TOOLDIR}/lib/libnbcompat.a, install the include files in ${TOOLDIR}/include/compat/**, and install defs.mk in ${TOOLDIR}/share/compat/defs.mk. Previously, nothing from tools/compat was installed under TOOLDIR. Adjust tools/compat/Makefile to use an uninstalled copy of host-mkdep from the .OBJDIR of tools/host-mkdep, and an uninstalled copy of the install program from the .OBJDIR of tools/binstall. This allows it to be built after tools/host-mkdep is built but before tools/host-mkdep is installed; and to be installed after tools/binstall is built but before tools/binstall is installed. | |||
| 2012-12-02 | Teach tools/compat/Makefile to use an uninstalled copy of host-mkdep | apb | |
| from the.OBJDIR of tools/host-mkdep. This is in preparation for building all three of tools/host-mkdep, tools/compat, and tools/binstall, before installing any of them. While here, also move the regen target to the end. | |||
| 2012-06-04 | Add cdbr(3) support to tools/compat. | joerg | |
| 2012-06-04 | Build getcap.c only once. | joerg | |
| 2012-06-04 | Make Alan Barrett happy and add (). | joerg | |
| 2012-06-03 | Add a special seeder for cdbw_output that gives stable results. | joerg | |
| Hook up cdbw(3) for the tool build. | |||
| 2012-06-03 | Add __predict_true / __predict_false definitions. | joerg | |
| 2012-06-02 | Don't depend on __P. | joerg | |
| 2012-02-18 | Adjust libyywrap.c location. | njoly | |
| 2012-01-21 | Always redefine DEV_BSIZE=512. | tsutsui | |
| All references of DEV_BSIZE in tools are to manipulate target (i.e. NetBSD's) file images (in installboot(8) and makefs(8) etc.) and no host's DEV_BSIZE is required for the moment. Closes PR toolchain/42574. | |||
| 2011-11-03 | Add getline.c here too. | joerg | |
| 2011-11-03 | Add getline(3) compat glue. | joerg | |
