| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
Noticed by: Faried Nawaz <fn@pain.csrv.uidaho.edu>
|
| |
|
| |
|
| |
|
|
|
|
| |
guarantee truncation of the file being edited.
|
| |
|
|
|
|
|
|
| |
Fixed a typo in the generation of temp filenames.
"Blame" Joerg for the man-pages (and clarify a couple of minor points).
Most appreceiated Joerg!
|
|
|
|
|
|
|
|
|
| |
opposed to 0644 or 0755). It's finally still masked by the process'
umask(2), and it does not make sense to restrict it further than that.
This (especially for mkdir(2)) was causing major headaches for the CVS
tree, since a member of group cvs was later not able to get cvs
checkout permission for the mirrored tree failed to write the lock file).
|
|
|
|
|
|
| |
for the CTM deltas.
Largely based on Poul-Henning's README, and the source code.
|
| |
|
|
|
|
| |
Submitted by: joerg
|
| |
|
|
|
|
|
|
|
|
|
|
| |
>Description:
ctm(1) sometimes did not free up all used resources (open pipes and
processes, heap memory). This happened whenever one of the passes
ended prematurely, and it became very apparent when running it on
a bunch of already applied deltas, resulting in a ``gunzip: resource
temporarily unavailable'' due to the maxproc # exhausted.
|
| |
|
| |
|
|
|
|
|
| |
Reviewed by: phk
Submitted by: J Wunsch <j@uriah.heep.sax.de>
|
|
|
|
| |
of an "apply".
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
This patch fixes the concurrency problem, and adds a possibly useful -f switch
(which you can read about in the man page :-) ). It also removes the absolute
path from the invocation of ctm. I'll write a note about how to use a script
with sendmail and procmail or some such, and people can fix their PATH there.
BTW, this patch changes ctm_rmail.1, ctm_rmail.c and error.c in the ctm_rmail
directory.
Stephen.
Reviewed by: phk
Submitted by: Stephen McKay <syssgm@devetir.qld.gov.au>
|
|
|
|
|
|
|
|
| |
I'm never going to generate one, so this is a guard against hackers mostly.
Reviewed by: phk
Submitted by: Stephen McKay <syssgm@devetir.qld.gov.au>
Obtained from:
|
|
|
|
|
| |
Reviewed by: phk
Submitted by: John Hay <jhay@mikom.csir.co.za>
|
|
|
|
| |
Still needs more locking I belive.
|
| |
|
| |
|
|
|
|
|
| |
improved on a couple of accounts. Amongst these are "damage control"
more than 100 files removed and it will bail out...
|
| |
|
|
|
|
|
| |
Reviewed by: phk
Submitted by: Stephen McKay <syssgm@devetir.qld.gov.au>
|
|
|
|
| |
something stupid.
|
| |
|
|
|
|
|
| |
Reviewed by: phk
Submitted by: Stephen McKay <syssgm@devetir.qld.gov.au>
|
|
|
|
|
| |
Reviewed by: phk
Submitted by: Stephen McKay <syssgm@devetir.qld.gov.au>
|
| |
|
|
|
|
| |
in -depth order for us. cvs-cur.0018.gz is a good example.
|
| |
|
| |
|
| |
|
|
|
|
|
| |
couldn't spell :-)
Submitted by: Stefan Esser, Ollivier Robert
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
1) malloc.h doesn't exits in 2.0.
2) Makefile.inc wasn't picked up so one of the build steps (install?)
failed.
3) LIBMD wasn't depended on.
4) "ctm foo" dumped core because "foo" doesn't have a '.' in it.
Bruce
I updated the mkCTM stuff while I was at it anyway. /phk
Reviewed by: phk
Submitted by: bde
|
| |
|
|
|
|
|
| |
you run it on are unsuitable food for diff/patch. Can you use it as it
is now Rod ?
|
| |
|
| |
|
|
|
|
| |
Remove -g from CFLAGS
|
|
|
|
| |
fix our files, it has a builtin "diff -n" editor.
|
| |
|
|
subscriptions yet. Wait for the announcement.
CTM is my humble attempt to get -current out to people beyond TCP/IP
connections. This is for people with dial-up connections and such.
CTM can make a delta from one version to another of a source-tree, in
a efficient and verified way. Even if there are binary files in the
tree. It will even try to make the delta as small as possible.
It is OK with me if you yell "Bloating!" but I'll just forward your email
to some of the happy customers from CTM version 1, and let them tell you
what they think.
I will not put ctm into "make world" yet. For now it is just the logical
way to get the sources out to people who helps me test this.
Poul-Henning
|