# # ChangeLog for trunk/kernel/libk/busylock.c # # Generated by Trac 1.2.3 # Mar 29, 2024, 4:02:10 PM Tue, 12 Mar 2019 12:37:38 GMT alain [624] * trunk/boot/tsar_mips32/Makefile (modified) * trunk/boot/tsar_mips32/boot.c (modified) * trunk/boot/tsar_mips32/boot.ld (modified) * trunk/boot/tsar_mips32/boot_config.h (modified) * trunk/hal/generic/hal_gpt.h (modified) * trunk/hal/generic/hal_special.h (modified) * trunk/hal/tsar_mips32/core/hal_gpt.c (modified) * trunk/hal/tsar_mips32/core/hal_special.c (modified) * trunk/hal/tsar_mips32/core/hal_vmm.c (modified) * trunk/hal/tsar_mips32/kernel.ld (modified) * trunk/kernel/fs/devfs.c (modified) * trunk/kernel/kern/kernel_init.c (modified) * trunk/kernel/kern/process.c (modified) * trunk/kernel/kern/rpc.c (modified) * trunk/kernel/kern/rpc.h (modified) * trunk/kernel/kern/scheduler.c (modified) * trunk/kernel/kern/thread.c (modified) * trunk/kernel/kernel_config.h (modified) * trunk/kernel/libk/busylock.c (modified) * trunk/kernel/libk/busylock.h (modified) * trunk/kernel/libk/remote_busylock.c (modified) * trunk/kernel/libk/remote_busylock.h (modified) * trunk/kernel/mm/mapper.c (modified) * trunk/kernel/mm/vmm.c (modified) * trunk/kernel/mm/vmm.h (modified) * trunk/kernel/syscalls/sys_barrier.c (modified) * trunk/kernel/syscalls/sys_condvar.c (modified) * trunk/kernel/syscalls/sys_display.c (modified) * trunk/kernel/syscalls/sys_get_config.c (modified) * trunk/kernel/syscalls/sys_get_core.c (modified) * trunk/kernel/syscalls/sys_get_cycle.c (modified) * trunk/kernel/syscalls/sys_is_fg.c (modified) * trunk/kernel/syscalls/sys_kill.c (modified) * trunk/kernel/syscalls/sys_mmap.c (modified) * trunk/kernel/syscalls/sys_munmap.c (modified) * trunk/kernel/syscalls/sys_mutex.c (modified) * trunk/kernel/syscalls/sys_opendir.c (modified) * trunk/kernel/syscalls/sys_read.c (modified) * trunk/kernel/syscalls/sys_readdir.c (modified) * trunk/kernel/syscalls/sys_sem.c (modified) * trunk/kernel/syscalls/sys_stat.c (modified) * trunk/kernel/syscalls/sys_thread_create.c (modified) * trunk/kernel/syscalls/sys_timeofday.c (modified) * trunk/kernel/syscalls/sys_wait.c (modified) * trunk/kernel/syscalls/sys_write.c (modified) * trunk/libs/mini-libc/stdio.c (modified) * trunk/params-hard.mk (modified) * trunk/user/ksh/ksh.c (modified) * trunk/user/sort/sort.c (modified) Fix several bugs to use the instruction MMU in kernel mode in ... Sat, 10 Nov 2018 16:38:51 GMT alain [600] * trunk/kernel/libk/busylock.c (modified) * trunk/kernel/libk/queuelock.c (modified) * trunk/kernel/libk/remote_busylock.c (modified) * trunk/kernel/libk/remote_queuelock.c (modified) * trunk/kernel/libk/remote_rwlock.c (modified) * trunk/kernel/libk/rwlock.c (modified) Cosmetic: improve debug. Mon, 08 Oct 2018 09:31:42 GMT alain [580] * trunk/kernel/kern/cluster.c (modified) * trunk/kernel/kern/kernel_init.c (modified) * trunk/kernel/kern/process.c (modified) * trunk/kernel/kern/thread.c (modified) * trunk/kernel/kern/thread.h (modified) * trunk/kernel/kernel_config.h (modified) * trunk/kernel/libk/busylock.c (modified) * trunk/kernel/libk/remote_busylock.c (modified) * trunk/kernel/mm/vmm.c (modified) * trunk/kernel/syscalls/shared_include/shared_almos.h (modified) * trunk/kernel/syscalls/sys_display.c (modified) * trunk/libs/libalmosmkh/almosmkh.c (modified) * trunk/libs/libalmosmkh/almosmkh.h (modified) * trunk/libs/mini-libc/stdio.c (modified) * trunk/params-hard.mk (modified) * trunk/user/idbg/idbg.c (modified) * trunk/user/pgcd/pgcd.c (modified) 1) Register the kernel process in the cluster manager local list. 2) ... Thu, 04 Oct 2018 21:16:13 GMT alain [563] * trunk/kernel/libk/barrier.c (modified) * trunk/kernel/libk/barrier.h (modified) * trunk/kernel/libk/busylock.c (added) * trunk/kernel/libk/busylock.h (added) * trunk/kernel/libk/htab.c (modified) * trunk/kernel/libk/htab.h (modified) * trunk/kernel/libk/queuelock.c (added) * trunk/kernel/libk/queuelock.h (added) * trunk/kernel/libk/remote_barrier.c (modified) * trunk/kernel/libk/remote_barrier.h (modified) * trunk/kernel/libk/remote_busylock.c (added) * trunk/kernel/libk/remote_busylock.h (added) * trunk/kernel/libk/remote_condvar.c (modified) * trunk/kernel/libk/remote_condvar.h (modified) * trunk/kernel/libk/remote_fifo.c (modified) * trunk/kernel/libk/remote_fifo.h (modified) * trunk/kernel/libk/remote_mutex.c (modified) * trunk/kernel/libk/remote_mutex.h (modified) * trunk/kernel/libk/remote_queuelock.c (added) * trunk/kernel/libk/remote_queuelock.h (added) * trunk/kernel/libk/remote_rwlock.c (modified) * trunk/kernel/libk/remote_rwlock.h (modified) * trunk/kernel/libk/remote_sem.c (modified) * trunk/kernel/libk/remote_sem.h (modified) * trunk/kernel/libk/remote_spinlock.c (deleted) * trunk/kernel/libk/remote_spinlock.h (deleted) * trunk/kernel/libk/rwlock.c (modified) * trunk/kernel/libk/rwlock.h (modified) * trunk/kernel/libk/spinlock.c (deleted) * trunk/kernel/libk/spinlock.h (deleted) * trunk/kernel/libk/xbarrier.c (added) * trunk/kernel/libk/xbarrier.h (added) * trunk/kernel/libk/xhtab.c (modified) * trunk/kernel/libk/xhtab.h (modified) * trunk/kernel/libk/xlist.h (modified) Complete restructuration of kernel spinlocks.