<feed xmlns='http://www.w3.org/2005/Atom'>
<title>sbos.git/userland/libc/unistd, 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-15T00:30:24+00:00</updated>
<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>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>vfs: Add dup()</title>
<updated>2024-11-22T21:33:06+00:00</updated>
<author>
<name>Anton Kling</name>
<email>anton@kling.gg</email>
</author>
<published>2024-11-22T21:33:06+00:00</published>
<link rel='alternate' type='text/html' href='https://git.kling.gg/sbos.git/commit/?id=8fa2af9678b9e257a1dfb1e5111f35d22366f2c6'/>
<id>urn:sha1:8fa2af9678b9e257a1dfb1e5111f35d22366f2c6</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add getaddrinfo and change other libc stuff</title>
<updated>2024-06-20T21:13:51+00:00</updated>
<author>
<name>Anton Kling</name>
<email>anton@kling.gg</email>
</author>
<published>2024-06-20T21:13:51+00:00</published>
<link rel='alternate' type='text/html' href='https://git.kling.gg/sbos.git/commit/?id=9725791024d159ba0c5b6e8eef13a0e9077523a9'/>
<id>urn:sha1:9725791024d159ba0c5b6e8eef13a0e9077523a9</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Kernel/IRC: Add setsockopt and move IRC client to use new socket interface</title>
<updated>2024-04-29T20:00:55+00:00</updated>
<author>
<name>Anton Kling</name>
<email>anton@kling.gg</email>
</author>
<published>2024-04-29T20:00:55+00:00</published>
<link rel='alternate' type='text/html' href='https://git.kling.gg/sbos.git/commit/?id=231301a6190605bd3ced4d961ee0d5d3fcd49d65'/>
<id>urn:sha1:231301a6190605bd3ced4d961ee0d5d3fcd49d65</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Refactor write() and pwrite()</title>
<updated>2023-11-24T20:47:02+00:00</updated>
<author>
<name>Anton Kling</name>
<email>anton@kling.gg</email>
</author>
<published>2023-11-24T20:47:02+00:00</published>
<link rel='alternate' type='text/html' href='https://git.kling.gg/sbos.git/commit/?id=4764846cc2afe0e56f4490e3973b7322c2129e29'/>
<id>urn:sha1:4764846cc2afe0e56f4490e3973b7322c2129e29</id>
<content type='text'>
</content>
</entry>
<entry>
<title>LibC: Reduce warnings in code</title>
<updated>2023-11-22T23:52:35+00:00</updated>
<author>
<name>Anton Kling</name>
<email>anton@kling.gg</email>
</author>
<published>2023-11-22T23:52:35+00:00</published>
<link rel='alternate' type='text/html' href='https://git.kling.gg/sbos.git/commit/?id=81819f711e6d1f9216f688da8ecbbc682d106d9c'/>
<id>urn:sha1:81819f711e6d1f9216f688da8ecbbc682d106d9c</id>
<content type='text'>
</content>
</entry>
<entry>
<title>LibC: Add isatty()</title>
<updated>2023-11-17T20:28:16+00:00</updated>
<author>
<name>Anton Kling</name>
<email>anton@kling.gg</email>
</author>
<published>2023-11-17T20:28:16+00:00</published>
<link rel='alternate' type='text/html' href='https://git.kling.gg/sbos.git/commit/?id=0c9282bb61b0d7c463045139655b3f1f1ec5422b'/>
<id>urn:sha1:0c9282bb61b0d7c463045139655b3f1f1ec5422b</id>
<content type='text'>
</content>
</entry>
<entry>
<title>VFS/LibC: Add getcwd()</title>
<updated>2023-11-15T21:11:26+00:00</updated>
<author>
<name>Anton Kling</name>
<email>anton@kling.gg</email>
</author>
<published>2023-11-15T20:13:36+00:00</published>
<link rel='alternate' type='text/html' href='https://git.kling.gg/sbos.git/commit/?id=835101f96e7c9fca00940e967c471c33e4e4dae9'/>
<id>urn:sha1:835101f96e7c9fca00940e967c471c33e4e4dae9</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Kernel/LibC: Add chdir function and syscall</title>
<updated>2023-11-15T20:40:13+00:00</updated>
<author>
<name>Anton Kling</name>
<email>anton@kling.gg</email>
</author>
<published>2023-11-15T01:44:45+00:00</published>
<link rel='alternate' type='text/html' href='https://git.kling.gg/sbos.git/commit/?id=e22e493940266e0aa9be2bf58df1821a3539e19b'/>
<id>urn:sha1:e22e493940266e0aa9be2bf58df1821a3539e19b</id>
<content type='text'>
</content>
</entry>
</feed>
