# # ChangeLog for trunk/hal/x86_64/core/hal_special.c # # Generated by Trac 1.2.3 # Mar 28, 2024, 11:38:23 PM Thu, 29 Jun 2017 14:55:50 GMT max@… [102] * trunk/hal/x86_64/core/hal_special.c (modified) update the new hal_get_cycles 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:27:43 GMT max@… [94] * trunk/hal/x86_64/core/hal_cpu.S (modified) * trunk/hal/x86_64/core/hal_drivers.c (modified) * trunk/hal/x86_64/core/hal_init.c (modified) * trunk/hal/x86_64/core/hal_internal.h (modified) * trunk/hal/x86_64/core/hal_remote.c (modified) * trunk/hal/x86_64/core/hal_special.c (modified) * trunk/hal/x86_64/core/x86_printf.c (modified) remove lw_unc, add a few ops, and update a few things Wed, 28 Jun 2017 11:23:51 GMT max@… [82] * trunk/Makefile.x86 (modified) * trunk/hal/x86_64/core/hal_apic.c (moved) * trunk/hal/x86_64/core/hal_apic.h (moved) * trunk/hal/x86_64/core/hal_cpu.S (modified) * trunk/hal/x86_64/core/hal_init.c (modified) * trunk/hal/x86_64/core/hal_internal.h (modified) * trunk/hal/x86_64/core/hal_kentry.S (modified) * trunk/hal/x86_64/core/hal_register.h (modified) * trunk/hal/x86_64/core/hal_special.c (modified) * trunk/hal/x86_64/core/hal_trap.c (modified) Rename a certain number of things, and improve the APIC support. Tue, 27 Jun 2017 08:43:33 GMT max@… [71] * trunk/hal/x86_64/core/hal_special.c (modified) * trunk/hdd/virt_hdd.dmg (modified) * trunk/kernel/kern/kernel_init.c (modified) advance a little Tue, 27 Jun 2017 08:39:08 GMT max@… [70] * trunk/hal/x86_64/core/hal_init.c (modified) * trunk/hal/x86_64/core/hal_special.c (modified) * trunk/hal/x86_64/core/hal_types.h (modified) * trunk/hdd/virt_hdd.dmg (modified) * trunk/kernel/kern/kernel_init.c (modified) start constructing the bootinfo structure Mon, 26 Jun 2017 13:24:20 GMT max@… [51] * trunk/Makefile.x86 (modified) * trunk/hal/x86_64/core (added) * trunk/hal/x86_64/core/hal_acpi.c (moved) * trunk/hal/x86_64/core/hal_acpi.h (moved) * trunk/hal/x86_64/core/hal_arch.c (moved) * trunk/hal/x86_64/core/hal_arch.h (moved) * trunk/hal/x86_64/core/hal_atomic.c (moved) * trunk/hal/x86_64/core/hal_boot.S (moved) * trunk/hal/x86_64/core/hal_boot.h (moved) * trunk/hal/x86_64/core/hal_context.c (moved) * trunk/hal/x86_64/core/hal_cpu.S (moved) * trunk/hal/x86_64/core/hal_do_exceptions.c (moved) * trunk/hal/x86_64/core/hal_do_interrupt.c (moved) * trunk/hal/x86_64/core/hal_do_syscall.c (moved) * trunk/hal/x86_64/core/hal_exception.c (moved) * trunk/hal/x86_64/core/hal_gpt.c (moved) * trunk/hal/x86_64/core/hal_init.c (moved) * trunk/hal/x86_64/core/hal_internal.h (moved) * trunk/hal/x86_64/core/hal_interrupt.c (moved) * trunk/hal/x86_64/core/hal_irqmask.c (moved) * trunk/hal/x86_64/core/hal_kentry.S (moved) * trunk/hal/x86_64/core/hal_kentry.h (moved) * trunk/hal/x86_64/core/hal_lapic.c (moved) * trunk/hal/x86_64/core/hal_lapic.h (moved) * trunk/hal/x86_64/core/hal_multiboot.h (moved) * trunk/hal/x86_64/core/hal_register.h (moved) * trunk/hal/x86_64/core/hal_remote.c (moved) * trunk/hal/x86_64/core/hal_segmentation.h (moved) * trunk/hal/x86_64/core/hal_special.c (moved) * trunk/hal/x86_64/core/hal_syscall.c (moved) * trunk/hal/x86_64/core/hal_trap.c (moved) * trunk/hal/x86_64/core/hal_types.h (moved) * trunk/hal/x86_64/core/hal_uspace.c (moved) * trunk/hal/x86_64/core/x86_printf.c (moved) Create the core/ sub-directory for x86_64. Fri, 23 Jun 2017 11:31:23 GMT max@… [46] * trunk/hal/x86_64/hal_cpu.S (modified) * trunk/hal/x86_64/hal_init.c (modified) * trunk/hal/x86_64/hal_internal.h (modified) * trunk/hal/x86_64/hal_lapic.c (modified) * trunk/hal/x86_64/hal_lapic.h (modified) * trunk/hal/x86_64/hal_register.h (modified) * trunk/hal/x86_64/hal_special.c (modified) Start implementing TLS.