History log of /src/sbin/ttyflags/ttyflags.c |
Revision | | Date | Author | Comments |
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")
|