| Age | Commit message (Expand) | Author |
| 2003-03-25 | build file(1) as a host tool (for compiling magic files) | pooka |
| 2003-03-21 | FreeBSD #defines putc_unlocked in stdio.h, so guard against that also | pooka |
| 2003-03-19 | if target is not a symlink, silently succeed rather than failing with | grant |
| 2003-03-14 | Put -X into MAKEFLAGS on FreeBSD and Mac OS X; they have a small ARG_MAX. | thorpej |
| 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 | Move -no-cpp-precomp logic to defs.mk. | thorpej |
| 2003-03-13 | Disable pre-compiled headers on Darwin. | thorpej |
| 2003-03-13 | Pass -no-cpp-precomp to the C preprocessor on Darwin; our use of | thorpej |
| 2003-03-13 | Allow "-no-cpp-precomp", which disables use of pre-compiled headers | thorpej |
| 2003-03-13 | Check for sys/socket.h and socklen_t. | thorpej |
| 2003-03-07 | Make hexdump a host tool. | thorpej |
| 2003-03-05 | extract the bintils VERSION. | mrg |
| 2003-03-05 | mknative: | mrg |
| 2003-03-01 | update for binutils 2.13.2.1, and a few other changes... | mrg |
| 2003-03-01 | update for binutils 2.13.2.1, and a few other changes... | mrg |
| 2003-02-07 | replace DIST with GNUHOSTDIST, and don't unconditionally define it | lukem |
| 2003-01-31 | Avoid cgetcap &co prototypes conflicting with those provided by the host. | uwe |
| 2003-01-27 | Build with -DNO_S_COMMAND. We don't need to set the in-core label | uwe |
| 2003-01-27 | Provide __SCCSID() needed by pwd_mkdb. | uwe |
| 2002-12-21 | enable sunlabel... | lukem |
| 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-08 | Centralize the definition of the tool name prefix (i.e. "nb") into | 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>. If it is not found, -DUSE_SELECT=1. | thorpej |
| 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-19 | Change the TOOLCHAIN_MISSING from == "no" to != "yes", to be consistent | thorpej |
| 2002-09-19 | Since 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 into | thorpej |
| 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 | Patch host-mkdep with the working host shell. | thorpej |
| 2002-09-15 | Patch lorder with the host's working shell. Idea from Chris Demetriou. | thorpej |
| 2002-09-15 | Add a HOST_BSHELL make var which contains the path to the working | thorpej |
| 2002-09-14 | We need binstall to be installed, before attempting to use it to install mktemp. | chris |
| 2002-09-14 | Descend into mktemp. | thorpej |
| 2002-09-14 | * Check for mkstemp() and mkdtemp(), and build them into libnbcompat | thorpej |