aboutsummaryrefslogtreecommitdiff
path: root/sysklogd (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* syslogd: stop doing open/fstat/lseek/close on _every_ writeDenis Vlasenko2007-01-041-52/+65
* new libbb func: xmalloc_realpath (+ use it where makes sense)Denis Vlasenko2007-01-042-86/+86
* syslogd: almost rewritten. Had several obvious bugs...Denis Vlasenko2007-01-041-327/+263
* klogd: small optimizationsDenis Vlasenko2007-01-041-24/+25
* remove casts from xmalloc()Denis Vlasenko2006-12-191-1/+1
* Provide our own isdigit macro. saves more than 400 bytes.Denis Vlasenko2006-11-271-1/+1
* attempt to regularize atoi mess.Denis Vlasenko2006-10-083-16/+10
* dnsd fix; option_mask32 added. dnsd needs more love.Denis Vlasenko2006-10-061-20/+19
* build system overhaulDenis Vlasenko2006-10-054-72/+29
* getopt_ulflags -> getopt32.Denis Vlasenko2006-10-033-5/+5
* syslogd: do not retry udp sends (can stall syslogd for extended periodsDenis Vlasenko2006-09-301-41/+14
* syslogd: getopt_ulflags'ification (save ~50 bytes)Denis Vlasenko2006-09-301-143/+156
* syslogd: add option to suppress logging of messages lower than level N (-n N)Denis Vlasenko2006-09-301-4/+16
* logger: getopt_ulflags'isationDenis Vlasenko2006-09-221-16/+7
* Build fixes for gcc 4.0 with -Werror, from Tito.Rob Landley2006-09-111-1/+1
* using [xa]sprintf for string concatenation is neat and savesDenis Vlasenko2006-09-091-1/+1
* few random readability enhansements. No code changesDenis Vlasenko2006-09-081-6/+7
* Add CONFIG_FEATURE_SYSLOG which controls whetherDenis Vlasenko2006-09-071-0/+2
* Svn 16007 broke the build under gcc 4.0.3. This fixes up some of the damageRob Landley2006-08-291-2/+2
* More allbareconfig fixes.Rob Landley2006-08-281-1/+8
* - merge -r15463:15564 from busybox_scratch branch through these changesets:Bernhard Reutner-Fischer2006-08-201-62/+36
* Remove bb_ prefixes from xfuncs.c (and a few other places), consolidateRob Landley2006-08-032-27/+5
* "formated" -> "formatted" throughout the code base."Robert P. J. Day"2006-07-201-1/+1
* - move #include busybox.h to the very top so we pull in the configBernhard Reutner-Fischer2006-06-023-19/+4
* - shrink logread a bit.Bernhard Reutner-Fischer2006-06-011-22/+6
* - shrink klogd a bitBernhard Reutner-Fischer2006-05-311-35/+37
* - s/defined(__uClinux__)/BB_NOMMU/Bernhard Reutner-Fischer2006-05-312-6/+6
* - remove emacs layout block as suggested by Robert P.J. DayBernhard Reutner-Fischer2006-05-192-16/+0
* pull Rules.mak from top_srcdir as pointed out by Robert P. J. Day on the mail...Mike Frysinger2006-05-131-1/+1
* - commentary typo and superfluous whitespace removal in weird messages.Bernhard Reutner-Fischer2006-04-181-3/+3
* Patch from Robert P Day: let menuconfig indent stuff for us, we don't haveRob Landley2006-04-131-5/+5
* - patch from Denis Vlasenko to add and use bb_xdaemon()Bernhard Reutner-Fischer2006-04-122-4/+2
* - patch from Denis Vlasenko to add and use bb_xsocket() and to useBernhard Reutner-Fischer2006-04-121-11/+2
* - revert back to r14406Bernhard Reutner-Fischer2006-03-131-7/+13
* - backout using features which are not available with the previous stableBernhard Reutner-Fischer2006-03-091-2/+6
* Robert P. Day removed 8 gazillion occurrences of "extern" on functionRob Landley2006-03-064-4/+4
* - use absolute path for top_builddir and top_srcdir.Bernhard Reutner-Fischer2006-03-021-0/+4
* - fixes parallel builds (make -j)Bernhard Reutner-Fischer2006-03-011-12/+2
* Don't build directory libraries unless we're building an applet that needs it.Rob Landley2006-02-211-0/+2
* moved BB_BANNER to applets/version.c file: make kernel like version, "Vladimir N. Oleynik"2006-02-162-2/+2
* make the build system puuuuuuuuuuurtyMike Frysinger2006-02-021-3/+2
* just whitespaceTim Riker2006-01-252-2/+2
* - add platform.h.Bernhard Reutner-Fischer2006-01-222-31/+5
* - shared libbusybox.Bernhard Reutner-Fischer2006-01-151-0/+5
* Flush output to log promptly (bug 389).Rob Landley2005-12-121-0/+1
* 20 bytes data to bss"Vladimir N. Oleynik"2005-10-151-6/+4
* complex RESERVE_CONFIG_BUFFER --> bb_common_bufsiz1"Vladimir N. Oleynik"2005-10-151-5/+8
* - initialize the correct variablesBernhard Reutner-Fischer2005-10-131-1/+1
* use the shorter license headerMike Frysinger2005-09-241-14/+1
* use brief license lineMike Frysinger2005-09-241-15/+2