| Age | Commit message (Expand) | Author |
| 2023-07-08 | Add support for missing NAME_MAX when building on Solaris hosts | palle |
| 2021-05-30 | PR port-amiga/56188 | cjep |
| 2021-05-24 | Fix typo in pathname in a comment. | uwe |
| 2021-02-25 | Add reallocarray; this is used by the new regex code and we don't want to | christos |
| 2021-02-23 | Fix copy-paste error for heapsort(3), so that it is declared appropriately. | rin |
| 2019-06-19 | Add more SunOS types to tools/compat | kamil |
| 2019-06-19 | Add sys/uio.h & enum uio_seg, enum uio_rw to tools/compat | kamil |
| 2018-08-30 | deal with getsubopt and strncasecmp (needed by mdocml) | christos |
| 2018-08-11 | Add strcasecmp | christos |
| 2018-06-13 | Revert my previous config test inclusion for u_longlong_t. | maya |
| 2018-06-12 | Move the typedefs before the header inclusions (except <features.h>) and | christos |
| 2018-06-11 | Add configure check and fallback definition for u_longlong_t | maya |
| 2017-10-03 | fix fpurge declaration | christos |
| 2017-10-02 | handle __fpurge being declared in <stdio_ext.h> | christos |
| 2017-01-07 | adjust for SSP (MacOS/X) | christos |
| 2017-01-07 | need ctype.h | christos |
| 2017-01-07 | Check for declarations, not the existance of functions since some are | christos |
| 2016-10-19 | try to fix missing decls | christos |
| 2015-09-21 | Add more compat defs for code compiled for !NetBSD targets. | pooka |
| 2015-07-26 | Add reallocarr(3) to tools/compat | kamil |
| 2015-01-16 | strto{i,u} | christos |
| 2014-12-24 | add __UNVOLATILE | christos |
| 2014-09-24 | put O_CLOEXEC definition here. | christos |
| 2014-09-01 | Copy definitions of __type_min(t), __type_max(t), and some related macros, | apb |
| 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-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 |