| Age | Commit message (Expand) | Author |
| 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-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-12-04 | Tweak dependencies so that defs.mk depends upon config.cache, and | lukem |
| 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-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-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-06 | complete check for lchflags | lukem |
| 2002-10-05 | check for lchflags | lukem |
| 2002-10-04 | Check for <poll.h> and poll(2). | thorpej |
| 2002-09-30 | Fix from Giles Lean: | lukem |
| 2002-09-29 | It's "HP-UX" not "HP/UX". (Thanks Giles). | lukem |
| 2002-09-22 | preliminary HP/UX notes from Giles; it needs zlib. | lukem |
| 2002-09-16 | Note that RedHat 7.3 hosts successfully as of today with the caveat that | briggs |
| 2002-09-16 | Always use NetBSD's fts(3) in compat builds. Some systems (notably | briggs |
| 2002-09-15 | Add a HOST_BSHELL make var which contains the path to the working | thorpej |
| 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-09-13 | Update Solaris section (again). | thorpej |
| 2002-09-13 | * Always include the NetBSD glob(3) in libnbcompat, as the host | thorpej |
| 2002-07-03 | work around FreeBSD defining user_from_uid() in stdlib.h | pooka |
| 2002-07-03 | Fine-grain checking somewhat: | pooka |
| 2002-06-07 | fix minor typo -> s/lokcing/locking/ | mason |
| 2002-05-12 | Use the target disklabel_mbr.h, since it just describes data structures for | bjh21 |
| 2002-04-28 | I believe I've fixed nbmake's dependency on /bin/sh. | bjh21 |
| 2002-04-24 | Rather than hardcoding two possible locations of the POSIX shell (for | bjh21 |
| 2002-04-24 | src/tools/dbsym has been buildable on non-NetBSD systems for some time. | 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 | Create sys/endian.h if it doesn't exist, since rmd160.c includes it directly. | bjh21 |
| 2002-04-22 | add UINT32_MAX if it's not defined | lukem |
| 2002-04-19 | Emit an empty <stdint.h> if the host doesn't have one. Should fix PR 16416. | tv |
| 2002-04-18 | Actually put the include directory timestamp under the "include" directory, | 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-04 | Add HAVE_SYS_ENDIAN_H. | 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-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 | fcntl locking works much better when the `struct flock' is actually given | tv |
| 2002-03-07 | Don't gratuitously touch the replacement headers in ${.OBJDIR}/include; | tv |
| 2002-03-07 | Need DEV_BSIZE and roundup() for makefs on non-NetBSD hosts. | tv |