index
:
pub/teachos/kernel.git
develop
develop-BA-FS26
main
An educational OS kernel
fmorgner
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
9 days
Merge branch 'refactor-dentry-get-full-path' into 'develop-BA-FS26'
Lukas Oesch
4
-24
/
+50
9 days
Remove unused include
Marcel Braun
1
-1
/
+0
9 days
Rename get_full_path to get_absolute_path
Marcel Braun
4
-7
/
+7
9 days
Add test for dentry get_full_path
Marcel Braun
1
-0
/
+24
9 days
Refactor dentry
Marcel Braun
3
-35
/
+22
9 days
Refactor get_full_path remove recursion
Marcel Braun
1
-9
/
+25
10 days
kstd/vector: reduce code duplication
Felix Morgner
1
-166
/
+91
10 days
debug: show data in boot modules
Felix Morgner
1
-7
/
+28
10 days
debug: add pretty printer for boot modules registry
Felix Morgner
5
-12
/
+51
12 days
debug: add pretty printer for boot modules
Felix Morgner
3
-1
/
+31
12 days
debug: add page and frame formatters
Felix Morgner
8
-17
/
+68
13 days
debug: add support for kstd::observer_ptr
Felix Morgner
2
-1
/
+23
13 days
debug: use gdb.ValuePrinter base class
Felix Morgner
7
-63
/
+53
13 days
debug: align kstd printers with std ones
Felix Morgner
2
-13
/
+10
13 days
debug: enable libstdc++ helpers
Felix Morgner
5
-17
/
+41
13 days
ide: update devcontainer
Felix Morgner
1
-4
/
+2
2026-05-06
ide: add poetry to the devcontainer
Felix Morgner
1
-1
/
+1
2026-05-06
dump_mb2i: dump unsupported tags as hex
Felix Morgner
1
-6
/
+11
2026-05-06
dump_mb2i: add support for framebuffer tag
Felix Morgner
1
-1
/
+21
2026-05-06
debug: refactor dump_mb2i tool
Felix Morgner
3
-64
/
+1042
2026-05-06
dump_mb2i: add support for bios boot device tag
Felix Morgner
1
-0
/
+6
2026-05-05
Merge branch 'symbolic-links' into 'develop-BA-FS26'
Marcel Braun
45
-363
/
+799
2026-05-05
.. int the root directory remains in the root
Lukas Oesch
1
-1
/
+1
2026-05-05
add mount table find_exact_mount tests, remove todo
Lukas Oesch
2
-3
/
+19
2026-05-05
small refactoring, add todo
Lukas Oesch
2
-2
/
+5
2026-05-05
add filesystem interface tests
Lukas Oesch
1
-1
/
+48
2026-05-05
add vfs symlink tests
Lukas Oesch
1
-1
/
+62
2026-05-05
add symlink chain to image
Lukas Oesch
3
-3
/
+7
2026-05-05
refactoring mount_table lookup
Lukas Oesch
3
-8
/
+20
2026-05-05
add symbolic link tests
Lukas Oesch
1
-0
/
+42
2026-05-05
avoid to traverse back over the root
Lukas Oesch
1
-10
/
+5
2026-05-05
refactoring do_mount_internal (retrieve path from dentry), handle .. correctl...
Lukas Oesch
2
-16
/
+17
2026-05-05
fix readme
Lukas Oesch
1
-1
/
+1
2026-05-05
Update readme for images, add symlink to readme into test_assets folder
Marcel Braun
2
-3
/
+16
2026-05-05
Add testing symlinks to filesystem images
Marcel Braun
6
-6
/
+6
2026-05-05
Disable recursion-warning
Marcel Braun
1
-2
/
+2
2026-05-05
Remove manual tests
Marcel Braun
1
-167
/
+1
2026-05-05
Add tests for path utility
Marcel Braun
2
-0
/
+70
2026-05-05
Add check for max symlink count
Marcel Braun
1
-8
/
+15
2026-05-05
Add check for valid path length
Marcel Braun
1
-9
/
+23
2026-05-05
Add constants
Marcel Braun
1
-0
/
+13
2026-05-05
Fix vfs tests
Marcel Braun
1
-4
/
+3
2026-05-05
fix problem with string_view lifetime
Lukas Oesch
2
-9
/
+11
2026-05-05
Add simple symlink tests
Marcel Braun
4
-3
/
+26
2026-05-05
Implement symlink non-recursive
Marcel Braun
1
-26
/
+15
2026-05-05
Refactor path resolution, use vector and while instead of iterator and for-loop
Marcel Braun
1
-2
/
+7
2026-05-05
Implement symlink read in inode, fix max amount of bytes to read
Marcel Braun
3
-11
/
+20
2026-05-05
Resolve TODOs concerning path validation
Marcel Braun
1
-11
/
+9
2026-05-05
Add helper functions for path validation and splitting
Marcel Braun
1
-0
/
+56
2026-05-05
Use iterator in path resolution, start with symlink implementation
Marcel Braun
1
-3
/
+37
[next]