summaryrefslogtreecommitdiff
path: root/tools/compat
AgeCommit message (Expand)Author
2003-01-31Avoid cgetcap &co prototypes conflicting with those provided by the host.uwe
2003-01-27Provide __SCCSID() needed by pwd_mkdb.uwe
2002-12-16Include <sys/types.h> before <grp.h>; Mac OS 10.2.2 needs this.thorpej
2002-12-16Include <sys/types.h> before including <dirent.h>; Mac OS 10.2.2thorpej
2002-12-04Tweak dependencies so that defs.mk depends upon config.cache, andlukem
2002-11-30add check back for util.h; needed on some foreign systemslukem
2002-11-30- Migrate fparseln(3) from libutil to libc, where it should have been inlukem
2002-11-29replace missing strsuftoll(3)lukem
2002-10-20PR/18733: Jed Davis: define _PATH_DEFTAPE; pax needs it.christos
2002-10-08Implement replacements for lchflags(), lchmod(), and lchown(),lukem
2002-10-07Just check for poll.h, don't fail if it's not present.briggs
2002-10-06Provide strtoll() in libnbcompat.lukem
2002-10-06complete check for lchflagslukem
2002-10-05check for lchflagslukem
2002-10-04Check for <poll.h> and poll(2).thorpej
2002-09-30Fix from Giles Lean:lukem
2002-09-29It's "HP-UX" not "HP/UX". (Thanks Giles).lukem
2002-09-22preliminary HP/UX notes from Giles; it needs zlib.lukem
2002-09-16Note that RedHat 7.3 hosts successfully as of today with the caveat thatbriggs
2002-09-16Always use NetBSD's fts(3) in compat builds. Some systems (notablybriggs
2002-09-15Add a HOST_BSHELL make var which contains the path to the workingthorpej
2002-09-14* Check for mkstemp() and mkdtemp(), and build them into libnbcompatthorpej
2002-09-13Add __restrict to the set of tokens we #define away: our glob.h uses it.bjh21
2002-09-13Update Solaris section (again).thorpej
2002-09-13* Always include the NetBSD glob(3) in libnbcompat, as the hostthorpej
2002-07-03work around FreeBSD defining user_from_uid() in stdlib.hpooka
2002-07-03Fine-grain checking somewhat:pooka
2002-06-07fix minor typo -> s/lokcing/locking/mason
2002-05-12Use the target disklabel_mbr.h, since it just describes data structures forbjh21
2002-04-28I believe I've fixed nbmake's dependency on /bin/sh.bjh21
2002-04-24Rather than hardcoding two possible locations of the POSIX shell (forbjh21
2002-04-24src/tools/dbsym has been buildable on non-NetBSD systems for some time.bjh21
2002-04-23Add 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-22Define __CONCAT if the host doesn't.bjh21
2002-04-22Create sys/endian.h if it doesn't exist, since rmd160.c includes it directly.bjh21
2002-04-22add UINT32_MAX if it's not definedlukem
2002-04-19Emit an empty <stdint.h> if the host doesn't have one. Should fix PR 16416.tv
2002-04-18Actually put the include directory timestamp under the "include" directory,tv
2002-04-18Re-add test for <sys/endian.h>; it disappeared somewhere along the way.tv
2002-04-18Add a stub issetugid() for platforms that don't have it. For now, we assumebjh21
2002-04-04Add HAVE_SYS_ENDIAN_H.bjh21
2002-04-04Add htobe16() and friends, #ifndef HAVE_SYS_ENDIAN_H.bjh21
2002-04-04Replace a spurious hard space (\xa0) with a normal one.bjh21
2002-04-01Revert addition of mkdtemp() to libnbcompat. I don't think we need mktemp(1)bjh21
2002-03-31Add mkdtemp to libnbcompat, since glibc doesn't have it an mktemp(1) willbjh21
2002-03-31Add the md[245], sha1 and rmd160 functions to libnbcompat, conditional on theirbjh21
2002-03-07fcntl locking works much better when the `struct flock' is actually giventv
2002-03-07Don't gratuitously touch the replacement headers in ${.OBJDIR}/include;tv
2002-03-07Need DEV_BSIZE and roundup() for makefs on non-NetBSD hosts.tv