summaryrefslogtreecommitdiff
path: root/main.c
Commit message (Expand)AuthorAgeFilesLines
* always use SIGKILL for netifd_kill_process, it is usually a last resortFelix Fietkau2012-01-211-1/+1
* in log read, check for EINTR instead of EAGAIN to avoid infinite loopsFelix Fietkau2011-10-211-1/+1
* try to grab log data more aggressivelyFelix Fietkau2011-10-201-1/+1
* fix segfaults in log line processingFelix Fietkau2011-10-201-3/+7
* reduce stack usageFelix Fietkau2011-10-201-1/+1
* rename config_init_interfaces to config_init_allFelix Fietkau2011-10-191-2/+2
* remove the argument to config_init_interfacesFelix Fietkau2011-10-191-2/+2
* move log levels to netifd.hFelix Fietkau2011-10-191-8/+0
* fix interrupted read checks in log collectionFelix Fietkau2011-10-181-3/+5
* fix infinite loop in logging when the logged process diesFelix Fietkau2011-10-161-1/+5
* add support for a user-configurable log levelFelix Fietkau2011-10-161-5/+33
* add support for logging messages via syslog (or optionally stdout)Felix Fietkau2011-10-161-3/+39
* detach stdin/stdout/stderr from child processes, implement a separate logging...Felix Fietkau2011-10-161-5/+102
* add support for tracking open file descriptors of modules and closing them fo...Felix Fietkau2011-10-151-0/+23
* move netifd_start_process dir_fd to the data structureFelix Fietkau2011-10-151-3/+3
* when killed, kill pending child processesFelix Fietkau2011-10-151-0/+31
* keep track of all running child processes in one placeFelix Fietkau2011-10-151-0/+55
* add some code for keeping track of dns servers and search domains and for wri...Felix Fietkau2011-10-111-1/+6
* use /lib/netifd as main path when dummy mode is disabledFelix Fietkau2011-10-091-1/+1
* add support for calls to a hotplug script on interface state changesFelix Fietkau2011-10-071-0/+5
* rework debugging code, add debugging levelsFelix Fietkau2011-10-041-1/+6
* add a ubus call for triggering config reloadsFelix Fietkau2011-10-031-4/+14
* add a system_init function for system controlSteven Barth2011-09-231-0/+6
* fix compilation with GCC 4.6 on LinuxSteven Barth2011-09-221-1/+2
* bring all interfaces down on restartFelix Fietkau2011-09-111-0/+2
* add an option for selecting the main path for netifd addonsFelix Fietkau2011-09-091-1/+6
* add an ubus call for restarting netifdFelix Fietkau2011-09-091-0/+18
* move more stuff out of netifd.hFelix Fietkau2011-09-071-0/+1
* move some code to utils.[ch]Felix Fietkau2011-09-071-5/+0
* make avl_strcmp globally visibleFelix Fietkau2011-04-131-0/+5
* Initial importFelix Fietkau2011-03-271-0/+46