| Age | Commit message (Expand) | Author |
| 2003-11-12 | regen after HAVE_SYS_POLL_H change | dbj |
| 2003-10-27 | Overhaul how `build.sh tools' are used: | lukem |
| 2003-07-26 | netbsd.org->NetBSD.org | salo |
| 2003-07-25 | Regen for host-tool-ified stat | atatat |
| 2003-07-18 | Regenerate with autoconf 2.57. | fredb |
| 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-14 | Add a putc_unlocked(). | thorpej |
| 2003-03-13 | Fix the socklen_t test; we need to explcitly list the headers we want | thorpej |
| 2003-03-13 | Check for sys/socket.h and socklen_t. | thorpej |
| 2002-12-16 | Include <sys/types.h> before <grp.h>; Mac OS 10.2.2 needs this. | thorpej |
| 2002-12-16 | Include <sys/types.h> before including <dirent.h>; Mac OS 10.2.2 | thorpej |
| 2002-11-30 | add check back for util.h; needed on some foreign systems | lukem |
| 2002-11-30 | - Migrate fparseln(3) from libutil to libc, where it should have been in | lukem |
| 2002-11-29 | replace missing strsuftoll(3) | lukem |
| 2002-10-07 | Just check for poll.h, don't fail if it's not present. | briggs |
| 2002-10-06 | Provide strtoll() in libnbcompat. | lukem |
| 2002-10-05 | check for lchflags | lukem |
| 2002-10-04 | Check for <poll.h> and poll(2). | thorpej |
| 2002-09-16 | Always use NetBSD's fts(3) in compat builds. Some systems (notably | briggs |
| 2002-09-14 | * Check for mkstemp() and mkdtemp(), and build them into libnbcompat | thorpej |
| 2002-09-13 | * Always include the NetBSD glob(3) in libnbcompat, as the host | thorpej |
| 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 | Create sys/endian.h if it doesn't exist, since rmd160.c includes it directly. | bjh21 |
| 2002-04-19 | Emit an empty <stdint.h> if the host doesn't have one. Should fix PR 16416. | tv |
| 2002-04-18 | Re-add test for <sys/endian.h>; it disappeared somewhere along the way. | tv |
| 2002-04-18 | Add a stub issetugid() for platforms that don't have it. For now, we assume | bjh21 |
| 2002-04-01 | Revert addition of mkdtemp() to libnbcompat. I don't think we need mktemp(1) | bjh21 |
| 2002-03-31 | Add mkdtemp to libnbcompat, since glibc doesn't have it an mktemp(1) will | bjh21 |
| 2002-03-31 | Add the md[245], sha1 and rmd160 functions to libnbcompat, conditional on their | bjh21 |
| 2002-03-07 | Don't gratuitously touch the replacement headers in ${.OBJDIR}/include; | tv |
| 2002-03-07 | Move inttypes.h to list of auto-generated-empty headers. | tv |
| 2002-03-07 | Add compat defns for uint*_t (the non-underscored ones). | tv |
| 2002-02-26 | Add some more bits of host compatibility. | tv |
| 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-21 | Make many host tools compile on non-NetBSD hosts. Not complete, but | tv |
| 2002-01-10 | regen from configure.ac 1.3 for <inttypes.h> change | lukem |
| 2002-01-04 | Add replacement fgetln(3) (from lukemftp/libukem), as fparseln(3) uses it | lukem |
| 2001-12-11 | Add the framework for autoconf-based src/tools/compat structure. This will | tv |