Age | Commit message (Expand) | Author |
2012-08-28 | Always compare master.passwd(5) and group(5) regardless of their sums: | Antoine Jacoutot |
2012-08-20 | Explicitely set local variables as such. | Antoine Jacoutot |
2012-08-20 | Don't unset NEED_NEWALIASES too soon or we will not get the warning. | Antoine Jacoutot |
2012-08-04 | Also log the file(s) we manually merged/installed as it's important | Antoine Jacoutot |
2012-08-04 | Factorize common warn, error and report outputs into functions. | Antoine Jacoutot |
2012-03-19 | Use $() instead of backticks. | Antoine Jacoutot |
2011-10-09 | add a missing newline when you merge login.conf if login.conf.db doesn't exist | Stuart Henderson |
2011-09-01 | Fix the display of running utilities (e.g. don't say we are running | Antoine Jacoutot |
2011-08-03 | Remove the 'obsolete file(s)' feature. It may come back at some point | Antoine Jacoutot |
2011-07-11 | EDITOR or VISUAL are not a path. They are a string that needs to be | Theo de Raadt |
2011-07-11 | use more XXX for mktemp; ok ajacoutot | Theo de Raadt |
2011-07-06 | Harden the checks on the provided sets/src to make sure they are legit. | Antoine Jacoutot |
2011-07-06 | Consistency in stdout redirections. | Antoine Jacoutot |
2011-07-06 | Indent, no change. | Antoine Jacoutot |
2011-07-05 | Make it possible to pass https:// and file:// (along with ftp:// and | Antoine Jacoutot |
2011-05-09 | Installing -> Updating. | Antoine Jacoutot |
2011-05-08 | Make sure /etc/group and /etc/master.passwd are handled first in case we | Antoine Jacoutot |
2011-05-06 | If it doesn't exist, create the directory holding the link we are about | Antoine Jacoutot |
2011-04-27 | Cosmetic: | Antoine Jacoutot |
2011-04-21 | Oopsy. | Antoine Jacoutot |
2011-04-21 | Better detection of obsolete files (naddy@ reported a false positive). | Antoine Jacoutot |
2011-04-20 | Enhance sysmerge(8) output so that it is more readable and make it more | Antoine Jacoutot |
2011-04-18 | Fix a bug where OBSOLETE_FILES would contain only the last appended | Antoine Jacoutot |
2010-11-11 | Unconfuse usage. | Antoine Jacoutot |
2010-11-08 | No need to differentiate newly installed files versus automatically | Antoine Jacoutot |
2010-11-04 | Make sure we don't end up using /usr/src/etc if we forget to pass the | Antoine Jacoutot |
2010-08-21 | Display usage information as well as the error when a path to | Stuart Henderson |
2010-07-20 | Instead of checking for the *etcXX.tgz filename, check whether the | Antoine Jacoutot |
2010-07-17 | When running in full diff mode, don't wait for user input before | Antoine Jacoutot |
2010-07-06 | Add a blank line between sections in the output log, it's more readable. | Antoine Jacoutot |
2010-07-05 | Automatically install missing users and groups. | Antoine Jacoutot |
2010-06-27 | Suggest a reboot if "sh MAKEDEV" was run or login.conf was modified. | Antoine Jacoutot |
2010-02-06 | Remove newly generated sum file(s) if it did not exist before and trap | Antoine Jacoutot |
2010-01-13 | - move the separator so it's just displayed for files with diffs to | Stuart Henderson |
2009-12-18 | xargs takes the whole list as argument, so no need to append. | Antoine Jacoutot |
2009-12-18 | Add etcsum and xetcsum to IGNORE_FILES. Needed for upcoming change. | Antoine Jacoutot |
2009-12-06 | Add /var/db/locate.database and /var/games/tetris.scores to IGNORE_FILES. | Antoine Jacoutot |
2009-10-02 | Use BSD.x11.dist mtree file now that it is up-to-date and maintained. | Antoine Jacoutot |
2009-08-24 | Harden variables setting, prodded by alex@ | Antoine Jacoutot |
2009-08-18 | HEADS-UP: change the way sysmerge(8) runs by default. | Antoine Jacoutot |
2009-08-17 | Don't try to move files that don't exist. | Antoine Jacoutot |
2009-08-16 | Properly initialize the array setting auto-upgradable files. | Antoine Jacoutot |
2009-06-28 | Fix small regression introduced with symlinks handling. | Antoine Jacoutot |
2009-06-28 | Remove useless blank space in output. | Antoine Jacoutot |
2009-06-28 | Teach sysmerge to deal with links (found the hard way when I realised I | Antoine Jacoutot |
2009-06-14 | DBDIR resides in DESTDIR. | Antoine Jacoutot |
2009-06-04 | When in auto-mode, automatically install binary files (from the X set). | Antoine Jacoutot |
2009-05-13 | Remove unused args from getopts. | Antoine Jacoutot |
2009-05-12 | - tweak the description of -a | Jason McIntyre |
2009-05-11 | This commit adds a new feature to sysmerge(8), usable in '-a' mode. | Antoine Jacoutot |