summaryrefslogtreecommitdiffstats
path: root/usr.sbin/ctm/mkCTM
Commit message (Collapse)AuthorAgeFilesLines
* Let bsd.prog.mk set SRCS and MAN to their default values.ru2005-01-281-1/+0
|
* Start the dreaded NOFOO -> NO_FOO conversion.ru2004-12-211-1/+1
| | | | OK'ed by: core
* For variables that are only checked with defined(), don't provideru2004-10-241-1/+1
| | | | any fake value.
* Use malloc() instead of alloca() to allocate a (potentially) large buffermckay2004-01-261-1/+2
| | | | | | | for storing the "diff -n" output. Some files (eg ports/INDEX,v) are too big nowadays to fit on the stack. Submitted by: Stephen Montgomery-Smith <stephen@math.missouri.edu>
* The log file is more useful when line buffered.mckay2004-01-261-0/+1
| | | | Submitted by: Stephen Montgomery-Smith <stephen@math.missouri.edu>
* No need to define externs for getopt interface.imp2003-08-071-2/+1
|
* style.Makefile(5)obrien2003-04-041-0/+1
|
* Correct typos, mostly s/ a / an / where appropriate. Some whitespace cleanup,schweikh2003-01-011-1/+3
| | | | especially in troff files.
* Perform a major cleanup of the usr.sbin Makefiles.obrien2001-07-201-2/+3
| | | | | These are not perfectly in agreement with each other style-wise, but they are orders of orders of magnitude more consistent style-wise than before.
* Remove GCC'isms in CFLAGS.obrien2001-07-201-1/+1
|
* Add `_PATH_DEVZERO'.obrien2000-12-091-1/+4
| | | | Use _PATH_* where where possible.
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
|
* Use 4 digit year in log file, rather than 2.danny1999-01-191-1/+1
|
* Use err(3). Use An/Aq for author name.charnier1997-09-171-19/+18
|
* compare return value from getopt against -1 rather than EOF, per the finalimp1997-03-311-1/+1
| | | | posix standard on the topic.
* Revert $FreeBSD$ to $Id$peter1997-02-221-1/+1
|
* Sweep through the tree fixing mmap() usage:alex1997-01-161-3/+3
| | | | | | | | | | | | - Use MAP_FAILED instead of the constant -1 to indicate failure (required by POSIX). - Removed flag arguments of '0' (required by POSIX). - Fixed code which expected an error return of 0. - Fixed code which thought any address with the high bit set was an error. - Check for failure where no checks were present. Discussed with: bde
* Make the long-awaited change from $Id$ to $FreeBSD$jkh1997-01-141-1/+1
| | | | | | | | This will make a number of things easier in the future, as well as (finally!) avoiding the Id-smashing problem which has plagued developers for so long. Boy, I'm glad we're not using sup anymore. This update would have been insane otherwise.
* Don't dump core on zero-size files.phk1996-11-211-2/+2
|
* Latest reality.phk1996-11-206-6/+10
|
* Make the case where there is no changes look less fatal.phk1996-11-172-1/+6
|
* Check bogus and ignore against the relative name, not the absolute.phk1996-11-161-16/+18
|
* Improve mkctm.c so we can use it, and start using it.phk1996-11-164-335/+173
| | | | | | This should help quite a bit on the load. Notice that some minor changes in config files will be needed. Contact me for details.
* aarghh! what is it with this CVSROOT/val-tags regexp anyway? howpeter1996-09-192-2/+2
| | | | many times do I have to do this to get it right? :-]
* Add dequeue script for the record.peter1996-09-071-0/+6
|
* After queueing deltas, send out an initial two mails since that will coverpeter1996-09-071-0/+3
| | | | 99.9% of the cases at with out delay as before.
* - resync with configs running on freefallpeter1996-09-075-8/+29
| | | | | | | | | | | - add ctm_conf.gnats from freefall - add support for doing both the immediate mailout and the queued mailout. - use "sendmail -odq -t" rather than "sendamil -t" to make it queue to the mailqueue rather than immediately begin transmission. This allows us to take advantage of our ordered dequeueing system without blowing WC's T1 to hell with a 50 part mailout in parallel. - bump the max ctm size from 3MB to 10MB.... This is mainly for the fast list.
* Commit the right version of mkCTM, <:-)phk1996-05-142-35/+164
| | | | Noticed by: "Philippe Charnier" <charnier@lirmm.fr>
* Update to current reality.phk1996-05-095-7/+482
| | | | mkctm.c can replace the guts of mkCTM if anybody feels like it...
* The latest round of bugfixes here...phk1995-03-292-11/+19
|
* Added lock-files, so we should know if the machine panic'ed in the middlephk1995-02-281-1/+23
| | | | of an "apply".
* Latest updates to this.phk1995-02-272-11/+20
|
* Be more exclusive about cvs-locks.phk1995-02-214-5/+6
|
* The new and improved mkCTM. Learning from this experience it has beenphk1995-02-204-173/+271
| | | | | improved on a couple of accounts. Amongst these are "damage control" more than 100 files removed and it will bail out...
* Some recent small changes. Probably about time I start writing this in C.phk1995-02-193-22/+29
|
* Update to current reality.phk1994-12-083-15/+53
|
* These patches fix some lesser problems:phk1994-10-243-9/+21
| | | | | | | | | | | | | | | 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
* A couple of nit-picks.phk1994-09-261-6/+10
|
* Various cleanup and fixes.phk1994-09-221-2/+2
|
* The next batch of refinements. Now it no longer needs to call on ed(1) tophk1994-09-211-1/+1
| | | | fix our files, it has a builtin "diff -n" editor.
* A bunch of improvements. Still far to go.phk1994-09-201-16/+29
|
* This is the present state of CTM version 2. Please do not ask for phk1994-09-193-0/+165
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
OpenPOWER on IntegriCloud