# # ChangeLog for trunk/hal/tsar_mips32/core # # Generated by Trac 1.2.3 # Mar 28, 2024, 4:29:28 PM 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 Fri, 30 Jun 2017 07:28:00 GMT max@… [107] * trunk/hal/tsar_mips32/core/hal_ppm.c (modified) reorder the code a bit, to reduce the (future) diff with x86 Fri, 30 Jun 2017 07:16:22 GMT max@… [106] * trunk/hal/tsar_mips32/core/hal_ppm.c (modified) style and typos Thu, 29 Jun 2017 14:44:52 GMT alain [101] * trunk/Makefile (modified) * trunk/hal/generic/hal_special.h (modified) * trunk/hal/tsar_mips32/core/hal_do_exceptions.c (modified) * trunk/hal/tsar_mips32/core/hal_exception.c (modified) * trunk/hal/tsar_mips32/core/hal_special.c (modified) * trunk/hal/tsar_mips32/drivers/soclib_hba.c (modified) * trunk/hal/x86_64/core/hal_special.c (modified) * trunk/hdd/virt_hdd.dmg (modified) * trunk/kernel/devices/dev_ioc.c (modified) * trunk/kernel/devices/dev_txt.c (modified) * trunk/kernel/kern/cluster.c (modified) * trunk/kernel/kern/cluster.h (modified) * trunk/kernel/kern/core.c (modified) * trunk/kernel/kern/core.h (modified) * trunk/kernel/kern/do_exception.c (modified) * trunk/kernel/kern/kernel_init.c (modified) * trunk/kernel/kern/process.c (modified) * trunk/kernel/kern/process.h (modified) * trunk/kernel/kern/rpc.c (modified) * trunk/kernel/kern/scheduler.c (modified) * trunk/kernel/kern/thread.c (modified) * trunk/kernel/libk/remote_spinlock.c (modified) * trunk/kernel/libk/remote_spinlock.h (modified) * trunk/kernel/mm/kcm.c (modified) * trunk/kernel/mm/vmm.c (modified) * trunk/kernel/mm/vseg.c (modified) * trunk/kernel/mm/vseg.h (modified) * trunk/kernel/syscalls/sys_clock.c (modified) * trunk/kernel/syscalls/sys_exec.c (modified) * trunk/kernel/syscalls/sys_fork.c (modified) * trunk/kernel/syscalls/sys_thread_create.c (modified) * trunk/kernel/syscalls/sys_thread_sleep.c (modified) * trunk/kernel/vfs/fatfs.c (modified) * trunk/kernel/vfs/vfs.c (modified) * trunk/kernel/vfs/vfs.h (modified) * trunk/kernel_config.h (modified) euh... 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 ... Thu, 29 Jun 2017 10:12:28 GMT max@… [92] * trunk/hal/tsar_mips32/core/hal_remote.c (modified) * trunk/hal/x86_64/core/hal_remote.c (modified) fix the definition of hal_remote_spt, and add the *pt ops on x86_64 Wed, 28 Jun 2017 15:32:42 GMT alain [87] * trunk/hal/tsar_mips32/core/__cpu_kentry.S (deleted) * trunk/hal/tsar_mips32/core/__kheader.S (deleted) * trunk/hal/tsar_mips32/core/hal_arch.c (deleted) * trunk/hal/tsar_mips32/core/hal_arch.h (deleted) * trunk/hal/tsar_mips32/core/hal_uspace.c (modified) Remove oldies. Tue, 27 Jun 2017 12:38:47 GMT max@… [77] * trunk/Makefile (modified) * trunk/Makefile.x86 (modified) * trunk/hal/generic/hal_drivers.h (added) * trunk/hal/tsar_mips32/core/hal_drivers.c (added) * trunk/hal/tsar_mips32/drivers/soclib_tty.c (modified) * trunk/hal/x86_64/core/hal_drivers.c (added) * trunk/hdd/virt_hdd.dmg (modified) * trunk/kernel/devices/dev_txt.c (modified) * trunk/kernel/kern/kernel_init.c (modified) Start hiding the architecture-specific drivers behind the ... 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 Mon, 26 Jun 2017 15:06:05 GMT max@… [62] * trunk/Makefile (modified) * trunk/hal/tsar_mips32/core (added) * trunk/hal/tsar_mips32/core/__cpu_kentry.S (moved) * trunk/hal/tsar_mips32/core/__kheader.S (moved) * trunk/hal/tsar_mips32/core/hal_arch.c (moved) * trunk/hal/tsar_mips32/core/hal_arch.h (moved) * trunk/hal/tsar_mips32/core/hal_atomic.c (moved) * trunk/hal/tsar_mips32/core/hal_context.c (moved) * trunk/hal/tsar_mips32/core/hal_do_exceptions.c (moved) * trunk/hal/tsar_mips32/core/hal_do_interrupt.c (moved) * trunk/hal/tsar_mips32/core/hal_do_syscall.c (moved) * trunk/hal/tsar_mips32/core/hal_exception.c (moved) * trunk/hal/tsar_mips32/core/hal_gpt.c (moved) * trunk/hal/tsar_mips32/core/hal_interrupt.c (moved) * trunk/hal/tsar_mips32/core/hal_irqmask.c (moved) * trunk/hal/tsar_mips32/core/hal_kentry.S (moved) * trunk/hal/tsar_mips32/core/hal_kentry.h (moved) * trunk/hal/tsar_mips32/core/hal_ppm.c (moved) * trunk/hal/tsar_mips32/core/hal_remote.c (moved) * trunk/hal/tsar_mips32/core/hal_special.c (moved) * trunk/hal/tsar_mips32/core/hal_syscall.c (moved) * trunk/hal/tsar_mips32/core/hal_types.h (moved) * trunk/hal/tsar_mips32/core/hal_uspace.c (moved) * trunk/hal/tsar_mips32/core/mips32_context.h (moved) * trunk/hal/tsar_mips32/core/mips32_uzone.h (moved) create the core/ sub-directory for tsar