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