| Age | Commit message (Expand) | Author |
| 2014-11-12 | If the internals are not explicitly requested, use #include_next to pick | joerg |
| 2014-09-24 | put O_CLOEXEC definition here. | christos |
| 2014-09-16 | Fix problem reading the last line when it did not contain a delimiter | christos |
| 2014-09-07 | Avoid overflowing the "year" value by making the field uint64_t. Adapt | martin |
| 2014-09-01 | Copy definitions of __type_min(t), __type_max(t), and some related macros, | apb |
| 2014-09-01 | Add a slightly stripped down version of sys/dev/clock/clock_subr.h to make | martin |
| 2014-06-06 | Deal with errc/warnc | christos |
| 2014-04-19 | Clarify the NetBSD-specific and Linux-specific code at the top of | apb |
| 2014-02-27 | To build elftosb with clang++, it needs more than nl_types.h provides. | matt |
| 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 |
| 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 |
| 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 |
| 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 |
| 2013-07-19 | Fix some tests for musl libc -based systems. | pooka |
| 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 |
| 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 |
| 2012-12-09 | Use a "find | while read" loop to install all *.h files anywhere | apb |
| 2012-12-02 | Change the default value of COMPATLIB_UNINSTALLED to no, now that | apb |
| 2012-12-02 | Add two variables to tools/compat/defs.mk.in: | apb |
| 2012-12-02 | Make tools/compat/Makefile install the library in | apb |
| 2012-12-02 | Teach tools/compat/Makefile to use an uninstalled copy of host-mkdep | apb |
| 2012-06-04 | Add cdbr(3) support to tools/compat. | joerg |
| 2012-06-04 | Build getcap.c only once. | joerg |