History log of /freebsd-10.1-release/usr.sbin/ctm/mkCTM/mkctm.c
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
# 272461 02-Oct-2014 gjb

Copy stable/10@r272459 to releng/10.1 as part of
the 10.1-RELEASE process.

Approved by: re (implicit)
Sponsored by: The FreeBSD Foundation

# 256281 10-Oct-2013 gjb

Copy head (r256279) to stable/10 as part of the 10.0-RELEASE cycle.

Approved by: re (implicit)
Sponsored by: The FreeBSD Foundation


# 124994 26-Jan-2004 mckay

Use malloc() instead of alloca() to allocate a (potentially) large buffer
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>


# 124993 26-Jan-2004 mckay

The log file is more useful when line buffered.

Submitted by: Stephen Montgomery-Smith <stephen@math.missouri.edu>


# 118583 07-Aug-2003 imp

No need to define externs for getopt interface.


# 69793 09-Dec-2000 obrien

Add `_PATH_DEVZERO'.
Use _PATH_* where where possible.


# 29526 17-Sep-1997 charnier

Use err(3). Use An/Aq for author name.


# 24428 31-Mar-1997 imp

compare return value from getopt against -1 rather than EOF, per the final
posix standard on the topic.


# 21786 16-Jan-1997 alex

Sweep through the tree fixing mmap() usage:

- 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


# 19912 21-Nov-1996 phk

Don't dump core on zero-size files.


# 19835 17-Nov-1996 phk

Make the case where there is no changes look less fatal.


# 19816 16-Nov-1996 phk

Check bogus and ignore against the relative name, not the absolute.


# 19813 16-Nov-1996 phk

Improve mkctm.c so we can use it, and start using it.
This should help quite a bit on the load. Notice that
some minor changes in config files will be needed.
Contact me for details.


# 15773 14-May-1996 phk

Commit the right version of mkCTM, <:-)

Noticed by: "Philippe Charnier" <charnier@lirmm.fr>


# 15702 09-May-1996 phk

Update to current reality.
mkctm.c can replace the guts of mkCTM if anybody feels like it...