# # ChangeLog for trunk/hal/tsar_mips32/core/hal_types.h # # Generated by Trac 1.2.3 # Mar 29, 2024, 11:51:04 AM 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 Mon, 26 Jun 2017 13:15:11 GMT alain [50] * trunk/Makefile (modified) * trunk/hal/generic/hal_ppm.h (added) * trunk/hal/i386/__boot.S (deleted) * trunk/hal/i386/__cpu_context.S (deleted) * trunk/hal/i386/__do_exception.c (deleted) * trunk/hal/i386/__do_interrupt.c (deleted) * trunk/hal/i386/__kentry.S (deleted) * trunk/hal/i386/boot.c (deleted) * trunk/hal/i386/cpu-asm.h (deleted) * trunk/hal/i386/cpu-config.h (deleted) * trunk/hal/i386/cpu-internal.h (deleted) * trunk/hal/i386/cpu-io.c (deleted) * trunk/hal/i386/cpu-io.h (deleted) * trunk/hal/i386/cpu_context.c (deleted) * trunk/hal/i386/cpu_internal.c (deleted) * trunk/hal/i386/printk.c (deleted) * trunk/hal/i386/remote.c (deleted) * trunk/hal/i386/screen.c (deleted) * trunk/hal/i386/screen.h (deleted) * trunk/hal/tsar_mips32/hal_do_exceptions.c (modified) * trunk/hal/tsar_mips32/hal_gpt.c (modified) * trunk/hal/tsar_mips32/hal_ppm.c (added) * trunk/hal/tsar_mips32/hal_types.h (modified) * trunk/hdd/virt_hdd.dmg (modified) * trunk/kernel/devices/dev_ioc.c (modified) * trunk/kernel/drivers/soclib/soclib_mmc.c (modified) * trunk/kernel/kern/cluster.c (modified) * trunk/kernel/kern/cluster.h (modified) * trunk/kernel/kern/do_syscall.c (modified) * trunk/kernel/kern/kernel_init.c (modified) * trunk/kernel/kern/printk.h (modified) * trunk/kernel/kern/thread.c (modified) * trunk/kernel/libk/remote_rwlock.c (modified) * trunk/kernel/libk/remote_rwlock.h (modified) * trunk/kernel/libk/xhtab.c (modified) * trunk/kernel/mm/kcm.c (modified) * trunk/kernel/mm/kcm.h (modified) * trunk/kernel/mm/kmem.c (modified) * trunk/kernel/mm/kmem.h (modified) * trunk/kernel/mm/ppm.c (modified) * trunk/kernel/mm/ppm.h (modified) * trunk/kernel/mm/vmm.c (modified) * trunk/kernel/syscalls/sys_gettimeofday.c (deleted) * trunk/kernel/syscalls/sys_thread_sleep.c (modified) * trunk/kernel/syscalls/sys_timeofday.c (added) * trunk/kernel/syscalls/syscalls.h (modified) * trunk/kernel/vfs/devfs.c (modified) * trunk/kernel/vfs/fatfs.c (modified) * trunk/kernel/vfs/vfs.c (modified) * trunk/kernel_config.h (modified) * trunk/tools/arch_info/boot_info.h (modified) * trunk/tools/bootloader_tsar/boot.c (modified) * trunk/tools/bootloader_tsar/boot_config.h (modified) bloup