Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-03-13 | add debug handler | John Crispin | |
2013-03-13 | add ubus system object | John Crispin | |
2013-03-13 | fix hotplug | John Crispin | |
2013-03-13 | add syslog and klog support | John Crispin | |
2013-03-13 | add inittab support | John Crispin | |
2013-03-13 | add coldplug handler | John Crispin | |
2013-03-13 | add preinit handler | John Crispin | |
2013-03-13 | add watchdog support | John Crispin | |
2013-03-13 | add early handler | John Crispin | |
2013-03-13 | add signal handler | John Crispin | |
2013-03-13 | add mknod wrapper | John Crispin | |
2013-03-13 | update .gitignore | John Crispin | |
2013-03-13 | add logread tool | John Crispin | |
2013-03-13 | add udevtrigger tool | John Crispin | |
2013-03-13 | add askfirst tool | John Crispin | |
2013-02-23 | initialize dest in cmd_add_string() to not segfault on empty strings | Felix Fietkau | |
2013-02-23 | fix json_object_from_file return value handling | John Crispin | |
Signed-off-by: John Crispin <blogic@openwrt.org> | |||
2013-02-20 | hotplug-rule: fix off-by-one error in blobmsg string buffer realloc | Felix Fietkau | |
Signed-off-by: Felix Fietkau <nbd@openwrt.org> | |||
2013-02-13 | hotplug: add extra validation for commands | Felix Fietkau | |
Signed-off-by: Felix Fietkau <nbd@openwrt.org> | |||
2013-02-13 | hotplug: validate expression name element | Felix Fietkau | |
Signed-off-by: Felix Fietkau <nbd@openwrt.org> | |||
2013-02-12 | add validation for hotplug commands | Felix Fietkau | |
Signed-off-by: Felix Fietkau <nbd@openwrt.org> | |||
2013-02-10 | hotplug: add parser for new hotplug event rulesets (work in progress, not ↵ | Felix Fietkau | |
integrated yet) Signed-off-by: Felix Fietkau <nbd@openwrt.org> | |||
2012-12-31 | use calloc_a | Felix Fietkau | |
Signed-off-by: Felix Fietkau <nbd@openwrt.org> | |||
2012-12-20 | add support for deleting individual service instances | Felix Fietkau | |
Signed-off-by: Felix Fietkau <nbd@openwrt.org> | |||
2012-12-20 | fix stale vlist/avl key for instance names | Felix Fietkau | |
Signed-off-by: Felix Fietkau <nbd@openwrt.org> | |||
2012-12-19 | add instance file attribute with md5 hash checks | Felix Fietkau | |
Signed-off-by: Felix Fietkau <nbd@openwrt.org> | |||
2012-12-16 | raise ubusd priority to speed up message processing under load | Felix Fietkau | |
Signed-off-by: Felix Fietkau <nbd@openwrt.org> | |||
2012-12-16 | add support for specifying process priority | Felix Fietkau | |
Signed-off-by: Felix Fietkau <nbd@openwrt.org> | |||
2012-12-16 | fix service name pointer | Felix Fietkau | |
Signed-off-by: Felix Fietkau <nbd@openwrt.org> | |||
2012-06-30 | add code for adding instances | Felix Fietkau | |
2012-06-25 | fix a memleak | Felix Fietkau | |
2012-06-25 | remove outer memdup | Felix Fietkau | |
2012-06-25 | memdup instance config | Felix Fietkau | |
2012-06-25 | add update_start/update_complete methods | Felix Fietkau | |
2012-06-25 | add netdev ifindex support | Felix Fietkau | |
2012-06-25 | add new debug macro | Felix Fietkau | |
2012-06-24 | fix env var handling, add support for filling blobmsg_list from arrays | Felix Fietkau | |
2012-06-24 | segfault | Felix Fietkau | |
2012-06-24 | add debug | Felix Fietkau | |
2012-06-24 | add a debug message for showing exit of instances | Felix Fietkau | |
2012-06-24 | add a debug message for showing starting of instances | Felix Fietkau | |
2012-06-24 | dump status info | Felix Fietkau | |
2012-06-24 | add code for starting instances | Felix Fietkau | |
2012-06-24 | add blobmsg_list_for_each | Felix Fietkau | |
2012-06-24 | whitespace fixup | Felix Fietkau | |
2012-06-24 | do not start instances with invalid config | Felix Fietkau | |
2012-06-24 | enable restart on config change | Felix Fietkau | |
2012-06-24 | add more parsing code | Felix Fietkau | |
2012-06-24 | add blobmsg_list_move | Felix Fietkau | |
2012-06-10 | fix typo | Felix Fietkau | |