summaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Expand)Author
2003-03-05extract the bintils VERSION.mrg
2003-03-05mknative:mrg
2003-03-01update for binutils 2.13.2.1, and a few other changes...mrg
2003-03-01update for binutils 2.13.2.1, and a few other changes...mrg
2003-02-07replace DIST with GNUHOSTDIST, and don't unconditionally define itlukem
2003-01-31Avoid cgetcap &co prototypes conflicting with those provided by the host.uwe
2003-01-27Build with -DNO_S_COMMAND. We don't need to set the in-core labeluwe
2003-01-27Provide __SCCSID() needed by pwd_mkdb.uwe
2002-12-21enable sunlabel...lukem
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-08Centralize the definition of the tool name prefix (i.e. "nb") intothorpej
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>. If it is not found, -DUSE_SELECT=1.thorpej
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-19Change the TOOLCHAIN_MISSING from == "no" to != "yes", to be consistentthorpej
2002-09-19Since TOOLCHAIN_MISSING is defined in bsd.own.mk, it can never be undefined.matt
2002-09-17* Eliminate the USE_NEW_TOOLCHAIN variable. Instead, split it intothorpej
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-15Patch host-mkdep with the working host shell.thorpej
2002-09-15Patch lorder with the host's working shell. Idea from Chris Demetriou.thorpej
2002-09-15Add a HOST_BSHELL make var which contains the path to the workingthorpej
2002-09-14We need binstall to be installed, before attempting to use it to install mktemp.chris
2002-09-14Descend into mktemp.thorpej
2002-09-14* Check for mkstemp() and mkdtemp(), and build them into libnbcompatthorpej
2002-09-14Re-add mktemp as a host tool; it is used in more places than Benthorpej
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-13Be more conservative with quoting, to play nice with /bin/sh on Solaris 8.thorpej
2002-09-13* Always include the NetBSD glob(3) in libnbcompat, as the hostthorpej
2002-09-13Delete a few things that appear in gcc 3.x's CPP output.thorpej
2002-07-03work around FreeBSD defining user_from_uid() in stdlib.hpooka
2002-07-03Fine-grain checking somewhat:pooka
2002-06-12The last commit wasn't tested. Add a missing \veego
2002-06-12Don't build toolchain bits for hppa, for now.thorpej
2002-06-10Add cat(1) as a host tool.mason
2002-06-07fix minor typo -> s/lokcing/locking/mason