| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix compilation for the USE_KQUEUE case. | harti | 2004-12-20 | 1 | -0/+4 |
* | maxJobs is declared extern in job.h so it cannot be static in job.c. | harti | 2004-12-20 | 1 | -1/+1 |
* | Instead of dynamically allocating list heads allocated them statically | harti | 2004-12-16 | 1 | -35/+37 |
* | Get rid of the sequential access feature of the lists. This was used | harti | 2004-12-08 | 1 | -36/+27 |
* | Constify the arguments to the list compare function. This temporarily | harti | 2004-12-08 | 1 | -3/+2 |
* | Typedefs of pointers to structs are evil. Make Lst and LstNode typedef of | harti | 2004-12-07 | 1 | -8/+8 |
* | Make needs no circular lists so remove them from the list code. | harti | 2004-12-07 | 1 | -2/+2 |
* | Change the algorithm that matches the builtin shells from the name keyword | harti | 2004-12-03 | 1 | -32/+16 |
* | Style: remove a lot of unnecessary casts, add some and spell the null | harti | 2004-12-01 | 1 | -45/+40 |
* | Stylification: missing spaces, extra space after function names, casts | harti | 2004-11-30 | 1 | -135/+143 |
* | Constify the array of predefined shells. It turns out that we need two | harti | 2004-11-30 | 1 | -21/+36 |
* | Fix a very long-standing error in handling .SHELL targets: this target | harti | 2004-11-25 | 1 | -46/+125 |
* | Get rid of the shell table sentinel. It isn't needed anymore because | harti | 2004-11-22 | 1 | -10/+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 | 1 | -28/+114 |
* | Fix a (very) long standing bug in make (this has been there probably | harti | 2004-11-12 | 1 | -14/+60 |
* | Get rid of more local/remote leftovers | phk | 2004-11-11 | 1 | -22/+11 |
* | Now with the remote job support removed there can be no remote jobs and | harti | 2004-11-05 | 1 | -103/+30 |
* | Remove the remote stuff from make. This actually never worked in our make | harti | 2004-11-04 | 1 | -413/+49 |
* | "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 | 1 | -18/+33 |
* | Implement POSIX's '+' flag for command lines. This flag causes a line | harti | 2004-07-29 | 1 | -4/+21 |
* | Treat kevent(2) returning an error EINTR as the non-error it is. | green | 2004-04-20 | 1 | -2/+3 |
* | Bootstrapping aid from pre-kqueue(2) systems, e.g. 4.0-RELEASE. | ru | 2002-12-01 | 1 | -0/+2 |
* | Split var.c into var.c and var_modify.c and move all the modification funcs | jmallett | 2002-10-28 | 1 | -2/+2 |
* | Remove efree(), it isn't used consistently enough to even pretend that it | jmallett | 2002-10-23 | 1 | -1/+1 |
* | Convert make(1) to use ANSI style function declarations. Variable | jmallett | 2002-10-09 | 1 | -84/+36 |
* | Give make(1) the ability to use KQUEUE to wait for worker processes | phk | 2002-10-04 | 1 | -1/+52 |
* | Fix spurious three-space indentation in a four-space indentation file. | jmallett | 2002-09-29 | 1 | -2/+2 |
* | Add empty default cases where they should be, remove non-local execution stuff | jmallett | 2002-09-28 | 1 | -0/+2 |
* | Make the DEBUGF() macro portable by (ugh) adding a Debug() function, which | jmallett | 2002-09-18 | 1 | -37/+37 |
* | Move common use of if (DEBUG(FOO)) printf... to DEBUGF(FOO, ...), using | jmallett | 2002-09-17 | 1 | -158/+42 |
* | #define<space> -> #define<tab> | jmallett | 2002-09-17 | 1 | -13/+13 |
* | Diff reduction for great justice against NetBSD, cast to unsigned char when | jmallett | 2002-06-20 | 1 | -1/+1 |
* | The error functions take constant pointers to strings for their format. | jmallett | 2002-06-12 | 1 | -1/+1 |
* | Back out the ``run shell from $PATH'' change; this was an overkill | ru | 2002-05-24 | 1 | -5/+1 |
* | Do not run shell from /bin, run it from $PATH. | ru | 2002-05-22 | 1 | -1/+5 |
* | Prefer BSDmakefile over makefile and Makefile. | obrien | 2002-04-13 | 1 | -4/+4 |
* | Fix copyrights, and undo SCS ID damage. | obrien | 2002-04-13 | 1 | -1/+2 |
* | Update SCM ID method. | obrien | 2002-04-13 | 1 | -3/+1 |
* | De'register. | obrien | 2002-04-13 | 1 | -18/+18 |
* | Check to make sure fdopen() succeeds in make(1). | obrien | 2002-04-13 | 1 | -0/+2 |
* | Reorder #include. Cast arg #2 of lseek to an off_t when constant. No need to | charnier | 2002-04-12 | 1 | -8/+6 |
* | remove __P | imp | 2002-03-22 | 1 | -19/+19 |
* | Use STD{ERR,IN,OUT}_FILENO instead of their numeric values. The | sheldonh | 2001-07-26 | 1 | -1/+2 |
* | Preceed/preceeding are not english words. Use precede and preceding. | asmodai | 2001-02-18 | 1 | -1/+1 |
* | There's also no point in #typedef'ing void/char pointers. Accordingly, | will | 2000-12-02 | 1 | -43/+43 |
* | There's no reason to use fancy forms of NULL. Replace all instances | will | 2000-12-02 | 1 | -17/+17 |
* | Unlink the temporary file immediately so it is removed on exit. | kris | 2000-11-19 | 1 | -19/+15 |
* | Remove gratuitous free() call when we use special .SHELL target. | ru | 2000-08-18 | 1 | -5/+0 |