index
:
ubox
master
OpenWrt core utilities
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2014-01-15
block: remove duplicate block device wildcard
John Crispin
2014-01-12
fix bogus kmodloader warning
John Crispin
2013-12-09
logread: fix initial connect. we really need a better reconnect logic
John Crispin
2013-11-30
validate: properly deal with datatype expressions containing escaped colons
Jo-Philipp Wich
2013-11-30
validate: fix length calculation of string literals and store value type for literal comparisations
Jo-Philipp Wich
2013-11-30
validate: fix return type of dt_parse() call
Jo-Philipp Wich
2013-11-28
validate: support uci lists in cli client and use dt_parse() return value to decide whether an option should be handled as bool
Jo-Philipp Wich
2013-11-28
validate: change dt_parse() to return an enum indicating the kind of value that was matched (bool, number, string)
Jo-Philipp Wich
2013-11-22
add a c version of the current uci_valisate call to the cli
John Crispin
2013-11-19
make use of the md5.c inside libubox
John Crispin
2013-11-16
revert 2fdd374f4214129d93f10b7001adece9239752a2
John Crispin
2013-11-15
update gitignore
John Crispin
2013-11-15
add log daemon
John Crispin
2013-11-15
add validation code
John Crispin
2013-11-11
kmod-loader: fix module options support when using modprobe
John Crispin
2013-11-07
block: support extroot and overlay mounts by device
Jo-Philipp Wich
2013-11-07
block: fix find_block_info() by label
Jo-Philipp Wich
2013-11-07
support specifying swap priority from the command line
Nathan Hintz
2013-10-27
close file pointer before exiting function
Luka Perkov
2013-10-27
fix typo
Luka Perkov
2013-10-26
add support for patched rootfs
John Crispin
2013-10-14
kmodloader: respect global directory prefix in scan_module_folder()
Jo-Philipp Wich
2013-09-28
kmodloader: use the name of the found module struct for modinfo
Jo-Philipp Wich
2013-09-28
kmodloader: use the name of the module struct when unloading modules
Jo-Philipp Wich
2013-09-28
kmodloader: properly handle modules with both underscores and dashes in their name
Jo-Philipp Wich
2013-09-19
fix hyphen substitution in path
John Crispin
2013-09-17
cosmetic cleanup of - vs _ patch
John Crispin
2013-09-17
fix _ vs - bug
John Crispin
2013-09-05
kmodloader: don't free memory allocated with alloca()
Jo-Philipp Wich
2013-09-05
block: properly handle vlist_add() for label, uuid and device cases
Jo-Philipp Wich
2013-09-03
add proper modprobe support
John Crispin
2013-08-16
block: do a final round of swapfile mounting in main_mount()
Jo-Philipp Wich
2013-08-16
block: support mounting swap by label
Jo-Philipp Wich
2013-08-16
block: remove debug prints
Jo-Philipp Wich
2013-08-16
block: add support for mounting swap files
Jo-Philipp Wich
2013-08-16
libblkid-tiny: allow probing files
Jo-Philipp Wich
2013-08-16
block: add support for generic mount options
Jo-Philipp Wich
2013-07-31
block: enlarge uuid buffer when writing extroot tag file, some uuids exceed 32 byte in size
Jo-Philipp Wich
2013-07-26
block: suggest a default delay_root value of 5 seconds, since it is almost always needed when running block from jffs2
Jo-Philipp Wich
2013-07-26
mount_root: umount /tmp/overlay in external root case as well
Jo-Philipp Wich
2013-07-26
mount_root: support extroot from block-mount on jffs2
Jo-Philipp Wich
2013-07-26
block: stage extroot mounts in /tmp/extroot since /tmp/overlay might be in use by jffs2 already
Jo-Philipp Wich
2013-07-26
kmodloader: support loading modules from a different prefix
Jo-Philipp Wich
2013-07-25
block: restore support for using swap files
Jo-Philipp Wich
2013-07-25
block: discard vfat labels with only spaces
Jo-Philipp Wich
2013-07-24
block: strip trailing spaces from vfat labels
Jo-Philipp Wich
2013-07-24
block: use dynamically sized probe buffer in libblkid-tiny
Jo-Philipp Wich
2013-07-24
block: remove uneeded le32_to_cpu() calls in vfat probe function - the call is not required due to direct memcmp() and actually breaks the filesystem signature
Jo-Philipp Wich
2013-07-23
allow mtd devices to be mounted by block tool
John Crispin
2013-07-23
fix swapoff help text
John Crispin
[next]