<feed xmlns='http://www.w3.org/2005/Atom'>
<title>hakurei/flag.go, branch develop</title>
<subtitle>low-level userspace tooling for Rosa OS</subtitle>
<id>http://src.rosa.moe/hakurei/atom/flag.go?h=develop</id>
<link rel='self' href='http://src.rosa.moe/hakurei/atom/flag.go?h=develop'/>
<link rel='alternate' type='text/html' href='http://src.rosa.moe/hakurei/'/>
<updated>2024-10-11T16:28:22Z</updated>
<entry>
<title>fortify: move flag handling to separate files</title>
<updated>2024-10-11T16:28:22Z</updated>
<author>
<name>Ophestra Umiker</name>
<email>cat@ophivana.moe</email>
</author>
<published>2024-10-11T16:28:22Z</published>
<link rel='alternate' type='text/html' href='http://src.rosa.moe/hakurei/commit/?id=d2575b670835fd19f7a67e5eee476a46eb9822e5'/>
<id>urn:sha1:d2575b670835fd19f7a67e5eee476a46eb9822e5</id>
<content type='text'>
Signed-off-by: Ophestra Umiker &lt;cat@ophivana.moe&gt;
</content>
</entry>
<entry>
<title>app: remove bubblewrap launch method</title>
<updated>2024-10-09T15:11:04Z</updated>
<author>
<name>Ophestra Umiker</name>
<email>cat@ophivana.moe</email>
</author>
<published>2024-10-09T15:11:04Z</published>
<link rel='alternate' type='text/html' href='http://src.rosa.moe/hakurei/commit/?id=8f03ddc3fa5f559eb58275fa0c64cf87e9d64b0b'/>
<id>urn:sha1:8f03ddc3fa5f559eb58275fa0c64cf87e9d64b0b</id>
<content type='text'>
Launch methods serve the primary purpose of setting UID in the init namespace, which bubblewrap does not do. Furthermore, all applications will start within a bubblewrap sandbox once it has been implemented.

Signed-off-by: Ophestra Umiker &lt;cat@ophivana.moe&gt;
</content>
</entry>
<entry>
<title>app: clean up interactions and handle all application state and setup/teardown</title>
<updated>2024-09-21T16:15:39Z</updated>
<author>
<name>Ophestra Umiker</name>
<email>cat@ophivana.moe</email>
</author>
<published>2024-09-21T15:29:36Z</published>
<link rel='alternate' type='text/html' href='http://src.rosa.moe/hakurei/commit/?id=62cb8a91b603546314034ded1e9d6ddfbd6ef106'/>
<id>urn:sha1:62cb8a91b603546314034ded1e9d6ddfbd6ef106</id>
<content type='text'>
There was an earlier attempt of cleaning up the app package however it ended up creating even more of a mess and the code structure largely still looked like Ego with state setup scattered everywhere and a bunch of ugly hacks had to be implemented to keep track of all of them. In this commit the entire app package is rewritten to track everything that has to do with an app in one thread safe value.

In anticipation of the client/server split also made changes:
- Console messages are cleaned up to be consistent
- State tracking is fully rewritten to be cleaner and usable for multiple process and client/server
- Encapsulate errors to easier identify type of action causing the error as well as additional info
- System-level setup operations is grouped in a way that can be collectively committed/reverted
  and gracefully handles errors returned by each operation
- Resource sharing is made more fine-grained with PID-scoped resources whenever possible,
  a few remnants (X11, Wayland, PulseAudio) will be addressed when a generic proxy is available
- Application setup takes a JSON-friendly config struct and deterministically generates system setup operations

Signed-off-by: Ophestra Umiker &lt;cat@ophivana.moe&gt;
</content>
</entry>
<entry>
<title>exit: move final and early code to internal package</title>
<updated>2024-09-17T04:48:42Z</updated>
<author>
<name>Ophestra Umiker</name>
<email>cat@ophivana.moe</email>
</author>
<published>2024-09-17T04:48:42Z</published>
<link rel='alternate' type='text/html' href='http://src.rosa.moe/hakurei/commit/?id=4b7d616862dc7d8c73561b85deb0ca1fabf30781'/>
<id>urn:sha1:4b7d616862dc7d8c73561b85deb0ca1fabf30781</id>
<content type='text'>
Exit cleanup state information is now stored in a dedicated struct and built up using methods of that struct.

Signed-off-by: Ophestra Umiker &lt;cat@ophivana.moe&gt;
</content>
</entry>
<entry>
<title>flag: move method flag from main</title>
<updated>2024-09-13T02:49:10Z</updated>
<author>
<name>Ophestra Umiker</name>
<email>cat@ophivana.moe</email>
</author>
<published>2024-09-13T02:49:10Z</published>
<link rel='alternate' type='text/html' href='http://src.rosa.moe/hakurei/commit/?id=40d0550ad3f450ce8bb597b851a2db9721b7d6f6'/>
<id>urn:sha1:40d0550ad3f450ce8bb597b851a2db9721b7d6f6</id>
<content type='text'>
Signed-off-by: Ophestra Umiker &lt;cat@ophivana.moe&gt;
</content>
</entry>
<entry>
<title>app: handle launch method in New function</title>
<updated>2024-09-12T11:53:33Z</updated>
<author>
<name>Ophestra Umiker</name>
<email>cat@ophivana.moe</email>
</author>
<published>2024-09-12T11:53:33Z</published>
<link rel='alternate' type='text/html' href='http://src.rosa.moe/hakurei/commit/?id=b0aff891661dfa2f438a7264607a4e6e9caef026'/>
<id>urn:sha1:b0aff891661dfa2f438a7264607a4e6e9caef026</id>
<content type='text'>
Signed-off-by: Ophestra Umiker &lt;cat@ophivana.moe&gt;
</content>
</entry>
<entry>
<title>app/dbus: accept system bus config</title>
<updated>2024-09-09T12:19:12Z</updated>
<author>
<name>Ophestra Umiker</name>
<email>cat@ophivana.moe</email>
</author>
<published>2024-09-09T12:19:12Z</published>
<link rel='alternate' type='text/html' href='http://src.rosa.moe/hakurei/commit/?id=44301cd979ea7b2a03e1dc535fb98cdb2e356580'/>
<id>urn:sha1:44301cd979ea7b2a03e1dc535fb98cdb2e356580</id>
<content type='text'>
Signed-off-by: Ophestra Umiker &lt;cat@ophivana.moe&gt;
</content>
</entry>
<entry>
<title>flag: rename cli to flag</title>
<updated>2024-09-08T19:21:13Z</updated>
<author>
<name>Ophestra Umiker</name>
<email>cat@ophivana.moe</email>
</author>
<published>2024-09-08T19:21:13Z</published>
<link rel='alternate' type='text/html' href='http://src.rosa.moe/hakurei/commit/?id=e5b3fa02f98252ecca2efc2eb4452aaabb4974da'/>
<id>urn:sha1:e5b3fa02f98252ecca2efc2eb4452aaabb4974da</id>
<content type='text'>
Yet another leftover from Ego. The cli name made no sense and this file only contains flag declarations now hence the rename.

Signed-off-by: Ophestra Umiker &lt;cat@ophivana.moe&gt;
</content>
</entry>
</feed>
