| Age | Commit message (Expand) | Author |
| 2004-07-01 | Add some more variables used to build libgcc_s. | skrll |
| 2004-06-23 | Define "_ISOC99_SOURCE" when building under NetBSD to get the prototypes | tron |
| 2004-06-22 | Redo the last commit. _NETBSD_SOURCE should never be used/referenced anymore. | jmc |
| 2004-06-22 | Note on NetBSD that _NETBSD_SOURCE should never be defined and it's an error | jmc |
| 2004-06-21 | - Wrap around #if !_NETBSD_SOURCE the definitions of u_{long,int,short,char} | christos |
| 2004-06-21 | On NetBSD boxes make sure and provide prototypes for strtouq since quad_t gets | jmc |
| 2004-06-21 | Ignore errors on some rm -rf's for platforms that aren't quite | jmc |
| 2004-06-20 | Add $MAKE to env also. From PR#25952 | jmc |
| 2004-06-20 | Completely rework how tools/compat is done. Purge all uses/references to | jmc |
| 2004-06-18 | Use ${_TOOL_PREFIX} as appropriate. | thorpej |
| 2004-06-18 | Oops, missed a spot where we need to handle group_from_gid() separately. | thorpej |
| 2004-06-18 | Regen. | thorpej |
| 2004-06-18 | Handle group_from_gid() on its own. | thorpej |
| 2004-06-18 | Check for group_from_gid(). | thorpej |
| 2004-06-14 | Before sucking in stdlib.h check if this is NetBSD. If so, explicitly make | jmc |
| 2004-06-12 | MKUPDATE cannot possibly do the right thing with GNU wrapped tools installs as | jmc |
| 2004-06-08 | Add sparkcrc (used to generate checksums for acorn32 bootloader sparkive) | abs |
| 2004-05-18 | Apply patch from OGAWA Takaya to fix FreeBSD hosted builds. | sjg |
| 2004-05-07 | Track make(1) build simplifications. | ross |
| 2004-05-03 | Make this build on non-NetBSD again (specifically linux). Exclude __ndbm13.c | jmc |
| 2004-04-24 | Add a compat definition of __packed. | matt |
| 2004-04-23 | more constification suggested by kleink. | christos |
| 2004-04-23 | adjust to constification of cget*() | christos |
| 2004-03-27 | Fix the processing of '-s .lo\ .ln' (etc). | dsl |
| 2004-03-03 | Don't use $MACHINE to name the program; just call it macppc-fixcoff. | thorpej |
| 2004-02-27 | Backout recent changes made to gnu/lib/libgcc3 for a forced MKPIC=no build. | skrll |
| 2004-02-15 | Be more gcc like in the way we deal with libgcc so that sh3/hppa millicode | skrll |
| 2004-02-13 | Uppercase CPU, plural is CPUs. | wiz |
| 2004-02-13 | Fix some paths. | simonb |
| 2004-02-12 | Copy over from ../toolchain/README.mknative and update for gcc-3.3.x. | skrll |
| 2004-02-10 | Updates so that mknative gets the right things. | skrll |
| 2004-02-06 | Get ${HOSTEXEEXT} right in the component installation loop. | ross |
| 2004-01-13 | White space nit. | simonb |
| 2004-01-12 | Use the first argument of getmode() to modify the second arg, instead of | simonb |
| 2004-01-08 | KNF. | simonb |
| 2004-01-03 | Consistently check ${TOOLCHAIN_MISSING} against "no". | lukem |
| 2004-01-02 | Move libgcc3/*.mk to libgcc3/arch. | skrll |
| 2003-12-30 | Add ID line | jmc |
| 2003-12-29 | List that all hosts require a posix sh and override with HOST_SH if needed. | jmc |
| 2003-12-11 | Fix typo. | matt |
| 2003-12-11 | Add macppc-fixcoff tool. | matt |
| 2003-12-10 | Use (cd ${.CURDIR} && ${MAKE} cleandir) instead of ${MAKE} cleandir | lukem |
| 2003-12-07 | Make command line parser getopt() compatible (allow host-mkdep -aq -s.o.lo ...) | dsl |
| 2003-12-04 | move libaries back to gnu/lib | mrg |
| 2003-12-04 | always build tools/binutils now. | mrg |
| 2003-12-04 | look for libbfd etc in binutils always now. | mrg |
| 2003-12-04 | build lib{opcodes,bfd,iberty} back in gnu/lib instead of gnu/usr.bin/binutils | mrg |
| 2003-12-01 | fix a bug in previous: | mrg |
| 2003-11-27 | move binutils lib{iberty,opcodes,bfd} to usr.bin/binutils. | mrg |
| 2003-11-27 | fix a comment; normalise. | mrg |