Age | Commit message (Collapse) | Author | |
---|---|---|---|
2007-01-10 | code shrinkage by Bernhard Fischer <rep.nop@aon.at> | Denis Vlasenko | |
2007-01-04 | new libbb func: xmalloc_realpath (+ use it where makes sense) | Denis Vlasenko | |
syslogd, logread: add debugging code (disabled) syslogs: drastically smaller bss; fix "-C n" behaviour | |||
2006-12-19 | remove casts from xmalloc() | Denis Vlasenko | |
2006-08-29 | Svn 16007 broke the build under gcc 4.0.3. This fixes up some of the damage | Rob Landley | |
(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). | |||
2006-07-20 | "formated" -> "formatted" throughout the code base. | "Robert P. J. Day" | |
2006-06-01 | - shrink logread a bit. | Bernhard Reutner-Fischer | |
text data bss dec hex filename 862 26 188 1076 434 logread.o.orig 825 26 188 1039 40f logread.o | |||
2006-03-06 | Robert P. Day removed 8 gazillion occurrences of "extern" on function | Rob Landley | |
definitions. (That should only be on prototypes.) | |||
2006-01-25 | just whitespace | Tim Riker | |
2005-12-12 | Flush output to log promptly (bug 389). | Rob Landley | |
2004-03-15 | Remove trailing whitespace. Update copyright to include 2004. | Eric Andersen | |
2003-12-19 | Patch from Fillod Stephane: | Eric Andersen | |
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. | |||
2003-09-26 | Patch from Fillod Stephane | Glenn L McGrath | |
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. | |||
2003-07-22 | Remove remaining libc5 support code | Eric Andersen | |
2003-03-19 | Major coreutils update. | Manuel Novoa III | |
2002-12-12 | Update email address for Gennady Feldman <gena01@gena01.com> | Glenn L McGrath | |
2001-10-24 | Major rework of the directory structure and the entire build system. | Eric Andersen | |
-Erik | |||
2001-04-09 | Update how we detect if libc5 is in use. | Eric Andersen | |
-Erik | |||
2001-03-23 | -Wshadow logread fix from Jeff Garzik | Eric Andersen | |
2001-03-15 | dos2unix logread.c | Mark Whitley | |
2001-03-15 | Move the warning msg after features.h gets pulled in. | Eric Andersen | |
-Erik | |||
2001-03-14 | Applied patch from Giulio Orsero to fix some preprocessor bugs. | Mark Whitley | |
2001-03-14 | Some updates for libc5 | Eric Andersen | |
2001-03-12 | Added some comment lines in the header indicating that Gennady Feldman is the | Mark Whitley | |
maintainer of these three applets. | |||
2001-03-12 | Applied patch from Gennady Feldman to split up syslogd.c into syslogd and | Mark Whitley | |
klogd (as it should be). |