summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
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
2013-09-03add proper modprobe supportJohn Crispin
2013-08-16block: do a final round of swapfile mounting in main_mount()Jo-Philipp Wich
2013-08-16block: support mounting swap by labelJo-Philipp Wich
2013-08-16block: remove debug printsJo-Philipp Wich
2013-08-16block: add support for mounting swap filesJo-Philipp Wich
2013-08-16libblkid-tiny: allow probing filesJo-Philipp Wich
2013-08-16block: add support for generic mount optionsJo-Philipp Wich
2013-07-31block: enlarge uuid buffer when writing extroot tag file, some uuids exceed 32 byte in sizeJo-Philipp Wich
2013-07-26block: suggest a default delay_root value of 5 seconds, since it is almost always needed when running block from jffs2Jo-Philipp Wich
2013-07-26mount_root: umount /tmp/overlay in external root case as wellJo-Philipp Wich
2013-07-26mount_root: support extroot from block-mount on jffs2Jo-Philipp Wich
2013-07-26block: stage extroot mounts in /tmp/extroot since /tmp/overlay might be in use by jffs2 alreadyJo-Philipp Wich
2013-07-26kmodloader: support loading modules from a different prefixJo-Philipp Wich
2013-07-25block: restore support for using swap filesJo-Philipp Wich
2013-07-25block: discard vfat labels with only spacesJo-Philipp Wich
2013-07-24block: strip trailing spaces from vfat labelsJo-Philipp Wich
2013-07-24block: use dynamically sized probe buffer in libblkid-tinyJo-Philipp Wich
2013-07-24block: remove uneeded le32_to_cpu() calls in vfat probe function - the call is not required due to direct memcmp() and actually breaks the filesystem signatureJo-Philipp Wich
2013-07-23allow mtd devices to be mounted by block toolJohn Crispin
2013-07-23fix swapoff help textJohn Crispin