archival/*: move "applet:" snippets into .c files
[platform/upstream/busybox.git] / sysklogd / logread.c
2013-07-28 Denys Vlasenkologread: intercept all fatal signals, not just SIGINT
2011-06-05 Denys Vlasenko*: remove "Options:" string from help texts
2011-04-11 Pere Orgamove remaining help text from include/usage.src.h
2010-08-16 Denys Vlasenko*: make GNU licensing statement forms more regular
2010-02-04 Denys Vlasenko*: suppress ~60% of "aliased warnings" on gcc-4.4.1
2009-11-02 Denys Vlasenko*: introduce and use ffulsh_all()
2008-07-05 Denis Vlasenko*: rename ATTRIBUTE_XXX to just XXX.
2008-06-25 Denis Vlasenkowhitespace fixes. no code changes
2008-06-11 Denis Vlasenkologger: "clean up" a dirty hack a bit
2008-05-19 Bernhard Reutner... - use EXIT_{SUCCESS,FAILURE}. No object-code changes
2008-05-15 Denis Vlasenkomore of -Wall fixes from Cristian Ionescu-Idbohrn.
2008-03-17 Denis Vlasenko*: add -Wunused-parameter; fix resulting breakage
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...