aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/ctm
Commit message (Expand)AuthorAgeFilesLines
* Revert $FreeBSD$ to $Id$Peter Wemm1997-02-2221-21/+21
* Sort cross references.Wolfram Schneider1997-01-201-2/+2
* Sweep through the tree fixing mmap() usage:Alexander Langer1997-01-161-3/+3
* Make the long-awaited change from $Id$ to $FreeBSD$Jordan K. Hubbard1997-01-1421-21/+21
* Be a little less fatalistic in case of problems.Poul-Henning Kamp1996-12-281-3/+4
* Correct MLINKS, now that I know how it actually works.Stephen McKay1996-12-171-1/+2
* Documented ctm_dequeue and the new feature of ctm_smail that goes with it.Stephen McKay1996-12-152-12/+123
* Simplified. Some fts related bugs removed. Made less verbose. The defaultStephen McKay1996-11-271-121/+91
* Removed unnecessary locking. Simplified. Tidied.Stephen McKay1996-11-271-305/+181
* Don't dump core on zero-size files.Poul-Henning Kamp1996-11-211-2/+2
* Latest reality.Poul-Henning Kamp1996-11-206-6/+10
* Make the case where there is no changes look less fatal.Poul-Henning Kamp1996-11-172-1/+6
* Check bogus and ignore against the relative name, not the absolute.Poul-Henning Kamp1996-11-161-16/+18
* Improve mkctm.c so we can use it, and start using it.Poul-Henning Kamp1996-11-164-335/+173
* fix .Xr macroWolfram Schneider1996-09-211-2/+2
* aarghh! what is it with this CVSROOT/val-tags regexp anyway? howPeter Wemm1996-09-192-2/+2
* Add dequeue script for the record.Peter Wemm1996-09-071-0/+6
* make it slightly less verbose while creating queue entries..Peter Wemm1996-09-071-3/+9
* make the "-l logfile" option actually do something..Peter Wemm1996-09-071-1/+4
* After queueing deltas, send out an initial two mails since that will coverPeter Wemm1996-09-071-0/+3
* fts_children() returns NULL if there are no files. If there was a failurePeter Wemm1996-09-071-3/+6
* - resync with configs running on freefallPeter Wemm1996-09-077-12/+33
* Some new options, useful for restoring single files or subtrees from thePoul-Henning Kamp1996-08-309-83/+562
* Add some explanation on TMPDIR.Poul-Henning Kamp1996-07-241-1/+11
* Small changes so that this actually stands a chance of doing theGary Palmer1996-07-121-2/+11
* Add ctm_dequeue to the SUBDIR list now that I've checked that itGary Palmer1996-07-011-1/+2
* Add a facility for a ``slow'' CTM delta queue, allowing `x' numberGary Palmer1996-07-013-4/+497
* update SEE ALSO sectionWolfram Schneider1996-05-273-7/+8
* Commit the right version of mkCTM, <:-)Poul-Henning Kamp1996-05-142-35/+164
* Update to current reality.Poul-Henning Kamp1996-05-095-7/+482
* Support for "-u" which sets the timestamp from the delta on the file.Poul-Henning Kamp1996-04-297-12/+112
* Updated howmany() to be once again identical with the namespace-pollutingBruce Evans1996-03-191-1/+1
* Updated format strings to match Lite2's fixed-width type changes.Bruce Evans1996-03-191-3/+3
* Add support for local modifications to the tree, by using FOO.ctm insteadPoul-Henning Kamp1996-02-058-50/+144
* ctm(5) has been written, so remove comment about it not existing. :)Nate Williams1996-01-311-2/+1
* typo in my last commit.Poul-Henning Kamp1995-12-261-1/+1
* A trivial enhancement to ctm_rmail to support the -v option and pass itPeter Wemm1995-12-262-4/+14
* Remove all trailing white space on the lines.Poul-Henning Kamp1995-12-251-1/+9
* Fix a core-dump.Poul-Henning Kamp1995-11-101-2/+4
* Forgot this one in the MD5 reshuffle.Poul-Henning Kamp1995-07-131-3/+3
* Remove -g from CFLAGS.Bruce Evans1995-07-123-5/+5
* Fix to match new MD5 api. Faster, fixes memory leak.Poul-Henning Kamp1995-07-123-12/+15
* Remove trailing whitespace.Rodney W. Grimes1995-05-3011-54/+54
* Check for i/o errors in fclose() so that a full disk doesn't almostBruce Evans1995-04-161-7/+18
* The latest round of bugfixes here...Poul-Henning Kamp1995-03-292-11/+19
* Fixed a bug so that a delta#0 can be applied.Poul-Henning Kamp1995-03-264-24/+33
* Call open(2) and mkdir(2) with 0666/0777 as the `mode' argument (asJoerg Wunsch1995-03-251-3/+3
* Added a man page for the ctm(1) command, as well as a format descriptionJoerg Wunsch1995-03-253-2/+355
* Make sure exit() is sensible;Poul-Henning Kamp1995-03-241-2/+7
* Modes on dirs were decimal by mistake.Poul-Henning Kamp1995-03-241-2/+2