History log of /freebsd-current/usr.bin/tip/tip/Makefile
Revision Date Author Comments
# d0b2dbfa 16-Aug-2023 Warner Losh <imp@FreeBSD.org>

Remove $FreeBSD$: one-line sh pattern

Remove /^\s*#[#!]?\s*\$FreeBSD\$.*$\n/


# bca33253 19-Sep-2018 Brad Davis <brd@FreeBSD.org>

Move remote & phones to usr.bin/tip/tip/

Approved by: re (blanket, pkgbase), will (mentor)
Differential Revision: https://reviews.freebsd.org/D17219


# e56d20da 18-Sep-2015 Bryan Drewery <bdrewery@FreeBSD.org>

Don't hide build commands.


# a7d5f7eb 19-Oct-2010 Jamie Gritton <jamie@FreeBSD.org>

A new jail(8) with a configuration file, to replace the work currently done
by /etc/rc.d/jail.


# fe0506d7 09-Mar-2010 Marcel Moolenaar <marcel@FreeBSD.org>

Create the altix project branch. The altix project will add support
for the SGI Altix 350 to FreeBSD/ia64. The hardware used for porting
is a two-module system, consisting of a base compute module and a
CPU expansion module. SGI's NUMAFlex architecture can be an excellent
platform to test CPU affinity and NUMA-aware features in FreeBSD.


# d7f03759 19-Oct-2008 Ulf Lilleengen <lulf@FreeBSD.org>

- Import the HEAD csup code which is the basis for the cvsmode work.


# 13959da9 17-Nov-2007 John Birrell <jb@FreeBSD.org>

Reduce the WARNS levels in a couple of places so that we can enable
-Werror at higher WARNS levels like we did before gcc4 was imported.


# 934464be 01-Sep-2006 Ruslan Ermilov <ru@FreeBSD.org>

Bump WARNS level to 3.

OK'ed by: make universe


# fa92e883 31-Aug-2006 Ruslan Ermilov <ru@FreeBSD.org>

Resolve merge conflicts.


# d391708c 31-Aug-2006 Ruslan Ermilov <ru@FreeBSD.org>

Import OpenBSD's tip(1) as of today


# 7fe7d53b 12-Jul-2002 Ruslan Ermilov <ru@FreeBSD.org>

Make dirty, rotten hack really work. As of rev. 1.16, ${BINDIR}
is only defined after <bsd.prog.mk> is included, and .if make(1)
conditionals are evaluted on the first pass.

Spotted by: Michael Bretterklieber <mbretter@jawa.at>


# 50c012be 16-Apr-2002 Ruslan Ermilov <ru@FreeBSD.org>

Don't attempt to chflags(1) non-existent executable.


# 0f3bdf5d 20-Dec-2001 Mark Murray <markm@FreeBSD.org>

Import of OpenBSD's tip (which was the tip code of a month ago, modulo
OpenBSD commits).


# 19cb87ad 27-Nov-2001 Ruslan Ermilov <ru@FreeBSD.org>

${BINDIR} already has the leading slash.


# 4398bb2f 26-Nov-2001 Mark Murray <markm@FreeBSD.org>

After some CVS surgery to remove an unwise commit, restore some
post-UUCP-removal stuff:

1) Link cu(1) to tip(1).
2) Force removal of system immutable bit. (Was needed by UUCP's
insecure cu(1).


# 9de62417 12-Sep-2001 Ruslan Ermilov <ru@FreeBSD.org>

Fixed some of style bugs.


# ea079e46 08-Sep-2001 Matthew Dillon <dillon@FreeBSD.org>

Make sure that all non-root-owned binaries in standard system
paths are chflaged 'schg' to prevent exploit vectors when run
by cron, by a root user, or by a user other then the one owning the
binary. This applies to most of the uucp binaries, cu, tip, and
man (man was already installed properly).

MFC will occur when approved.


# dc12be52 27-Mar-2001 Ruslan Ermilov <ru@FreeBSD.org>

MAN[1-9] -> MAN.


# 6d7cd12a 21-Sep-1998 David E. O'Brien <obrien@FreeBSD.org>

Makefile.inc was conditionally setting vars already set by bsd.own.mk
which is read before tip's own Makefile is. Move those varables here
where they will do some good.


# 35c6f6c2 01-Apr-1997 Bruce Evans <bde@FreeBSD.org>

Fixed DPADD.


# 687d0cde 31-Mar-1997 Brian Somers <brian@FreeBSD.org>

Remove the syslog stuff, and allow various return values
in uu_lock(). Add uu_lockerr() for turning the results of
uu_lock into something printable. Remove bogus section in man page
about race conditions allowing both processes to get the lock.
Include libutil.h and use uu_lock() correctly where it should.

Suggested by: ache@freebsd.org


# 568b59b9 29-Mar-1997 Brian Somers <brian@FreeBSD.org>

Move uucplock into libutil and create a manual page.


# 5b963fa1 05-Sep-1996 Bruce Evans <bde@FreeBSD.org>

Fixed DPADD.


# cd9a2f5c 23-Jun-1996 Jordan K. Hubbard <jkh@FreeBSD.org>

Bring in my changes for removing the pestilent obj links (unless you
really want them) from /usr/src. This is the final version of the
patches, incorporating the feedback I've received from -current.


# 1d537e96 04-Mar-1996 Andrey A. Chernov <ache@FreeBSD.org>

Eliminate multiply uucplock.c copies


# 7799f52a 30-May-1995 Rodney W. Grimes <rgrimes@FreeBSD.org>

Remove trailing whitespace.


# c35cf316 01-Apr-1995 Jordan K. Hubbard <jkh@FreeBSD.org>

Greatly clean up the Makefiles and add a Makefile.inc to more obviously
advertise tip's choice of location and perms.


# 18cc36fb 31-Mar-1995 Jordan K. Hubbard <jkh@FreeBSD.org>

Tom Gray's new tip changes to support a modem capabilities database and
fixes to many assorted bugs and misfeatures.
Submitted by: Tom Gray - DCA <dcasba@rain.org>