<feed xmlns='http://www.w3.org/2005/Atom'>
<title>sbos.git/userland/libc/include/sys, 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-12T15:03:08+00:00</updated>
<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>libc: Add sendfile and queue</title>
<updated>2024-10-03T14:09:12+00:00</updated>
<author>
<name>Anton Kling</name>
<email>anton@kling.gg</email>
</author>
<published>2024-10-03T14:08:46+00:00</published>
<link rel='alternate' type='text/html' href='https://git.kling.gg/sbos.git/commit/?id=372c633aa22d826bc515213ad4211791440f60f8'/>
<id>urn:sha1:372c633aa22d826bc515213ad4211791440f60f8</id>
<content type='text'>
</content>
</entry>
<entry>
<title>libc: small changes</title>
<updated>2024-10-03T13:08:45+00:00</updated>
<author>
<name>Anton Kling</name>
<email>anton@kling.gg</email>
</author>
<published>2024-10-03T13:08:45+00:00</published>
<link rel='alternate' type='text/html' href='https://git.kling.gg/sbos.git/commit/?id=226d861c9ebb7f09f95665d07d9ab5c6b7ed7d6f'/>
<id>urn:sha1:226d861c9ebb7f09f95665d07d9ab5c6b7ed7d6f</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Networking stuff</title>
<updated>2024-06-26T16:36:22+00:00</updated>
<author>
<name>Anton Kling</name>
<email>anton@kling.gg</email>
</author>
<published>2024-06-26T16:32:28+00:00</published>
<link rel='alternate' type='text/html' href='https://git.kling.gg/sbos.git/commit/?id=a9584c6b392c508e71f6452d7be1200a5914419d'/>
<id>urn:sha1:a9584c6b392c508e71f6452d7be1200a5914419d</id>
<content type='text'>
TCP is now in a somewhat good state
</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>Kernel/Socket: Move sockets back to being file descriptors</title>
<updated>2024-04-29T16:00:20+00:00</updated>
<author>
<name>Anton Kling</name>
<email>anton@kling.gg</email>
</author>
<published>2024-04-29T16:00:20+00:00</published>
<link rel='alternate' type='text/html' href='https://git.kling.gg/sbos.git/commit/?id=7d2ab3a71f4bda9d8ee997764d98b29e13a902c5'/>
<id>urn:sha1:7d2ab3a71f4bda9d8ee997764d98b29e13a902c5</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Random changes</title>
<updated>2024-03-25T20:04:10+00:00</updated>
<author>
<name>Anton Kling</name>
<email>anton@kling.gg</email>
</author>
<published>2024-03-25T20:02:58+00:00</published>
<link rel='alternate' type='text/html' href='https://git.kling.gg/sbos.git/commit/?id=3deb2df8e62a5f0a5535ee734a5aa13b0959f53f'/>
<id>urn:sha1:3deb2df8e62a5f0a5535ee734a5aa13b0959f53f</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Kernel/LibC: Add randomfill() syscall.</title>
<updated>2023-11-23T16:01:55+00:00</updated>
<author>
<name>Anton Kling</name>
<email>anton@kling.gg</email>
</author>
<published>2023-11-23T16:01:55+00:00</published>
<link rel='alternate' type='text/html' href='https://git.kling.gg/sbos.git/commit/?id=6757803629574fe46e9047be8567e0c7e0522973'/>
<id>urn:sha1:6757803629574fe46e9047be8567e0c7e0522973</id>
<content type='text'>
This syscall aims to fill the given buffer with cryptographically secure
random data. If the syscall returns and does not cause a page fault it
will **always** have filled the buffer with random data and never gives
back any error value.
</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>Meta: Cleanup of header files such that they are partially shared</title>
<updated>2023-11-21T23:47:55+00:00</updated>
<author>
<name>Anton Kling</name>
<email>anton@kling.gg</email>
</author>
<published>2023-11-21T23:47:55+00:00</published>
<link rel='alternate' type='text/html' href='https://git.kling.gg/sbos.git/commit/?id=f3c7d7fbdea1f2bac81909116ddb747a1f8abdf5'/>
<id>urn:sha1:f3c7d7fbdea1f2bac81909116ddb747a1f8abdf5</id>
<content type='text'>
The /include directory contains definitons that both the kernel and libc
need to be in sync.
</content>
</entry>
</feed>
