chcon: exclude constraints for impossible option if long opts are off
[oweals/busybox.git] / sysklogd /
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
2005-09-14 Rob LandleyCleanup patch from tito: migrate option parsing to...
2005-09-12 Eric AndersenKunihiko IMAI writes:
2005-07-27 Mike Frysingeruse toplevel ARFLAGS and update default ARFLAGS to...
2005-07-20 Paul Foxapplying fix for:
2005-04-21 Mike Frysingerfix typoe (buildddir -> builddir)
2005-04-06 Peter KjellerstedtRemoved the incorrect and confusing facility argument...
2004-10-08 Eric Andersenegor duda writes:
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-08-26 Eric AndersenTito writes:
2004-08-06 Glenn L McGrathPart of patch from William Barsse, fixes a problem...
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-25 Eric AndersenDo not mess with the console logging level unless
2004-06-22 Eric AndersenAdd missing 'S' to the getopt string.
2004-06-22 Eric AndersenPatch from Bastian Blank:
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-22 Eric AndersenAndreas Mohr writes:
2003-10-09 Eric AndersenArnd Ben Otto writes:
2003-09-26 Glenn L McGrathPatch from Fillod Stephane
2003-09-26 Glenn L McGrathadd size parameter to syslogd -C
2003-09-10 Glenn L McGrathVodz, last_patch_104
next