History log of /freebsd-10-stable/usr.bin/tty/
Revision Date Author Comments
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


216370 11-Dec-2010 joel

Remove the advertising clause from UCB copyrighted files in usr.bin. This
is in accordance with the information provided at
ftp://ftp.cs.berkeley.edu/pub/4bsd/README.Impt.License.Change

Also add $FreeBSD$ to a few files to keep svn happy.

Discussed with: imp, rwatson


165186 13-Dec-2006 ru

Fix markup nits, add the EXIT STATUS section.


141846 13-Feb-2005 ru

Expand *n't contractions.


97484 29-May-2002 jmallett

A space between switch and open-paren. Don't explicitly cast the value
returned by getopt(3) to 'char' in a switch.


97482 29-May-2002 jmallett

ANSI, __FBSDID()


95124 20-Apr-2002 charnier

Use `The .Nm utility'


92922 22-Mar-2002 imp

remove __P


87714 12-Dec-2001 markm

Remove WARNS?=2 and -Wall. WARNS?=2 is going to be the default.


87628 10-Dec-2001 dwmalone

Style improvements recommended by Bruce as a follow up to some
of the recent WARNS commits. The idea is:

1) FreeBSD id tags should follow vendor tags.
2) Vendor tags should not be compiled (though copyrights probably should).
3) There should be no blank line between including cdefs and __FBSDIF.


87302 03-Dec-2001 dwmalone

Warns cleanup - don't declare ttyname(). Add FreeBSD ID to Makefile.


78718 24-Jun-2001 dd

Include missing header files which define functions for which gcc has
builtins (e.g., exit, strcmp).


50477 28-Aug-1999 peter

$Id$ -> $FreeBSD$


28372 18-Aug-1997 charnier

Add usage().


24360 29-Mar-1997 imp

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


23012 22-Feb-1997 peter

Revert $FreeBSD$ to $Id$


21673 14-Jan-1997 jkh

Make the long-awaited change from $Id$ to $FreeBSD$

This will make a number of things easier in the future, as well as (finally!)
avoiding the Id-smashing problem which has plagued developers for so long.

Boy, I'm glad we're not using sup anymore. This update would have been
insane otherwise.


17891 29-Aug-1996 wosch

[HISTORY] command appeared in Version 1 AT&T UNIX
Obtained from: A Quarter Century of UNIX, Peter H. Salus, page 41


1591 27-May-1994 rgrimes

This commit was generated by cvs2svn to compensate for changes in r1590,
which included commits to RCS files with non-trunk default branches.