Hobbes
http://hobbes.nmsu.edu/cgi-bin/h-search?key=syslogd10a.zip
Web Site
http://members.cox.net/greenemk/os2/syslog/syslogd.html
"General
After completion of the BSD syslog.c source (see syslog webpage) I discovered that the BSD port of syslogd (syslogd3a.zip on HOBBES archive) does not seem process a RFC 3164 formated message correctly. The BSD port does not recognize the TIMESTAMP format and treats the incoming message as malformed, so a second TIMESTAMP is added. In addition, the BSD syslogd accepts messages only via LOCAL IPC. To receive TCPIP messages the INET version of the BSD port must be used or the stock OS/2 syslogd. The OS/2 syslogd option has limited functionally as compared to the BSD port. Last, the source of the BSD has been changed to compile with EMX, so it is not a native OS/2 application.
Goals
1. Same functionality has the original BSD syslogd.
2. Compile with OpenWatcom C/C++ as a native OS/2 application.
3. Operational compatibility with OS/2 and BSD messages.
4. Accept messages via IPC or TCPIP (port 514) simultaneously.
5. RFC 3164 compliance."
Source: OS2.jp