about summary refs log tree commit diff
path: root/Src/Modules/zpty.c
Commit message (Expand)AuthorAgeFilesLines
...
* Better streaming behavior from `zpty -r', plus other cleanup.Bart Schaefer2000-11-051-43/+20
* make non-blocking IO on ptys work again; add -t option to test if command is ...Sven Wischnowsky2000-10-191-14/+41
* Andrej: don't close slave if not yet open (12084)Sven Wischnowsky2000-06-271-1/+0
* Andrej: 12081: zpty under cygwinPeter Stephenson2000-06-271-2/+6
* 11426: Src/Modules/zpty.c: don't use #elif.Tanaka Akira2000-05-171-4/+6
* 11420: Src/Modules/zpty.c: try more pty device files.Tanaka Akira2000-05-161-4/+7
* close fd for pty-master in sub-shellSven Wischnowsky2000-05-081-0/+1
* make zpty -r stoppable even when SIGINT is caught (and the handler calls retu...Sven Wischnowsky2000-05-051-1/+1
* close dump file descriptors in children (11151)Sven Wischnowsky2000-05-041-0/+2
* make pty the controlling terminal of their commands (11144)Sven Wischnowsky2000-05-041-40/+75
* 10562, 10581: Complete .src.rpm after rpm --rebuild; note fixed bug; typo.Bart Schaefer2000-04-071-1/+1
* Updated from list as far as 10376Peter Stephenson2000-04-011-38/+115
* Initial revisionTanaka Akira2000-01-201-0/+564