summaryrefslogtreecommitdiffstats
path: root/syslog.c
AgeCommit message (Collapse)Author
2013-11-15debloat and reorganize codeJohn Crispin
split app into procd and init binaries remove log support, this is an external service now Signed-off-by: John Crispin <blogic@openwrt.org>
2013-10-01syslog: fix incorrect use of sizeof() in vsnprintf()Jo-Philipp Wich
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-05-09add a rcS helperJohn Crispin
Signed-off-by: John Crispin <blogic@openwrt.org>
2013-04-23fix behaviour during sysupgradeJohn Crispin
Signed-off-by: John Crispin <blogic@openwrt.org>
2013-03-16make a few variables staticFelix Fietkau
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
2013-03-16remove an unused functionFelix Fietkau
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
2013-03-16whitespace cleanupFelix Fietkau
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
2013-03-13add syslog and klog supportJohn Crispin