summaryrefslogtreecommitdiff
path: root/sysklogd/logread.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Patch from Fillod Stephane:Eric Andersen2003-12-191-4/+3
| | | | | | You will find in the attached file "syslog.patch" a patch which adds config options to set at compile time the size of the circular buffer, and some documentation update.
* Patch from Fillod Stephane Glenn L McGrath2003-09-261-18/+68
| | | | | | | Add follow mode to logread, ala "tail -f /var/log/messages" Note: output to a slow serial terminal can have side effects on syslog because of the semaphore. In such case, define RC_LOGREAD.
* Remove remaining libc5 support codeEric Andersen2003-07-221-7/+0
|
* Major coreutils update.Manuel Novoa III2003-03-191-1/+1
|
* Update email address for Gennady Feldman <gena01@gena01.com>Glenn L McGrath2002-12-121-2/+2
|
* Major rework of the directory structure and the entire build system.Eric Andersen2001-10-241-1/+1
| | | | -Erik
* Update how we detect if libc5 is in use.Eric Andersen2001-04-091-3/+1
| | | | -Erik
* -Wshadow logread fix from Jeff GarzikEric Andersen2001-03-231-9/+9
|
* dos2unix logread.cMark Whitley2001-03-151-146/+146
|
* Move the warning msg after features.h gets pulled in.Eric Andersen2001-03-151-8/+9
| | | | -Erik
* Applied patch from Giulio Orsero to fix some preprocessor bugs.Mark Whitley2001-03-141-2/+2
|
* Some updates for libc5Eric Andersen2001-03-141-1/+9
|
* Added some comment lines in the header indicating that Gennady Feldman is theMark Whitley2001-03-121-0/+2
| | | | maintainer of these three applets.
* Applied patch from Gennady Feldman to split up syslogd.c into syslogd andMark Whitley2001-03-121-0/+135
klogd (as it should be).