| Commit message (Expand) | Author | Age | Files | Lines |
| * | MFC of rev 1.17: fix two bugs that could make insertion and rebuilding | Thomas Moestl | 2001-03-09 | 1 | -6/+19 |
| * | MFC: recent mdoc(7) fixes. | Ruslan Ermilov | 2001-03-06 | 1 | -14/+9 |
| * | MFC: CPUTYPE infrastructure, modulo IA64 support | Kris Kennaway | 2001-03-04 | 1 | -0/+15 |
| * | MFC: 1.41 uname is in section 3 of the man pages. | David Malone | 2001-02-28 | 1 | -1/+1 |
| * | MFC: 8 months of bugfixes by myself, des, kris, wsanchez, and a few PR | Will Andrews | 2001-02-13 | 6 | -43/+60 |
| * | MFC: Prepare for mdoc(7)NG. | Ruslan Ermilov | 2001-01-16 | 1 | -2/+2 |
| * | MFC: Prepare for mdoc(7)NG. | Ruslan Ermilov | 2000-12-19 | 1 | -10/+11 |
| * | MFC: recent mdoc(7) fixes. | Ruslan Ermilov | 2000-12-08 | 1 | -13/+13 |
| * | MFC: Reimplement the groff(1) warnings elimination fixes. | Ruslan Ermilov | 2000-11-24 | 2 | -18/+4 |
| * | This commit was manufactured by cvs2svn to create branch 'RELENG_4'. | cvs2svn | 2000-11-24 | 1 | -0/+9 |
| * | MFC: Eliminate groff(1) warnings. | Ruslan Ermilov | 2000-11-23 | 1 | -2/+12 |
| * | This commit was manufactured by cvs2svn to create branch 'RELENG_4'. | cvs2svn | 2000-11-23 | 1 | -0/+8 |
| * | MFC: :C, :L, and :U variable modifiers. | Will Andrews | 2000-10-19 | 2 | -0/+452 |
| * | MFC: -X flag | Peter Wemm | 2000-09-25 | 2 | -12/+28 |
| * | MFC rev 1.31: pwd instead of cwd | Sheldon Hearn | 2000-07-17 | 1 | -2/+2 |
| * | MFC: #include <errno.h> where needed. Kill extern int errno;. | Paul Saab | 2000-07-01 | 2 | -5/+1 |
| * | MFC: loud debugging facility documentation (-dl). | Will Andrews | 2000-05-20 | 1 | -0/+3 |
| * | MFC: loud debugging facility (-dl). | Will Andrews | 2000-05-20 | 4 | -2/+6 |
| * | Remove single-space hard sentence breaks. These degrade the quality | Sheldon Hearn | 2000-03-01 | 1 | -10/+20 |
| * | Fix errors in .Xr usage. | Nik Clayton | 2000-03-01 | 1 | -1/+1 |
| * | ${.MAKE} -> ${MAKE} | Ruslan Ermilov | 2000-01-19 | 1 | -1/+1 |
| * | Create tempfiles securely. | Kris Kennaway | 2000-01-17 | 2 | -23/+16 |
| * | Make '||' visible. | Martin Cracauer | 1999-12-05 | 1 | -1/+1 |
| * | Improve backward compatibility. | Marcel Moolenaar | 1999-11-23 | 1 | -1/+5 |
| * | Remove CROSS_MAKE_FLAGS. | Marcel Moolenaar | 1999-11-15 | 1 | -1/+1 |
| * | Fix the following: | Julian Elischer | 1999-10-10 | 1 | -1/+1 |
| * | s/with historical makefils//. Also, relocate and change the description | Tim Vanderhoek | 1999-09-11 | 1 | -7/+15 |
| * | Remove the #include of sys/param.h. It was meant to improve portability | Tim Vanderhoek | 1999-09-11 | 1 | -1/+0 |
| * | Unduplicate IDs from comments, do $Id -> $FreeBSD$ (submitted-by: bde) | Tim Vanderhoek | 1999-09-11 | 13 | -36/+10 |
| * | Allow 'make' to check out elements within archive libraries. | Julian Elischer | 1999-09-10 | 2 | -2/+6 |
| * | $Id$ -> $FreeBSD$ | Peter Wemm | 1999-08-28 | 58 | -61/+61 |
| * | Fix a temp file race occurring only when -j is used. | Tim Vanderhoek | 1999-08-22 | 2 | -15/+17 |
| * | Merge style- and trivial- only changes from OpenBSD (dated 1999/07/29-19:55+1). | Tim Vanderhoek | 1999-08-17 | 23 | -290/+535 |
| * | Bad reference of getcwd(2) changed to getcwd(3). | Chris Costello | 1999-08-14 | 1 | -2/+2 |
| * | Make VPATH explanation more concise. I apparently was not thinking | Chris Costello | 1999-08-12 | 1 | -11/+4 |
| * | Move ${VPATH} explanation under the .PATH rule section. | Chris Costello | 1999-08-12 | 1 | -16/+13 |
| * | Bugfix to last commit: Correctly intuit when an lhs is a string vs. number. | Tim Vanderhoek | 1999-08-12 | 1 | -2/+3 |
| * | Document ${VPATH} and that it _should_not_ be used in any new Makefiles. | Chris Costello | 1999-08-11 | 1 | -1/+16 |
| * | Add a -E flag, similar to -e (overide variables from environment) except | Tim Vanderhoek | 1999-07-31 | 4 | -14/+47 |
| * | Print an error message on illegal numerical arguments. | Tim Vanderhoek | 1999-07-31 | 1 | -5/+20 |
| * | When printing an error message after command execution fails, don't assume | Tim Vanderhoek | 1999-07-31 | 1 | -2/+4 |
| * | Per requests from the community, commit rudimentary cross compilation | Warner Losh | 1999-07-07 | 1 | -2/+2 |
| * | Handle ".if ${T} > 1 || ${T} < 3" and friends correctly. | Tim Vanderhoek | 1999-05-25 | 1 | -13/+14 |
| * | Add :Q to quote variable expansion to all proper expansion of | Warner Losh | 1999-04-19 | 2 | -2/+49 |
| * | Make MACHINE_ARCH sensitive to the environment, as well as using the | Warner Losh | 1999-03-01 | 1 | -4/+11 |
| * | Remove couple of 'extern int errno'. (They turned to something funny when | Dmitrij Tejblum | 1999-02-14 | 1 | -4/+1 |
| * | Don't allow pointer underrun in loop. | Jordan K. Hubbard | 1999-01-08 | 1 | -2/+4 |
| * | Described the search path Make uses to find makefiles. | Peter da Silva | 1998-11-29 | 1 | -4/+37 |
| * | Fixed missing 'v' in usage message. | Bruce Evans | 1998-11-15 | 1 | -2/+2 |
| * | Fixed bugs in previous commit: | Bruce Evans | 1998-11-15 | 1 | -4/+5 |