<feed xmlns='http://www.w3.org/2005/Atom'>
<title>pub/teachos/kernel.git/kernel/kapi/filesystem.cpp, branch develop</title>
<subtitle>An educational OS kernel</subtitle>
<link rel='alternate' type='text/html' href='http://source.arknet.ch/pub/teachos/kernel.git/'/>
<entry>
<title>kstd/string: simplify comparisons</title>
<updated>2026-06-02T14:30:20+00:00</updated>
<author>
<name>Felix Morgner</name>
<email>felix.morgner@ost.ch</email>
</author>
<published>2026-06-01T18:31:57+00:00</published>
<link rel='alternate' type='text/html' href='http://source.arknet.ch/pub/teachos/kernel.git/commit/?id=6c8b068c15e28e91117f84cb8d5789f5fe6fcbd0'/>
<id>6c8b068c15e28e91117f84cb8d5789f5fe6fcbd0</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Refactor ssize_t</title>
<updated>2026-05-25T08:15:21+00:00</updated>
<author>
<name>Marcel Braun</name>
<email>marcel.braun@ost.ch</email>
</author>
<published>2026-05-25T08:15:21+00:00</published>
<link rel='alternate' type='text/html' href='http://source.arknet.ch/pub/teachos/kernel.git/commit/?id=2063d3e165a1b92a46c73badf56927228ed4d5e8'/>
<id>2063d3e165a1b92a46c73badf56927228ed4d5e8</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>refactoring</title>
<updated>2026-05-16T14:12:36+00:00</updated>
<author>
<name>Lukas Oesch</name>
<email>lukasoesch20@gmail.com</email>
</author>
<published>2026-05-16T14:12:36+00:00</published>
<link rel='alternate' type='text/html' href='http://source.arknet.ch/pub/teachos/kernel.git/commit/?id=3b2f36d242eb895fd893ec7a674ff608f44f69ac'/>
<id>3b2f36d242eb895fd893ec7a674ff608f44f69ac</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>uniform interface for open and close</title>
<updated>2026-05-16T09:56:07+00:00</updated>
<author>
<name>Lukas Oesch</name>
<email>lukasoesch20@gmail.com</email>
</author>
<published>2026-05-15T20:38:24+00:00</published>
<link rel='alternate' type='text/html' href='http://source.arknet.ch/pub/teachos/kernel.git/commit/?id=1f9fe3cf18b561749cfbdb2db8ab7572ddc40c03'/>
<id>1f9fe3cf18b561749cfbdb2db8ab7572ddc40c03</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Mount can only be unmounted if no references are present, increment references on open file and decrement on close file</title>
<updated>2026-05-16T09:56:07+00:00</updated>
<author>
<name>Lukas Oesch</name>
<email>lukasoesch20@gmail.com</email>
</author>
<published>2026-05-15T14:50:55+00:00</published>
<link rel='alternate' type='text/html' href='http://source.arknet.ch/pub/teachos/kernel.git/commit/?id=1d647adb1ba20121eeb5c8e4470f48b2e972b3d4'/>
<id>1d647adb1ba20121eeb5c8e4470f48b2e972b3d4</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Track dentry instead of inode in open_file_descriptor</title>
<updated>2026-05-16T09:56:07+00:00</updated>
<author>
<name>Marcel Braun</name>
<email>marcel.braun@ost.ch</email>
</author>
<published>2026-05-14T14:29:29+00:00</published>
<link rel='alternate' type='text/html' href='http://source.arknet.ch/pub/teachos/kernel.git/commit/?id=c6953852b9e10823830688bdfb269650b080f1bb'/>
<id>c6953852b9e10823830688bdfb269650b080f1bb</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>rename file_descriptor_table to open_file_table</title>
<updated>2026-04-26T10:36:26+00:00</updated>
<author>
<name>Lukas Oesch</name>
<email>lukasoesch20@gmail.com</email>
</author>
<published>2026-04-26T10:36:26+00:00</published>
<link rel='alternate' type='text/html' href='http://source.arknet.ch/pub/teachos/kernel.git/commit/?id=e0854bc0aad9e59d67fbf300cb223b116b127ffc'/>
<id>e0854bc0aad9e59d67fbf300cb223b116b127ffc</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>rename open_file_description to open_file_descriptor</title>
<updated>2026-04-26T08:11:24+00:00</updated>
<author>
<name>Lukas Oesch</name>
<email>lukasoesch20@gmail.com</email>
</author>
<published>2026-04-26T08:11:24+00:00</published>
<link rel='alternate' type='text/html' href='http://source.arknet.ch/pub/teachos/kernel.git/commit/?id=4e2624b63236fa309c9ecf53a694b6ac9babf4e6'/>
<id>4e2624b63236fa309c9ecf53a694b6ac9babf4e6</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>add documentation, refactoring</title>
<updated>2026-04-25T21:31:26+00:00</updated>
<author>
<name>Lukas Oesch</name>
<email>lukasoesch20@gmail.com</email>
</author>
<published>2026-04-25T21:31:26+00:00</published>
<link rel='alternate' type='text/html' href='http://source.arknet.ch/pub/teachos/kernel.git/commit/?id=c002a6fe53375d8757d43c48c59ac7f327f412b5'/>
<id>c002a6fe53375d8757d43c48c59ac7f327f412b5</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>chore: banish relative includes</title>
<updated>2026-04-23T12:15:18+00:00</updated>
<author>
<name>Felix Morgner</name>
<email>felix.morgner@ost.ch</email>
</author>
<published>2026-04-23T12:03:28+00:00</published>
<link rel='alternate' type='text/html' href='http://source.arknet.ch/pub/teachos/kernel.git/commit/?id=f6f10575f75ac23d06e1d94f7861611503daa7af'/>
<id>f6f10575f75ac23d06e1d94f7861611503daa7af</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
