<feed xmlns='http://www.w3.org/2005/Atom'>
<title>sbos.git/kernel/lib, branch master</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.
</subtitle>
<id>https://git.kling.gg/sbos.git/atom?h=master</id>
<link rel='self' href='https://git.kling.gg/sbos.git/atom?h=master'/>
<link rel='alternate' type='text/html' href='https://git.kling.gg/sbos.git/'/>
<updated>2024-12-14T14:33:06+00:00</updated>
<entry>
<title>sb/printf: Add ksbprintf</title>
<updated>2024-12-14T14:33:06+00:00</updated>
<author>
<name>Anton Kling</name>
<email>anton@kling.gg</email>
</author>
<published>2024-12-14T14:33:06+00:00</published>
<link rel='alternate' type='text/html' href='https://git.kling.gg/sbos.git/commit/?id=0495bfb0d64bb2b318b629fd1c821dc8e2c8647d'/>
<id>urn:sha1:0495bfb0d64bb2b318b629fd1c821dc8e2c8647d</id>
<content type='text'>
Easier to add formatted strings to the string builder without
using intermediate buffers.
</content>
</entry>
<entry>
<title>sb: Allow input to be "ignored"</title>
<updated>2024-12-14T14:13:01+00:00</updated>
<author>
<name>Anton Kling</name>
<email>anton@kling.gg</email>
</author>
<published>2024-12-14T14:13:01+00:00</published>
<link rel='alternate' type='text/html' href='https://git.kling.gg/sbos.git/commit/?id=6179308e3f6e4c64013e5db5da9b30a22abca704'/>
<id>urn:sha1:6179308e3f6e4c64013e5db5da9b30a22abca704</id>
<content type='text'>
This removes edge cases from read calls and makes bugs harder
to introduce.
</content>
</entry>
<entry>
<title>formatting: Use clang-format on all projects</title>
<updated>2024-12-12T15:03:08+00:00</updated>
<author>
<name>Anton Kling</name>
<email>anton@kling.gg</email>
</author>
<published>2024-12-12T15:03:08+00:00</published>
<link rel='alternate' type='text/html' href='https://git.kling.gg/sbos.git/commit/?id=b033314bf1901d436dc71d41d5e1f37dda47e511'/>
<id>urn:sha1:b033314bf1901d436dc71d41d5e1f37dda47e511</id>
<content type='text'>
This commit also add braces to all `if` statements.
</content>
</entry>
<entry>
<title>kernel: Add more sv functions and change interfaces</title>
<updated>2024-12-11T13:48:15+00:00</updated>
<author>
<name>Anton Kling</name>
<email>anton@kling.gg</email>
</author>
<published>2024-12-11T13:48:15+00:00</published>
<link rel='alternate' type='text/html' href='https://git.kling.gg/sbos.git/commit/?id=b343b0dae5aa51b5bd9b195936358341a943b3b2'/>
<id>urn:sha1:b343b0dae5aa51b5bd9b195936358341a943b3b2</id>
<content type='text'>
</content>
</entry>
<entry>
<title>kernel: Add string view and string builder</title>
<updated>2024-12-10T11:24:07+00:00</updated>
<author>
<name>Anton Kling</name>
<email>anton@kling.gg</email>
</author>
<published>2024-12-10T11:24:07+00:00</published>
<link rel='alternate' type='text/html' href='https://git.kling.gg/sbos.git/commit/?id=916aa42260290e9e864304bc7d9395b6aa693c27'/>
<id>urn:sha1:916aa42260290e9e864304bc7d9395b6aa693c27</id>
<content type='text'>
This makes write/read calls that use strings to communicate much
simpler and less error prone.
</content>
</entry>
<entry>
<title>kernel: Use realloc instead of malloc+free</title>
<updated>2024-10-17T14:19:10+00:00</updated>
<author>
<name>Anton Kling</name>
<email>anton@kling.gg</email>
</author>
<published>2024-10-17T14:19:10+00:00</published>
<link rel='alternate' type='text/html' href='https://git.kling.gg/sbos.git/commit/?id=f5ac81dcf2e58d7e1a128742ddd09942513e63cc'/>
<id>urn:sha1:f5ac81dcf2e58d7e1a128742ddd09942513e63cc</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Kernel: Fix integer overflow</title>
<updated>2024-07-06T17:41:10+00:00</updated>
<author>
<name>Anton Kling</name>
<email>anton@kling.gg</email>
</author>
<published>2024-07-06T17:41:10+00:00</published>
<link rel='alternate' type='text/html' href='https://git.kling.gg/sbos.git/commit/?id=8e66b83b705e257b78ec98abdb86e7f8b3b5c775'/>
<id>urn:sha1:8e66b83b705e257b78ec98abdb86e7f8b3b5c775</id>
<content type='text'>
</content>
</entry>
<entry>
<title>VFS: dup2 fixes</title>
<updated>2024-06-25T17:20:03+00:00</updated>
<author>
<name>Anton Kling</name>
<email>anton@kling.gg</email>
</author>
<published>2024-06-25T17:20:03+00:00</published>
<link rel='alternate' type='text/html' href='https://git.kling.gg/sbos.git/commit/?id=edac853e8935164113bda594865cd48c91893d11'/>
<id>urn:sha1:edac853e8935164113bda594865cd48c91893d11</id>
<content type='text'>
</content>
</entry>
<entry>
<title>TCP stuff</title>
<updated>2024-06-11T13:18:40+00:00</updated>
<author>
<name>Anton Kling</name>
<email>anton@kling.gg</email>
</author>
<published>2024-06-11T11:33:01+00:00</published>
<link rel='alternate' type='text/html' href='https://git.kling.gg/sbos.git/commit/?id=abf9cf5bec2712465400417cc8232fee2d1cce28'/>
<id>urn:sha1:abf9cf5bec2712465400417cc8232fee2d1cce28</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add UDP</title>
<updated>2024-06-09T20:05:53+00:00</updated>
<author>
<name>Anton Kling</name>
<email>anton@kling.gg</email>
</author>
<published>2024-06-09T20:05:53+00:00</published>
<link rel='alternate' type='text/html' href='https://git.kling.gg/sbos.git/commit/?id=15003d1b0abccc8bcef84386c4a6da176e41f883'/>
<id>urn:sha1:15003d1b0abccc8bcef84386c4a6da176e41f883</id>
<content type='text'>
</content>
</entry>
</feed>
