| Commit message (Expand) | Author | Age | Files | Lines |
* | Style: remove a lot of unnecessary casts, add some and spell the null | harti | 2004-12-01 | 17 | -508/+498 |
* | Stylification: missing spaces, extra space after function names, casts | harti | 2004-11-30 | 34 | -1401/+1452 |
* | Constify the array of predefined shells. It turns out that we need two | harti | 2004-11-30 | 2 | -45/+63 |
* | Change a couple of the primitve list functions to be macros. This changes | harti | 2004-11-30 | 13 | -756/+23 |
* | Fix a bug that would truncate the full name of an archive member if | harti | 2004-11-29 | 1 | -2/+5 |
* | Use typedefs for the types of the functions that are passed as arguments | harti | 2004-11-29 | 10 | -17/+22 |
* | Merge the contents of lstInt.h into the public lst.h. This let's us get | harti | 2004-11-29 | 29 | -355/+227 |
* | Remove unused file. | harti | 2004-11-26 | 1 | -300/+0 |
* | Style: prototypes, un-register and remove some empty lines. | harti | 2004-11-26 | 25 | -133/+100 |
* | Include sys/sysctl.h on all architectures not only i386. | harti | 2004-11-25 | 2 | -2/+1 |
* | Fix a very long-standing error in handling .SHELL targets: this target | harti | 2004-11-25 | 1 | -46/+125 |
* | Gentle code cleanup for the maximum make(1) level foo. This moves it to a | jmallett | 2004-11-24 | 1 | -18/+28 |
* | Get rid of the shell table sentinel. It isn't needed anymore because | harti | 2004-11-22 | 1 | -10/+1 |
* | Eliminate the define for POSIX and build with Posix behaviour. | harti | 2004-11-17 | 3 | -62/+12 |
* | If -B is specified to get compat mode (as opposed to just not giving | phk | 2004-11-12 | 1 | -0/+1 |
* | Wrap a comment properly. | ceri | 2004-11-12 | 1 | -1/+2 |
* | Add code to enforce the paralleism count (-j N) for the entire tree | phk | 2004-11-12 | 4 | -31/+119 |
* | Fix a (very) long standing bug in make (this has been there probably | harti | 2004-11-12 | 2 | -29/+102 |
* | Get rid of more local/remote leftovers | phk | 2004-11-11 | 3 | -24/+13 |
* | Get rid of now unused maxLocal variables. | phk | 2004-11-11 | 2 | -18/+4 |
* | Now with the remote job support removed there can be no remote jobs and | harti | 2004-11-05 | 3 | -111/+32 |
* | Remove the remote stuff from make. This actually never worked in our make | harti | 2004-11-04 | 3 | -460/+50 |
* | "unset verbose" is 13 characters, not 10. | ru | 2004-10-23 | 1 | -1/+1 |
* | Expand the scope of the .SHELL specification to also cover | ru | 2004-10-23 | 4 | -30/+46 |
* | remove XXX comment now that the kernel is fixed, there isn't any obvious | jmg | 2004-09-06 | 1 | -1/+1 |
* | Document the effects of modifying the .MAKEFLAGS internal | ru | 2004-08-18 | 1 | -1/+24 |
* | Put variable assignments on .MAKEFLAGS and .MFLAGS targets into | harti | 2004-08-12 | 4 | -52/+13 |
* | Make explicit that MAKEOBJDIRPREFIX and MAKOBJDIR must be set | harti | 2004-08-09 | 1 | -0/+7 |
* | Correct the .Dd date. Pluralize 'assignment' in one place. | harti | 2004-08-04 | 1 | -2/+2 |
* | Correct the description of the MFLAGS and .MAKEFLAGS variables. Add | harti | 2004-08-03 | 1 | -6/+16 |
* | Put variable assignments from the command line into the MAKEFLAGS | harti | 2004-08-03 | 4 | -32/+79 |
* | Make the SIGCHLD handler static and declare its argument | harti | 2004-08-03 | 1 | -2/+2 |
* | Bump the date in .Dd for the recent '+' flag commit. | harti | 2004-07-29 | 1 | -1/+1 |
* | Implement POSIX's '+' flag for command lines. This flag causes a line | harti | 2004-07-29 | 5 | -32/+75 |
* | Fix handling of comments on .elif lines. The patch given in a followup | harti | 2004-07-22 | 1 | -0/+7 |
* | Improve make's diagnostic of mistmatched .if-.endif. This patch is | harti | 2004-07-20 | 3 | -18/+39 |
* | Make it clearer what means 'won't work' for .if string == ${VAR}. | harti | 2004-07-19 | 1 | -5/+12 |
* | Remove the dependency of the :C/regexp/replacement/ variable modifier | keramida | 2004-07-18 | 1 | -8/+7 |
* | Mechanically kill hard sentence breaks. | ru | 2004-07-02 | 1 | -2/+2 |
* | manlint | eik | 2004-07-02 | 1 | -6/+5 |
* | New variable `.MAKEFILE_LIST', useful for tracing, debugging and dependency t... | eik | 2004-07-02 | 2 | -3/+30 |
* | Markup nits. | ru | 2004-05-19 | 1 | -7/+7 |
* | Treat kevent(2) returning an error EINTR as the non-error it is. | green | 2004-04-20 | 1 | -2/+3 |
* | The .DEFAULT target with no commands caused a null pointer dereference. | ru | 2004-04-12 | 1 | -1/+6 |
* | Document the new .warning directive. | ru | 2004-04-12 | 1 | -2/+8 |
* | Added the new .warning directive. | ru | 2004-04-12 | 1 | -3/+33 |
* | Unbreak compilation on RELENG_4. | ru | 2004-04-05 | 1 | -1/+1 |
* | Sort #includes, remove <sys/types.h> (made redundant by <sys/param.h>), | des | 2004-04-05 | 1 | -4/+6 |
* | Reworked the fix to print the useful line number on error in | ru | 2004-03-10 | 3 | -89/+79 |
* | Make it possible to ``.undef ${VAR}'' (expanding VAR to get | ru | 2004-03-09 | 1 | -0/+1 |