# # ChangeLog for trunk/hal/generic/hal_remote.h # # Generated by Trac 1.2.3 # Mar 19, 2024, 4:40:57 AM Mon, 03 Jul 2017 12:17:20 GMT alain [121] * trunk/hal/generic/hal_remote.h (modified) * trunk/hal/generic/hal_special.h (modified) * trunk/hal/generic/hal_uspace.h (modified) * trunk/hal/tsar_mips32/core/hal_do_exceptions.c (deleted) * trunk/hal/tsar_mips32/core/hal_do_interrupt.c (deleted) * trunk/hal/tsar_mips32/core/hal_do_syscall.c (deleted) * trunk/hal/tsar_mips32/core/hal_kentry.S (modified) * trunk/hal/tsar_mips32/core/hal_kentry.h (modified) * trunk/hal/tsar_mips32/core/hal_remote.c (modified) * trunk/hal/tsar_mips32/core/hal_special.c (modified) * trunk/hal/tsar_mips32/core/hal_uspace.c (modified) Fix bugs in hal_remote, hal uspace, hal_special Thu, 29 Jun 2017 11:40:15 GMT alain [95] * trunk/hal/generic/hal_remote.h (modified) * trunk/hal/generic/hal_special.h (modified) * trunk/hal/generic/hal_uspace.h (modified) * trunk/hal/tsar_mips32/core/hal_remote.c (modified) * trunk/hal/tsar_mips32/core/hal_special.c (modified) hal_special: replace hal_time_stamp() by hal_get_cycles() hal_remote ... Tue, 27 Jun 2017 08:56:25 GMT max@… [72] * trunk/hal/generic/hal_remote.h (modified) * trunk/hal/tsar_mips32/core/hal_remote.c (modified) * trunk/hal/x86_64/core/hal_init.c (modified) * trunk/hal/x86_64/core/hal_remote.c (modified) start defining some remote functions, and use uint8_t instead of char Tue, 27 Jun 2017 08:35:00 GMT max@… [69] * trunk/hal/generic/hal_remote.h (modified) * trunk/hal/x86_64/core/hal_remote.c (modified) use uint8_t instead Thu, 11 May 2017 17:49:17 GMT max@… [17] * trunk/hal/generic/hal_atomic.h (modified) * trunk/hal/generic/hal_context.h (modified) * trunk/hal/generic/hal_exception.h (modified) * trunk/hal/generic/hal_gpt.h (modified) * trunk/hal/generic/hal_interrupt.h (modified) * trunk/hal/generic/hal_irqmask.h (modified) * trunk/hal/generic/hal_remote.h (modified) * trunk/hal/generic/hal_special.h (modified) * trunk/hal/generic/hal_syscall.h (modified) * trunk/hal/generic/hal_uspace.h (modified) Typos, and cosmetic. Wed, 10 May 2017 15:04:01 GMT alain [16] * trunk/Makefile (modified) * trunk/hal/generic (added) * trunk/hal/generic/hal_atomic.h (moved) * trunk/hal/generic/hal_context.h (moved) * trunk/hal/generic/hal_exception.h (added) * trunk/hal/generic/hal_gpt.h (moved) * trunk/hal/generic/hal_interrupt.h (added) * trunk/hal/generic/hal_irqmask.h (moved) * trunk/hal/generic/hal_remote.h (moved) * trunk/hal/generic/hal_special.h (moved) * trunk/hal/generic/hal_syscall.h (added) * trunk/hal/generic/hal_uspace.h (moved) * trunk/hal/i386/__boot.S (modified) * trunk/hal/i386/__cpu_context.S (modified) * trunk/hal/i386/__kentry.S (modified) * trunk/hal/i386/hal_types.h (modified) * trunk/hal/tsar_mips32/hal_exception.c (added) * trunk/hal/tsar_mips32/hal_interrupt.c (added) * trunk/hal/tsar_mips32/hal_kentry.S (added) * trunk/hal/tsar_mips32/hal_kentry.h (added) * trunk/hal/tsar_mips32/hal_special.c (modified) * trunk/hal/tsar_mips32/hal_syscall.c (added) * trunk/hal/tsar_mips32/hal_types.h (modified) * trunk/hal/tsar_mips32/mips32_context.h (added) * trunk/hal/tsar_mips32/mips32_uzone.h (added) * trunk/hdd/virt_hdd.dmg (modified) * trunk/kernel/devices/dev_txt.c (modified) * trunk/kernel/kern/chdev.c (modified) * trunk/kernel/kern/chdev.h (modified) * trunk/kernel/kern/core.h (modified) * trunk/kernel/kern/do_exception.c (added) * trunk/kernel/kern/do_exception.h (added) * trunk/kernel/kern/do_interrupt.c (modified) * trunk/kernel/kern/do_interrupt.h (added) * trunk/kernel/kern/do_syscall.c (added) * trunk/kernel/kern/do_syscall.h (added) * trunk/kernel/kern/printk.h (modified) * trunk/kernel/kern/rpc.c (modified) * trunk/kernel/kern/rpc.h (modified) * trunk/kernel/kern/signal.h (modified) * trunk/kernel/kern/thread.c (modified) * trunk/kernel/kern/thread.h (modified) * trunk/kernel/libk/barrier.c (modified) * trunk/kernel/libk/barrier.h (modified) * trunk/kernel/mm/vseg.h (modified) * trunk/kernel/syscalls/sys_thread_exit.c (modified) * trunk/kernel/syscalls/sys_vector.c (deleted) * trunk/kernel/syscalls/syscalls.h (modified) * trunk/kernel_config.h (moved) * trunk/scripts (deleted) mprove the HAL for interrupt, exception, syscall handling. Wed, 26 Apr 2017 12:20:47 GMT alain [8] * trunk/hal/i386/__do_interrupt.c (modified) * trunk/hal/i386/boot.c (modified) * trunk/hal/i386/hal_types.h (modified) * trunk/hal/tsar_mips32/hal_arch.c (modified) * trunk/hal/tsar_mips32/hal_atomic.c (modified) * trunk/hal/tsar_mips32/hal_context.c (modified) * trunk/hal/tsar_mips32/hal_gpt.h (modified) * trunk/hal/tsar_mips32/hal_remote.c (modified) * trunk/hal/tsar_mips32/hal_remote.h (modified) * trunk/hal/tsar_mips32/hal_types.h (modified) Various bugs.