# # ChangeLog for trunk/kernel/kern/do_interrupt.h # # Generated by Trac 1.2.3 # May 14, 2024, 3:03:29 PM Tue, 21 Aug 2018 16:01:01 GMT alain [473] * trunk/boot/tsar_mips32/boot_fat32.c (modified) * trunk/hal/tsar_mips32/core/hal_shared_types.h (modified) * trunk/kernel/Makefile (modified) * trunk/kernel/fs/fatfs.c (modified) * trunk/kernel/fs/vfs.c (modified) * trunk/kernel/kern/do_interrupt.c (deleted) * trunk/kernel/kern/do_interrupt.h (deleted) * trunk/kernel/kern/do_syscall.c (modified) * trunk/kernel/kern/rpc.c (modified) * trunk/kernel/kern/thread.c (modified) * trunk/kernel/kern/thread.h (modified) * trunk/kernel/libk/bits.c (modified) * trunk/kernel/libk/grdxt.c (modified) * trunk/kernel/libk/spinlock.c (modified) * trunk/kernel/mm/vmm.c (modified) * trunk/kernel/mm/vseg.c (modified) * trunk/kernel/mm/vseg.h (modified) * trunk/kernel/syscalls/shared_include/shared_stdlib.h (modified) * trunk/kernel/syscalls/sys_alarm.c (modified) * trunk/kernel/syscalls/sys_closedir.c (modified) * trunk/kernel/syscalls/sys_opendir.c (modified) * trunk/kernel/syscalls/sys_pipe.c (modified) * trunk/kernel/syscalls/sys_readdir.c (modified) * trunk/kernel/syscalls/sys_signal.c (modified) * trunk/kernel/syscalls/sys_thread_join.c (modified) * trunk/libs/libalmosmkh/almosmkh.c (modified) * trunk/libs/libpthread/pthread.c (modified) * trunk/libs/mini-libc/dirent.c (modified) * trunk/libs/mini-libc/mman.c (modified) * trunk/libs/mini-libc/stdio.c (modified) * trunk/libs/mini-libc/stdio.h (modified) * trunk/libs/mini-libc/stdlib.c (modified) * trunk/libs/mini-libc/stdlib.h (modified) * trunk/libs/mini-libc/string.c (modified) * trunk/libs/mini-libc/unistd.c (modified) * trunk/user/fft/fft.c (modified) * trunk/user/ksh/ksh.c (modified) * trunk/user/sort/sort.c (modified) Fix several GCC warning related to the -Wextra compilation option. 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.