Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Svn 16007 broke the build under gcc 4.0.3. This fixes up some of the damage | Rob Landley | 2006-08-29 | 1 | -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-20 | 1 | -1/+1 |
| | |||||
* | - shrink logread a bit. | Bernhard Reutner-Fischer | 2006-06-01 | 1 | -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 function | Rob Landley | 2006-03-06 | 1 | -1/+1 |
| | | | | definitions. (That should only be on prototypes.) | ||||
* | just whitespace | Tim Riker | 2006-01-25 | 1 | -1/+1 |
| | |||||
* | Flush output to log promptly (bug 389). | Rob Landley | 2005-12-12 | 1 | -0/+1 |
| | |||||
* | Remove trailing whitespace. Update copyright to include 2004. | Eric Andersen | 2004-03-15 | 1 | -14/+14 |
| | |||||
* | Patch from Fillod Stephane: | Eric Andersen | 2003-12-19 | 1 | -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 McGrath | 2003-09-26 | 1 | -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 code | Eric Andersen | 2003-07-22 | 1 | -7/+0 |
| | |||||
* | Major coreutils update. | Manuel Novoa III | 2003-03-19 | 1 | -1/+1 |
| | |||||
* | Update email address for Gennady Feldman <gena01@gena01.com> | Glenn L McGrath | 2002-12-12 | 1 | -2/+2 |
| | |||||
* | Major rework of the directory structure and the entire build system. | Eric Andersen | 2001-10-24 | 1 | -1/+1 |
| | | | | -Erik | ||||
* | Update how we detect if libc5 is in use. | Eric Andersen | 2001-04-09 | 1 | -3/+1 |
| | | | | -Erik | ||||
* | -Wshadow logread fix from Jeff Garzik | Eric Andersen | 2001-03-23 | 1 | -9/+9 |
| | |||||
* | dos2unix logread.c | Mark Whitley | 2001-03-15 | 1 | -146/+146 |
| | |||||
* | Move the warning msg after features.h gets pulled in. | Eric Andersen | 2001-03-15 | 1 | -8/+9 |
| | | | | -Erik | ||||
* | Applied patch from Giulio Orsero to fix some preprocessor bugs. | Mark Whitley | 2001-03-14 | 1 | -2/+2 |
| | |||||
* | Some updates for libc5 | Eric Andersen | 2001-03-14 | 1 | -1/+9 |
| | |||||
* | Added some comment lines in the header indicating that Gennady Feldman is the | Mark Whitley | 2001-03-12 | 1 | -0/+2 |
| | | | | maintainer of these three applets. | ||||
* | Applied patch from Gennady Feldman to split up syslogd.c into syslogd and | Mark Whitley | 2001-03-12 | 1 | -0/+135 |
klogd (as it should be). |