| Age | Commit message (Expand) | Author |
| 2006-08-20 | Also check for DIR.__dd_fd. tools/compat now builds on the WWDC developer | thorpej |
| 2006-02-22 | Twiddle configure/configure.ac to check/define/create machine/endian.h; this | dogcow |
| 2006-02-11 | regen | wiz |
| 2006-02-11 | regen | wiz |
| 2006-02-11 | regen. | wiz |
| 2006-02-09 | regen. | wiz |
| 2006-02-09 | change #include <sys/endian.h> => #include <machine/endian.h> so that | dogcow |
| 2006-02-02 | regen | dbj |
| 2005-03-02 | Remove commas in AC_CHECK_FUNCS that shouldn't be there. | wiz |
| 2005-01-13 | Turns out some platforms (freebsd5) expose st_birthtime but not | jmc |
| 2004-11-28 | Add heapsort to libnbcompat | jmc |
| 2004-10-12 | Check for fstatvfs and provide/use it only if the host system has it. | jmc |
| 2004-07-24 | check for HAVE_STRUCT_STATVFS_F_IOSIZE | dbj |
| 2004-07-24 | remove HAVE_STRUCT_STATFS_F_IOSIZE | dbj |
| 2004-06-20 | Completely rework how tools/compat is done. Purge all uses/references to | jmc |
| 2004-06-18 | Regen. | thorpej |
| 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 |