| Commit message (Expand) | Author | Age | Files | Lines |
| * | MFC r193853, update -U message when there is no mtree db, dramatically | Doug Barton | 2009-07-11 | 1 | -7/+7 |
| * | MFC 192219: | Doug Barton | 2009-05-25 | 1 | -10/+14 |
| * | MFC 190320, don't expand example $FreeBSD strings | Doug Barton | 2009-03-23 | 2 | -4/+4 |
| * | MFC r189761, r189763, r189992, r189994: | Doug Barton | 2009-03-21 | 2 | -31/+69 |
| * | MFC the changes from r179725, documentation of the AUTO_UPGRADE knob, | Doug Barton | 2009-01-09 | 2 | -90/+130 |
| * | MFC: automatically upgrade files that only differ in CVS Id tag. | Maxim Sobolev | 2008-12-10 | 1 | -0/+19 |
| * | MFC version 1.55, safety belt for the (unlikely) disappearance of | Doug Barton | 2007-12-24 | 1 | -0/+7 |
| * | MFC auto updating of files not modified by the user. | Gordon Tetlow | 2006-06-10 | 2 | -2/+89 |
| * | Merge mergemaster.8:1.34, mergemaster.sh:1.53 from HEAD to RELENG_6: | Robert Watson | 2006-02-13 | 2 | -8/+17 |
| * | MFC 1.52, do not delete stale /etc/rc.d files by default | Doug Barton | 2005-12-21 | 1 | -5/+5 |
| * | MFC: a lot of manpage fixes from HEAD. | Giorgos Keramidas | 2005-09-24 | 1 | -1/+1 |
| * | Expand contractions. | Ruslan Ermilov | 2005-02-13 | 1 | -1/+1 |
| * | Sort sections. | Ruslan Ermilov | 2005-01-18 | 1 | -34/+34 |
| * | Added the EXIT STATUS section where appropriate. | Ruslan Ermilov | 2005-01-17 | 1 | -1/+1 |
| * | Mechanically kill hard sentence breaks. | Ruslan Ermilov | 2004-07-02 | 1 | -3/+7 |
| * | In the case where /etc/rc.d/ is empty, do not bogusly ask the user if | Doug Barton | 2004-03-07 | 1 | -1/+1 |
| * | Set MAKEOBJDIRPREFIX in the environment, like God intended. This | Ruslan Ermilov | 2004-03-06 | 1 | -3/+3 |
| * | mergemaster -p (pre-world) doesn't populate /etc/rc.d, which led to a | Doug Barton | 2004-01-04 | 1 | -5/+4 |
| * | * Update copyright | Doug Barton | 2004-01-01 | 1 | -2/+51 |
| * | Use the actual build target (all), since relying on the build as a | Doug Barton | 2003-08-04 | 1 | -0/+1 |
| * | Remove MAINTAINER line in favor of the entry in src/MAINTAINERS | Doug Barton | 2003-06-04 | 1 | -2/+0 |
| * | Preserve directory structure in PRESERVED_FILES_DIR to avoid | Doug Barton | 2003-05-03 | 1 | -2/+2 |
| * | rc.sendmail should not have been removed yet. | Doug Barton | 2003-05-02 | 1 | -2/+2 |
| * | * Document the -P option | Doug Barton | 2003-05-02 | 1 | -1/+17 |
| * | * Add a -P (Preserve) option, which saves a copy of files that you replace. | Doug Barton | 2003-05-02 | 1 | -20/+50 |
| * | style.Makefile(5) | David E. O'Brien | 2003-04-04 | 1 | -2/+2 |
| * | Put back the deletion of TEMPROOT/etc/passwd. | Doug Barton | 2003-03-05 | 1 | -1/+1 |
| * | Better handle the recent (desirable) change to create login.conf.db at | Doug Barton | 2003-03-05 | 1 | -4/+4 |
| * | Try another solution for not expanding a CVS tag. | Doug Barton | 2003-02-27 | 1 | -1/+1 |
| * | Try to fix two problems with the -I example. One is the fact that we | Doug Barton | 2003-02-10 | 1 | -1/+1 |
| * | * Update copyright year. | Doug Barton | 2003-02-05 | 1 | -5/+6 |
| * | * Update copyright year. | Doug Barton | 2003-02-05 | 1 | -2/+5 |
| * | Backout last commit by request. | Matthew Dillon | 2003-01-28 | 1 | -44/+11 |
| * | Commit simple mergemaster changes to make the UI more deterministic | Matthew Dillon | 2003-01-25 | 1 | -11/+44 |
| * | Don't use NO_MAKEDEV* option, its the default now. | Poul-Henning Kamp | 2002-10-22 | 1 | -1/+1 |
| * | Suppress spurious warning messages about rm -rf TEMPROOT failing | Doug Barton | 2002-08-05 | 1 | -3/+3 |
| * | Fix a couple DESTDIR related problems. Credit for the "Only in" section | Doug Barton | 2002-08-05 | 1 | -2/+2 |
| * | Correct links to Handbook's pages, old URLs does not work anymore. | Marc Fonvieille | 2002-07-30 | 1 | -1/+1 |
| * | The .Nm utility | Philippe Charnier | 2002-07-14 | 1 | -6/+10 |
| * | * Handle all flags, not just schg | Doug Barton | 2002-06-30 | 1 | -3/+8 |
| * | Add 'chflags -R noschg' to the deletion process for the TEMPROOT | Doug Barton | 2002-06-26 | 1 | -1/+2 |
| * | Go back to taking the user's umask into account. Thanks to Alfred for | Doug Barton | 2002-06-10 | 1 | -23/+31 |
| * | * Use the new stat(1) to get mode information from the files we | Doug Barton | 2002-06-06 | 1 | -34/+33 |
| * | Actually accept the default argument to SCREEN_WIDTH. | Doug Barton | 2002-05-28 | 1 | -0/+3 |
| * | * Fix a small typo, thanks to olgeni | Doug Barton | 2002-05-04 | 1 | -1/+4 |
| * | * Add some niceties to make the -p option quieter, and better behaved | Doug Barton | 2002-05-04 | 1 | -5/+28 |
| * | Solve the problem of spuriously comparing files that were created | Doug Barton | 2002-04-08 | 1 | -0/+3 |
| * | Document the two new options, pre buildworld mode and | Doug Barton | 2002-04-08 | 1 | -1/+12 |
| * | Improve grep'ing for variables in make.conf and rc.conf*. | Doug Barton | 2002-02-25 | 1 | -4/+4 |
| * | * Add a feature to do a "pre {build|install}world" check of (so far) | Doug Barton | 2002-02-24 | 1 | -26/+90 |