project/procd.git
2013-09-10 Gabor Juhosudevtrigger: check presence of dev attribute
2013-09-10 Gabor Juhosudevtrigger: add device_has_attribute helper
2013-09-10 Gabor Juhosudevtrigger: remove trailing whitespaces
2013-09-03 John Crispinadd a ubus handler that allows sending signals to processes
2013-09-03 John Crispinfix use after free bug in the trigger handling code
2013-09-03 John Crispinadd suport for measuring process resource usage
2013-09-03 John Crispinfixup service_dump logic
2013-09-03 John Crispintrivial code cleanup
2013-09-03 John Crispinadd respawn handling
2013-09-03 John Crispinlogread: fix the facility name reporting
2013-08-16 Jo-Philipp... service: terminate uloop after fork(), redirect stdin...
2013-08-15 Jo-Philipp... hotplug: terminate uloop after fork(), redirect stdin...
2013-07-23 Yousong Zhouaskfirst: remove superfluous 'close' calls on stdio...
2013-07-23 Yousong ZhouParse only init_debug option with non-empty argument.
2013-07-23 Yousong ZhouError and return when failing stat('/dev/console').
2013-07-23 Yousong ZhouFix event type reporting when calling 'procd_shutdown'.
2013-07-22 Gabor Juhosearly: remove superfluous close of stdio file descriptors
2013-07-22 Gabor Juhosearly: keep stdio files open
2013-07-14 John Crispinthe cloexec logic of the watchdog was broken
2013-07-14 John Crispinlogread should handle return code when sending data...
2013-07-11 John Crispinfix wdt cloexec bug
2013-07-10 John Crispinfix up watchdog init code
2013-07-10 John Crispinprint services with no instances when verbose is set
2013-07-10 John Crispinfix service level triggers
2013-07-10 John Crispinmake the verbose argument a bool
2013-07-10 John Crispininvalid pointer was passed to free()
2013-07-10 John Crispinremove bogus subscriber
2013-07-10 John Crispinremove support fro trigegrs not linked to a service
2013-07-09 John Crispinthe delete handle should return an error if no service...
2013-07-09 John CrispinFix logread file logging
2013-07-09 John Crispinfix up the loging over network
2013-07-08 John Crispindont list services that have no instances
2013-07-08 John Crispinclose stdin/out/err before forking an instance
2013-07-08 John Crispinremove superflous define
2013-07-08 John Crispinextend logread
2013-07-08 Thomas Huehnbugfix of error handling while open()
2013-07-04 John Crispinadd trigger support
2013-07-03 John Crispinproperly fix umask handling
2013-07-03 John Crispinadd 2 second sleep before rebooting
2013-06-29 John Crispinadd support for the system.event node
2013-06-27 John Crispinget rid of sleep() calls
2013-06-27 John Crispinmake ubus handling use uloop timers
2013-06-24 John Crispinset global umask to 0
2013-06-24 John Crispinadd respawn support
2013-06-19 John Crispinmake add facility and level to logread output
2013-06-14 John Crispindrop good bye message
2013-06-13 John Crispinregister the system namespace on ubus regardless of...
2013-06-10 John Crispinwe dont want to continue booting if sysupgrade is in...
2013-06-04 John Crispinmerge ubus system namespace from rpcd codebase
2013-06-04 John Crispinload modules from /etc/modules-boot.d/ before preinit
2013-05-31 Felix Fietkaurestart stopped instances on update
2013-05-31 Felix Fietkauturn instance exit message into a debug message
2013-05-30 John Crispinmake sure path exists before mknod is called
2013-05-29 John Crispinupdate rcS.c to match new runqueue api changes
2013-05-11 John Crispinlogread
2013-05-09 John Crispinadd a rcS helper
2013-04-25 John Crispinfix 32 wrap around bug when handling 64 bit time values
2013-04-23 John Crispinignore sigpipe
2013-04-23 John Crispinfix behaviour during sysupgrade
2013-04-23 John Crispinmake reboot work without -f in failsafe
2013-04-07 Felix Fietkauwatchdog: add support for starting/stopping watchdog...
2013-03-16 Felix Fietkaumake a few variables static
2013-03-16 Felix Fietkauremove an unused function
2013-03-16 Felix Fietkauwhitespace cleanup
2013-03-16 Felix Fietkauget rid of perror() calls, use ERROR() instead
2013-03-14 John Crispinfix up the mount options to match what openwrt had...
2013-03-13 John Crispinadd license headers
2013-03-13 John Crispinadd new main.c and fix Makefile/headers
2013-03-13 John CrispinDPRINTF no longer exists
2013-03-13 John Crispinadd state handler
2013-03-13 John Crispinadd debug handler
2013-03-13 John Crispinadd ubus system object
2013-03-13 John Crispinfix hotplug
2013-03-13 John Crispinadd syslog and klog support
2013-03-13 John Crispinadd inittab support
2013-03-13 John Crispinadd coldplug handler
2013-03-13 John Crispinadd preinit handler
2013-03-13 John Crispinadd watchdog support
2013-03-13 John Crispinadd early handler
2013-03-13 John Crispinadd signal handler
2013-03-13 John Crispinadd mknod wrapper
2013-03-13 John Crispinupdate .gitignore
2013-03-13 John Crispinadd logread tool
2013-03-13 John Crispinadd udevtrigger tool
2013-03-13 John Crispinadd askfirst tool
2013-02-23 Felix Fietkauinitialize dest in cmd_add_string() to not segfault...
2013-02-23 John Crispinfix json_object_from_file return value handling
2013-02-20 Felix Fietkauhotplug-rule: fix off-by-one error in blobmsg string...
2013-02-13 Felix Fietkauhotplug: add extra validation for commands
2013-02-13 Felix Fietkauhotplug: validate expression name element
2013-02-12 Felix Fietkauadd validation for hotplug commands
2013-02-10 Felix Fietkauhotplug: add parser for new hotplug event rulesets...
2012-12-31 Felix Fietkauuse calloc_a
2012-12-20 Felix Fietkauadd support for deleting individual service instances
2012-12-20 Felix Fietkaufix stale vlist/avl key for instance names
2012-12-19 Felix Fietkauadd instance file attribute with md5 hash checks
2012-12-16 Felix Fietkauraise ubusd priority to speed up message processing...
2012-12-16 Felix Fietkauadd support for specifying process priority
2012-12-16 Felix Fietkaufix service name pointer
2012-06-30 Felix Fietkauadd code for adding instances
next