index
:
ubox
master
OpenWrt core utilities
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2014-06-28
validate: fix indentation
Luka Perkov
2014-05-28
kmodloader: force size argument for syscall to unsigned long to fix issues with musl
Felix Fietkau
2014-05-25
ubox: only link libraries that are actually used
Felix Fietkau
2014-03-27
log: remove superflous client_close call
John Crispin
2014-03-27
mount_root/block: these tools were moved to the fstools repo
John Crispin
2014-03-18
logd: fix time passed via unix fd
John Crispin
2014-03-12
logd: fix internal buffer size
John Crispin
2014-03-12
logd: fix pipe close
John Crispin
2014-03-03
logd: transport log data via the new ubus fd api
John Crispin
2014-02-26
kmodloader: fix insmod when the passed parameter is a valid path
John Crispin
2014-02-23
validate: range and base arguments for numeric types, new types hexstring, regexp and uci
Jo-Philipp Wich
2014-02-08
block: add more diagnostic messages
Jo-Philipp Wich
2014-02-08
mount_root: add more diagnostic messages
Jo-Philipp Wich
2014-02-08
mount_root: try both $prefix/sbin/block and /sbin/block, fixes extroot with builtin block-mount
Jo-Philipp Wich
2014-01-22
kmodloader: allow /etc/modules.d/ files to pass options
John Crispin
2014-01-22
ubox: make logd use new ubus autoconnect
John Crispin
2014-01-22
logd: revert the log size changes
John Crispin
2014-01-21
logd: prevent the buffer from being bigger than the maximum ubus size
John Crispin
2014-01-19
logd: allow setting the buffer size from the command line
John Crispin
2014-01-16
kmodloader: fix elf header parsing on 64bit machines
John Crispin
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
[next]