Searched hist:16086 (Results 1 - 3 of 3) sorted by relevance

/freebsd-10.1-release/contrib/tcp_wrappers/
H A Drfc931.cdiff 63152 Fri Jul 14 13:07:37 MDT 2000 dwmalone Stop the tcp_wrappers ident code sending a request which is split
across several packets. This is done by not turning off buffering
on the stdio stream for the ident connection. Originally this was
done to avoid reading back what you'd just written into the buffer.
However ANSI C gives a list of functions which should allow you to
safely change direction on a stdio stream, and Wietse found that
fseek seemed to be the most portable.

The original patch used a different workaround, but this should be
a real fix.

PR: 16086
Reviewed by: wietse@porcupine.org
(Original version) Approved by: markm
/freebsd-10.1-release/usr.sbin/inetd/
H A Dbuiltins.cdiff 63045 Wed Jul 12 18:49:06 MDT 2000 dwmalone Make builtin ident service work if the request arrives in more than
one packet. Also check that the whole request has been recieved
before processing it.

The patch isn't the exact one from the PR, but a slight varient
suggested by Brian.

PR: 16086
Submitted by: Hajimu UMEMOTO <ume@mahoroba.org>
Reviewed by: green
/freebsd-10.1-release/sys/kern/
H A Dvfs_cluster.cdiff 16086 Mon Jun 03 02:40:35 MDT 1996 dyson Fix an error when B_MALLOC buffers are returned from the cluster read
code without the B_READ flag being set. This is a problem when the
data is not cached, and the result will be a bogus attempted write.
Submitted by: Kato Takenori <kato@eclogite.eps.nagoya-u.ac.jp>

Completed in 166 milliseconds