| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix typos - remove duplicate "the". | brucec | 2011-02-21 | 1 | -1/+1 |
* | Move most of the remaining USD/PSD/SMM papers into share/doc | uqs | 2010-12-04 | 2 | -3756/+0 |
* | Remove hack needed by 6.x machines and older machines to run newer | imp | 2010-10-06 | 1 | -22/+1 |
* | Use more portable errx instead of errc. The latter doesn't buy us | imp | 2010-10-06 | 1 | -4/+2 |
* | Remove extraneous ; | emaste | 2010-07-12 | 1 | -1/+1 |
* | - Missing full stops | brueffer | 2010-05-12 | 1 | -6/+6 |
* | Remove yet another vestage of alpha support. | imp | 2010-04-06 | 1 | -2/+0 |
* | Eliminated nits from last commit. | ru | 2010-01-27 | 1 | -15/+15 |
* | Partial merge of man page cleanups from NetBSD: | rodrigc | 2010-01-27 | 1 | -16/+16 |
* | Fix the previous commit (still not used to svn vs. cvs). Use the | harti | 2010-01-11 | 1 | -4/+2 |
* | Make make respect the TMPDIR environment variable. | harti | 2010-01-10 | 1 | -5/+14 |
* | Add ability to search up the directory hierarchy for the system directory. | obrien | 2010-01-04 | 4 | -11/+158 |
* | Report lines that ought to contain a ':' operator but start with a '.' | obrien | 2010-01-04 | 1 | -2/+5 |
* | Add check for subversion "original" marker. | obrien | 2010-01-04 | 1 | -0/+1 |
* | Build usr.bin/ with WARNS=6 by default. | ed | 2010-01-02 | 1 | -1/+0 |
* | Add missing `void' keyword. | ed | 2009-12-29 | 1 | -1/+1 |
* | - Partially revert r200417. config.h brings several definitions, | stas | 2009-12-17 | 2 | -0/+2 |
* | Remove unnecessary includes. | delphij | 2009-12-11 | 10 | -20/+0 |
* | Add a missing space to the error message when execvp() failed. | stefanf | 2009-12-05 | 1 | -1/+1 |
* | Catch up with r144020's /Dir_FindFile/Path_FindFile/ | obrien | 2009-11-17 | 2 | -2/+2 |
* | Garbage collect some old #ifdef'ed code from 1994 that causes vi's '%' | obrien | 2009-11-17 | 2 | -27/+0 |
* | Reset UPTODATE gnodes after remaking makefiles when make | fjoe | 2009-10-18 | 1 | -15/+21 |
* | Exit with non-zero error code in case of errors | fjoe | 2009-10-18 | 1 | -0/+2 |
* | Use strlcpy() instead of manually setting the last byte of the array to \0. | delphij | 2009-06-23 | 1 | -8/+4 |
* | Add volatile to sig_atomic_t where it was missing. | des | 2009-06-14 | 1 | -1/+1 |
* | Avoid infinite loops when remaking makefiles not only | fjoe | 2009-04-07 | 4 | -41/+26 |
* | Partially revert r186559. | obrien | 2009-02-03 | 1 | -1/+1 |
* | Remove duplicate OPTFLAGS definition. | fjoe | 2009-02-02 | 1 | -1/+0 |
* | Sort the options, per style(9). | imp | 2009-02-02 | 1 | -24/+25 |
* | David doesn't consider the prior -s behavior a bug. Back out this | imp | 2009-01-31 | 1 | -1/+0 |
* | Unbreak make -s. There's about a 10% performance improvement with -s | imp | 2009-01-30 | 1 | -0/+1 |
* | Remove inlining of functions that are used mostly in different object files. | rdivacky | 2009-01-20 | 3 | -4/+4 |
* | Don't enable -Q by default - I've fixed the rescue build issue. | obrien | 2009-01-13 | 2 | -3/+3 |
* | Note that r186713 also contained a change to VarAdd where we propagate the | obrien | 2009-01-06 | 1 | -2/+1 |
* | + Add the -Q be-quiet flag for parallel jobs. | obrien | 2009-01-03 | 5 | -24/+29 |
* | 1. Add the ability to tweak the token output before targets in job mode. | obrien | 2008-12-29 | 6 | -4/+57 |
* | Consistently use Var_SetGlobal(). | obrien | 2008-12-29 | 3 | -4/+4 |
* | Fix up after last commit: | trhodes | 2008-12-27 | 1 | -6/+5 |
* | Clarify the behaviour of conditionals when dealing with comparisons. | luigi | 2008-12-26 | 1 | -12/+23 |
* | Exit with error code 2 when run with -k (continue if errors) and build failed. | fjoe | 2008-12-18 | 5 | -25/+23 |
* | Since in some cases (when found obsolete) 'make' can be builded earlier | ache | 2008-09-29 | 1 | -1/+6 |
* | Use arc4random_uniform(3) | ache | 2008-08-07 | 1 | -1/+1 |
* | Add POSIX -p flag to make(1). | ed | 2008-07-30 | 2 | -4/+19 |
* | Note that the .POSIX special target disables the "Remaking Makefiles" feature. | obrien | 2008-06-27 | 1 | -0/+3 |
* | Fix splitting into words of the .for expression to allow for | ru | 2008-03-24 | 1 | -22/+8 |
* | Fix bugs in the previous revision. | ru | 2008-03-24 | 1 | -8/+13 |
* | If the special target .MAKEFILEDEPS exists, then enable the | obrien | 2008-03-12 | 1 | -26/+26 |
* | If the special target .MAKEFILEDEPS exists, then enable the | obrien | 2008-03-12 | 4 | -1/+24 |
* | The non-POSIX environment variable MAKE was superseded | yar | 2008-03-05 | 1 | -1/+1 |
* | Don't forget to set MAKEFLAGS in the childs' environment | yar | 2008-03-05 | 2 | -31/+35 |