ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/libptytty/Changes
(Generate patch)

Comparing libptytty/Changes (file contents):
Revision 1.22 by root, Sun May 3 21:46:38 2009 UTC vs.
Revision 1.29 by root, Wed Jun 29 13:50:20 2011 UTC

11.4 Wed Jun 29 14:36:19 CEST 2011
2 - push stream modules in ptytty::get rather than in
3 ptytty::make_controlling_tty. This makes tty ioctls (such as
4 TIOCSWINSZ, to set the window size) work even if
5 make_controlling_tty has not been called.
6 - clear user and host fields in utmp(x) logout records.
7 - fix utmpx detection on upcoming FreeBSD 9.
8 - switch to automake.
9 - refactoring and cleanup.
10
11.3 Sun May 3 23:44:16 CEST 2009 111.3 Sun May 3 23:44:16 CEST 2009
2 - fedora 9 apparently has isastream but not the stropts.h header 12 - fedora 9 apparently has isastream but not the stropts.h header
3 file for it, work around this (reported by Tuncer Ayaz). 13 file for it, work around this (reported by Tuncer Ayaz).
4 - detect if lastlog is a directory at runtime. 14 - detect if lastlog is a directory at runtime.
5 - assume ttyslot availability for bsd style utmp. 15 - assume ttyslot availability for bsd style utmp.
6 - make sure the alignment for fd passing control messages 16 - make sure the alignment for fd passing control messages
7 is correct and work around some NetBSD issues (Taylor R Campbell). 17 is correct and work around some NetBSD issues (Taylor R Campbell).
18 - add some missing include statements.
8 19
91.2 Thu Aug 2 15:50:02 CEST 2007 201.2 Thu Aug 2 15:50:02 CEST 2007
10 - restore the SysV way of acquiring a controlling terminal 21 - restore the SysV way of acquiring a controlling terminal
11 (for systems having no TIOCSCTTY such as cygwin or solaris). 22 (for systems having no TIOCSCTTY such as cygwin or solaris).
12 - when using openpty, get the slave name with ttyname. 23 - when using openpty, get the slave name with ttyname.

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines