<feed xmlns='http://www.w3.org/2005/Atom'>
<title>sbos.git/kernel/sched, 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-12T14:48:20+00:00</updated>
<entry>
<title>kernel: Fix/improve cleanup of process after exit</title>
<updated>2024-12-12T14:48:20+00:00</updated>
<author>
<name>Anton Kling</name>
<email>anton@kling.gg</email>
</author>
<published>2024-12-12T12:15:33+00:00</published>
<link rel='alternate' type='text/html' href='https://git.kling.gg/sbos.git/commit/?id=dcbcdbdc5bcfb86eca05fb655e3bf009d89e39e0'/>
<id>urn:sha1:dcbcdbdc5bcfb86eca05fb655e3bf009d89e39e0</id>
<content type='text'>
</content>
</entry>
<entry>
<title>procfs: Add a procfs</title>
<updated>2024-12-12T14:48:19+00:00</updated>
<author>
<name>Anton Kling</name>
<email>anton@kling.gg</email>
</author>
<published>2024-12-11T13:56:58+00:00</published>
<link rel='alternate' type='text/html' href='https://git.kling.gg/sbos.git/commit/?id=bc828883c51c3c0f35872019f4db632e4ce82dc5'/>
<id>urn:sha1:bc828883c51c3c0f35872019f4db632e4ce82dc5</id>
<content type='text'>
Userland can now interface with processes by writing/reading from
`/proc/&lt;pid&gt;/&lt;entry&gt;`

It can send signals, for example `echo 15 &gt; /proc/1/signal`
</content>
</entry>
<entry>
<title>kernel: Change error reporting for exec*</title>
<updated>2024-12-08T17:31:29+00:00</updated>
<author>
<name>Anton Kling</name>
<email>anton@kling.gg</email>
</author>
<published>2024-12-08T17:31:29+00:00</published>
<link rel='alternate' type='text/html' href='https://git.kling.gg/sbos.git/commit/?id=6b8910913e706ec1c3f0378c1ce52c95350bfd2c'/>
<id>urn:sha1:6b8910913e706ec1c3f0378c1ce52c95350bfd2c</id>
<content type='text'>
</content>
</entry>
<entry>
<title>changes</title>
<updated>2024-11-27T23:12:17+00:00</updated>
<author>
<name>Anton Kling</name>
<email>anton@kling.gg</email>
</author>
<published>2024-11-27T23:06:09+00:00</published>
<link rel='alternate' type='text/html' href='https://git.kling.gg/sbos.git/commit/?id=54869df7835565d0983096f65326cdd2d5f4f3d8'/>
<id>urn:sha1:54869df7835565d0983096f65326cdd2d5f4f3d8</id>
<content type='text'>
</content>
</entry>
<entry>
<title>kernel: Improve error handling for OOM</title>
<updated>2024-10-29T23:37:32+00:00</updated>
<author>
<name>Anton Kling</name>
<email>anton@kling.gg</email>
</author>
<published>2024-10-29T23:37:32+00:00</published>
<link rel='alternate' type='text/html' href='https://git.kling.gg/sbos.git/commit/?id=241b2fca894861b31dd28aabc9cb7e2b6df16051'/>
<id>urn:sha1:241b2fca894861b31dd28aabc9cb7e2b6df16051</id>
<content type='text'>
</content>
</entry>
<entry>
<title>kernel: small bug fixes</title>
<updated>2024-10-14T19:43:20+00:00</updated>
<author>
<name>Anton Kling</name>
<email>anton@kling.gg</email>
</author>
<published>2024-10-14T19:43:20+00:00</published>
<link rel='alternate' type='text/html' href='https://git.kling.gg/sbos.git/commit/?id=8913568be10385abdba07285162506a36827e16e'/>
<id>urn:sha1:8913568be10385abdba07285162506a36827e16e</id>
<content type='text'>
</content>
</entry>
<entry>
<title>kernel: stuff</title>
<updated>2024-10-14T19:42:38+00:00</updated>
<author>
<name>Anton Kling</name>
<email>anton@kling.gg</email>
</author>
<published>2024-10-14T19:42:38+00:00</published>
<link rel='alternate' type='text/html' href='https://git.kling.gg/sbos.git/commit/?id=87af93c7521be331a5794c6a53f31d13b3a24baa'/>
<id>urn:sha1:87af93c7521be331a5794c6a53f31d13b3a24baa</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Kernel: Add support for shebangs</title>
<updated>2024-09-11T22:53:49+00:00</updated>
<author>
<name>Anton Kling</name>
<email>anton@kling.gg</email>
</author>
<published>2024-09-09T14:08:16+00:00</published>
<link rel='alternate' type='text/html' href='https://git.kling.gg/sbos.git/commit/?id=44848d566066dbea008eecf4c2b9916f051bad06'/>
<id>urn:sha1:44848d566066dbea008eecf4c2b9916f051bad06</id>
<content type='text'>
Adds support for shebangs (#!) that allow for things such as shell
scripts without appending `sh` before the file.
</content>
</entry>
<entry>
<title>Kernel: Add kmalloc scan</title>
<updated>2024-07-06T18:47:14+00:00</updated>
<author>
<name>Anton Kling</name>
<email>anton@kling.gg</email>
</author>
<published>2024-07-06T18:47:14+00:00</published>
<link rel='alternate' type='text/html' href='https://git.kling.gg/sbos.git/commit/?id=abcba25c5f5579e50ab205d8fc01ca9dbaa0f5e8'/>
<id>urn:sha1:abcba25c5f5579e50ab205d8fc01ca9dbaa0f5e8</id>
<content type='text'>
This will scan for possible overflows in the program. It is a somewhat
expensive operation but really useful for debugging.
</content>
</entry>
<entry>
<title>Kernel: Add queue syscall and improve TCP</title>
<updated>2024-07-06T18:46:22+00:00</updated>
<author>
<name>Anton Kling</name>
<email>anton@kling.gg</email>
</author>
<published>2024-07-06T18:46:22+00:00</published>
<link rel='alternate' type='text/html' href='https://git.kling.gg/sbos.git/commit/?id=6d6289f0fb3b07b0d1a02f671df6b096318d4a4c'/>
<id>urn:sha1:6d6289f0fb3b07b0d1a02f671df6b096318d4a4c</id>
<content type='text'>
</content>
</entry>
</feed>
