project/ubox.git
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