<feed xmlns='http://www.w3.org/2005/Atom'>
<title>hakurei/cmd/fpkg/start.go, branch develop</title>
<subtitle>low-level userspace tooling for Rosa OS</subtitle>
<id>http://src.rosa.moe/hakurei/atom/cmd/fpkg/start.go?h=develop</id>
<link rel='self' href='http://src.rosa.moe/hakurei/atom/cmd/fpkg/start.go?h=develop'/>
<link rel='alternate' type='text/html' href='http://src.rosa.moe/hakurei/'/>
<updated>2025-02-23T14:25:12Z</updated>
<entry>
<title>cmd/fpkg: integrate command handler</title>
<updated>2025-02-23T14:25:12Z</updated>
<author>
<name>Ophestra</name>
<email>cat@gensokyo.uk</email>
</author>
<published>2025-02-23T14:23:54Z</published>
<link rel='alternate' type='text/html' href='http://src.rosa.moe/hakurei/commit/?id=e6cd2bb2a8098d555f11034fa912158c469e6138'/>
<id>urn:sha1:e6cd2bb2a8098d555f11034fa912158c469e6138</id>
<content type='text'>
Signed-off-by: Ophestra &lt;cat@gensokyo.uk&gt;
</content>
</entry>
<entry>
<title>cmd/fpkg: rename shell to shellPath</title>
<updated>2025-02-21T08:50:20Z</updated>
<author>
<name>Ophestra</name>
<email>cat@gensokyo.uk</email>
</author>
<published>2025-02-21T08:50:20Z</published>
<link rel='alternate' type='text/html' href='http://src.rosa.moe/hakurei/commit/?id=4fa1e97026006a9b5d4e98de302256c7ae7cbad7'/>
<id>urn:sha1:4fa1e97026006a9b5d4e98de302256c7ae7cbad7</id>
<content type='text'>
Signed-off-by: Ophestra &lt;cat@gensokyo.uk&gt;
</content>
</entry>
<entry>
<title>fmsg: implement suspend in writer</title>
<updated>2025-02-16T09:51:53Z</updated>
<author>
<name>Ophestra</name>
<email>cat@gensokyo.uk</email>
</author>
<published>2025-02-16T08:26:09Z</published>
<link rel='alternate' type='text/html' href='http://src.rosa.moe/hakurei/commit/?id=e599b5583dd821ed26bdfc01f7f67d4a317b9843'/>
<id>urn:sha1:e599b5583dd821ed26bdfc01f7f67d4a317b9843</id>
<content type='text'>
This removes the requirement to call fmsg.Exit on every exit path, and enables direct use of the "log" package. However, fmsg.BeforeExit is still encouraged when possible to catch exit on suspended output.

Signed-off-by: Ophestra &lt;cat@gensokyo.uk&gt;
</content>
</entry>
<entry>
<title>cmd/fpkg: expose syscall policy options</title>
<updated>2025-01-22T03:01:30Z</updated>
<author>
<name>Ophestra</name>
<email>cat@gensokyo.uk</email>
</author>
<published>2025-01-22T03:01:30Z</published>
<link rel='alternate' type='text/html' href='http://src.rosa.moe/hakurei/commit/?id=580128922be2a983192804b7963175b2a0fe2093'/>
<id>urn:sha1:580128922be2a983192804b7963175b2a0fe2093</id>
<content type='text'>
Signed-off-by: Ophestra &lt;cat@gensokyo.uk&gt;
</content>
</entry>
<entry>
<title>cmd/fpkg: expose nixGL wrappers</title>
<updated>2024-12-29T17:02:20Z</updated>
<author>
<name>Ophestra</name>
<email>cat@gensokyo.uk</email>
</author>
<published>2024-12-29T17:02:20Z</published>
<link rel='alternate' type='text/html' href='http://src.rosa.moe/hakurei/commit/?id=1464ef774b40be0d60e44c8e9ec295d9305c600b'/>
<id>urn:sha1:1464ef774b40be0d60e44c8e9ec295d9305c600b</id>
<content type='text'>
Signed-off-by: Ophestra &lt;cat@gensokyo.uk&gt;
</content>
</entry>
<entry>
<title>cmd/fpkg: bind and document more gpu devices</title>
<updated>2024-12-29T09:25:26Z</updated>
<author>
<name>Ophestra</name>
<email>cat@gensokyo.uk</email>
</author>
<published>2024-12-29T09:25:26Z</published>
<link rel='alternate' type='text/html' href='http://src.rosa.moe/hakurei/commit/?id=a98a176907de419d395192f1806b337646f25f78'/>
<id>urn:sha1:a98a176907de419d395192f1806b337646f25f78</id>
<content type='text'>
Signed-off-by: Ophestra &lt;cat@gensokyo.uk&gt;
</content>
</entry>
<entry>
<title>cmd/fpkg/start: correct drop to shell wording</title>
<updated>2024-12-28T15:56:14Z</updated>
<author>
<name>Ophestra</name>
<email>cat@gensokyo.uk</email>
</author>
<published>2024-12-28T15:56:14Z</published>
<link rel='alternate' type='text/html' href='http://src.rosa.moe/hakurei/commit/?id=c1a459a0b16f3039794ed2da2c2efc7cee85babe'/>
<id>urn:sha1:c1a459a0b16f3039794ed2da2c2efc7cee85babe</id>
<content type='text'>
Activation no longer happens during application startup.

Signed-off-by: Ophestra &lt;cat@gensokyo.uk&gt;
</content>
</entry>
<entry>
<title>cmd/fpkg: app bundle helper</title>
<updated>2024-12-26T04:21:49Z</updated>
<author>
<name>Ophestra</name>
<email>cat@gensokyo.uk</email>
</author>
<published>2024-12-26T04:21:49Z</published>
<link rel='alternate' type='text/html' href='http://src.rosa.moe/hakurei/commit/?id=e0e2f40e84a5a63a2ea220a0974ac56e6a52c48a'/>
<id>urn:sha1:e0e2f40e84a5a63a2ea220a0974ac56e6a52c48a</id>
<content type='text'>
This helper program creates fortify configuration for running an application bundle. The activate action wraps a home-manager activation package and ensures each generation gets activated once.

Signed-off-by: Ophestra &lt;cat@gensokyo.uk&gt;
</content>
</entry>
</feed>
