index
:
pub/fmorgner/teachos.git
develop
develop-BA-FS26
main
The TeachOS kernel, a greenfield, pure 64-bit, educational operating system.
fmorgner
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Collapse
)
Author
Files
Lines
2026-03-27
kstd/vector: implement single-element erase
Felix Morgner
2
-0
/
+107
2026-03-27
arch/cpu: fix interrupt dispatch
Felix Morgner
2
-13
/
+27
2026-03-27
build: simplify header scanning
Felix Morgner
3
-14
/
+16
2026-03-27
kapi: move interrupt handling to kernel
Felix Morgner
4
-55
/
+49
2026-03-27
kapi: extract interrupts API
Felix Morgner
7
-30
/
+29
2026-03-27
kapi: dissolve cpu/exception.hpp into cpu.hpp
Felix Morgner
2
-107
/
+95
2026-03-27
kapi/cpu: simplify exception handling
Felix Morgner
7
-101
/
+28
2026-03-27
x86_64: split kapi::cpu implementation
Felix Morgner
3
-59
/
+68
2026-03-27
kapi/cpu: update documentation of init()
Felix Morgner
1
-0
/
+3
2026-03-27
ci: fix coverage regex
Felix Morgner
1
-1
/
+1
2026-03-27
ci: use preconfigured image for bht builds
Felix Morgner
1
-4
/
+1
2026-03-27
ci: set artifact expiry time
Felix Morgner
1
-0
/
+1
2026-03-27
ci: use preconfigured image
Felix Morgner
1
-4
/
+1
2026-03-27
x86_64/cpu: improve exception logging
Felix Morgner
1
-4
/
+33
2026-03-27
x86_64/cpu: fix interrupt gate types
Felix Morgner
1
-1
/
+1
2026-03-27
kapi: introduce cpu::interrupt_handler
Felix Morgner
3
-13
/
+97
2026-03-27
kapi/cpu: enable formatting of exception types
Felix Morgner
2
-2
/
+37
2026-03-27
x86_64/cpu: fix exception enum
Felix Morgner
1
-1
/
+5
2026-03-27
kapi/cpu: add missing exception type
Felix Morgner
1
-0
/
+2
2026-03-27
kapi/cpu: improve documentation
Felix Morgner
1
-4
/
+27
2026-03-27
kapi: add missing header to build
Felix Morgner
1
-0
/
+3
2026-03-27
kapi: extract interrupt enablement
Felix Morgner
6
-16
/
+32
2026-03-27
x86_64: remove stale source code
Felix Morgner
23
-777
/
+0
2026-03-27
kapi/cpu: introduce CPU API
Felix Morgner
11
-65
/
+301
2026-03-27
x86_64/port_io: fix assembly templates
Felix Morgner
1
-3
/
+3
2026-03-26
fix resolve_path -> first traverse rootfs before jumping into the mounted ↵
Lukas Oesch
1
-10
/
+2
root filesystem
2026-03-26
mock filesystem correctly for tests with /dev
Lukas Oesch
1
-2
/
+7
2026-03-26
mount /dev in the rootfs
Lukas Oesch
4
-2
/
+40
2026-03-26
first draft of an devfs implementation
Lukas Oesch
9
-49
/
+146
2026-03-26
currently do not support stacked mounts
Lukas Oesch
1
-1
/
+3
2026-03-26
implement a rootfs to handle / mounts correctly
Lukas Oesch
12
-47
/
+149
2026-03-26
refactoring, add root_mount into the root_table
Lukas Oesch
5
-26
/
+40
2026-03-26
implement == and <=> operator in shared_ptr
Lukas Oesch
2
-7
/
+25
2026-03-26
small refactoring
Lukas Oesch
2
-29
/
+13
2026-03-26
Refactor mounting of new filesystems and path resolving in vfs
marcel.braun
2
-24
/
+32
2026-03-26
Add root_dentry to filesystem
marcel.braun
2
-0
/
+16
2026-03-26
Refactor mount_table entry (mount) to use dentry as key instead of path
marcel.braun
2
-9
/
+9
2026-03-26
Fix dentry header guards
marcel.braun
1
-2
/
+2
2026-03-26
Add mount_table
marcel.braun
3
-0
/
+53
2026-03-26
Add test for resolve_path
marcel.braun
2
-1
/
+18
2026-03-26
Implement resolve_path
marcel.braun
5
-10
/
+64
2026-03-26
Implement == and != operators for string and string_view
marcel.braun
1
-0
/
+31
2026-03-26
Refactor move init logic into member function
marcel.braun
2
-4
/
+13
2026-03-26
Small refactoring use shared pointer
marcel.braun
3
-3
/
+4
2026-03-26
Refactor filesystem
marcel.braun
4
-8
/
+17
2026-03-26
Add dentry structure
marcel.braun
4
-11
/
+43
2026-03-26
Rename custody to dentry and add children
marcel.braun
7
-65
/
+67
2026-03-26
Remove unneeded enable_shared_from_this in inode
marcel.braun
1
-3
/
+1
2026-03-26
add tests, use better println for vectors
Lukas Oesch
1
-24
/
+33
2026-03-26
implement device names with kstd::string
Lukas Oesch
7
-25
/
+31
[prev]
[next]