Home | History | Annotate | Download | only in tip
History log of /src/usr.bin/tip/Makefile
RevisionDateAuthorComments
 1.28  14-Apr-2009  lukem Enable WARNS=4 by default for usr.bin, except for:
awk bdes checknr compile_et error gss hxtool kgetcred kinit
klist ldd less lex locale login m4 man menuc mk_cmds
mklocale msgc openssl rpcgen rpcinfo sdiff spell ssh
string2key telnet tn3270 verify_krb5_conf xlint
 1.27  22-May-2006  dan branches: 1.27.28;
the intention of the whole tip-as-cu thing was to allow tip-as-cu and
have a cu command installed, even when the rest of uucp was removed
via MKUUCP=no. The old uucp-derived cu is no more, and is not
installed in either case.

make it so, by correcting some confusion that had made the non-uucp
tip-as-cu cu conditional on MKUUCP
 1.26  08-Apr-2006  christos branches: 1.26.2;
Include bsd.own.mk; from Jukka Salmi
 1.25  05-Apr-2006  tron Fix "MKUUCP" check so that "cu" installed if "MKUUCP" is not defined.
 1.24  04-Apr-2006  dyoung If MKUUCP=no, do not create links for cu and its manual page.
 1.23  03-Apr-2006  yamt fix a typo in LINKS.
 1.22  03-Apr-2006  perry Clean up a bit.
 1.21  03-Apr-2006  perry Remove vestiges of the ACULOG support. It depended on the suid support
(which is now gone) and it is woefully obsolete -- if something
analogous is ever needed in the future, syslog is the way to do it.
 1.20  03-Apr-2006  tls Now we use tip-as-cu, not Taylor UUCP cu.

These programs are no longer setuid, and now lock devices with flock,
not file locks in /var/spool/. They will no longer lock against UUCP
itself unless we modify UUCP to lock with flock, but this seems highly
unlikely to be an issue in the present day.
 1.19  03-Apr-2006  tls The ~C / ~+ command is no longer optional.
 1.18  03-Apr-2006  perry Remove support for uucp style locking.

This means we can get rid of the suid/sgid parts of the code (which
have been removed). The program is now installed with normal permissions.

To prevent accidents, we now flock the tty line, attempting to get an
exclusive lock.

Reviewed by: tls
 1.17  03-Apr-2006  tls Whoops. We don't *use* log.o, so don't *build* it.
 1.16  02-Apr-2006  tls Fix the conditional compilation on ACULOG so it actually works.
Turn it off by default -- it hardly saves any space, but it's
one of the reasons why the executable is installed setuid, and
other versions of tip/cu don't write a log file anyway. We can
add syslog support later if we ever really want this back, the
file-writing is all encapsulated in log.c.
 1.15  02-Apr-2006  tls Don't build any of the dialers except Hayes. If anyone is using any of
the others (maybe "Courier", but I doubt it) we can easily enough turn
them back on.

Saves 20-30K depending on platform. Not totally insignificant, since this
often goes on install media, or very small systems.
 1.14  02-Apr-2006  tls Default baud rate to 9600 (was 1200) to match Taylor cu.
 1.13  16-Mar-2006  christos warns=4
 1.12  23-Apr-2004  christos constify and warns = 3
 1.11  22-Nov-1997  lukem WARNSify, KNFify, using ANSI string functions, cleanup .Nm usage
 1.10  24-Oct-1997  lukem use CPPFLAGS instead of CFLAGS
 1.9  20-Oct-1997  mrg branches: 1.9.2;
disable WARNS here for now.
 1.8  11-Oct-1997  mycroft Make these executables world-readable.
 1.7  08-May-1997  gwr Back out the .PATH.c changes. The .depend problem (and others)
will be fixed using the new .NOPATH make feature instead.
 1.6  06-May-1997  gwr Use .PATH.c: ...
 1.5  29-Dec-1996  cgd add -ansi -pedantic to CFLAGS, so that people won't try to use the behaviour
of the old zzhack-access macros, which with the current macro definitions
would cause a cast value to be used as an lvalue, which is a gcc extension,
but _not_ what we want.
 1.4  08-Dec-1994  jtc Merged with 4.4lite.
Changed to conform to NetBSD's new RCS Id convention.
 1.3  04-Aug-1993  jtc We're have a real cu now, so break the link between cu and tip.
 1.2  30-Jul-1993  mycroft Add RCS identifiers.
 1.1  21-Mar-1993  cgd branches: 1.1.1;
Initial revision
 1.1.1.2  08-Dec-1994  jtc imported from 4.4lite
 1.1.1.1  21-Mar-1993  cgd initial import of 386bsd-0.1 sources
 1.9.2.1  08-Nov-1997  lukem sync with trunk (approved by thorpej)
 1.26.2.1  19-Jun-2006  chap Sync with head.
 1.27.28.1  13-May-2009  jym Sync with HEAD.

Third (and last) commit. See http://mail-index.netbsd.org/source-changes/2009/05/13/msg221222.html

RSS XML Feed