<feed xmlns='http://www.w3.org/2005/Atom'>
<title>ouroboros/install_debug.sh, branch master</title>
<subtitle>Ouroboros main repository</subtitle>
<id>http://www.ouroboros.rocks/cgit/ouroboros/atom?h=master</id>
<link rel='self' href='http://www.ouroboros.rocks/cgit/ouroboros/atom?h=master'/>
<link rel='alternate' type='text/html' href='http://www.ouroboros.rocks/cgit/ouroboros/'/>
<updated>2017-11-15T12:21:22+00:00</updated>
<entry>
<title>build: Deprecate the compile/install scripts</title>
<updated>2017-11-15T12:21:22+00:00</updated>
<author>
<name>Dimitri Staessens</name>
<email>dimitri.staessens@ugent.be</email>
</author>
<published>2017-11-15T12:19:29+00:00</published>
<link rel='alternate' type='text/html' href='http://www.ouroboros.rocks/cgit/ouroboros/commit/?id=3d8c53bb3708867c77456138c5190b4797d9186b'/>
<id>urn:sha1:3d8c53bb3708867c77456138c5190b4797d9186b</id>
<content type='text'>
The build system updates have made installing simple and robust using
the following commands:

  mkdir build &amp;&amp; cd build

  cmake ..

  ccmake .

  sudo make install

Signed-off-by: Dimitri Staessens &lt;dimitri.staessens@ugent.be&gt;
Signed-off-by: Sander Vrijders &lt;sander.vrijders@ugent.be&gt;
</content>
</entry>
<entry>
<title>build: Improve bash scripts</title>
<updated>2017-10-30T15:29:23+00:00</updated>
<author>
<name>Sander Vrijders</name>
<email>sander.vrijders@ugent.be</email>
</author>
<published>2017-10-30T15:18:59+00:00</published>
<link rel='alternate' type='text/html' href='http://www.ouroboros.rocks/cgit/ouroboros/commit/?id=f5c60ee47c097d7408470e4be6182bf9ee684e84'/>
<id>urn:sha1:f5c60ee47c097d7408470e4be6182bf9ee684e84</id>
<content type='text'>
This improves the bash scripts so they are less error prone. Mistakes
were found using the parser on shellcheck.net

Signed-off-by: Sander Vrijders &lt;sander.vrijders@ugent.be&gt;
Signed-off-by: Dimitri Staessens &lt;dimitri.staessens@ugent.be&gt;
</content>
</entry>
<entry>
<title>build: Make install scripts OS agnostic</title>
<updated>2017-02-13T14:18:45+00:00</updated>
<author>
<name>Sander Vrijders</name>
<email>sander.vrijders@intec.ugent.be</email>
</author>
<published>2017-02-13T14:18:45+00:00</published>
<link rel='alternate' type='text/html' href='http://www.ouroboros.rocks/cgit/ouroboros/commit/?id=111bf59e8ee454973df17ce9686566ee0d9cd03a'/>
<id>urn:sha1:111bf59e8ee454973df17ce9686566ee0d9cd03a</id>
<content type='text'>
This makes the install scripts OS agnostic, since env is used to call
bash, which just uses looks for bash in the path.
</content>
</entry>
<entry>
<title>ipcpd: normal: Allow exchange of static DIF information</title>
<updated>2016-08-08T12:33:31+00:00</updated>
<author>
<name>Sander Vrijders</name>
<email>sander.vrijders@intec.ugent.be</email>
</author>
<published>2016-08-08T11:37:30+00:00</published>
<link rel='alternate' type='text/html' href='http://www.ouroboros.rocks/cgit/ouroboros/commit/?id=d13a6dfd0f7a8ebc98cdb59cf0a04a282fa1593d'/>
<id>urn:sha1:d13a6dfd0f7a8ebc98cdb59cf0a04a282fa1593d</id>
<content type='text'>
This adds the functionality of exchanging the static DIF information
between 2 DIF members. After exchange the enrollment is stopped, and
the IPCP that initiated enrollment transitions to the enrolled state.
</content>
</entry>
<entry>
<title>build: addresses comments on cffd94a</title>
<updated>2016-06-28T08:31:47+00:00</updated>
<author>
<name>dimitri staessens</name>
<email>dimitri.staessens@intec.ugent.be</email>
</author>
<published>2016-06-28T08:26:47+00:00</published>
<link rel='alternate' type='text/html' href='http://www.ouroboros.rocks/cgit/ouroboros/commit/?id=e552ad819aa9ba007464f5dcd6e4aa466f2c4ed9'/>
<id>urn:sha1:e552ad819aa9ba007464f5dcd6e4aa466f2c4ed9</id>
<content type='text'>
</content>
</entry>
<entry>
<title>build: Fix installation prefix</title>
<updated>2016-06-27T10:03:31+00:00</updated>
<author>
<name>Sander Vrijders</name>
<email>sander.vrijders@intec.ugent.be</email>
</author>
<published>2016-06-27T10:03:31+00:00</published>
<link rel='alternate' type='text/html' href='http://www.ouroboros.rocks/cgit/ouroboros/commit/?id=80765f1d6ea16892224be8da954e5b0a4c53303b'/>
<id>urn:sha1:80765f1d6ea16892224be8da954e5b0a4c53303b</id>
<content type='text'>
The installation prefix was taking a trailing backslash, while it is
common not to do so. Fixed it so that any trailing backslash is
removed by the compilation and installation scripts.
</content>
</entry>
<entry>
<title>lib, irmd, ipcp: robust mutexes</title>
<updated>2016-06-20T22:14:14+00:00</updated>
<author>
<name>dimitri staessens</name>
<email>dimitri.staessens@intec.ugent.be</email>
</author>
<published>2016-06-20T21:49:35+00:00</published>
<link rel='alternate' type='text/html' href='http://www.ouroboros.rocks/cgit/ouroboros/commit/?id=a46114ec01e8d174a41744f4f1b49905613847dc'/>
<id>urn:sha1:a46114ec01e8d174a41744f4f1b49905613847dc</id>
<content type='text'>
Update to POSIX 200112L to allow use of robust mutexes in the
shm_du_map. Removed the implementation of the rw_lock in favor of
pthread_rwlock_t.

Placeholder for the shm_du_map_sanitize function.
</content>
</entry>
<entry>
<title>build: Change install directories and set correct permissions</title>
<updated>2016-06-20T18:57:25+00:00</updated>
<author>
<name>Sander Vrijders</name>
<email>sander.vrijders@intec.ugent.be</email>
</author>
<published>2016-06-20T18:57:25+00:00</published>
<link rel='alternate' type='text/html' href='http://www.ouroboros.rocks/cgit/ouroboros/commit/?id=16323dcc9df15020e368d4324cf1c1d9dceac805'/>
<id>urn:sha1:16323dcc9df15020e368d4324cf1c1d9dceac805</id>
<content type='text'>
This sets the correct install directories for all the binaries,
library and header files. It also sets the right permissions on the
sockets and shared memory so that regular users can also use the
ouroboros library. Root privileges are required to run the irmd.

Fixes #7
</content>
</entry>
<entry>
<title>irmd, lib: Create and destroy IPC Processes</title>
<updated>2016-03-15T14:43:17+00:00</updated>
<author>
<name>Sander Vrijders</name>
<email>sander.vrijders@intec.ugent.be</email>
</author>
<published>2016-03-15T14:43:17+00:00</published>
<link rel='alternate' type='text/html' href='http://www.ouroboros.rocks/cgit/ouroboros/commit/?id=bd7a8ea8a1adbd6763aea857e72623929b7ad7a4'/>
<id>urn:sha1:bd7a8ea8a1adbd6763aea857e72623929b7ad7a4</id>
<content type='text'>
This adds the functionality to create and destroy IPCPs. Upon creation
a new process is forked and execve'd. Upon destruction the IPCP is
destroyed by killing it with SIGTERM.
</content>
</entry>
</feed>
