summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
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
2014-02-08block: add more diagnostic messagesJo-Philipp Wich
2014-02-08mount_root: add more diagnostic messagesJo-Philipp Wich
2014-02-08mount_root: try both $prefix/sbin/block and /sbin/block, fixes extroot with builtin block-mountJo-Philipp Wich
2014-01-22kmodloader: allow /etc/modules.d/ files to pass optionsJohn Crispin
2014-01-22ubox: make logd use new ubus autoconnectJohn Crispin
2014-01-22logd: revert the log size changesJohn Crispin
2014-01-21logd: prevent the buffer from being bigger than the maximum ubus sizeJohn Crispin
2014-01-19logd: allow setting the buffer size from the command lineJohn Crispin
2014-01-16kmodloader: fix elf header parsing on 64bit machinesJohn Crispin
2014-01-15block: remove duplicate block device wildcardJohn Crispin
2014-01-12fix bogus kmodloader warningJohn Crispin
2013-12-09logread: fix initial connect. we really need a better reconnect logicJohn Crispin
2013-11-30validate: properly deal with datatype expressions containing escaped colonsJo-Philipp Wich
2013-11-30validate: fix length calculation of string literals and store value type for literal comparisationsJo-Philipp Wich
2013-11-30validate: fix return type of dt_parse() callJo-Philipp Wich