summaryrefslogtreecommitdiffstats
path: root/gnu/usr.bin/cvs/src (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* Integrate local changestholo1997-03-1810-240/+546
|
* New release from Cyclic Softwaretholo1997-03-1840-424/+2024
|
* Fix a const poisoning warningtholo1997-02-211-4/+5
|
* Integrate local changestholo1997-02-2110-593/+1280
|
* New release from Cyclic Softwaretholo1997-02-2154-5099/+6947
|
* Properly make use of the CVSROOT/options umask specification and limitniklas1996-11-181-2/+1
| | | | it via bitwise and with 0777.
* ignore "*.depend".michaels1996-11-091-1/+1
|
* Restore missing call to parseopts() for non-client/servertholo1996-10-291-0/+1
|
* Undo CVSroot change in main.ctholo1996-10-183-7/+9
| | | | | Pass CVS root directory as an argument to parseopts() Add prototype for parseopts()
* Make "CVSroot" available to parseopts()tholo1996-10-181-1/+2
|
* Integrate local changestholo1996-10-1811-3072/+3735
|
* New release from Cyclic Softwaretholo1996-10-1852-2852/+13256
|
* Disable logging to CVSROOT/history if we are running on a read-only filetholo1996-09-141-1/+3
| | | | system
* for RCSLOCALID thing, use malloc/putenv instead of setenvderaadt1996-08-051-1/+4
|
* fix a comment of minederaadt1996-07-261-1/+1
|
* s/__OpenBSD__/BSD/deraadt1996-06-121-1/+1
|
* more careful umask handling, but does it fix the bug i have seen?deraadt1996-06-081-3/+3
|
* retain -Z options to rcs commands even though they do not work (rcsderaadt1996-05-313-8/+2
| | | | | | 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.
* who wrote this code? nonblocking pipe, select, and then not deal with aderaadt1996-05-301-1/+4
| | | | read of zero? spin city. i think this deals properly with dead sockets.
* server must parseopts() after getting Rootderaadt1996-05-241-0/+1
|
* parseopts() may be called with CVSROOT still in client formderaadt1996-05-231-1/+14
|
* Checking out in dirs having the repository as its prefix was sometimesniklas1996-05-201-1/+4
| | | | | wrongly thought as checking out into the repository. E.g. checking out in /cvs.g/hack/foo with CVSROOT set to /cvs was impossible.
* new extension: the $CVSROOT/CVSROOT/options file (if it exists) supports:deraadt1996-05-123-0/+52
| | | | | | tag=-ZOpenBSD (passes -ZOpenBSD to co/ci) umask=002 (force a umask while cvs is running) dlimit=49152 (force a 48MB process data limit)
* Integrate local changes to CVS; remove files no longer part of the CVStholo1996-05-068-359/+416
| | | | distribution
* New CVS release from Cyclic Softwaretholo1996-05-0644-732/+2900
|
* report signal type before dying; from ian@cygnus.com forwarded by niklasderaadt1996-05-051-2/+24
|
* Don't use the result of "diff" if just sending the new file would be shortertholo1996-05-041-0/+14
|
* Integrate local changes to CVStholo1996-04-278-869/+438
|
* Latest public release from Cyclic; fixes numerous memory leaks and havetholo1996-04-2757-5203/+6533
| | | | some performance improvements
* -f state was negated in remote operationniklas1996-03-091-1/+1
|
* Make cvs import -I ! work wrt .cvsignore filesniklas1996-02-261-5/+5
|
* Integrate local changestholo1996-01-306-284/+1520
|
* Upgrade to 1.7.1 snapshottholo1996-01-3059-1475/+9071
|
* if CVSREADONLYFS, access to the history file is irrelevantderaadt1996-01-292-2/+2
|
* Fix it so we can resurrect dead files on tagged branches.niklas1996-01-071-1/+4
|
* stall all three server:server pipes, and 2MB instead of 256Kderaadt1995-12-201-11/+13
|
* CVSREADONLYFS environment variable short-circuits read-only lock requirementsderaadt1995-12-193-1/+7
|
* allow at most 256K of data to be queuedderaadt1995-12-191-1/+25
|
* raw import of cvs-1.6deraadt1995-12-1960-0/+35590