History log of /netbsd/external/gpl2/xcvs/dist/src/update.c (Results 1 – 12 of 12)
Revision Date Author Comments
# 3feae4e4 15-Sep-2017 christos <christos@NetBSD.org>

1/2 the number of {l,s}stat(2) calls by exposing the stat data found
when calling islink()!


# 03937e7e 04-Jan-2017 christos <christos@NetBSD.org>

only preserve timestamps on specific revisions if we've been asked to.
found by martin@


# 9a0333b5 19-Dec-2016 christos <christos@NetBSD.org>

fix the usage message


# 2a397819 19-Dec-2016 christos <christos@NetBSD.org>

remove obsolete comment, flip polarity.


# d1652725 19-Dec-2016 christos <christos@NetBSD.org>

fix reversed logic


# 48e0024f 19-Dec-2016 christos <christos@NetBSD.org>

add -t to preserve timestamps.


# 94e2ca24 19-Dec-2016 christos <christos@NetBSD.org>

Always pass the modification time of the file to the client and let it decide
if it is going to use it to set the time. This makes update work like checkout
with respect to time setting. The time of

Always pass the modification time of the file to the client and let it decide
if it is going to use it to set the time. This makes update work like checkout
with respect to time setting. The time of the updated file is set to the
repository modification time of the file as opposed to the the time that the
file was checked out.

show more ...


# 3cd63638 17-May-2016 christos <christos@NetBSD.org>

Add RCSID's


# e5d7872a 08-Mar-2012 christos <christos@NetBSD.org>

- acl support
- check chdir return


# 889c434e 10-Apr-2009 christos <christos@NetBSD.org>

- fix bug with cvs group auth
- use our own getopt
- add config tests for optreset


# 274254cd 08-Apr-2009 christos <christos@NetBSD.org>

Port over NetBSD fixes:
- remove configure hooks to other os's
- handle symlinks in cvsroot
- configurable CVS local directory name
- unlock patch
- setxid patch (handle setuid CVS and drop privilege

Port over NetBSD fixes:
- remove configure hooks to other os's
- handle symlinks in cvsroot
- configurable CVS local directory name
- unlock patch
- setxid patch (handle setuid CVS and drop privileges correctly)
- when __SSP__ avoid alloca
- admin commands in history
- programmable admin group
- always enforce admin group
- protocol independent network handling (handle ipv6)
- correct issue with wrong revision in resurrected files
- centralize cvs password cleanup in memory
- don't segv if we re-enter exit handlers
- more sprintf -> snprintf
- extra empty line in editor buffer
- alias 't' with 'T' in logmsg.c for compatibility
- alias config "LocalKeyword" with "tag" and "UserAdminOptions" with
"AdminOptions" for compatibility.
- disable Checking-prog and Update-prog for security
- take account of our current umask when computing the mode of files.

show more ...


# a7c91847 07-Apr-2009 christos <christos@NetBSD.org>

from ftp.gnu.org