syslogd: small shrink
[oweals/busybox.git] / sysklogd / logread.c
2007-11-23 Denis Vlasenkologread: add forgotten INIT_G();
2007-11-23 Denis Vlasenkologread: eliminate usage of data/bss
2007-10-11 Denis Vlasenkoadd -fvisibility=hidden to CC flags, mark XXX_main...
2007-08-18 Denis Vlasenkodon't pass argc in getopt32, it's superfluous
2007-08-12 Denis Vlasenkosyslogd,logread: get rid of head pointer, fix logread...
2007-05-26 Denis Vlasenkousage.c: remove reference to busybox.h
2007-02-03 Denis Vlasenkosuppress warnings about easch <applet>_main() having
2007-01-10 Denis Vlasenkocode shrinkage by Bernhard Fischer <rep.nop@aon.at>
2007-01-04 Denis Vlasenkonew libbb func: xmalloc_realpath (+ use it where makes...
2006-12-19 Denis Vlasenkoremove casts from xmalloc()
2006-08-29 Rob LandleySvn 16007 broke the build under gcc 4.0.3. This fixes...
2006-07-20 "Robert P. J. Day""formated" -> "formatted" throughout the code base.
2006-06-01 Bernhard Reutner... - shrink logread a bit.
2006-03-06 Rob LandleyRobert P. Day removed 8 gazillion occurrences of "exter...
2006-01-25 Tim Rikerjust whitespace
2005-12-12 Rob LandleyFlush output to log promptly (bug 389).
2004-03-15 Eric AndersenRemove trailing whitespace. Update copyright to includ...
2003-12-19 Eric AndersenPatch from Fillod Stephane:
2003-09-26 Glenn L McGrathPatch from Fillod Stephane
2003-07-22 Eric AndersenRemove remaining libc5 support code
2003-03-19 Manuel Novoa III Major coreutils update.
2002-12-12 Glenn L McGrathUpdate email address for Gennady Feldman <gena01@gena01...
2001-10-24 Eric AndersenMajor rework of the directory structure and the entire...
2001-04-09 Eric AndersenUpdate how we detect if libc5 is in use.
2001-03-23 Eric Andersen-Wshadow logread fix from Jeff Garzik
2001-03-15 Mark Whitleydos2unix logread.c
2001-03-15 Eric AndersenMove the warning msg after features.h gets pulled in.
2001-03-14 Mark WhitleyApplied patch from Giulio Orsero to fix some preprocess...
2001-03-14 Eric AndersenSome updates for libc5
2001-03-12 Mark WhitleyAdded some comment lines in the header indicating that...
2001-03-12 Mark WhitleyApplied patch from Gennady Feldman to split up syslogd...