History for honey-os / src / kernel / syscalls / syscall.c
2022-12-13
@lukas
free stack of unused system call processes ...
lukas committed on 13 Dec 2022
2022-11-21
@lukas
add system call to request memory ...
lukas committed on 21 Nov 2022
2022-11-18
@lukas
add discard string system call
lukas committed on 18 Nov 2022
@lukas
add read string syscall
lukas committed on 18 Nov 2022
2022-11-16
@lukas
add stringmap insert and read length functions
lukas committed on 16 Nov 2022
2022-07-28
@lukas
mov syscall handlers to different files
lukas committed on 28 Jul 2022
@lukas
seperate log into log file and a parallel driver
lukas committed on 28 Jul 2022
2022-07-23
@lukas
add events
lukas committed on 23 Jul 2022
2022-07-17
@lukas
add a static libary and fix interrupts
lukas committed on 17 Jul 2022
2022-07-12
@lukas
minor code cleanup regarding loading ELF files and running the main function
lukas committed on 12 Jul 2022
2022-07-11
@lukas
enable subscribing to an interrupt and set up the PIC
lukas committed on 11 Jul 2022
@lukas
end tasks when they trigger an exception
lukas committed on 11 Jul 2022
2022-06-25
@lukas
enable freeing of memory
lukas committed on 25 Jun 2022
2022-06-21
@lukas
add passing data to a syscall
lukas committed on 21 Jun 2022
2022-06-18
@lukas
use registers for passing data to system calls
lukas committed on 18 Jun 2022
2022-06-15
@lukas
add the ability to create multiple services and repair inter-service communication
lukas committed on 15 Jun 2022
2022-06-13
@lukas
add port IO syscalls
lukas committed on 13 Jun 2022
2022-06-12
@lukas
clean up syscall code
lukas committed on 12 Jun 2022
2022-06-10
@lukas
add basic cross-calling of service providers
lukas committed on 10 Jun 2022
@lukas
organize services and their providers
lukas committed on 10 Jun 2022
2022-06-08
@lukas
enter usermode for user processes and start with some memory protection
lukas committed on 8 Jun 2022