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
path:
root
/
kernel
Age
Commit message (
Collapse
)
Author
Files
Lines
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
Add fs syscall handler See merge request teachos/kernel!23
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
2026-04-16
acpi: introduce VLA table
Felix Morgner
3
-10
/
+10
2026-04-15
kernel: improve bht speed using memory mapping
Felix Morgner
4
-55
/
+98
2026-04-14
add kapi filesystem tests
Lukas Oesch
2
-0
/
+130
2026-04-14
add tests to mount filesystems backed by a file
Lukas Oesch
2
-3
/
+66
2026-04-13
Back filesystem by inode and not device
Marcel Braun
16
-122
/
+117
2026-04-13
Rename and refactor
Marcel Braun
1
-6
/
+7
2026-04-13
kstd: move formatting implementation to kstd
Felix Morgner
1
-188
/
+10
2026-04-13
kstd/format: hook up vformat_to
Felix Morgner
1
-189
/
+192
2026-04-12
Add fs syscall handler
Marcel Braun
3
-5
/
+65
2026-04-12
Add comment
Marcel Braun
1
-0
/
+1
2026-04-12
Rename
Marcel Braun
1
-4
/
+4
2026-04-11
add ext2 inode and filesystem tests
Lukas Oesch
7
-26
/
+406
2026-04-11
add open_file_description tests with real image
Lukas Oesch
1
-0
/
+54
2026-04-11
add vfs tests with real ext2 images
Lukas Oesch
9
-19
/
+330
2026-04-11
add test for devfs edge case
Lukas Oesch
1
-0
/
+9
2026-04-11
add devfs filesystem tests, and storage_boot_module_fixture to mock real ↵
Lukas Oesch
7
-5
/
+136
boot modules
2026-04-11
add deinit functions for singletons in tests
Lukas Oesch
11
-84
/
+116
2026-04-11
add rootfs filesystem tests
Lukas Oesch
2
-0
/
+46
2026-04-11
add devfs and rootfs inode tests
Lukas Oesch
3
-0
/
+139
2026-04-11
fix test
Lukas Oesch
1
-1
/
+1
2026-04-11
add file_descriptor_table tests
Lukas Oesch
4
-0
/
+167
2026-04-11
add open_file_description tests
Lukas Oesch
5
-4
/
+77
2026-04-11
fix mount table tests
Lukas Oesch
1
-4
/
+3
2026-04-11
add mount_table tests
Lukas Oesch
2
-0
/
+165
2026-04-11
add mount tests
Lukas Oesch
2
-0
/
+50
2026-04-11
add test_support filesystem
Lukas Oesch
3
-0
/
+40
2026-04-11
use separate test inode
Lukas Oesch
4
-4
/
+46
2026-04-11
remove todos
Lukas Oesch
2
-2
/
+5
2026-04-11
fix is_block_device check, add device_inode and non-block device tests
Lukas Oesch
4
-3
/
+143
2026-04-11
add non block device for tests
Lukas Oesch
3
-0
/
+44
2026-04-11
add block_device tests
Lukas Oesch
6
-7
/
+56
2026-04-11
add block_device_utils tests
Lukas Oesch
3
-1
/
+191
2026-04-11
clean up includes
Lukas Oesch
1
-1
/
+0
[next]