aboutsummaryrefslogtreecommitdiff
path: root/sysklogd/logread.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Svn 16007 broke the build under gcc 4.0.3. This fixes up some of the damageRob Landley2006-08-291-2/+2
| | | | | (the e2fsprogs directory is too twisty and evil to easily fix, but I plan to rewrite it anyway so I'll just bump that up in priority a bit).
* "formated" -> "formatted" throughout the code base."Robert P. J. Day"2006-07-201-1/+1
|
* - shrink logread a bit.Bernhard Reutner-Fischer2006-06-011-22/+6
| | | | | | text data bss dec hex filename 862 26 188 1076 434 logread.o.orig 825 26 188 1039 40f logread.o
* Robert P. Day removed 8 gazillion occurrences of "extern" on functionRob Landley2006-03-061-1/+1
| | | | definitions. (That should only be on prototypes.)
* just whitespaceTim Riker2006-01-251-1/+1
|
* Flush output to log promptly (bug 389).Rob Landley2005-12-121-0/+1
|
* Remove trailing whitespace. Update copyright to include 2004.Eric Andersen2004-03-151-14/+14
|
* 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).