HomeFreeBSD

daemon: Disable stdio buffering.

Description

daemon: Disable stdio buffering.

The daemon utility already does its own buffering and retransmits its
child's output line by line. There's no need for stdio to add its own
buffering on top of this.

MFC after: 1 week
Sponsored by: Modirum MDPay
Reviewed by: allanjude
Differential Revision: https://reviews.freebsd.org/D42111

(cherry picked from commit cec8e6ba64ccab7fb0d9fa531ebad9228233334d)

Details

Provenance
desAuthored on Oct 6 2023, 4:44 PM
Reviewer
allanjude
Differential Revision
D42111: daemon: Disable stdio buffering.
Parents
rG0147143008ec: daemon: EINTR from kevent(2) is not a fatal error
Branches
Unknown
Tags
Unknown