- correct helptext of stat (Cristian Ionescu-Idbohrn)
[oweals/busybox.git] / sysklogd /
2007-11-23 Denis Vlasenkofix buglets found by randomconfig
2007-11-23 Denis Vlasenkologread: add forgotten INIT_G();
2007-11-23 Denis Vlasenkologread: eliminate usage of data/bss
2007-11-18 Denis Vlasenkosyslogd: use DEV_CONSOLE consistently
2007-11-16 Denis Vlasenkodmesg,klogd: make code more readable
2007-11-10 Denis Vlasenkosyslogd: support "symlink to symlink" for /dev/log...
2007-11-06 Denis Vlasenkomodprobe: fix a bug where we were entering endless...
2007-11-06 Denis Vlasenkotelnetd: fix problem with zombies (by Paul Fox <pgf...
2007-10-11 Denis Vlasenkovi: don't wait 50 ms before reading ESC sequences
2007-10-11 Denis Vlasenkoadd -fvisibility=hidden to CC flags, mark XXX_main...
2007-10-02 Denis Vlasenkologger: fix a problem of losing all argv except first
2007-09-07 Denis Vlasenkosyslogd: do not need to poll(), we can just block in...
2007-09-07 Denis Vlasenko*: replace select-for-one descriptor with poll, it...
2007-08-18 Denis Vlasenkodon't pass argc in getopt32, it's superfluous
2007-08-14 Denis Vlasenkosyslogd: set syslog IPC buffer to mode 0644
2007-08-12 Denis Vlasenkosyslogd,logread: get rid of head pointer, fix logread...
2007-07-27 Denis Vlasenkobb_getpwuid, bb_getgrgid: change order of arguments...
2007-06-21 Denis Vlasenkosyslogd: do not convert tabs to ^I
2007-06-13 Denis Vlasenko*: BB_BANNER -> bb_banner (it is not a const or #define)!
2007-06-07 Bernhard Reutner... - add a config-time range check for IPC_SYSLOG_BUFFER_SIZE
2007-06-04 Denis Vlasenkosyslogd: move some vectors from data to text. Needs...
2007-06-04 Denis VlasenkoAudit bb_common_bufsiz usage, add script which looks...
2007-05-26 Denis Vlasenkousage.c: remove reference to busybox.h
2007-05-02 Denis Vlasenkoklogd: remove dependency on syslogd
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-17 Denis Vlasenkoklogd: code de-obfuscation with small code size reduction
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-12 Denis Vlasenkoundo RESERVE_CONFIG_BUFFER change. aldot, small on...
2007-01-10 Denis Vlasenkocode shrinkage by Bernhard Fischer <rep.nop@aon.at>
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-09 Bernhard Reutner... - shrink by 26 bytes or so
2007-01-09 Bernhard Reutner... - shrink klogd a tiny bit.
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...
2007-01-04 Denis Vlasenkoklogd: small optimizations
2006-12-19 Denis Vlasenkoremove casts from xmalloc()
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-05 Denis Vlasenkobuild system overhaul
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-22 Denis Vlasenkologger: getopt_ulflags'isation
2006-09-11 Rob LandleyBuild fixes for gcc 4.0 with -Werror, from Tito.
2006-09-09 Denis Vlasenkousing [xa]sprintf for string concatenation is neat...
2006-09-08 Denis Vlasenkofew random readability enhansements. No code changes
2006-09-07 Denis VlasenkoAdd CONFIG_FEATURE_SYSLOG which controls whether
2006-08-29 Rob LandleySvn 16007 broke the build under gcc 4.0.3. This fixes...
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-07-20 "Robert P. J. Day""formated" -> "formatted" throughout the code base.
2006-06-02 Bernhard Reutner... - move #include busybox.h to the very top so we pull...
2006-06-01 Bernhard Reutner... - shrink logread a bit.
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-05-13 Mike Frysingerpull Rules.mak from top_srcdir as pointed out by Robert...
2006-04-18 Bernhard Reutner... - commentary typo and superfluous whitespace removal...
2006-04-13 Rob LandleyPatch from Robert P Day: let menuconfig indent stuff...
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-13 Bernhard Reutner... - revert back to r14406
2006-03-09 Bernhard Reutner... - backout using features which are not available with...
2006-03-06 Rob LandleyRobert P. Day removed 8 gazillion occurrences of "exter...
2006-03-02 Bernhard Reutner... - use absolute path for top_builddir and top_srcdir.
2006-03-01 Bernhard Reutner... - fixes parallel builds (make -j)
2006-02-21 Rob LandleyDon't build directory libraries unless we're building...
2006-02-16 "Vladimir N. Oleynik"moved BB_BANNER to applets/version.c file: make kernel...
2006-02-02 Mike Frysingermake the build system puuuuuuuuuuurty
2006-01-25 Tim Rikerjust whitespace
2006-01-22 Bernhard Reutner... - add platform.h.
2006-01-15 Bernhard Reutner... - shared libbusybox.
2005-12-12 Rob LandleyFlush output to log promptly (bug 389).
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-10-13 Bernhard Reutner... - initialize the correct variables
2005-09-24 Mike Frysingeruse the shorter license header
2005-09-24 Mike Frysingeruse brief license line
2005-09-22 "Vladimir N. Oleynik"more remove lost exported
2005-09-20 Bernhard Reutner... - rename libbb's password helpers as suggested in libbb.h
next