Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 25 Oct 1995 11:24:00 -0700
From:      Bruce Evans <bde>
To:        CVS-commiters, cvs-sys
Subject:   cvs commit: src/sys/kern tty_pty.c
Message-ID:  <199510251824.LAA03234@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
bde         95/10/25 11:23:59

  Modified:    sys/kern  tty_pty.c
  Log:
  Fixed data loss in writes to pty masters.  Data was almost always lost
  at the end of each write for writes of more than 1K.
  
  Fixed handling of residual count for early returns in writes to pty masters.
  It was only adjusted in 2 out of 6 cases.
  
  Added prototypes.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199510251824.LAA03234>