Bump to version 1.22.1
[platform/upstream/busybox.git] / sysklogd / klogd.c
2013-01-06 Peter Korsgaardklogd: handle multi-char log levels
2012-12-19 Anthony G. BasileCONFIG_PID_FILE_PATH: new configuration option for...
2011-06-05 Denys Vlasenko*: remove "Options:" string from help texts
2011-05-25 Denys Vlasenkosyslogd,klogd: better help text
2011-04-11 Pere Orgamove remaining help text from include/usage.src.h
2011-03-07 Denys Vlasenkoklogd: fix the problem of delayed handling of ^C and...
2010-10-19 Denys Vlasenkoklogd: do not log partial lines
2010-08-16 Denys Vlasenko*: make GNU licensing statement forms more regular
2010-08-01 Jeremie Koenigklogd: make it work on non-linux systems
2008-11-19 Denis Vlasenkoklogd: fix small buglet in previous commit
2008-11-19 Denis Vlasenkoklogctl: fix a problem where we don't terminate read...
2008-10-04 Denis Vlasenkowatchdog: WDIOC_SETTIMEOUT accepts seconds, not millise...
2008-07-05 Denis Vlasenko*: rename ATTRIBUTE_XXX to just XXX.
2008-06-06 Denis Vlasenkoklogd: make help text more understandable
2008-03-17 Denis Vlasenko*: add -Wunused-parameter; fix resulting breakage
2008-02-24 Denis Vlasenkoless,klogd,syslogd,nc,tcpudp: exit on signal by killing...
2008-02-16 Denis Vlasenkolibbb: introduce bb_signals and bb_signals_recursive,
2008-01-27 Bernhard Reutner... - fix conflicting decls of syslog related facilitynames...
2007-11-16 Denis Vlasenkodmesg,klogd: make code more readable
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-06-13 Denis Vlasenko*: BB_BANNER -> bb_banner (it is not a const or #define)!
2007-05-26 Denis Vlasenkousage.c: remove reference to busybox.h
2007-03-26 Denis Vlasenkomove everything to new NOMMU helpers, except udhcp
2007-03-24 Denis VlasenkoNOMMU re-exec trick shuld not depend on existence of...
2007-02-17 Denis Vlasenkoklogd: code de-obfuscation with small code size reduction
2007-02-03 Denis Vlasenkosuppress warnings about easch <applet>_main() having
2007-01-09 Bernhard Reutner... - shrink klogd a tiny bit.
2007-01-04 Denis Vlasenkoklogd: small optimizations
2006-10-08 Denis Vlasenkoattempt to regularize atoi mess.
2006-10-03 Denis Vlasenkogetopt_ulflags -> getopt32.
2006-08-03 Rob LandleyRemove bb_ prefixes from xfuncs.c (and a few other...
2006-06-02 Bernhard Reutner... - move #include busybox.h to the very top so we pull...
2006-05-31 Bernhard Reutner... - shrink klogd a bit
2006-05-31 Bernhard Reutner... - s/defined(__uClinux__)/BB_NOMMU/
2006-05-19 Bernhard Reutner... - remove emacs layout block as suggested by Robert...
2006-04-12 Bernhard Reutner... - patch from Denis Vlasenko to add and use bb_xdaemon()
2006-03-06 Rob LandleyRobert P. Day removed 8 gazillion occurrences of "exter...
2006-02-16 "Vladimir N. Oleynik"moved BB_BANNER to applets/version.c file: make kernel...
2006-01-22 Bernhard Reutner... - add platform.h.
2005-09-14 Rob LandleyCleanup patch from tito: migrate option parsing to...
2004-08-06 Glenn L McGrathPart of patch from William Barsse, fixes a problem...
2004-06-25 Eric AndersenDo not mess with the console logging level unless
2004-06-22 Eric AndersenPatch from Bastian Blank:
2004-03-15 Eric AndersenRemove trailing whitespace. Update copyright to includ...
2003-12-15 Russ DillGet vfork_daemon_rexec working under uclinux
2003-07-28 Eric AndersenFixup bugs in last patch
2003-07-28 Eric Andersenlast_patch95 from vodz:
2003-07-22 Eric AndersenRemove remaining libc5 support code
2003-07-14 Eric AndersenUpdate a bunch of docs. Run a script to update my...
2003-03-19 Manuel Novoa III Major coreutils update.
2002-12-12 Glenn L McGrathUpdate email address for Gennady Feldman <gena01@gena01...
2002-12-01 Glenn L McGrathadd the -c option, modified version of a patch from...
2002-09-18 Eric Andersenpatch from John Hall <john.hall@optionexist.co.uk>...
2002-08-22 Glenn L McGrathRun through indent, fix comments
2001-12-20 Matt KraaiRemove `== TRUE' tests and convert `!= TRUE' and `...
2001-10-28 Eric AndersenAdd in some (theoretical) uClinux support. Some init...
2001-10-24 Eric AndersenMajor rework of the directory structure and the entire...
2001-04-12 Matt KraaiUse date -u instead of date --utc and consolidate versi...
2001-04-05 Eric AndersenA number of cleanups. Now compiles with libc5, glibc...
2001-03-29 Eric AndersenUse daemon() to spawn syslogd and klogd daemons.
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...