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 (
Expand
)
Author
Files
Lines
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
2026-03-26
implement simple conversion function from unsigned integral values to kstd::s...
Lukas Oesch
1
-4
/
+57
2026-03-26
implement simple kstd::string
Lukas Oesch
1
-0
/
+264
2026-03-26
refactoring, node cannot be null
Lukas Oesch
1
-6
/
+1
2026-03-26
simplify architecture again
Lukas Oesch
16
-305
/
+138
2026-03-26
use enable_shared_from_this instead of self invocation method
Lukas Oesch
6
-24
/
+11
2026-03-26
implement simple weak_ptr and enable_shared_from_this
Lukas Oesch
1
-34
/
+286
2026-03-26
refactor file and inode architecture again
Lukas Oesch
16
-68
/
+112
2026-03-26
fix build
Lukas Oesch
1
-1
/
+1
2026-03-26
use kstd::shared_ptr instead of std::optional for open_file_descriptions
Lukas Oesch
5
-21
/
+27
2026-03-26
implement first draft of a do_mount function
Lukas Oesch
2
-8
/
+51
2026-03-26
prepare test code for a further test function
Lukas Oesch
1
-1
/
+12
2026-03-26
small refactoring
Lukas Oesch
1
-4
/
+3
2026-03-26
improve architecture again -> use same architecture for devices and ext2_files
Lukas Oesch
7
-7
/
+86
2026-03-26
first try to simplify the architecture (remove redundant inode_file and open(...
Lukas Oesch
14
-123
/
+75
2026-03-26
remove inode metadata
Lukas Oesch
9
-132
/
+82
2026-03-26
prepare files for new inode structure
Lukas Oesch
5
-0
/
+42
2026-03-25
ide: enable doxygen-style comment parsing
Felix Morgner
1
-0
/
+2
2026-03-25
build: update llvm components in container
Felix Morgner
3
-5
/
+6
2026-03-24
kstd/vector: add basic insert overloads
Felix Morgner
2
-28
/
+262
2026-03-23
ide: ensure clangd sees active compile commands
Felix Morgner
1
-0
/
+1
2026-03-23
ci: fix main build artifact extraction
Felix Morgner
1
-1
/
+1
2026-03-23
build: simplify switching between overall targets
Felix Morgner
1
-1
/
+1
2026-03-23
kstd/tests: extract test helper types
Felix Morgner
2
-167
/
+283
2026-03-23
ci: allow for whitespace in coverage regex
Felix Morgner
1
-1
/
+1
2026-03-23
ci: handle 100% coverage
Felix Morgner
1
-1
/
+1
2026-03-23
kstd/vector: expand tests
Felix Morgner
2
-30
/
+488
2026-03-23
kstd/vector: add more tests for different types
Felix Morgner
1
-0
/
+186
[prev]
[next]