summaryrefslogtreecommitdiff
path: root/package/procd
Commit message (Collapse)AuthorAgeFilesLines
* procd: fix wrap around bug in logread time handling codeJohn Crispin2013-04-251-2/+2
| | | | | | Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 36447
* procd: update to latest git versionJohn Crispin2013-04-251-3/+3
| | | | | | Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 36426
* fix eglibc compileJohn Crispin2013-04-031-1/+3
| | | | | | | | add librt dependency/link flag to procd when using eglibc thanks to jow for the help Signed-off-by: Etienne CHAMPETIER <etienne.champetier@free.fr> SVN-Revision: 36188
* fix up the mount options to match what openwrt had before using procd as pid 1John Crispin2013-03-141-2/+2
| | | | | | Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 36032
* fix date and dependencyJohn Crispin2013-03-131-2/+2
| | | | | | Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 36006
* update to latest git headJohn Crispin2013-03-133-3/+117
| | | | | | Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 36001
* procd: add initial implementationFelix Fietkau2012-12-223-0/+227
procd is the new OpenWrt process management daemon. It keeps track of processes started from init scripts (via ubus calls), and can suppress redundant service start/restart requests when the config/environment has not changed. SVN-Revision: 34865