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
path:
root
/
kernel
Age
Commit message (
Expand
)
Author
Files
Lines
2026-05-05
add symlink chain to image
Lukas Oesch
1
-1
/
+1
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
Update readme for images, add symlink to readme into test_assets folder
Marcel Braun
1
-0
/
+1
2026-05-05
Add testing symlinks to filesystem images
Marcel Braun
3
-3
/
+3
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
2
-1
/
+21
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
2026-05-05
refactoring and extend tests
Lukas Oesch
6
-18
/
+21
2026-05-05
add todos
Lukas Oesch
1
-0
/
+2
2026-05-05
refactoring
Lukas Oesch
3
-30
/
+25
2026-05-05
add relative path tests
Lukas Oesch
1
-0
/
+46
2026-05-05
fix bht build
Lukas Oesch
2
-13
/
+13
2026-05-05
relative path support
Lukas Oesch
3
-18
/
+103
2026-05-05
resolve todos
Lukas Oesch
4
-7
/
+14
2026-05-05
add is_symbolic_link method in ext2 inode
Lukas Oesch
6
-0
/
+46
2026-05-05
refactor inode kind
Lukas Oesch
15
-108
/
+113
2026-04-30
kernel/acpi: simplify manager constructor
Felix Morgner
1
-11
/
+9
2026-04-30
build: upgrade to GCC 16
Felix Morgner
1
-6
/
+9
2026-04-26
fix bht build
Lukas Oesch
1
-0
/
+0
2026-04-26
rename file_descriptor_table to open_file_table
Lukas Oesch
8
-62
/
+61
2026-04-26
rename open_file_description to open_file_descriptor
Lukas Oesch
10
-113
/
+111
2026-04-25
add documentation, refactoring
Lukas Oesch
1
-6
/
+6
2026-04-25
remove unused include
Lukas Oesch
1
-1
/
+0
2026-04-25
add demo code
Lukas Oesch
1
-0
/
+63
2026-04-23
chore: banish relative includes
Felix Morgner
117
-333
/
+332
2026-04-23
chore: organize includes
Felix Morgner
41
-92
/
+96
2026-04-21
build: clean up configuration
Felix Morgner
1
-50
/
+97
2026-04-19
vfs open returns the dentry not the open file description
Lukas Oesch
6
-23
/
+30
2026-04-19
check that after mount the old file isn't available anymore
Lukas Oesch
1
-0
/
+3
2026-04-19
move m_inodes member into subclass
Lukas Oesch
2
-1
/
+3
2026-04-19
add todo to support sparse files
Lukas Oesch
1
-1
/
+3
2026-04-16
Merge branch 'syscall-interface' into 'develop-BA-FS26'
Marcel Braun
21
-129
/
+378
2026-04-16
Merge branch 'fmorgner/develop-BA-FS26/acpi-refactor' into develop-BA-FS26
Felix Morgner
3
-29
/
+27
2026-04-16
acpi: introduce XSDT type
Felix Morgner
1
-23
/
+21
2026-04-16
acpi: derive basic table from table header
Felix Morgner
1
-1
/
+1
[next]