<feed xmlns='http://www.w3.org/2005/Atom'>
<title>sf.git/src/process.c, branch master</title>
<subtitle>System status monitor and file manager
</subtitle>
<id>https://git.verdant.ee/projects/sf.git/atom?h=master</id>
<link rel='self' href='https://git.verdant.ee/projects/sf.git/atom?h=master'/>
<link rel='alternate' type='text/html' href='https://git.verdant.ee/projects/sf.git/'/>
<updated>2026-08-06T06:52:03Z</updated>
<entry>
<title>Introduce error code system</title>
<updated>2026-08-06T06:52:03Z</updated>
<author>
<name>verdant</name>
<email>im@verdant.ee</email>
</author>
<published>2026-08-06T06:52:03Z</published>
<link rel='alternate' type='text/html' href='https://git.verdant.ee/projects/sf.git/commit/?id=b87d0c4a36c2cfb3d79b09838b88fcab1a8d07f3'/>
<id>urn:sha1:b87d0c4a36c2cfb3d79b09838b88fcab1a8d07f3</id>
<content type='text'>
Refactor spawn function, use return error code, provide more clearly
error handling.
</content>
</entry>
<entry>
<title>Add spawn wrapper for executing external commands</title>
<updated>2026-07-28T12:44:30Z</updated>
<author>
<name>verdant</name>
<email>im@verdant.ee</email>
</author>
<published>2026-07-28T12:36:13Z</published>
<link rel='alternate' type='text/html' href='https://git.verdant.ee/projects/sf.git/commit/?id=14bdd63e40e913dfce20190de923d2aca0d1d45a'/>
<id>urn:sha1:14bdd63e40e913dfce20190de923d2aca0d1d45a</id>
<content type='text'>
Inctroduce process.c and process.h providing spawn() function to fork
a child process and execute commands via execvp().

Return -1 on invalid arguments or fork failure, and 0 on success.
</content>
</entry>
</feed>
