<feed xmlns='http://www.w3.org/2005/Atom'>
<title>mtk-20170518/package/system/procd, branch v17.01.5</title>
<subtitle>MTK 20170518 : Mediatek SDK based on OpenWRT Barrier Breaker</subtitle>
<link rel='alternate' type='text/html' href='http://www.chd.sx/cgit/mtk-20170518/'/>
<entry>
<title>procd: update to latest git HEAD</title>
<updated>2018-02-09T08:22:45+00:00</updated>
<author>
<name>Hans Dedecker</name>
<email>dedeckeh@gmail.com</email>
</author>
<published>2018-02-09T08:21:36+00:00</published>
<link rel='alternate' type='text/html' href='http://www.chd.sx/cgit/mtk-20170518/commit/?id=28483d4ab236446c3b172c6d6b5742742c9c1bd2'/>
<id>28483d4ab236446c3b172c6d6b5742742c9c1bd2</id>
<content type='text'>
9a4036f trace: add missing limits.h include

Signed-off-by: Hans Dedecker &lt;dedeckeh@gmail.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
9a4036f trace: add missing limits.h include

Signed-off-by: Hans Dedecker &lt;dedeckeh@gmail.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>procd: update to latest git HEAD</title>
<updated>2018-01-04T10:30:05+00:00</updated>
<author>
<name>Hans Dedecker</name>
<email>dedeckeh@gmail.com</email>
</author>
<published>2018-01-04T10:29:17+00:00</published>
<link rel='alternate' type='text/html' href='http://www.chd.sx/cgit/mtk-20170518/commit/?id=55c23e44f4e163a550dfd96b8749448b4f0d4b21'/>
<id>55c23e44f4e163a550dfd96b8749448b4f0d4b21</id>
<content type='text'>
1883530 procd: Fix minor null pointer dereference.
9085551 procd: initd: fix path allocation in early_insmod

Signed-off-by: Hans Dedecker &lt;dedeckeh@gmail.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
1883530 procd: Fix minor null pointer dereference.
9085551 procd: initd: fix path allocation in early_insmod

Signed-off-by: Hans Dedecker &lt;dedeckeh@gmail.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>procd: Always tell cmake whether to include seccomp support or not</title>
<updated>2017-12-13T15:44:07+00:00</updated>
<author>
<name>Michal Sojka</name>
<email>sojkam1@fel.cvut.cz</email>
</author>
<published>2017-11-03T21:31:42+00:00</published>
<link rel='alternate' type='text/html' href='http://www.chd.sx/cgit/mtk-20170518/commit/?id=5872c19c63b61ad481f54eb7c415e52e22b15b91'/>
<id>5872c19c63b61ad481f54eb7c415e52e22b15b91</id>
<content type='text'>
Without this change, when a user disables seccomp support in .config,
procd does not get recompiled unless the package is cleaned manually.
It is because when -D option is missing from cmake command line, cmake
uses cached value from the previous run where seccomp was enabled.

Signed-off-by: Michal Sojka &lt;sojkam1@fel.cvut.cz&gt;
(cherry picked from commit 0e300a3a71264d8938b17f9fb0d5f1ab33a0434a)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Without this change, when a user disables seccomp support in .config,
procd does not get recompiled unless the package is cleaned manually.
It is because when -D option is missing from cmake command line, cmake
uses cached value from the previous run where seccomp was enabled.

Signed-off-by: Michal Sojka &lt;sojkam1@fel.cvut.cz&gt;
(cherry picked from commit 0e300a3a71264d8938b17f9fb0d5f1ab33a0434a)
</pre>
</div>
</content>
</entry>
<entry>
<title>procd: Install seccomp-trace symlink</title>
<updated>2017-12-13T15:36:38+00:00</updated>
<author>
<name>Michal Sojka</name>
<email>sojkam1@fel.cvut.cz</email>
</author>
<published>2017-09-12T11:12:50+00:00</published>
<link rel='alternate' type='text/html' href='http://www.chd.sx/cgit/mtk-20170518/commit/?id=ed4f4f1a8e2eaf49a87e731bf79ac40987600e94'/>
<id>ed4f4f1a8e2eaf49a87e731bf79ac40987600e94</id>
<content type='text'>
Signed-off-by: Michal Sojka &lt;sojkam1@fel.cvut.cz&gt;
(cherry picked from commit 1a5bf778fb4f8b648716d9f8275c6a0af503cfe5)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Signed-off-by: Michal Sojka &lt;sojkam1@fel.cvut.cz&gt;
(cherry picked from commit 1a5bf778fb4f8b648716d9f8275c6a0af503cfe5)
</pre>
</div>
</content>
</entry>
<entry>
<title>procd: mdns: Support txt values with spaces</title>
<updated>2017-12-13T15:29:22+00:00</updated>
<author>
<name>Karl Palsson</name>
<email>karlp@etactica.com</email>
</author>
<published>2017-08-30T17:44:00+00:00</published>
<link rel='alternate' type='text/html' href='http://www.chd.sx/cgit/mtk-20170518/commit/?id=c58e824acc3c5fcac6ce91584eaf704e99be52ef'/>
<id>c58e824acc3c5fcac6ce91584eaf704e99be52ef</id>
<content type='text'>
Properly quote the arguments so that you can register a service with TXT
entries that contains spaces.

Example:
   procd_add_mdns myservice tcp 9999 "key=descriptive text field 1" \
         "another=something equally verbose"

Output before:
$ avahi-browse -r -v _myservice._tcp
_myservice._tcp      local
   hostname = [blah.local]
   address = [192.168.255.74]
   port = [9999]
   txt = ["verbose" "equally" "another=something" "1" "field" "text" "key=descriptive"]

Output now:
$ avahi-browse -r -v _myservice._tcp
_myservice._tcp      local
   hostname = [blah.local]
   address = [192.168.255.74]
   port = [9999]
   txt = ["another=something equally verbose" "key=descriptive text field 1"]

Signed-off-by: Karl Palsson &lt;karlp@etactica.com&gt;
(cherry picked from commit 7a423c389a162d2945901f0b5e7c604d36c64526)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Properly quote the arguments so that you can register a service with TXT
entries that contains spaces.

Example:
   procd_add_mdns myservice tcp 9999 "key=descriptive text field 1" \
         "another=something equally verbose"

Output before:
$ avahi-browse -r -v _myservice._tcp
_myservice._tcp      local
   hostname = [blah.local]
   address = [192.168.255.74]
   port = [9999]
   txt = ["verbose" "equally" "another=something" "1" "field" "text" "key=descriptive"]

Output now:
$ avahi-browse -r -v _myservice._tcp
_myservice._tcp      local
   hostname = [blah.local]
   address = [192.168.255.74]
   port = [9999]
   txt = ["another=something equally verbose" "key=descriptive text field 1"]

Signed-off-by: Karl Palsson &lt;karlp@etactica.com&gt;
(cherry picked from commit 7a423c389a162d2945901f0b5e7c604d36c64526)
</pre>
</div>
</content>
</entry>
<entry>
<title>procd.sh: use parameterized respawn values</title>
<updated>2017-12-13T13:39:02+00:00</updated>
<author>
<name>Claudiu Brasovean</name>
<email>cbrasho@gmail.com</email>
</author>
<published>2017-02-28T09:51:01+00:00</published>
<link rel='alternate' type='text/html' href='http://www.chd.sx/cgit/mtk-20170518/commit/?id=56b9f0ffc0cbceabe3636c19baaf6c27f34ebe1e'/>
<id>56b9f0ffc0cbceabe3636c19baaf6c27f34ebe1e</id>
<content type='text'>
continue work started here: http://patchwork.ozlabs.org/patch/520859

Extend /etc/config/system with parameters to set the default respawn treshold and respawn timeout
	for procd launched services that have respawn enabled.
This results in cleaner init scripts, while making sure services have respawn parameters set.

Signed-off-by: Claudiu Brasovean &lt;cbrasho@gmail.com&gt;
(cherry picked from commit c70c6ac070223114ee8c9f33e5e416edb005ca83)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
continue work started here: http://patchwork.ozlabs.org/patch/520859

Extend /etc/config/system with parameters to set the default respawn treshold and respawn timeout
	for procd launched services that have respawn enabled.
This results in cleaner init scripts, while making sure services have respawn parameters set.

Signed-off-by: Claudiu Brasovean &lt;cbrasho@gmail.com&gt;
(cherry picked from commit c70c6ac070223114ee8c9f33e5e416edb005ca83)
</pre>
</div>
</content>
</entry>
<entry>
<title>procd: update to latest git HEAD (fixes and improvements)</title>
<updated>2017-11-15T21:14:26+00:00</updated>
<author>
<name>Hans Dedecker</name>
<email>dedeckeh@gmail.com</email>
</author>
<published>2017-11-15T21:07:06+00:00</published>
<link rel='alternate' type='text/html' href='http://www.chd.sx/cgit/mtk-20170518/commit/?id=c9fb48a4321c0f9d206f3ce215f12a97748bf572'/>
<id>c9fb48a4321c0f9d206f3ce215f12a97748bf572</id>
<content type='text'>
d9dc0e0 service: fix calls to blobmsg_parse()
5db8f70 procd: add missing new lines inside debug code
8d5d29c service: fix SERVICE_ATTR_NAME usage in service_handle_set

Signed-off-by: Hans Dedecker &lt;dedeckeh@gmail.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
d9dc0e0 service: fix calls to blobmsg_parse()
5db8f70 procd: add missing new lines inside debug code
8d5d29c service: fix SERVICE_ATTR_NAME usage in service_handle_set

Signed-off-by: Hans Dedecker &lt;dedeckeh@gmail.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>procd: update to the latest git HEAD</title>
<updated>2017-08-08T12:41:02+00:00</updated>
<author>
<name>Hans Dedecker</name>
<email>dedeckeh@gmail.com</email>
</author>
<published>2017-08-08T12:40:21+00:00</published>
<link rel='alternate' type='text/html' href='http://www.chd.sx/cgit/mtk-20170518/commit/?id=4503d8b297bc91dc45ee1f2fa52e297a78e74084'/>
<id>4503d8b297bc91dc45ee1f2fa52e297a78e74084</id>
<content type='text'>
66be6a2 watchdog: fix inline watchdog_get_magicclose function prototype

Signed-off-by: Hans Dedecker &lt;dedeckeh@gmail.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
66be6a2 watchdog: fix inline watchdog_get_magicclose function prototype

Signed-off-by: Hans Dedecker &lt;dedeckeh@gmail.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>procd: update to latest git HEAD</title>
<updated>2017-08-01T05:02:53+00:00</updated>
<author>
<name>John Crispin</name>
<email>john@phrozen.org</email>
</author>
<published>2017-08-01T05:02:26+00:00</published>
<link rel='alternate' type='text/html' href='http://www.chd.sx/cgit/mtk-20170518/commit/?id=66b071fa095ef25a234235228b52a18be92fe1aa'/>
<id>66b071fa095ef25a234235228b52a18be92fe1aa</id>
<content type='text'>
3e68cdf procd: Do not leak pipe file descriptors to children

Signed-off-by: John Crispin &lt;john@phrozen.org&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
3e68cdf procd: Do not leak pipe file descriptors to children

Signed-off-by: John Crispin &lt;john@phrozen.org&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>procd: backport kernel watchdog start/stop support</title>
<updated>2017-07-13T19:54:59+00:00</updated>
<author>
<name>Hans Dedecker</name>
<email>dedeckeh@gmail.com</email>
</author>
<published>2017-07-13T19:54:59+00:00</published>
<link rel='alternate' type='text/html' href='http://www.chd.sx/cgit/mtk-20170518/commit/?id=82b20d74cbdde4065a8a991696e56c7c0ea120e1'/>
<id>82b20d74cbdde4065a8a991696e56c7c0ea120e1</id>
<content type='text'>
4dbf57a watchdog: add support for starting/stopping kernel watchdog

Signed-off-by: Hans Dedecker &lt;dedeckeh@gmail.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
4dbf57a watchdog: add support for starting/stopping kernel watchdog

Signed-off-by: Hans Dedecker &lt;dedeckeh@gmail.com&gt;
</pre>
</div>
</content>
</entry>
</feed>
