summaryrefslogtreecommitdiffstats
path: root/usr.sbin/ctm/mkCTM/mkctm.c
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* Add `_PATH_DEVZERO'.obrien2000-12-091-1/+4
| | | | Use _PATH_* where where possible.
* 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.
* 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
* Don't dump core on zero-size files.phk1996-11-211-2/+2
|
* Make the case where there is no changes look less fatal.phk1996-11-171-1/+1
|
* 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-161-128/+148
| | | | | | This should help quite a bit on the load. Notice that some minor changes in config files will be needed. Contact me for details.
* Commit the right version of mkCTM, <:-)phk1996-05-141-29/+152
| | | | Noticed by: "Philippe Charnier" <charnier@lirmm.fr>
* Update to current reality.phk1996-05-091-0/+449
mkctm.c can replace the guts of mkCTM if anybody feels like it...
OpenPOWER on IntegriCloud