summaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Expand)Author
2003-03-25build file(1) as a host tool (for compiling magic files)pooka
2003-03-21FreeBSD #defines putc_unlocked in stdio.h, so guard against that alsopooka
2003-03-19if target is not a symlink, silently succeed rather than failing withgrant
2003-03-14Put -X into MAKEFLAGS on FreeBSD and Mac OS X; they have a small ARG_MAX.thorpej
2003-03-14Add a putc_unlocked().thorpej
2003-03-13Fix the socklen_t test; we need to explcitly list the headers we wantthorpej
2003-03-13Move -no-cpp-precomp logic to defs.mk.thorpej
2003-03-13Disable pre-compiled headers on Darwin.thorpej
2003-03-13Pass -no-cpp-precomp to the C preprocessor on Darwin; our use ofthorpej
2003-03-13Allow "-no-cpp-precomp", which disables use of pre-compiled headersthorpej
2003-03-13Check for sys/socket.h and socklen_t.thorpej
2003-03-07Make hexdump a host tool.thorpej
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