| Age | Commit message (Expand) | Author |
| 2014-01-09 | fix prototype for strnlen. | apb |
| 2014-01-09 | Declare and define strnlen if necessary. | apb |
| 2013-10-24 | Define __USE for use during a tools build. | apb |
| 2013-08-18 | Support __format_arg. | joerg |
| 2013-08-06 | declare snptintb_m() and snprintb() if HAVE_SNPRINTB is not defined. | 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-03-05 | add dprintf | christos |
| 2013-02-17 | cygwin defines u_quad_t in <rpc/types.h>, so include this to the headers | christos |
| 2012-06-04 | Make Alan Barrett happy and add (). | joerg |
| 2012-06-03 | Add __predict_true / __predict_false definitions. | joerg |
| 2012-06-02 | Don't depend on __P. | joerg |
| 2012-01-21 | Always redefine DEV_BSIZE=512. | tsutsui |
| 2011-11-03 | Add getline(3) compat glue. | joerg |
| 2011-09-05 | Add PDP_ENDIAN definition, required for makefs (v7fs). | jdc |
| 2011-08-27 | Ensure __printflike exists. | joerg |
| 2011-07-17 | Retire varargs.h support. Move machine/stdarg.h logic into MI | joerg |
| 2011-01-10 | Define PRI[diouxX]8. We previously did this only for | apb |
| 2010-01-14 | undef and redefine instead of checking if it is define, from joerg | christos |
| 2010-01-14 | provide __arraycount for those that don't have it. | christos |
| 2009-11-11 | Revert most of revision 1.73: | tron |
| 2009-11-06 | Define __RCSID and __COPYRIGHT as structure, so that the following | joerg |
| 2009-10-02 | split all the password and group translation functions into individual | christos |
| 2009-02-24 | Make 'build.sh tools' work with the Sun Studio compiler, although bugs in | sketch |
| 2009-02-03 | avoid including grp.h | dbj |
| 2009-01-18 | Use hex instead of decimal in #if FOO_MAX == 0xffff.... tests, and | apb |
| 2009-01-18 | Provide definitions for PRI{d,i,o,u,x,X}{16,32,64}. Many tools | apb |
| 2009-01-06 | Apply part of the patch from Julio M. Merino Vidal in | agc |
| 2008-10-20 | The tools/compat versions of mkstemp() and mkdtemp() need to call the | apb |
| 2008-10-20 | Define __USE_ISOC99 for linux, making the isblank() proto appear. | dogcow |
| 2007-10-30 | Try to address mess with user_from_uid and friends by ensuring we always | tls |
| 2007-10-19 | I am now convinced of the error of my ways, and I am checking for all the | christos |
| 2007-10-18 | Move linux block up higher as it was before. noted by apb | christos |
| 2007-10-18 | - define the NetBSD options before including any files | christos |
| 2007-09-28 | Add raise_default_signal(). | lukem |
| 2007-08-07 | Provide definitions for {be,le}{16,32,64}{enc,dec} if necessary. | apb |
| 2007-07-03 | Add strndup(3) to libnbcompat, since estrndup(3) added into efun.c calls it. | nakayama |
| 2007-01-09 | Fix tools build, binstall/xinstall, for systems without id_t, e.g. | ginsbach |
| 2006-10-12 | kill __unused | christos |
| 2006-10-09 | sideways check for error functions. | christos |
| 2006-10-07 | Add definitions for strmode. This was missing from the | apb |
| 2006-09-29 | Use ${HOST_SH} instead of the host system's /bin/sh wherever possible: | apb |
| 2006-08-20 | Also check for DIR.__dd_fd. tools/compat now builds on the WWDC developer | thorpej |
| 2006-02-14 | Two changes to facilitate building tools on Darwin: | dyoung |
| 2006-02-11 | Define prototypes for strsuftoll and strsuftollx if the one for | wiz |
| 2006-02-10 | Adapt for bswap* changes in configure.ac. | wiz |
| 2006-02-09 | change #include <sys/endian.h> => #include <machine/endian.h> so that | dogcow |
| 2005-09-14 | Make cross compiling NetBSD under Linux work again. Problem noted by | tron |
| 2005-08-27 | UINT8_MAX and UINT16_MAX are needed for disklabel. | uwe |
| 2005-08-22 | Define "_PATH_VI" if necessary to make cross-building work again under | tron |