| Age | Commit message (Expand) | Author |
| 2002-02-12 | Make sure TOOLDIR/bin exists before copying into it. Use 2 explicit mkdir's | jmc |
| 2002-02-11 | First of two parts to replace toolchain2netbsd and make it more cross-happy: | tv |
| 2002-02-11 | Revert part of previous; we need the install targets. | pk |
| 2002-02-10 | Use .ORDER targets to express the dependencies on subdir runs. This makes | pk |
| 2002-02-08 | Make sure to not go off installing in a directory before it's fully made. | pk |
| 2002-02-06 | remove btodb() hack now that makefs doesn't need it anymore. | lukem |
| 2002-02-01 | Fix up the .for recursion -- it wasn't quite right before. | tv |
| 2002-02-01 | Cross-hosting notes for foreign OS's. (Currently Linux, Solaris, and older | tv |
| 2002-01-31 | Roll in fixes to permit cross-compiling from non-NetBSD hosts. This | tv |
| 2002-01-31 | Include config.h unconditionally; clean up. | tv |
| 2002-01-31 | Define NOID to eliminate the rcsid. | tv |
| 2002-01-31 | Provide a default string so host tools that forget to call setprogname() | tv |
| 2002-01-31 | Make sure there are no weak references in libnbcompat (avoids linker | tv |
| 2002-01-31 | Make sure MAKEINFO is defined, as it appears that toolchain/texinfo is not | tv |
| 2002-01-31 | Remove g= override. | tv |
| 2002-01-31 | Make sure LEX and YACC are properly defined (mainly for groff); also use | tv |
| 2002-01-29 | Make almost all tools compile and run properly on non-NetBSD hosts. (In | tv |
| 2002-01-28 | Ensure a space after # or #line so we don't pick up stray #pragmas and | tv |
| 2002-01-25 | Make util.c replacement functions use autoconf conditionals to probe | tv |
| 2002-01-25 | Abort on C compiler error. Add @DEFS@ to compile line. | tv |
| 2002-01-25 | build pax as a host tool, for -N and to work around borken vendor paxes | lukem |
| 2002-01-24 | - Replace pwcache(3) if necessary (pwcache_userdb(3) is checked for). | lukem |
| 2002-01-23 | remove | lukem |
| 2002-01-22 | Split compat definitions into a separate file so that autoconf | thorpej |
| 2002-01-21 | reachover to ../../lib/libutil for fparseln.c | lukem |
| 2002-01-21 | Somewhere along the line, the _DIAGASSERT was lost. Re-add it (as a macro | tv |
| 2002-01-21 | Missed in last commit: make some tools build properly on non-NetBSD hosts. | tv |
| 2002-01-21 | Make many host tools compile on non-NetBSD hosts. Not complete, but | tv |
| 2002-01-15 | Break out make(1) bootstrap config into an autoconf-based mechanism that | tv |
| 2002-01-13 | rcsid | lukem |
| 2002-01-10 | Move host-mkdep to its own directory. Create and install it before | tv |
| 2002-01-10 | build sunlabel as a host tool (not enabled in tools/Makefile yet) | mrg |
| 2002-01-10 | - act more like lib/libc/gen/setprogname.c, and store the basename of | lukem |
| 2002-01-10 | revert previous, and reenable tools/makefs now that it works on | lukem |
| 2002-01-10 | Symlink ./ufs to ${.CURDIR}/../../sys/ufs, and add -I. to HOST_CPPFLAGS. | lukem |
| 2002-01-10 | regen from configure.ac 1.3 for <inttypes.h> change | lukem |
| 2002-01-10 | look for <inttypes.h> and #include if found (for uint*_t) | lukem |
| 2002-01-09 | Disable makefs in src/tools for the moment; it's very dependent on -current | tv |
| 2002-01-05 | build zic as a host tool. | mrg |
| 2002-01-05 | build makefs, and, sparc-installboot if sparc||sparc64 | mrg |
| 2002-01-05 | build this as a host tool. | mrg |
| 2002-01-04 | Add replacement fgetln(3) (from lukemftp/libukem), as fparseln(3) uses it | lukem |
| 2002-01-04 | remove lukemftp comment; this is just as close to the libutil version | lukem |
| 2002-01-04 | need <errno.h> and <stdarg.h> | lukem |
| 2002-01-04 | Work around some braindamage in our "yacc": its generated #line directives | tv |
| 2002-01-03 | Add more tolerant script-based implementation of mkdep for host tool | tv |
| 2002-01-03 | Remove stray diagnostic "echo". | tv |
| 2002-01-03 | * Honor BUILD on "make install" (will do "make all" first). | tv |
| 2002-01-03 | * Now that src/share/tmac no longer uses absolute paths, nuke the sed | tv |
| 2002-01-02 | build a sparc/sparc64 useful installboot. called nbsparc-installboot | mrg |