You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
BAREEDU SAI SANDEEP SANDEEP 67a9e8efa1 Pid build and working 4 years ago
..
.depend Pid build and working 4 years ago
.gdbinit Pid build and working 4 years ago
CHANGELOG Pid build and working 4 years ago
Makefile Pid build and working 4 years ago
README Pid build and working 4 years ago
README.minix Pid build and working 4 years ago
syslogd Pid build and working 4 years ago
syslogd.c Pid build and working 4 years ago
syslogd.d Pid build and working 4 years ago
syslogd.o Pid build and working 4 years ago

README

This is just syslogd and the test programs now. syslog() is in libc 4.2
syslogd has been changed to use /proc/kmsg for kernel messages. It also
avoids making any terminal it opens its controlling terminal. Otherwise
we have a dodgy race condition between processes connecting to terminals
which can result in the terminal having the wrong group at the wrong time.
The syslog() in libc 4.2 needs changing to use O_NOCTTY on its opens as
well.

Mike Jagdis Internet: jaggy@purplet.demon.co.uk
FidoNet: Mike Jagdis, 2:252/305

---------------------------------------------------------------------------

Syslogd and Syslog.o

These are the syslogd and syslog ported from 4.3BSD (that's the new one with
the *very* flexible config file).

Syslogd is essentially unchanged from the 4.3BSD, with the exception that
*nothing* is ever logged to the console (BAD thing to do on a UNIXpc). You
can configure it (via /etc/syslog.conf) to log messages in different
logfiles (depending upon the sender's