<feed xmlns='http://www.w3.org/2005/Atom'>
<title>sbos.git/userland/libc/malloc, 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-31T14:20:48+00:00</updated>
<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>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: 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>LibC: Optimize malloc</title>
<updated>2024-07-08T18:08:40+00:00</updated>
<author>
<name>Anton Kling</name>
<email>anton@kling.gg</email>
</author>
<published>2024-07-08T18:08:40+00:00</published>
<link rel='alternate' type='text/html' href='https://git.kling.gg/sbos.git/commit/?id=35292a486c2b44862cac6887441d6fa18148b249'/>
<id>urn:sha1:35292a486c2b44862cac6887441d6fa18148b249</id>
<content type='text'>
</content>
</entry>
<entry>
<title>LibC: Fix compiler warnings</title>
<updated>2024-04-18T14:47:36+00:00</updated>
<author>
<name>Anton Kling</name>
<email>anton@kling.gg</email>
</author>
<published>2024-04-18T14:47:36+00:00</published>
<link rel='alternate' type='text/html' href='https://git.kling.gg/sbos.git/commit/?id=568a0b7017e8e779731325083015907b006866c3'/>
<id>urn:sha1:568a0b7017e8e779731325083015907b006866c3</id>
<content type='text'>
It can now compile with almost all compiler warnings turned on without
producing any warnings.
</content>
</entry>
<entry>
<title>Kernel/MMU: Dellocate pagedirectory when process exits.</title>
<updated>2024-04-12T12:13:08+00:00</updated>
<author>
<name>Anton Kling</name>
<email>anton@kling.gg</email>
</author>
<published>2024-04-12T12:03:29+00:00</published>
<link rel='alternate' type='text/html' href='https://git.kling.gg/sbos.git/commit/?id=b450065984b1588966694579230dc40c802212e7'/>
<id>urn:sha1:b450065984b1588966694579230dc40c802212e7</id>
<content type='text'>
</content>
</entry>
<entry>
<title>bug fixes</title>
<updated>2024-04-11T15:23:39+00:00</updated>
<author>
<name>Anton Kling</name>
<email>anton@kling.gg</email>
</author>
<published>2024-04-11T15:22:00+00:00</published>
<link rel='alternate' type='text/html' href='https://git.kling.gg/sbos.git/commit/?id=ca082f686fd2dc7ee6f0284421f6212d6d4acee8'/>
<id>urn:sha1:ca082f686fd2dc7ee6f0284421f6212d6d4acee8</id>
<content type='text'>
</content>
</entry>
<entry>
<title>libc: fix malloc implementation</title>
<updated>2024-03-21T21:42:44+00:00</updated>
<author>
<name>Anton Kling</name>
<email>anton@kling.gg</email>
</author>
<published>2024-03-21T21:37:24+00:00</published>
<link rel='alternate' type='text/html' href='https://git.kling.gg/sbos.git/commit/?id=1217ad6470585cd57c17eaec020598457cd89230'/>
<id>urn:sha1:1217ad6470585cd57c17eaec020598457cd89230</id>
<content type='text'>
I don't know what was wrong but memory allocations were failing. I
removed the old code and replaced it with the malloc implementation
which exists in the kernel.

Now it doesn't crash so I guess it is fine ¯\_(ツ)_/¯
</content>
</entry>
<entry>
<title>LibC: Fill new allocations with random data and fix a bug</title>
<updated>2023-11-24T20:47:28+00:00</updated>
<author>
<name>Anton Kling</name>
<email>anton@kling.gg</email>
</author>
<published>2023-11-24T20:47:28+00:00</published>
<link rel='alternate' type='text/html' href='https://git.kling.gg/sbos.git/commit/?id=e4aa83204502df229def8f1b639039dfa5fe33a1'/>
<id>urn:sha1:e4aa83204502df229def8f1b639039dfa5fe33a1</id>
<content type='text'>
The bug was noticed as a result of this new randomization of
allocations.
</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>
</feed>
