oweals/ubox.git
2014-01-22 John Crispinkmodloader: allow /etc/modules.d/ files to pass options
2014-01-22 John Crispinubox: make logd use new ubus autoconnect
2014-01-22 John Crispinlogd: revert the log size changes
2014-01-21 John Crispinlogd: prevent the buffer from being bigger than the...
2014-01-19 John Crispinlogd: allow setting the buffer size from the command...
2014-01-16 John Crispinkmodloader: fix elf header parsing on 64bit machines
2014-01-15 John Crispinblock: remove duplicate block device wildcard
2014-01-12 John Crispinfix bogus kmodloader warning
2013-12-09 John Crispinlogread: fix initial connect. we really need a better...
2013-11-30 Jo-Philipp... validate: properly deal with datatype expressions conta...
2013-11-30 Jo-Philipp... validate: fix length calculation of string literals...
2013-11-30 Jo-Philipp... validate: fix return type of dt_parse() call
2013-11-28 Jo-Philipp... validate: support uci lists in cli client and use dt_pa...
2013-11-28 Jo-Philipp... validate: change dt_parse() to return an enum indicatin...
2013-11-22 John Crispinadd a c version of the current uci_valisate call to...
2013-11-19 John Crispinmake use of the md5.c inside libubox
2013-11-16 John Crispinrevert 2fdd374f4214129d93f10b7001adece9239752a2
2013-11-15 John Crispinupdate gitignore
2013-11-15 John Crispinadd log daemon
2013-11-15 John Crispinadd validation code
2013-11-11 John Crispinkmod-loader: fix module options support when using...
2013-11-07 Jo-Philipp... block: support extroot and overlay mounts by device
2013-11-07 Jo-Philipp... block: fix find_block_info() by label
2013-11-07 Nathan Hintzsupport specifying swap priority from the command line
2013-10-27 Luka Perkovclose file pointer before exiting function
2013-10-27 Luka Perkovfix typo
2013-10-26 John Crispinadd support for patched rootfs
2013-10-14 Jo-Philipp... kmodloader: respect global directory prefix in scan_mod...
2013-09-28 Jo-Philipp... kmodloader: use the name of the found module struct...
2013-09-28 Jo-Philipp... kmodloader: use the name of the module struct when...
2013-09-28 Jo-Philipp... kmodloader: properly handle modules with both underscor...
2013-09-19 John Crispinfix hyphen substitution in path
2013-09-17 John Crispincosmetic cleanup of - vs _ patch
2013-09-17 John Crispinfix _ vs - bug
2013-09-05 Jo-Philipp... kmodloader: don't free memory allocated with alloca()
2013-09-05 Jo-Philipp... block: properly handle vlist_add() for label, uuid...
2013-09-03 John Crispinadd proper modprobe support
2013-08-16 Jo-Philipp... block: do a final round of swapfile mounting in main_mo...
2013-08-16 Jo-Philipp... block: support mounting swap by label
2013-08-16 Jo-Philipp... block: remove debug prints
2013-08-16 Jo-Philipp... block: add support for mounting swap files
2013-08-16 Jo-Philipp... libblkid-tiny: allow probing files
2013-08-16 Jo-Philipp... block: add support for generic mount options
2013-07-31 Jo-Philipp... block: enlarge uuid buffer when writing extroot tag...
2013-07-26 Jo-Philipp... block: suggest a default delay_root value of 5 seconds...
2013-07-26 Jo-Philipp... mount_root: umount /tmp/overlay in external root case...
2013-07-26 Jo-Philipp... mount_root: support extroot from block-mount on jffs2
2013-07-26 Jo-Philipp... block: stage extroot mounts in /tmp/extroot since ...
2013-07-26 Jo-Philipp... kmodloader: support loading modules from a different...
2013-07-25 Jo-Philipp... block: restore support for using swap files
2013-07-25 Jo-Philipp... block: discard vfat labels with only spaces
2013-07-24 Jo-Philipp... block: strip trailing spaces from vfat labels
2013-07-24 Jo-Philipp... block: use dynamically sized probe buffer in libblkid...
2013-07-24 Jo-Philipp... block: remove uneeded le32_to_cpu() calls in vfat probe...
2013-07-23 John Crispinallow mtd devices to be mounted by block tool
2013-07-23 John Crispinfix swapoff help text
2013-07-23 John Crispinadd a -s option to swapon
2013-07-22 John Crispinfix m5sum / uuid of squshfs devices
2013-07-19 Jo-Philipp... block: fix possible NULL pointer dereference in mount_d...
2013-07-19 Jo-Philipp... block: also handle /dev/mdX (softraid) and /dev/mapper...
2013-07-19 Jo-Philipp... block: ignore probe entries without id
2013-07-15 Felix Fietkaukmodloader: fix path printf handling
2013-07-12 Felix Fietkaukmodloader: eliminate some hardcoded buffer sizes
2013-07-12 Felix Fietkaukmodloader: reduce indentation depth
2013-07-12 Felix Fietkaukmodloader: use avl tree and calloc_a
2013-07-12 Felix Fietkauadd block to .gitignore
2013-07-11 John Crispinmake block handle the same block device types as luci
2013-07-11 Peter Wagnerubox fix extroot delay
2013-07-09 John Crispinimprove e2fsck handling
2013-07-09 John Crispinrun basename() on user provided device names
2013-07-02 Peter Wagneradd option to check ext* partitions before mounting V3
2013-06-29 Peter Wagner add delay for root partition when extroot is used
2013-06-28 John Crispinfix endianess bug inside libbklid-tiny
2013-06-27 John Crispinadd mount/umount support to the block tool
2013-06-27 John Crispininsmod should not insert of already inserted
2013-06-27 John Crispinadd jffs2reset and jffs2mark
2013-06-27 John Crispinadd pivot support, anon swap, device name support,...
2013-06-20 John Crispinadd support for mmc cards
2013-06-20 John Crispinadd /etc/.extroot-uuid support
2013-06-20 John Crispinfix invalid path in extroot exit path
2013-06-19 John Crispinaddextroot support to mount_root
2013-06-19 John CrispinAdd CmakeList support for the block tool
2013-06-19 John Crispinadd a block-mount replacement
2013-06-19 John Crispinadd a tiny version of libblkid
2013-06-19 John Crispinremove Makefile
2013-06-04 John Crispinadd support for module handling
2013-04-25 John Crispininitial import of uboox utilities