aboutsummaryrefslogtreecommitdiffstats
path: root/package/procd
Commit message (Collapse)AuthorAgeFilesLines
* packages: clean up the package folderJohn Crispin2013-06-215-327/+0
| | | | | | Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 37007
* procd: update to latest git revisionJohn Crispin2013-06-211-15/+3
| | | | | | Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 36995
* procd: fix hotplug rule to not return on default makedev triggerJohn Crispin2013-06-211-4/+1
| | | | | | | | this allows the subsystem trigger to also be called Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 36994
* procd: make the preinit rules wildcard all buttons for failsafeJohn Crispin2013-06-101-1/+0
| | | | | | Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 36896
* procd: update to latest git revisionJohn Crispin2013-06-101-2/+2
| | | | | | Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 36895
* procd: update to the latest version, fixes restarting stopped instances ↵Felix Fietkau2013-05-311-2/+2
| | | | | | | | based on init script restart Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 36811
* procd: update to latest git revisionJohn Crispin2013-05-301-3/+3
| | | | | | | | | | * add support for rcS * logread can relay log via tcp * make sure directories are created before mknod is called Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 36776
* 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