*: BB_BANNER -> bb_banner (it is not a const or #define)!
[platform/upstream/busybox.git] / sysklogd / syslogd.c
2007-06-04 Denis Vlasenkosyslogd: move some vectors from data to text. Needs...
2007-05-26 Denis Vlasenkousage.c: remove reference to busybox.h
2007-03-27 Denis Vlasenkomake pidfile writing configurable.
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-03-20 Denis Vlasenkosyslogd: fix it for small BUFSIZ case
2007-03-15 Denis Vlasenkosyslogd: reduce data/bss usage. Code size is practicall...
2007-02-14 Denis Vlasenkosyslogd: MARK code is buggy. Disabling it altogether...
2007-02-11 Denis Vlasenkosyslogd: fix "readpath bug" by using readlink instead
2007-02-04 Denis Vlasenkoadd x to IPv6 functions which can die
2007-02-03 Denis Vlasenkosuppress warnings about easch <applet>_main() having
2007-01-29 Denis Vlasenkopreparatory patch for -Wwrite-strings #4
2007-01-24 Denis Vlasenkoaccumulated post-1.4.0 fixes
2007-01-13 Denis Vlasenkowhitespace fixes (leading spaces to tab)
2007-01-10 Denis Vlasenkoa bit more IPv6-ization work
2007-01-09 Denis VlasenkoYet another small size reduction by Bernhard Fischer...
2007-01-09 Denis Vlasenkosmall size reduction by Bernhard Fischer <rep.nop@aon.at>
2007-01-09 Denis Vlasenkosmall size reduction by Bernhard Fischer <rep.nop@aon.at>
2007-01-09 Denis Vlasenkocompilation fix by Bernhard Fischer <rep.nop@aon.at>
2007-01-06 Denis Vlasenkosyslogs: a bit better wording in explanation how buffering
2007-01-04 Denis Vlasenkosyslogd: start using bb_common_bufsiz1 instead of stack...
2007-01-04 Denis Vlasenkosyslogd: stop doing open/fstat/lseek/close on _every_...
2007-01-04 Denis Vlasenkonew libbb func: xmalloc_realpath (+ use it where makes...
2007-01-04 Denis Vlasenkosyslogd: almost rewritten. Had several obvious bugs...
2006-11-27 Denis VlasenkoProvide our own isdigit macro. saves more than 400...
2006-10-08 Denis Vlasenkoattempt to regularize atoi mess.
2006-10-06 Denis Vlasenkodnsd fix; option_mask32 added. dnsd needs more love.
2006-10-03 Denis Vlasenkogetopt_ulflags -> getopt32.
2006-09-30 Denis Vlasenkosyslogd: do not retry udp sends (can stall syslogd...
2006-09-30 Denis Vlasenkosyslogd: getopt_ulflags'ification (save ~50 bytes)
2006-09-30 Denis Vlasenkosyslogd: add option to suppress logging of messages...
2006-09-11 Rob LandleyBuild fixes for gcc 4.0 with -Werror, from Tito.
2006-09-08 Denis Vlasenkofew random readability enhansements. No code changes
2006-08-28 Rob LandleyMore allbareconfig fixes.
2006-08-20 Bernhard Reutner... - merge -r15463:15564 from busybox_scratch branch throu...
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... - s/defined(__uClinux__)/BB_NOMMU/
2006-05-19 Bernhard Reutner... - remove emacs layout block as suggested by Robert...
2006-04-18 Bernhard Reutner... - commentary typo and superfluous whitespace removal...
2006-04-12 Bernhard Reutner... - patch from Denis Vlasenko to add and use bb_xdaemon()
2006-04-12 Bernhard Reutner... - patch from Denis Vlasenko to add and use bb_xsocket...
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-25 Tim Rikerjust whitespace
2006-01-22 Bernhard Reutner... - add platform.h.
2005-10-15 "Vladimir N. Oleynik"20 bytes data to bss
2005-10-15 "Vladimir N. Oleynik"complex RESERVE_CONFIG_BUFFER --> bb_common_bufsiz1
2005-09-22 "Vladimir N. Oleynik"more remove lost exported
2005-09-12 Eric AndersenKunihiko IMAI writes:
2005-07-20 Paul Foxapplying fix for:
2004-09-14 Glenn L McGrathPatch by Felipe Kellermann, fix a bug introduced in...
2004-09-08 Eric AndersenFelipe Kellermann writes:
2004-09-02 Eric AndersenTito writes:
2004-08-26 Eric AndersenTogg writes:
2004-07-22 Glenn L McGrathReverse my previous change, "::" is a GNU getopt extens...
2004-07-21 Glenn L McGrathFix bug in accepting buffer size argument
2004-06-22 Eric AndersenAdd missing 'S' to the getopt string.
2004-06-22 Eric AndersenPatch from Bastian Blank:
2004-04-14 Eric AndersenLarry Doolittle writes:
2004-03-15 Eric AndersenRemove trailing whitespace. Update copyright to includ...
2004-02-22 Glenn L McGrathFix from Paul Kortekaas for syslog -C option, size...
2003-12-19 Eric AndersenPatch from Fillod Stephane:
2003-12-15 Russ DillGet vfork_daemon_rexec working under uclinux
2003-10-09 Eric AndersenArnd Ben Otto writes:
2003-09-26 Glenn L McGrathadd size parameter to syslogd -C
2003-09-10 Glenn L McGrathVodz, last_patch_104
2003-08-29 Glenn L McGrathVodz, last patch 104
2003-07-28 Eric Andersenlast_patch95 from vodz:
2003-07-22 Eric Anderseneliminate DOSTATIC, DODEBUG, etc and name them sensibly
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-05-23 Eric Andersenoops
2003-05-23 Eric AndersenThis patch from Vitezslav Batrla, is a cleaner fix...
2003-05-16 Eric AndersenApply patch from Georg Magschok to fix syslog behavior...
2003-03-19 Manuel Novoa III Major coreutils update.
2003-02-09 Glenn L McGrathDont die if logging remotely fails, patch by Joshua...
2002-12-12 Glenn L McGrathUpdate email address for Gennady Feldman <gena01@gena01...
2002-11-10 Glenn L McGrathrun through indent and manually check result
2002-09-17 Eric Andersenhehe.
2002-09-17 Eric AndersenVodz' last_patch57:
2002-08-06 Manuel Novoa III Move #define MAXLINE so this compiles without circ...
2002-08-05 Eric AndersenOops. Code things so it actually works this time around...
2002-08-05 Eric AndersenJoel Coltoff <joel@wmi.com> noticed that following...
2002-07-19 Robert GrieblApplied syslogd fix submitted by Bart Visscher:
2002-04-13 Eric AndersenPatch from Larry Doolittle to teach syslogd to not...
2002-03-20 Eric AndersenAdd missing " " after the word on, as reported by Jason...
2001-12-20 Matt KraaiRemove `== TRUE' tests and convert `!= TRUE' and `...
2001-11-12 Matt KraaiChange strdup calls to xstrdup (patch from Steve Merrif...
2001-10-28 Eric AndersenAdd in some (theoretical) uClinux support. Some init...
2001-10-26 Gennady FeldmanFix up the configuration rules and update Libc5 piece...
2001-10-24 Eric AndersenMajor rework of the directory structure and the entire...
2001-08-14 Matt KraaiLog all messages from a single connection, not just...
2001-07-19 Matt KraaiAdd a RELEASE_BB_BUFFER macro and use it to fix a memor...
2001-07-17 Eric AndersenThis is vodz' latest patch. Sorry it took so long...
2001-07-06 Matt KraaiRemove redundant initialization of lfile to reduce...
2001-07-02 Eric AndersenPer patch from vodz, change a couple of consts to defin...
2001-06-26 Glenn L McGrathPatch from Gennady Feldman
2001-05-16 Matt KraaiAdd xgethostbyname and herror_msg* functions.
2001-05-07 Eric AndersenPer comment from Jim McQuillan <jam@mcquil.com>, don...
next