| Age | Commit message (Expand) | Author |
| 2003-10-27 | Overhaul how `build.sh tools' are used: | lukem |
| 2003-08-27 | If SIZE_MAX is not defined, but SIZE_T_MAX is defined (e.g. FreeBSD), | uwe |
| 2003-07-27 | If HAVE_SYS_ENDIAN_H, pull in <sys/endian.h>. Fixes build.sh on FreeBSD 5.1. | lukem |
| 2003-07-18 | As discussed briefly on tech-toolchain, AIX doesn't have "u_long", | fredb |
| 2003-06-03 | Add atoll(3) to libnbcompat. We need it when building target's gcc | uwe |
| 2003-03-13 | Check for sys/socket.h and socklen_t. | thorpej |
| 2003-01-31 | Avoid cgetcap &co prototypes conflicting with those provided by the host. | uwe |
| 2003-01-27 | Provide __SCCSID() needed by pwd_mkdb. | uwe |
| 2002-11-29 | replace missing strsuftoll(3) | lukem |
| 2002-10-20 | PR/18733: Jed Davis: define _PATH_DEFTAPE; pax needs it. | christos |
| 2002-10-08 | Implement replacements for lchflags(), lchmod(), and lchown(), | lukem |
| 2002-10-06 | Provide strtoll() in libnbcompat. | lukem |
| 2002-09-30 | Fix from Giles Lean: | lukem |
| 2002-09-14 | * Check for mkstemp() and mkdtemp(), and build them into libnbcompat | thorpej |
| 2002-09-13 | Add __restrict to the set of tokens we #define away: our glob.h uses it. | bjh21 |
| 2002-07-03 | Fine-grain checking somewhat: | pooka |
| 2002-04-24 | Rather than hardcoding two possible locations of the POSIX shell (for | bjh21 |
| 2002-04-23 | Add test for alloca() and <alloca.h>, since Sun Workshop C 5.0 needs this. | bjh21 |
| 2002-04-22 | <stdint.h> belongs before <sys/endian.h>. | bjh21 |
| 2002-04-22 | Define __CONCAT if the host doesn't. | bjh21 |
| 2002-04-22 | add UINT32_MAX if it's not defined | lukem |
| 2002-04-18 | Add a stub issetugid() for platforms that don't have it. For now, we assume | bjh21 |
| 2002-04-04 | Add htobe16() and friends, #ifndef HAVE_SYS_ENDIAN_H. | bjh21 |
| 2002-04-04 | Replace a spurious hard space (\xa0) with a normal one. | bjh21 |
| 2002-03-07 | Need DEV_BSIZE and roundup() for makefs on non-NetBSD hosts. | tv |
| 2002-02-26 | Add some more bits of host compatibility. | tv |
| 2002-02-06 | remove btodb() hack now that makefs doesn't need it anymore. | lukem |
| 2002-01-31 | Roll in fixes to permit cross-compiling from non-NetBSD hosts. This | tv |
| 2002-01-29 | Make almost all tools compile and run properly on non-NetBSD hosts. (In | tv |
| 2002-01-24 | - Replace pwcache(3) if necessary (pwcache_userdb(3) is checked for). | lukem |
| 2002-01-22 | Split compat definitions into a separate file so that autoconf | thorpej |