History log of /netbsd-src/sbin/ttyflags/ttyflags.c (Results 1 – 19 of 19)
Revision Date Author Comments
# 424f4c98 04-May-2014 mrg <mrg@NetBSD.org>

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

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.

show more ...


# b7935600 27-Aug-2011 joerg <joerg@NetBSD.org>

static + __dead


# 6543a91f 20-Jul-2008 lukem <lukem@NetBSD.org>

Remove the \n and tabs from the __COPYRIGHT() strings.
(Tweak some to use a consistent format.)


# df06563b 17-Jan-2007 hubertf <hubertf@NetBSD.org>

Remove more duplicate #includes,
from Slava Semushin <slava.semushin@gmail.com>


# d9f85c21 19-Jan-2005 xtraeme <xtraeme@NetBSD.org>

Kill __P(), ANSIfy, remove main() prototype; WARNS=3


# ca9297af 12-Jul-2003 itojun <itojun@NetBSD.org>

use strlcat/strlcpy


# c39c2e62 14-Feb-2003 grant <grant@NetBSD.org>

'NetBSD.org' and some mdoc fixes.


# db755e7c 14-Jun-2000 cgd <cgd@NetBSD.org>

sweep of my licenses (userland files w/o only my copyright) for
consistency. (no functional changes)


# d220ca5b 14-Jun-2000 cgd <cgd@NetBSD.org>

fix up NetBSD RCS Ids to match the standard, and the leading comment as
to match as well. No functional changes.


# 94cf4332 20-Oct-1997 scottr <scottr@NetBSD.org>

Add support for DTR/CTS flow control, from Bill Studenmund.


# 2e61b867 15-Sep-1997 lukem <lukem@NetBSD.org>

* cleanup for WARNS=1
* fix .Nm usage


# c32e2614 09-Apr-1996 cgd <cgd@NetBSD.org>

recent changes cause this to require <string.h> for proper prototyping.
Include it.


# e759e917 17-Mar-1996 christos <christos@NetBSD.org>

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.


# f091151d 13-Aug-1995 cgd <cgd@NetBSD.org>

don't complain about errors opening 'on' ttys, if the error is ENXIO.


# 555d4b51 23-Apr-1995 cgd <cgd@NetBSD.org>

slightly clean rcs ids, etc.


# 0114e805 18-Mar-1995 cgd <cgd@NetBSD.org>

convert to new RCS Id conventions; reduce my headache


# 637097ae 19-Apr-1994 cgd <cgd@NetBSD.org>

don't complain if ENXIO on open and not verbose


# d4c11604 30-Mar-1994 cgd <cgd@NetBSD.org>

be a bit smarter when being verbose


# 30783705 30-Mar-1994 cgd <cgd@NetBSD.org>

add 'ttyflags', to set driver specific tty flags