| Age | Commit message (Expand) | Author |
| 2018-05-23 | deconst -> __UNCONST to avoid null pointer arithmetic | joerg |
| 2015-06-16 | fix some error handling. | christos |
| 2013-03-05 | Conditionally include the depend files. | christos |
| 2013-03-05 | add -i and -v | christos |
| 2012-08-26 | Add a new "-P prefix" option to mkdep(1). | jmmv |
| 2011-09-04 | ANSIfy + static + __dead | joerg |
| 2011-06-30 | dependant -> dependent | wiz |
| 2011-05-31 | Don't touch before the mmap'ed region. | enami |
| 2011-05-30 | Handle the empty suffix properly. Convert suffix list to a list from an | christos |
| 2011-04-17 | Recognize --sysroot but don't document it or do anything about it for now. | christos |
| 2010-10-15 | Per PR 19359 note that mkdep doesn't handle all make metacharacters | dholland |
| 2010-05-26 | fix empty suffix case. | christos |
| 2010-05-26 | PR/43364: Nicolas Joly: mkdep(1) wrong target names when suffix list miss .o | christos |
| 2009-04-12 | fix -Wcast-qual & -Wsign-compare issues | lukem |
| 2009-02-13 | Comment out CFLAGS+=-g. | uebayasi |
| 2008-07-21 | Remove the \n and tabs from the __COPYRIGHT() strings. | lukem |
| 2008-04-28 | Remove clause 3 and 4 from TNF licenses | martin |
| 2007-09-25 | remove unnecessary #include | lukem |
| 2006-10-30 | kill crypto/rmd160.h and crypto/sha2.h, and instead make symlinks to | christos |
| 2006-10-15 | - make a variable volatile, that gcc warns vfork will clobber. | christos |
| 2006-03-20 | make this compile again. | christos |
| 2006-03-20 | plug leaks, coverity cids 92, 93. | elad |
| 2005-12-12 | Sort options. | wiz |
| 2005-12-12 | Add a -D option that acts like -d, but reads the filenames (whitespace | dsl |
| 2005-10-19 | Edit -s text. | ross |
| 2005-06-07 | Initialize a couple of local variables to appease -Wuninitialized. | he |
| 2004-07-13 | Sync usage with man page. From Kouichirou Hiratsuka in PR 26224. | wiz |
| 2004-01-26 | Redo code that expands the 'xxx.o' to 'xxx.o xxx.so xxx.po xxx.ln' so that | dsl |
| 2003-12-07 | Only emit each filename once in a single .OPTIONAL line when -o is given. | dsl |
| 2003-11-11 | Don't rely on mmap giving a NUL terminated buffer. | dsl |
| 2003-11-10 | Fix continuation line handling. | dsl |
| 2003-11-10 | Add the following options with a view to using 'cc -MD' to automatically | dsl |
| 2003-10-27 | Overhaul how `build.sh tools' are used: | lukem |
| 2003-08-07 | Move UCB-licensed code from 4-clause to 3-clause licence. | agc |
| 2003-06-11 | Remove old, unused and unsafe shell scripts as suggested by Jeremy C. Reed | tron |
| 2003-05-18 | Now that <bsd.prog.mk> DTRT if HOSTPROG is defined (i.e, it is a no-op), | lukem |
| 2003-03-28 | catch SIGPIPE, too. | msaitoh |
| 2003-02-25 | .Nm does not need a dummy argument ("") before punctuation or | wiz |
| 2003-01-19 | Backing this out until it works. | elric |
| 2003-01-18 | When an unknown option is found, ignore it, as it may be cc related (i.e., | jmmv |
| 2003-01-18 | Use getopt(3) instead of specific code to parse options. | jmmv |
| 2003-01-16 | catch SIGINT, SIGHUP, SIGQUIT and SIGTERM to clear a temporary file. | msaitoh |
| 2003-01-06 | writable, not writeable. | wiz |
| 2002-06-14 | Split out the findcc() function that tries to determine the path to | simonb |
| 2002-01-31 | Roll in fixes to permit cross-compiling from non-NetBSD hosts. This | tv |
| 2002-01-21 | Add hooks for cross-hosting on non-NetBSD platforms. | tv |
| 2001-12-01 | Sort sections. | wiz |
| 2001-12-01 | Whitespace cleanup. | wiz |
| 2001-08-14 | Add hooks to allow toolchain bits to be reachover-built at the top level. | tv |
| 2001-03-22 | a couple of tiny whitespace cleanups | cgd |