summaryrefslogtreecommitdiffstats
path: root/syslog.h
AgeCommit message (Collapse)Author
2013-09-28syslog() is a blocking call on eglibc. as procd provides the actual syslog, ↵John Crispin
weneed to make sure that we do not run into a deadlock. Signed-off-by: John Crispin <blogic@openwrt.org> Signed-off-by: Markus Stenberg <markus.stenberg@iki.fi>
2013-04-23fix behaviour during sysupgradeJohn Crispin
Signed-off-by: John Crispin <blogic@openwrt.org>
2013-03-16remove an unused functionFelix Fietkau
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
2013-03-13add syslog and klog supportJohn Crispin