<feed xmlns='http://www.w3.org/2005/Atom'>
<title>sbos.git/userland/libc, 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-31T15:10:13+00:00</updated>
<entry>
<title>libc: opendir should not keep a internal offset</title>
<updated>2024-12-31T15:10:13+00:00</updated>
<author>
<name>Anton Kling</name>
<email>anton@kling.gg</email>
</author>
<published>2024-12-31T15:10:13+00:00</published>
<link rel='alternate' type='text/html' href='https://git.kling.gg/sbos.git/commit/?id=4b1577f80962e8cce055fdb4d6f641187df0bbe0'/>
<id>urn:sha1:4b1577f80962e8cce055fdb4d6f641187df0bbe0</id>
<content type='text'>
</content>
</entry>
<entry>
<title>libc: Change names for head/final in malloc</title>
<updated>2024-12-31T14:20:48+00:00</updated>
<author>
<name>Anton Kling</name>
<email>anton@kling.gg</email>
</author>
<published>2024-12-31T14:20:48+00:00</published>
<link rel='alternate' type='text/html' href='https://git.kling.gg/sbos.git/commit/?id=3a7c500bbbcaac31dce72477e263359ae2230bf5'/>
<id>urn:sha1:3a7c500bbbcaac31dce72477e263359ae2230bf5</id>
<content type='text'>
This used to cause problems when linking
</content>
</entry>
<entry>
<title>libc: Add more sv/sb functions</title>
<updated>2024-12-31T13:55:34+00:00</updated>
<author>
<name>Anton Kling</name>
<email>anton@kling.gg</email>
</author>
<published>2024-12-31T13:53:29+00:00</published>
<link rel='alternate' type='text/html' href='https://git.kling.gg/sbos.git/commit/?id=1b0c0f4b45e518bf12c58902819fbc90e4834dad'/>
<id>urn:sha1:1b0c0f4b45e518bf12c58902819fbc90e4834dad</id>
<content type='text'>
</content>
</entry>
<entry>
<title>libc: Add gai_strerror</title>
<updated>2024-12-16T19:29:43+00:00</updated>
<author>
<name>Anton Kling</name>
<email>anton@kling.gg</email>
</author>
<published>2024-12-16T19:26:20+00:00</published>
<link rel='alternate' type='text/html' href='https://git.kling.gg/sbos.git/commit/?id=9501c3f45b9b5d3b2cef5e78c83c362dbe6295a5'/>
<id>urn:sha1:9501c3f45b9b5d3b2cef5e78c83c362dbe6295a5</id>
<content type='text'>
</content>
</entry>
<entry>
<title>libc: Fix undefined behavior for non positive VLA</title>
<updated>2024-12-15T18:21:46+00:00</updated>
<author>
<name>Anton Kling</name>
<email>anton@kling.gg</email>
</author>
<published>2024-12-15T18:20:04+00:00</published>
<link rel='alternate' type='text/html' href='https://git.kling.gg/sbos.git/commit/?id=3f8324fde2128c3308f957891262d3372fb57ebf'/>
<id>urn:sha1:3f8324fde2128c3308f957891262d3372fb57ebf</id>
<content type='text'>
Apparently a VLA of zero size is undefined behavior.
</content>
</entry>
<entry>
<title>libc: Add setenv/getenv</title>
<updated>2024-12-15T00:30:24+00:00</updated>
<author>
<name>Anton Kling</name>
<email>anton@kling.gg</email>
</author>
<published>2024-12-15T00:30:24+00:00</published>
<link rel='alternate' type='text/html' href='https://git.kling.gg/sbos.git/commit/?id=19482e5ef5b6710b4b9a52edcb1bb39692336d7a'/>
<id>urn:sha1:19482e5ef5b6710b4b9a52edcb1bb39692336d7a</id>
<content type='text'>
</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>signal: Remove old way of sending signals and instead use procfs</title>
<updated>2024-12-12T14:48:20+00:00</updated>
<author>
<name>Anton Kling</name>
<email>anton@kling.gg</email>
</author>
<published>2024-12-11T17:47:33+00:00</published>
<link rel='alternate' type='text/html' href='https://git.kling.gg/sbos.git/commit/?id=633feeea57c298306d8664c9c2768ab46fb7c6f4'/>
<id>urn:sha1:633feeea57c298306d8664c9c2768ab46fb7c6f4</id>
<content type='text'>
</content>
</entry>
<entry>
<title>libc: sv add number parsing</title>
<updated>2024-12-09T19:57:31+00:00</updated>
<author>
<name>Anton Kling</name>
<email>anton@kling.gg</email>
</author>
<published>2024-12-09T19:57:31+00:00</published>
<link rel='alternate' type='text/html' href='https://git.kling.gg/sbos.git/commit/?id=635f756fa91e22f6c4fd653e5ed2a808eb7335ae'/>
<id>urn:sha1:635f756fa91e22f6c4fd653e5ed2a808eb7335ae</id>
<content type='text'>
</content>
</entry>
</feed>
