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

/freebsd-11-stable/sbin/devd/
H A Ddevd.hdiff 249951 Fri Apr 26 17:50:54 MDT 2013 asomers According to devctl(4), clients must read events whole; they may not
piece them together from multiple reads(). It's as if /dev/devctl is
a datagram device instead of a stream device. However, devd's
internal buffer was too small (1025 bytes) to read an entire
ereport.fs.zfs.checksum event (variable, up to ~1300 bytes). This
commit enlarges the buffer to 8k.

Reviewed by: imp
Approved by: ken (mentor)
MFC after: 2 weeks

Completed in 64 milliseconds