summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
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
2013-11-28validate: support uci lists in cli client and use dt_parse() return value to decide whether an option should be handled as boolJo-Philipp Wich
2013-11-28validate: change dt_parse() to return an enum indicating the kind of value that was matched (bool, number, string)Jo-Philipp Wich
2013-11-22add a c version of the current uci_valisate call to the cliJohn Crispin
2013-11-19make use of the md5.c inside libuboxJohn Crispin
2013-11-16revert 2fdd374f4214129d93f10b7001adece9239752a2John Crispin
2013-11-15update gitignoreJohn Crispin
2013-11-15add log daemonJohn Crispin
2013-11-15add validation codeJohn Crispin
2013-11-11kmod-loader: fix module options support when using modprobeJohn Crispin
2013-11-07block: support extroot and overlay mounts by deviceJo-Philipp Wich
2013-11-07block: fix find_block_info() by labelJo-Philipp Wich
2013-11-07support specifying swap priority from the command lineNathan Hintz
2013-10-27close file pointer before exiting functionLuka Perkov
2013-10-27fix typoLuka Perkov
2013-10-26add support for patched rootfsJohn Crispin
2013-10-14kmodloader: respect global directory prefix in scan_module_folder()Jo-Philipp Wich
2013-09-28kmodloader: use the name of the found module struct for modinfoJo-Philipp Wich
2013-09-28kmodloader: use the name of the module struct when unloading modulesJo-Philipp Wich
2013-09-28kmodloader: properly handle modules with both underscores and dashes in their nameJo-Philipp Wich
2013-09-19fix hyphen substitution in pathJohn Crispin
2013-09-17cosmetic cleanup of - vs _ patchJohn Crispin
2013-09-17fix _ vs - bugJohn Crispin
2013-09-05kmodloader: don't free memory allocated with alloca()Jo-Philipp Wich
2013-09-05block: properly handle vlist_add() for label, uuid and device casesJo-Philipp Wich