summaryrefslogtreecommitdiff
path: root/pty.c
Commit message (Expand)AuthorAgeFilesLines
* One way to massive patch. <sigh> It compiles and works under Linux..Ben Lindstrom2000-12-221-1/+1
* - (stevesk) OpenBSD CVS updates:Kevin Steves2000-12-151-8/+34
* - (stevesk) pty.c: HP-UX 10 and 11 don't define TIOCSCTTY. Add error() toKevin Steves2000-11-121-6/+2
* - (stevesk) pty.c: use __hpux to identify HP-UX.Kevin Steves2000-11-051-2/+5
* - (bal) Changed from GNU rx to PCRE on suggestion from djm.Ben Lindstrom2000-10-181-0/+4
* - (djm) Merge OpenBSD changes:Damien Miller2000-09-161-8/+6
* - (djm) Merge cygwin support from Corinna Vinschen <vinschen@cygnus.com>Damien Miller2000-09-051-7/+9
* - (djm) Check for SCO pty naming style (ptyp%d/ttyp%d). Based on fix fromDamien Miller2000-08-291-3/+10
* - OpenBSD CVS Updates:Damien Miller2000-06-221-1/+1
* - Merge fixes from Debian patch from Phil Hands <phil@hands.com>Damien Miller2000-04-201-4/+17
* - OpenBSD CVS updates.Damien Miller2000-04-161-11/+11
* - Runtime error fix for HPUX from Otmar StahlDamien Miller2000-03-171-1/+3
* - Removed warning workaround for Linux and devpts filesystems (no longerDamien Miller2000-03-091-3/+1
* - OpenBSD CVS updates to v1.2.3Damien Miller2000-03-091-1/+1
* - Warning was valid - possible race condition on PTYs. Avoided usingDamien Miller2000-03-021-3/+5
* - Avoid warning message with Unix98 ptysDamien Miller2000-03-021-3/+3
* - Applied pty cleanup patch from markus.friedl@informatik.uni-erlangen.deDamien Miller2000-03-021-3/+29
* - Integration of large HPUX patch from Andre LucasDamien Miller1999-12-211-2/+2
* - Clean up broken includes in pty.cDamien Miller1999-12-141-6/+5
* - OpenBSD CVS ChangesDamien Miller1999-12-141-2/+3
* - Import of patch from Ben Taylor <bent@clark.net>:Damien Miller1999-12-091-1/+5
* - Compile fix for Solaris with /dev/ptmx fromDamien Miller1999-12-081-5/+8
* - Merged more OpenBSD changes:Damien Miller1999-12-071-9/+11
* - More reformatting merged from OpenBSD CVSDamien Miller1999-11-251-18/+26
* - Merged very large OpenBSD source code reformatDamien Miller1999-11-251-211/+187
* - Various small cleanups to bring diff (against OpenBSD) size down.Damien Miller1999-11-151-2/+1
* Lots of changes:Damien Miller1999-11-081-1/+6
* Initial revisionDamien Miller1999-10-271-0/+264