summaryrefslogtreecommitdiff
path: root/gnu/usr.bin/cvs
AgeCommit message (Collapse)Author
1996-09-14Disable logging to CVSROOT/history if we are running on a read-only fileThorsten Lockert
system
1996-08-26run script with $(SHELL); niklas please mail cyclic about them getting this fixTheo de Raadt
1996-08-13Don't need to explicately clean cat pages since cleandir will do thatTodd C. Miller
(but do need to clean up the info pages). Also, explicately tell configure not to use kerberos if KERBEROS is not set so configure doesn't try to be smarter than its/our own good.
1996-08-13make is not shTheo de Raadt
1996-08-13only compile kerberos support if needed; pointed out by millertTheo de Raadt
1996-08-05for RCSLOCALID thing, use malloc/putenv instead of setenvTheo de Raadt
1996-07-26fix a comment of mineTheo de Raadt
1996-06-12s/__OpenBSD__/BSD/Theo de Raadt
1996-06-08more careful umask handling, but does it fix the bug i have seen?Theo de Raadt
1996-05-31retain -Z options to rcs commands even though they do not work (rcsTheo de Raadt
commands spawn children which do not inherit the -Z option...) but also look in the RCSLOCALID environment variable. cvs sets this to "OpenBSD", as read from the options file.
1996-05-30delay removing of Makefiles until AFTER they're used for the last timeNiklas Hallqvist
1996-05-30Clean some moreNiklas Hallqvist
1996-05-30who wrote this code? nonblocking pipe, select, and then not deal with aTheo de Raadt
read of zero? spin city. i think this deals properly with dead sockets.
1996-05-24server must parseopts() after getting RootTheo de Raadt
1996-05-23parseopts() may be called with CVSROOT still in client formTheo de Raadt
1996-05-20Checking out in dirs having the repository as its prefix was sometimesNiklas Hallqvist
wrongly thought as checking out into the repository. E.g. checking out in /cvs.g/hack/foo with CVSROOT set to /cvs was impossible.
1996-05-12new extension: the $CVSROOT/CVSROOT/options file (if it exists) supports:Theo de Raadt
tag=-ZOpenBSD (passes -ZOpenBSD to co/ci) umask=002 (force a umask while cvs is running) dlimit=49152 (force a 48MB process data limit)
1996-05-06cvsinit.8 no longer existThorsten Lockert
1996-05-06Integrate local changes to CVS; remove files no longer part of the CVSThorsten Lockert
distribution
1996-05-06Files missed by previous importThorsten Lockert
1996-05-06New CVS release from Cyclic SoftwareThorsten Lockert
1996-05-05report signal type before dying; from ian@cygnus.com forwarded by niklasTheo de Raadt
1996-05-04Actually declare and initialize nowtime... Oops.Thorsten Lockert
1996-05-04Actually declare and initialize nowtime... Oops.Thorsten Lockert
1996-05-04Set Start from nowtime, not now->time, which may not be setThorsten Lockert
1996-05-04Don't use the result of "diff" if just sending the new file would be shorterThorsten Lockert
1996-05-01we need SERVER_FLOWCONTROL enabledTheo de Raadt
1996-04-27mkmodules.1 no longer exist; don't try to build itThorsten Lockert
1996-04-27Integrate local changes to CVSThorsten Lockert
1996-04-27Some files missed by initial importThorsten Lockert
1996-04-27Latest public release from Cyclic; fixes numerous memory leaks and haveThorsten Lockert
some performance improvements
1996-03-09-f state was negated in remote operationNiklas Hallqvist
1996-03-06rm '-f' config.cacheDavid Krause
1996-02-26Make cvs import -I ! work wrt .cvsignore filesNiklas Hallqvist
1996-02-06Pass CFLAGS into gnu build.etheisen
1996-02-02"make -f Makefile.bsd-wrapper config" should *really* config, andNiklas Hallqvist
never use cached values. The new cvs-version made me notice this.
1996-02-01$(KRB4) -> \$KRB4 so our /bin/sh won't spit out an error message whileNiklas Hallqvist
configuring.
1996-01-30Use "distclean" for cleaning, not "realclean"Thorsten Lockert
1996-01-30Integrate local changesThorsten Lockert
1996-01-30Missed files from 1.7.1 importThorsten Lockert
1996-01-30Upgrade to 1.7.1 snapshotThorsten Lockert
1996-01-29if CVSREADONLYFS, access to the history file is irrelevantTheo de Raadt
1996-01-07Fix it so we can resurrect dead files on tagged branches.Niklas Hallqvist
1996-01-01cannot assume BINDIR is setupTheo de Raadt
1995-12-27Support LDSTATIC and BINDIRNiklas Hallqvist
1995-12-20stall all three server:server pipes, and 2MB instead of 256KTheo de Raadt
1995-12-20use an ${INSTALL_MAN} variable to allow cvs to still be compiled on other ↵Theo de Raadt
machines
1995-12-19use realclean, but first check if the Makefile existsTheo de Raadt
1995-12-19do not attempt to run man/MakefileTheo de Raadt
1995-12-19install processed man pages; from niklasTheo de Raadt