Home | History | Annotate | only in /src/sbin/ttyflags
History log of /src/sbin/ttyflags
RevisionDateAuthorComments
 1.5 27-Jun-2005  christos Move WARNS=3 to the Makefile.inc, and add a little const to the remaining
programs that did not compile before.
 1.4 19-Jan-2005  xtraeme Kill __P(), ANSIfy, remove main() prototype; WARNS=3
 1.3 18-Mar-1995  cgd convert to new RCS Id conventions; reduce my headache
 1.2 22-Dec-1994  cgd specify man pages the new way.
 1.1 30-Mar-1994  cgd add 'ttyflags', to set driver specific tty flags
 1.12 06-Oct-2006  elad PR/13478: Greg A. Woods: some tty-related documentation fixes

Patch applied with "minor tweaks" from me, thanks!
 1.11 14-Feb-2003  grant 'NetBSD.org' and some mdoc fixes.
 1.10 03-Oct-2002  wiz New sentence, new line. From Robert Elz.
 1.9 16-Nov-2001  wiz Whitespace nits
 1.8 05-Jun-2001  wiz Drop arguments of .Os.
 1.7 14-Jun-2000  cgd sweep of my licenses (userland files w/o only my copyright) for
consistency. (no functional changes)
 1.6 14-Jun-2000  cgd fix up NetBSD RCS Ids to match the standard, and the leading comment as
to match as well. No functional changes.
 1.5 06-Apr-1999  pk branches: 1.5.6;
1, 2, 3 and.. 4!
 1.4 24-Nov-1997  lukem branches: 1.4.2;
fix .Nx usage (use 1.0 instead of 0.9a, etc), and other minor cleanups
 1.3 15-Sep-1997  lukem * cleanup for WARNS=1
* fix .Nm usage
 1.2 18-Mar-1995  cgd convert to new RCS Id conventions; reduce my headache
 1.1 30-Mar-1994  cgd add 'ttyflags', to set driver specific tty flags
 1.4.2.1 07-Apr-1999  pk Pull up from trunk: copyright text warts.
 1.5.6.1 22-Jun-2000  minoura Sync w/ netbsd-1-5-base.
 1.19 04-May-2014  mrg open the tty with O_RDWR|O_NONBLOCK. it seems valid to ask for
write permission when we're setting flags, and ucom(4) has an
existing workaround for a bug when O_RDWR is not used, and thus
ttyflags would not work for ucom devices.
 1.18 27-Aug-2011  joerg branches: 1.18.2; 1.18.8; 1.18.18;
static + __dead
 1.17 20-Jul-2008  lukem Remove the \n and tabs from the __COPYRIGHT() strings.
(Tweak some to use a consistent format.)
 1.16 17-Jan-2007  hubertf branches: 1.16.12; 1.16.16;
Remove more duplicate #includes,
from Slava Semushin <slava.semushin@gmail.com>
 1.15 19-Jan-2005  xtraeme Kill __P(), ANSIfy, remove main() prototype; WARNS=3
 1.14 12-Jul-2003  itojun use strlcat/strlcpy
 1.13 14-Feb-2003  grant 'NetBSD.org' and some mdoc fixes.
 1.12 14-Jun-2000  cgd sweep of my licenses (userland files w/o only my copyright) for
consistency. (no functional changes)
 1.11 14-Jun-2000  cgd fix up NetBSD RCS Ids to match the standard, and the leading comment as
to match as well. No functional changes.
 1.10 20-Oct-1997  scottr branches: 1.10.10;
Add support for DTR/CTS flow control, from Bill Studenmund.
 1.9 15-Sep-1997  lukem * cleanup for WARNS=1
* fix .Nm usage
 1.8 09-Apr-1996  cgd recent changes cause this to require <string.h> for proper prototyping.
Include it.
 1.7 17-Mar-1996  christos Fix PR/2222: ttyflags hex flag printing in verbose mode reflected the
TIOCFLAG_ values not the TTY_ values. Fixed to print the flags as strings
to avoid confusion.
 1.6 13-Aug-1995  cgd don't complain about errors opening 'on' ttys, if the error is ENXIO.
 1.5 23-Apr-1995  cgd slightly clean rcs ids, etc.
 1.4 18-Mar-1995  cgd convert to new RCS Id conventions; reduce my headache
 1.3 19-Apr-1994  cgd don't complain if ENXIO on open and not verbose
 1.2 30-Mar-1994  cgd be a bit smarter when being verbose
 1.1 30-Mar-1994  cgd add 'ttyflags', to set driver specific tty flags
 1.10.10.1 22-Jun-2000  minoura Sync w/ netbsd-1-5-base.
 1.16.16.1 18-Sep-2008  wrstuden Sync with wrstuden-revivesa-base-2.
 1.16.12.1 28-Sep-2008  mjf Sync with HEAD.
 1.18.18.1 10-Aug-2014  tls Rebase.
 1.18.8.1 20-Aug-2014  tls Rebase to HEAD as of a few days ago.
 1.18.2.1 22-May-2014  yamt sync with head.

for a reference, the tree before this commit was tagged
as yamt-pagecache-tag8.

this commit was splitted into small chunks to avoid
a limitation of cvs. ("Protocol error: too many arguments")

RSS XML Feed