summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* kmodloader: make insert_module() idempotentYousong Zhou2017-01-151-1/+4
* kmodloader: add module alias awarenessYousong Zhou2017-01-151-23/+129
* kmodloader: fix out-of-bound access when parsing .modinfoYousong Zhou2017-01-151-2/+6
* kmodloader: modprobe: skip possible command line argumentsYousong Zhou2017-01-151-2/+9
* kmodloader: log to kmsg when loading directories of modulesYousong Zhou2017-01-151-2/+4
* kmodloader: remove redundant glob wildcard charYousong Zhou2017-01-151-1/+1
* ubox: Initialize conditionally uninitialized variabledRosen Penev2016-12-191-8/+15
* ubox: Fix some memory leaksRosen Penev2016-12-193-4/+10
* kmodloader: Fix typo in error messageFlorian Fainelli2016-12-041-1/+1
* logd: put non-streamed log entries into one result messageFelix Fietkau2016-09-261-2/+8
* ubox/logd: free ubus context on exitAlexandru Ardelean2016-09-241-0/+1
* ubox/logd: free regex's on log_shutdown() callAlexandru Ardelean2016-09-241-0/+2
* logd: fix default initialization of line countFelix Fietkau2016-09-221-2/+3
* logd: add support for sending log messages as repliesFelix Fietkau2016-09-222-25/+54
* add getrandom to .gitignoreFelix Fietkau2016-09-221-0/+1
* getrandom: fix indentation, add missing return statementFelix Fietkau2016-09-221-24/+26
* fix segfault in kmodloader when no modules path was presentJohn Crispin2016-08-171-1/+4
* validate: fix datatype handling of default valuesJo-Philipp Wich2016-07-261-35/+28
* kmodloader: fix lsmod depends outputHauke Mehrtens2016-07-191-4/+15
* cmake: Find uci header fileFlorian Fainelli2016-07-011-0/+3
* getrandom: add helper for getrandom() syscallEtienne CHAMPETIER2016-06-082-0/+63
* kmodloader: fix NULL pointer deref in case m->depends is missingFelix Fietkau2016-03-071-1/+1
* kmodloader: clean up memory mapping and fix fd leaks in error handlingJo-Philipp Wich2016-02-091-15/+31
* kmodloader: fix open() error handlingJo-Philipp Wich2016-02-091-3/+3
* logread: ensure that the len < sizeof(struct blob_attr) check runs before try...Felix Fietkau2016-01-241-3/+8
* fix gcc format security errorHauke Mehrtens2015-11-221-1/+1
* log: allow filtering messages with a regexp patternRafał Miłecki2015-07-041-2/+13
* logd: optimize notify functionLuka Perkov2015-05-141-8/+10
* log: make valgrind less complain by freeing allocated memoryLuka Perkov2015-05-142-1/+5
* log: fix whitespacesLuka Perkov2015-05-142-2/+2
* log: remove unused callbacksLuka Perkov2015-05-142-11/+0
* logread: add support for non-transparent-framing for Syslog over TCPEtienne CHAMPETIER2015-03-301-4/+12
* properly handle return codesJohn Crispin2015-03-281-8/+9
* properly handle return code of pipe() syscallJohn Crispin2015-03-281-1/+4
* syslog: use appropriate levels for loggingChristian Mehlis2015-03-272-3/+3
* kmodloader: initialize module folders in insmodJo-Philipp Wich2015-02-261-0/+2
* kmodloader: convert to ulog() apiJo-Philipp Wich2015-02-251-48/+35
* kmodloader: search kmods relative to LD_LIBRARY_PATHJo-Philipp Wich2015-02-251-18/+73
* hw_detect replaces this old codeJohn Crispin2014-10-032-214/+0
* Use different loglevelsMichel Stam2014-10-021-34/+41
* RFC 3164 compliant remote loggingJohn Crispin2014-09-161-3/+6
* ubox: exit(1) in logd if registering log object with ubus failsAlexandru Ardelean2014-08-131-1/+3
* validate: return error on failed validationLuka Perkov2014-06-291-12/+17
* validate: add missing yes/no boolean valuesLuka Perkov2014-06-281-2/+2
* validate: add valid bool types enabled/disabledLuka Perkov2014-06-281-2/+2
* validate: fix indentationLuka Perkov2014-06-281-44/+44
* kmodloader: force size argument for syscall to unsigned long to fix issues wi...Felix Fietkau2014-05-281-1/+1
* ubox: only link libraries that are actually usedFelix Fietkau2014-05-251-7/+6
* log: remove superflous client_close callJohn Crispin2014-03-271-2/+1
* mount_root/block: these tools were moved to the fstools repoJohn Crispin2014-03-2719-5148/+0