# # ChangeLog for trunk/hal/tsar_mips32/core/hal_remote.c # # Generated by Trac 1.2.3 # Apr 25, 2024, 4:28:38 PM Mon, 17 Jul 2017 06:42:59 GMT alain [204] * trunk/Makefile (modified) * trunk/hal/tsar_mips32/core/hal_remote.c (modified) * trunk/hal/tsar_mips32/drivers/soclib_pic.c (modified) * trunk/hdd/virt_hdd.dmg (modified) * trunk/kernel/devices/dev_pic.c (modified) * trunk/kernel/kern/chdev.h (modified) * trunk/kernel/kern/kernel_init.c (modified) * trunk/kernel/kern/process.c (modified) * trunk/kernel/kern/process.h (modified) * trunk/kernel/libk/bits.h (modified) * trunk/kernel/libk/elf.c (modified) * trunk/kernel/libk/elf.h (modified) * trunk/kernel/libk/xhtab.c (modified) * trunk/kernel/libk/xhtab.h (modified) * trunk/kernel/mm/mapper.c (modified) * trunk/kernel/mm/mapper.h (modified) * trunk/kernel/mm/vmm.c (modified) * trunk/kernel/vfs/devfs.c (modified) * trunk/kernel/vfs/devfs.h (modified) * trunk/kernel/vfs/vfs.c (modified) * trunk/kernel/vfs/vfs.h (modified) * trunk/kernel_config.h (modified) * trunk/params.mk (modified) * trunk/tools/bootloader_tsar/boot.c (modified) Bug fix in kernel_init -This line, and those below, will be ... 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 ... 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 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 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.