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
/
arch
/
x86_64
/
src
/
memory
Age
Commit message (
Expand
)
Author
Files
Lines
2025-05-20
Improve syscalls and user heap allocator
Matteo Gmür
1
-40
/
+40
2025-05-18
Make new usable for both kernel and user calls
Matteo Gmür
1
-15
/
+51
2025-05-16
Fix bug where level 4 to level 2 entries are not mapped user accesible.
Matteo Gmür
1
-2
/
+0
2025-05-12
Fix crashes because of are frame allocator copy
Matteo Gmür
3
-17
/
+12
2025-05-12
Adjust user heap to lazy allocate heap
Matteo Gmür
5
-24
/
+4
2025-05-11
make frame_allocator and active_page_table statically available
Fabian Imhof
2
-23
/
+37
2025-05-11
Adjust user heap allocator with expanding heap functionality
Matteo Gmür
1
-1
/
+40
2025-05-11
rename page table entry function
Fabian Imhof
1
-1
/
+1
2025-05-10
experiment with globally available linker sections and page table entry flags
Fabian Imhof
1
-0
/
+2
2025-05-09
Switch uer heap to linked list allocator
Matteo Gmür
1
-32
/
+154
2025-05-09
Move necessary code into user text
Matteo Gmür
2
-1
/
+7
2025-05-08
wip allocating heap memory in user mode
Fabian Imhof
3
-17
/
+76
2025-05-07
wip custom heap allocation functions for user mode
Fabian Imhof
2
-20
/
+40
2025-05-06
Remove user Mode Access to VGA / Heap and Kernel Methods.
Matteo Gmür
3
-4
/
+3
2025-05-05
Remove the addition of USER_ACCESSIBLE flag to every entry created
Matteo Gmür
4
-13
/
+12
2025-04-27
Move gnu function attributes to header file
Matteo Gmür
1
-1
/
+3
2025-04-19
Remove deque
Matteo Gmür
1
-9
/
+1
2025-04-14
Add stack frame allocator. Fix stl vector bug and create stl stack implementa...
Matteo Gmür
3
-3
/
+124
2025-03-15
temporarily make all page table entries user accessible
Fabian Imhof
1
-2
/
+9
2025-03-15
implement loading of gdtr register
Matteo Gmür
1
-1
/
+1
2025-03-13
fixup typing and continue adding gdt
Fabian Imhof
1
-2
/
+2
2025-03-13
IN_PROGRESS implement gdt initialization
Fabian Imhof
4
-121
/
+2
2025-03-09
Adjust comments and implement remaining interface for STL classes.
Matteo Gmür
1
-4
/
+1
2025-03-09
add doxygen comments to shared and unique pointer
Fabian Imhof
1
-7
/
+1
2025-03-04
Add more methods to vector to mimic stl interface partially.
Matteo Gmür
1
-0
/
+9
2025-02-24
Add noexpect to deallocate calls
Matteo Gmür
3
-3
/
+3
2025-02-23
Remove useless if statements
Matteo Gmür
1
-6
/
+2
2025-02-23
Adjust linked list allocator to allow for deallocation without passing size p...
Matteo Gmür
3
-25
/
+40
2025-02-21
Update factory method code
Matteo Gmür
3
-50
/
+35
2025-02-20
add heap_allocator base class
Fabian Imhof
1
-19
/
+29
2025-02-20
Make allocation type configurable
Matteo Gmür
1
-7
/
+38
2025-02-20
Add singelton implementation for global heap allocator
Matteo Gmür
1
-4
/
+8
2025-02-20
Fix compilation issues
Matteo Gmür
1
-6
/
+34
2025-02-20
Create global heap allocator attempt
Matteo Gmür
1
-0
/
+18
2024-12-17
Fix typo
Matteo Gmür
1
-2
/
+2
2024-12-17
Improve log messages
Matteo Gmür
1
-1
/
+3
2024-12-09
Fix method writing to wrong CR register and improve doxygen comments.
Matteo Gmür
2
-4
/
+4
2024-12-03
Clear old memory in contructor
Matteo Gmür
2
-15
/
+9
2024-12-03
Fix missing mutex unlock
Matteo Gmür
1
-2
/
+4
2024-12-03
Add missing comments
Matteo Gmür
1
-18
/
+12
2024-12-03
Add allocate case where size fits exactly
Matteo Gmür
1
-2
/
+24
2024-12-03
fix linked_list_allocator mutex usage
Fabian Imhof
1
-2
/
+3
2024-12-03
add mutex to linked_list_allocator
Fabian Imhof
1
-4
/
+10
2024-12-02
WIP thread safe linked list
Matteo Gmür
1
-4
/
+4
2024-12-02
Add check to detect double free in linked list allocator
Matteo Gmür
1
-0
/
+7
2024-12-02
Fix algorithm issues with linked list allocator
Matteo Gmür
1
-33
/
+31
2024-12-01
implement clear_memory_block_header
Fabian Imhof
1
-7
/
+15
2024-12-01
Add comments and fix edge case
Matteo Gmür
1
-3
/
+20
2024-12-01
enable heap test
Fabian Imhof
1
-3
/
+2
2024-12-01
implement heap linked_list deallocate
Fabian Imhof
1
-21
/
+43
[prev]
[next]