summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2017-11-06logread: terminate after EOFFelix Fietkau
2017-11-06logd: only create pipe in stream modeFelix Fietkau
2017-11-06logd: use uloop instead of ustream_fd for syslogFelix Fietkau
2017-11-06log/syslog: Add missing static to two structs.Rosen Penev
2017-11-06ubox: Replace { 0 } with {}.Rosen Penev
2017-09-01kmodloader: log error message in case of out of memoryHans Dedecker
2017-08-31kmodloader: lift restriction on module alias infoHans Dedecker
2017-08-31kmodloader: fix possible segfaultsHans Dedecker
2017-08-30kmodloader: fix endianess checkHans Dedecker
2017-07-02kmodloader: Check module endian before loadingFlorian Fainelli
2017-06-11kmodloader/get_module_info: initialized aliases to make it more cleanAlexander Couzens
2017-06-11kmodloader: insmod: fix a memoryleak in error caseAlexander Couzens
2017-06-11kmodloader/get_module_name: null-terminate the stringAlexander Couzens
2017-03-10syslog: remove unnecessary sizeof struct between messagesDan Bugnar
2017-03-03kmodloader: modprobe: return 0 for loaded modulesYousong Zhou
2017-02-23kmodloader: don't store aliases info in struct moduleYousong Zhou
2017-02-21cmake: fix typoFelix Fietkau
2017-02-21kmodloader: fix not being able to find some modulesNathan Hintz
2017-02-09cmake: Check for getrandom system callFlorian Fainelli
2017-02-01kmodloader: support '-q' quiet optionKevin Darbyshire-Bryant
2017-02-01ubox: Add an option for more accurate timestamps in logWojciech Dubowik
2017-01-15kmodloader: make insert_module() idempotentYousong Zhou
2017-01-15kmodloader: add module alias awarenessYousong Zhou
2017-01-15kmodloader: fix out-of-bound access when parsing .modinfoYousong Zhou
2017-01-15kmodloader: modprobe: skip possible command line argumentsYousong Zhou
2017-01-15kmodloader: log to kmsg when loading directories of modulesYousong Zhou
2017-01-15kmodloader: remove redundant glob wildcard charYousong Zhou
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