]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Fixed the PF_REMOTE case of ptcwrite(). I broke it in rev.1.22. Output
authorBruce Evans <bde@FreeBSD.org>
Thu, 11 Apr 1996 18:43:37 +0000 (18:43 +0000)
committerBruce Evans <bde@FreeBSD.org>
Thu, 11 Apr 1996 18:43:37 +0000 (18:43 +0000)
commit79299e416a31f2227ec3186a813e9e0369d7c2f7
tree06248b1618489ad63825a235181edb36cb688a49
parente04401bad1148ffbc0592ca1bb3847a20dd2d89e
Fixed the PF_REMOTE case of ptcwrite().  I broke it in rev.1.22.  Output
was duplicated until the canq filled up, and write() normally returned 0.
This case is apparently rare.  It was reported for Jove's shell buffer in
PR 1130.
sys/kern/tty_pty.c