History log of /freebsd-10.1-release/usr.bin/csup/updater.c
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
# 272461 02-Oct-2014 gjb

Copy stable/10@r272459 to releng/10.1 as part of
the 10.1-RELEASE process.

Approved by: re (implicit)
Sponsored by: The FreeBSD Foundation

# 256281 10-Oct-2013 gjb

Copy head (r256279) to stable/10 as part of the 10.0-RELEASE cycle.

Approved by: re (implicit)
Sponsored by: The FreeBSD Foundation


# 225979 04-Oct-2011 adrian

Update the comment to reflect what is actually going on.

Submitted by: mux


# 217858 25-Jan-2011 jhb

Remove dead code.

MFC after: 2 weeks


# 204556 02-Mar-2010 lulf

- Move csup away from contrib/ and into usr.bin/. Software is no longer
contributed, and main development is happening in the FreeBSD repo.

Suggested by: joel


# 193213 01-Jun-2009 lulf

- Add missing data argument to printf.

Submitted by: Pawel Worach <pawel.worach -AT- gmail.com>
MFC after: 1 week


# 190422 25-Mar-2009 lulf

- Add proper error checking and printing to the CVSMode code when reading and
writing from/to streams, as leaving them out stops csup from cleaning up on
SIGINT and friends properly.

MFC after: 1 week


# 190406 25-Mar-2009 lulf

- Remember to set umask before setting attributes of RCS file.

Tested by: dougb
MFC after: 2 days


# 189455 06-Mar-2009 lulf

- Try to handle rcsfile write failures in the same way as cvsup, as they are not
necessarily fatal. If the file was incorrectly written, the checksum will
detect it and the file will be retransferred.


# 188405 09-Feb-2009 lulf

- Fix an issue where file attributes were not installed correctly during a Touch
and SetAttrs operation.
- SetAttrs and Touch were incorrectly switched.


# 186781 05-Jan-2009 lulf

Merge support for CVSMode (aka. mirror mode) into csup. This means csup can now
fetch a complete CVS repository. Support for rsync update of regular files are
also included, but are not yet enabled. The change should not have an impact on
existing csup usage, as little of the existing code has changed.


# 156702 14-Mar-2006 mux

This commit was generated by cvs2svn to compensate for changes in r156701,
which included commits to RCS files with non-trunk default branches.


# 156701 14-Mar-2006 mux

Import the latest snapshot of csup (20060313).


# 156230 03-Mar-2006 mux

Initial import of csup.