summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* trace: add missing limits.h includelede-17.01Hans Dedecker2018-02-051-0/+1
* procd: Fix minor null pointer dereference.Rosen Penev2018-01-041-3/+3
* procd: initd: fix path allocation in early_insmodNathan Hintz2018-01-041-1/+1
* service: fix calls to blobmsg_parse()Pierre Lebleu2017-11-141-8/+8
* procd: add missing new lines inside debug codeJohn Crispin2017-11-142-7/+5
* service: fix SERVICE_ATTR_NAME usage in service_handle_setpme.lebleu@gmail.com2017-10-041-1/+1
* watchdog: fix inline watchdog_get_magicclose function prototypeHans Dedecker2017-08-081-1/+2
* procd: Do not leak pipe file descriptors to childrenMichal Sojka2017-07-312-0/+3
* watchdog: add support for starting/stopping kernel watchdogHans Dedecker2017-07-123-18/+74
* system: introduce new attribute board_nameDaniel Golle2017-06-201-0/+34
* preinit: define _GNU_SOURCEHans Dedecker2017-06-201-0/+1
* upgraded: cmake: Find and include uloop.hFlorian Fainelli2017-06-201-0/+2
* hotplug: fix a memory leak in handle_button_complete()Alexander Couzens2017-06-201-1/+4
* service/service_stopped(): fix a use-after-freeAlexander Couzens2017-06-201-1/+1
* upgraded: define __GNU_SOURCEMatthias Schiffer2017-06-201-0/+2
* rcS: add missing fcntl.h includeMatthias Schiffer2017-06-201-0/+1
* procd/rcS: Use /dev/null as stdinMichal Sojka2017-06-201-0/+6
* procd: Log initscript output prefixed with script nameMichal Sojka2017-06-201-2/+3
* procd: Don't use syslog before its initializationMichal Sojka2017-06-201-1/+1
* procd: Add missing \n in debug messageMichal Sojka2017-06-201-1/+1
* procd: service gets deleted when its last instance is freedAlin Năstac2017-06-202-1/+5
* procd: add cancel_timeout on rc scripts when a runtime_timeout is specifiedJurgen Van Ham2017-02-151-1/+3
* procd: stop service using SIGKILL if SIGTERM failed to do soAlin Năstac2017-02-154-17/+57
* add missing includesFelix Fietkau2017-02-113-0/+3
* ujail: fix signal forwardingJohn Crispin2017-02-081-1/+23
* init: fix /tmp permissions on zramMatthias Schiffer2017-01-261-0/+6
* ujail: add basic /dev filesEtienne CHAMPETIER2017-01-101-0/+5
* service: add reload_signal propertyJo-Philipp Wich2016-12-132-0/+15
* hotplug: fix uninitialized variableJo-Philipp Wich2016-12-131-1/+1
* service: add service.signal ubus callJo-Philipp Wich2016-12-131-0/+71
* trace: use the cloned environment pointerFelix Fietkau2016-12-051-2/+2
* procd: Fix memory leaks found by cppcheckRosen Penev2016-12-053-1/+6
* hotplug: Check chown return valueFlorian Fainelli2016-12-041-2/+4
* ujail: send SIGKILL to jail process if SIGTERM failsFelix Fietkau2016-12-021-2/+15
* service: do not restart instances if data changesFelix Fietkau2016-10-191-3/+0
* service: make instance_update() void and unconditionally replace config on up...Felix Fietkau2016-10-192-9/+5
* service: add support for instances without commandFelix Fietkau2016-10-191-13/+25
* procd: fix build when DEBUG is setZefir Kurtisi2016-10-152-2/+2
* procd: fire events at instance respawn and failureZefir Kurtisi2016-10-151-0/+2
* add late variant of respawn and askconsoleJohn Crispin2016-09-282-0/+10
* fixes a copy paste error in the service ubus bindingJohn Crispin2016-09-271-1/+1
* procd: uClibc O_PATH backwards compatibility fixesHans Dedecker2016-08-122-0/+8
* trigger: rework timeout handling and command queueingFelix Fietkau2016-07-291-121/+84
* trigger: replace trigger_init() with static runqueue initializationFelix Fietkau2016-07-293-9/+1
* trigger: remove unnecessary runqueue empty callbackFelix Fietkau2016-07-291-5/+0
* trigger: reduce indentation level in trigger_event()Felix Fietkau2016-07-291-8/+8
* procd: remove instance_removepid call from instance_stopJurgen Van Ham2016-07-191-1/+0
* system: add reboot method to system ubus objectRafał Miłecki2016-07-061-0/+10
* system: fix localtime value in ubus info method outputRafał Miłecki2016-07-051-1/+1
* procd: remove pidfile after unexpected termination without respawnJurgen Van Ham2016-07-051-1/+1