simplify syslog, add vsyslog interface (nonstandard)
authorRich Felker <dalias@aerifal.cx>
Wed, 13 Apr 2011 22:32:33 +0000 (18:32 -0400)
committerRich Felker <dalias@aerifal.cx>
Wed, 13 Apr 2011 22:32:33 +0000 (18:32 -0400)
commit19c1830eaaab05652d87b5ee9557d0d7a40c2f06
tree5bdefc4579fd5385349497748e5f3477472d2c13
parenta77411a50d22f6c9db305f19efda5ab2db3266de
simplify syslog, add vsyslog interface (nonstandard)

with datagram sockets, depending on fprintf not to flush the output
early was very fragile; the new version simply uses a small fixed-size
buffer. it could be updated to dynamic-allocate large buffers if
needed, but i can't envision any admin being happy about finding
64kb-long lines in their syslog...
src/misc/syslog.c