small size reduction by Bernhard Fischer <rep.nop@aon.at>
[oweals/busybox.git] / sysklogd / syslogd.c
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...
2001-05-03 Eric Andersendevfs does not support creation of regular files. ...
2001-04-12 Matt KraaiUse date -u instead of date --utc and consolidate versi...
2001-04-05 Eric AndersenSome cleanups/fixes for the syslogd circular buffer...
2001-03-29 Eric AndersenUse daemon() to spawn syslogd and klogd daemons.
2001-03-27 Mark WhitleyApplied patch from Gennady Feldman to fix a single...
2001-03-23 Eric Andersen-Wshadow tr fix from Jeff Garzik
2001-03-21 Eric AndersenA nice patch from Larry Doolittle that adds -Wshadow and
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...
2001-03-12 Mark WhitleyApplied patch from Gennady Feldman to use single-thread...
2001-02-20 Eric AndersenIt turns out that DODMALLOC was broken when I reorganiz...
2001-02-14 Eric AndersenThis patch, put together by Manuel Novoa III, is a...
2001-01-31 Matt KraaiRemoved trailing \n from error_msg{,_and_die} messages.
2001-01-27 Eric AndersenFix up copyright msgs. Bump version to 0.49 in prepara... 0_49
2001-01-27 Eric AndersenFix header file usage -- there were many unnecessary...
2001-01-25 Eric AndersenCommit Larry Doolittle's buffers-on-stack/buffers-via...
next