summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2016-12-19ubox: Initialize conditionally uninitialized variabledRosen Penev
2016-12-19ubox: Fix some memory leaksRosen Penev
2016-12-04kmodloader: Fix typo in error messageFlorian Fainelli
2016-09-26logd: put non-streamed log entries into one result messageFelix Fietkau
2016-09-24ubox/logd: free ubus context on exitAlexandru Ardelean
2016-09-24ubox/logd: free regex's on log_shutdown() callAlexandru Ardelean
2016-09-22logd: fix default initialization of line countFelix Fietkau
2016-09-22logd: add support for sending log messages as repliesFelix Fietkau
2016-09-22add getrandom to .gitignoreFelix Fietkau
2016-09-22getrandom: fix indentation, add missing return statementFelix Fietkau
2016-08-17fix segfault in kmodloader when no modules path was presentJohn Crispin
2016-07-26validate: fix datatype handling of default valuesJo-Philipp Wich
2016-07-19kmodloader: fix lsmod depends outputHauke Mehrtens
2016-07-01cmake: Find uci header fileFlorian Fainelli
2016-06-07getrandom: add helper for getrandom() syscallEtienne CHAMPETIER
2016-03-07kmodloader: fix NULL pointer deref in case m->depends is missingFelix Fietkau
2016-02-09kmodloader: clean up memory mapping and fix fd leaks in error handlingJo-Philipp Wich
2016-02-09kmodloader: fix open() error handlingJo-Philipp Wich
2016-01-24logread: ensure that the len < sizeof(struct blob_attr) check runs before trying to access the dataFelix Fietkau
2015-11-22fix gcc format security errorHauke Mehrtens
2015-07-04log: allow filtering messages with a regexp patternRafał Miłecki
2015-05-14logd: optimize notify functionLuka Perkov
2015-05-14log: make valgrind less complain by freeing allocated memoryLuka Perkov
2015-05-14log: fix whitespacesLuka Perkov
2015-05-14log: remove unused callbacksLuka Perkov
2015-03-30logread: add support for non-transparent-framing for Syslog over TCPEtienne CHAMPETIER
2015-03-28properly handle return codesJohn Crispin
2015-03-28properly handle return code of pipe() syscallJohn Crispin
2015-03-27syslog: use appropriate levels for loggingChristian Mehlis
2015-02-26kmodloader: initialize module folders in insmodJo-Philipp Wich
2015-02-25kmodloader: convert to ulog() apiJo-Philipp Wich
2015-02-25kmodloader: search kmods relative to LD_LIBRARY_PATHJo-Philipp Wich
2014-10-03hw_detect replaces this old codeJohn Crispin
2014-10-02Use different loglevelsMichel Stam
2014-09-16RFC 3164 compliant remote loggingJohn Crispin
2014-08-12ubox: exit(1) in logd if registering log object with ubus failsAlexandru Ardelean
2014-06-29validate: return error on failed validationLuka Perkov
2014-06-28validate: add missing yes/no boolean valuesLuka Perkov
2014-06-28validate: add valid bool types enabled/disabledLuka Perkov
2014-06-28validate: fix indentationLuka Perkov
2014-05-28kmodloader: force size argument for syscall to unsigned long to fix issues with muslFelix Fietkau
2014-05-25ubox: only link libraries that are actually usedFelix Fietkau
2014-03-27log: remove superflous client_close callJohn Crispin
2014-03-27mount_root/block: these tools were moved to the fstools repoJohn Crispin
2014-03-18logd: fix time passed via unix fdJohn Crispin
2014-03-12logd: fix internal buffer sizeJohn Crispin
2014-03-12logd: fix pipe closeJohn Crispin
2014-03-03logd: transport log data via the new ubus fd apiJohn Crispin
2014-02-26kmodloader: fix insmod when the passed parameter is a valid pathJohn Crispin
2014-02-23validate: range and base arguments for numeric types, new types hexstring, regexp and uciJo-Philipp Wich