#
# ChangeLog for trunk/kernel/mm
#
# Generated by Trac 1.2.3
# Jan 11, 2025, 12:41:16 PM

Thu, 10 Oct 2019 11:42:04 GMT alain [641]
	* trunk/kernel/Makefile (modified)
	* trunk/kernel/kern/do_syscall.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/kern/thread.h (modified)
	* trunk/kernel/kernel_config.h (modified)
	* trunk/kernel/libk/user_dir.c (modified)
	* trunk/kernel/mm/vmm.c (modified)
	* trunk/kernel/syscalls/shared_include/shared_almos.h (modified)
	* trunk/kernel/syscalls/shared_include/syscalls_numbers.h (modified)
	* trunk/kernel/syscalls/sys_munmap.c (modified)
	* trunk/kernel/syscalls/syscalls.h (modified)
	* trunk/libs/libalmosmkh/almosmkh.c (modified)
	* trunk/libs/libalmosmkh/almosmkh.h (modified)
	* trunk/params-hard.mk (modified)
	* trunk/user/fft/fft.c (modified)
	* trunk/user/ksh/ksh.c (modified)

	- Fix several bugs.
	- Introduce the "stat" command in KSH.
	This ...


Tue, 01 Oct 2019 11:19:00 GMT alain [640]
	* trunk/hal/generic/hal_gpt.h (modified)
	* trunk/hal/tsar_mips32/core/hal_context.c (modified)
	* trunk/hal/tsar_mips32/core/hal_gpt.c (modified)
	* trunk/hal/tsar_mips32/core/hal_vmm.c (modified)
	* trunk/kernel/kern/kernel_init.c (modified)
	* trunk/kernel/kern/rpc.c (modified)
	* trunk/kernel/kern/rpc.h (modified)
	* trunk/kernel/kern/scheduler.c (modified)
	* trunk/kernel/kern/scheduler.h (modified)
	* trunk/kernel/kern/thread.c (modified)
	* trunk/kernel/kernel_config.h (modified)
	* trunk/kernel/libk/remote_barrier.h (modified)
	* trunk/kernel/libk/user_dir.c (modified)
	* trunk/kernel/mm/vmm.c (modified)
	* trunk/kernel/mm/vmm.h (modified)
	* trunk/kernel/mm/vseg.h (modified)
	* trunk/kernel/syscalls/sys_display.c (modified)
	* trunk/kernel/syscalls/sys_munmap.c (modified)
	* trunk/kernel/syscalls/syscalls.h (modified)
	* trunk/libs/libalmosmkh/almosmkh.c (modified)
	* trunk/libs/libalmosmkh/almosmkh.h (modified)
	* trunk/libs/libpthread/pthread.h (modified)
	* trunk/params-hard.mk (modified)
	* trunk/user/fft/fft.c (modified)
	* trunk/user/ksh/ksh.c (modified)

	Remove all RPCs in page-fault handling.


Thu, 18 Jul 2019 12:06:55 GMT alain [637]
	* trunk/boot/tsar_mips32/boot.c (modified)
	* trunk/hal/generic/hal_uspace.h (modified)
	* trunk/hal/tsar_mips32/core/hal_gpt.c (modified)
	* trunk/hal/tsar_mips32/core/hal_uspace.c (modified)
	* trunk/hal/tsar_mips32/core/hal_vmm.c (modified)
	* trunk/kernel/Makefile (modified)
	* trunk/kernel/devices/dev_dma.c (modified)
	* trunk/kernel/devices/dev_ioc.c (modified)
	* trunk/kernel/devices/dev_nic.c (modified)
	* trunk/kernel/devices/dev_txt.c (modified)
	* trunk/kernel/devices/dev_txt.h (modified)
	* trunk/kernel/fs/devfs.c (modified)
	* trunk/kernel/kern/cluster.c (modified)
	* trunk/kernel/kern/cluster.h (modified)
	* trunk/kernel/kern/do_syscall.c (modified)
	* trunk/kernel/kern/dqdt.c (modified)
	* trunk/kernel/kern/dqdt.h (modified)
	* trunk/kernel/kern/kernel_init.c (modified)
	* trunk/kernel/kern/process.c (modified)
	* trunk/kernel/kern/rpc.c (modified)
	* trunk/kernel/kern/scheduler.h (modified)
	* trunk/kernel/kern/thread.c (modified)
	* trunk/kernel/kernel_config.h (modified)
	* trunk/kernel/mm/mapper.c (modified)
	* trunk/kernel/mm/ppm.c (modified)
	* trunk/kernel/syscalls/shared_include/shared_mman.h (modified)
	* trunk/kernel/syscalls/shared_include/syscalls_numbers.h (modified)
	* trunk/kernel/syscalls/sys_barrier.c (modified)
	* trunk/kernel/syscalls/sys_chdir.c (modified)
	* trunk/kernel/syscalls/sys_chmod.c (modified)
	* trunk/kernel/syscalls/sys_display.c (modified)
	* trunk/kernel/syscalls/sys_exec.c (modified)
	* trunk/kernel/syscalls/sys_fork.c (modified)
	* trunk/kernel/syscalls/sys_get_config.c (modified)
	* trunk/kernel/syscalls/sys_get_cycle.c (modified)
	* trunk/kernel/syscalls/sys_getcwd.c (modified)
	* trunk/kernel/syscalls/sys_is_fg.c (modified)
	* trunk/kernel/syscalls/sys_mkdir.c (modified)
	* trunk/kernel/syscalls/sys_mkfifo.c (modified)
	* trunk/kernel/syscalls/sys_mmap.c (modified)
	* trunk/kernel/syscalls/sys_open.c (modified)
	* trunk/kernel/syscalls/sys_opendir.c (modified)
	* trunk/kernel/syscalls/sys_place_fork.c (modified)
	* trunk/kernel/syscalls/sys_readdir.c (modified)
	* trunk/kernel/syscalls/sys_rename.c (modified)
	* trunk/kernel/syscalls/sys_rmdir.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_thread_detach.c (modified)
	* trunk/kernel/syscalls/sys_thread_join.c (modified)
	* trunk/kernel/syscalls/sys_thread_wakeup.c (modified)
	* trunk/kernel/syscalls/sys_timeofday.c (modified)
	* trunk/kernel/syscalls/sys_trace.c (modified)
	* trunk/kernel/syscalls/sys_unlink.c (modified)
	* trunk/kernel/syscalls/sys_wait.c (modified)
	* trunk/kernel/syscalls/syscalls.h (modified)
	* trunk/libs/libalmosmkh/almosmkh.c (modified)
	* trunk/libs/libalmosmkh/almosmkh.h (modified)
	* trunk/libs/libpthread/pthread.c (modified)
	* trunk/libs/libpthread/pthread.h (modified)
	* trunk/libs/mini-libc/stdio.h (modified)
	* trunk/libs/mini-libc/stdlib.c (modified)
	* trunk/params-hard.mk (modified)
	* trunk/user/fft/fft.c (modified)
	* trunk/user/idbg/idbg.c (modified)
	* trunk/user/ksh/ksh.c (modified)
	* trunk/user/pgcd/pgcd.c (modified)
	* trunk/user/sort/sort.c (modified)

	Introduce the non-standard pthread_parallel_create() system call
	and ...


Mon, 01 Jul 2019 07:34:16 GMT alain [636]
	* trunk/kernel/libk/list.h (modified)
	* trunk/kernel/libk/xlist.h (modified)
	* trunk/kernel/mm/ppm.c (modified)
	* trunk/params-hard.mk (modified)
	* trunk/user/fft/fft.c (modified)
	* trunk/user/ksh/ksh.c (modified)
	* trunk/user/sort/sort.c (modified)

	Fix a bug in list_remote_add_first() and list_remote_add_last() ...


Wed, 26 Jun 2019 09:42:37 GMT alain [635]
	* trunk/hal/generic/hal_gpt.h (modified)
	* trunk/hal/generic/hal_vmm.h (modified)
	* trunk/hal/tsar_mips32/core/hal_context.c (modified)
	* trunk/hal/tsar_mips32/core/hal_exception.c (modified)
	* trunk/hal/tsar_mips32/core/hal_gpt.c (modified)
	* trunk/hal/tsar_mips32/core/hal_vmm.c (modified)
	* trunk/hal/tsar_mips32/drivers/soclib_nic.c (modified)
	* trunk/hal/tsar_mips32/drivers/soclib_pic.c (modified)
	* trunk/hal/x86_64/core/hal_gpt.c (modified)
	* trunk/kernel/fs/devfs.c (modified)
	* trunk/kernel/fs/fatfs.c (modified)
	* trunk/kernel/fs/vfs.c (modified)
	* trunk/kernel/fs/vfs.h (modified)
	* trunk/kernel/kern/chdev.c (modified)
	* trunk/kernel/kern/cluster.c (modified)
	* trunk/kernel/kern/cluster.h (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/rpc.h (modified)
	* trunk/kernel/kern/scheduler.c (modified)
	* trunk/kernel/kern/thread.c (modified)
	* trunk/kernel/kern/thread.h (modified)
	* trunk/kernel/kernel_config.h (modified)
	* trunk/kernel/libk/bits.c (modified)
	* trunk/kernel/libk/bits.h (modified)
	* trunk/kernel/libk/elf.c (modified)
	* trunk/kernel/libk/grdxt.c (modified)
	* trunk/kernel/libk/grdxt.h (modified)
	* trunk/kernel/libk/list.h (modified)
	* trunk/kernel/libk/remote_barrier.c (modified)
	* trunk/kernel/libk/remote_condvar.c (modified)
	* trunk/kernel/libk/remote_condvar.h (modified)
	* trunk/kernel/libk/remote_mutex.c (modified)
	* trunk/kernel/libk/remote_sem.c (modified)
	* trunk/kernel/libk/user_dir.c (modified)
	* trunk/kernel/libk/user_dir.h (modified)
	* trunk/kernel/libk/xhtab.c (modified)
	* trunk/kernel/libk/xhtab.h (modified)
	* trunk/kernel/mm/kcm.c (modified)
	* trunk/kernel/mm/kcm.h (modified)
	* trunk/kernel/mm/khm.h (modified)
	* trunk/kernel/mm/kmem.c (modified)
	* trunk/kernel/mm/kmem.h (modified)
	* trunk/kernel/mm/mapper.c (modified)
	* trunk/kernel/mm/mapper.h (modified)
	* trunk/kernel/mm/page.c (modified)
	* trunk/kernel/mm/page.h (modified)
	* trunk/kernel/mm/ppm.c (modified)
	* trunk/kernel/mm/ppm.h (modified)
	* trunk/kernel/mm/vmm.c (modified)
	* trunk/kernel/mm/vmm.h (modified)
	* trunk/kernel/mm/vseg.c (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_exec.c (modified)
	* trunk/kernel/syscalls/sys_fork.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_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_thread_exit.c (modified)
	* trunk/kernel/syscalls/sys_timeofday.c (modified)
	* trunk/kernel/syscalls/sys_wait.c (modified)
	* trunk/kernel/syscalls/sys_write.c (modified)
	* trunk/params-hard.mk (modified)
	* trunk/user/fft/fft.c (modified)
	* trunk/user/init/init.c (modified)
	* trunk/user/ksh/ksh.c (modified)
	* trunk/user/sort/sort.c (modified)

	This version is a major evolution: The physical memory allocators, ...


Wed, 29 May 2019 13:26:44 GMT alain [634]
	* trunk/hal/tsar_mips32/core/hal_irqmask.c (modified)
	* trunk/kernel/fs/vfs.c (modified)
	* trunk/kernel/kernel_config.h (modified)
	* trunk/kernel/mm/page.c (modified)
	* trunk/kernel/mm/ppm.c (modified)
	* trunk/kernel/mm/vmm.c (modified)
	* trunk/params-hard.mk (modified)
	* trunk/params-soft.mk (modified)

	Fix a bug in hal_irqmask.c


Tue, 28 May 2019 16:10:15 GMT alain [633]
	* trunk/Makefile (modified)
	* trunk/hal/tsar_mips32/core/hal_gpt.c (modified)
	* trunk/hal/tsar_mips32/core/hal_vmm.c (modified)
	* trunk/kernel/Makefile (modified)
	* trunk/kernel/fs/fatfs.c (modified)
	* trunk/kernel/fs/vfs.c (modified)
	* trunk/kernel/fs/vfs.h (modified)
	* trunk/kernel/kern/kernel_init.c (modified)
	* trunk/kernel/kern/process.c (modified)
	* trunk/kernel/kern/thread.c (modified)
	* trunk/kernel/kernel_config.h (modified)
	* trunk/kernel/libk/user_dir.c (modified)
	* trunk/kernel/mm/vmm.c (modified)
	* trunk/kernel/syscalls/sys_read.c (modified)
	* trunk/kernel/syscalls/sys_thread_create.c (modified)
	* trunk/kernel/syscalls/sys_thread_join.c (modified)
	* trunk/libs/libmath/e_pow.c (modified)
	* trunk/params-hard.mk (modified)
	* trunk/params-soft.mk (modified)
	* trunk/user/ksh/ksh.c (modified)

	cosmetic


Tue, 28 May 2019 12:56:04 GMT alain [632]
	* trunk/hal/generic/hal_gpt.h (modified)
	* trunk/hal/tsar_mips32/core/hal_exception.c (modified)
	* trunk/hal/tsar_mips32/core/hal_gpt.c (modified)
	* trunk/hal/tsar_mips32/core/hal_irqmask.c (modified)
	* trunk/hal/tsar_mips32/core/hal_ppm.c (modified)
	* trunk/kernel/kern/dqdt.c (modified)
	* trunk/kernel/kern/dqdt.h (modified)
	* trunk/kernel/kern/kernel_init.c (modified)
	* trunk/kernel/kern/rpc.c (modified)
	* trunk/kernel/kern/rpc.h (modified)
	* trunk/kernel/kernel_config.h (modified)
	* trunk/kernel/libk/list.h (modified)
	* trunk/kernel/libk/remote_barrier.c (modified)
	* trunk/kernel/mm/page.c (modified)
	* trunk/kernel/mm/page.h (modified)
	* trunk/kernel/mm/ppm.c (modified)
	* trunk/kernel/mm/ppm.h (modified)
	* trunk/kernel/mm/vmm.c (modified)
	* trunk/kernel/mm/vmm.h (modified)
	* trunk/libs/libpthread/pthread.h (modified)

	This version replace the RPC by direct remote memory access
	for ...


Tue, 21 May 2019 16:00:06 GMT alain [630]
	* trunk/hal/tsar_mips32/core/hal_gpt.c (modified)
	* trunk/kernel/fs/fatfs.c (modified)
	* trunk/kernel/fs/vfs.c (modified)
	* trunk/kernel/kern/kernel_init.c (modified)
	* trunk/kernel/kern/scheduler.c (modified)
	* trunk/kernel/mm/vmm.c (modified)
	* trunk/params-hard.mk (modified)
	* trunk/user/fft/fft.c (modified)
	* trunk/user/ksh/ksh.c (modified)

	1) Fix a bug in the vfs_add_special_dentries() function:
	The <.> and ...


Fri, 17 May 2019 07:27:04 GMT alain [629]
	* trunk/hal/generic/hal_gpt.h (modified)
	* trunk/hal/generic/hal_remote.h (modified)
	* trunk/hal/tsar_mips32/core/hal_gpt.c (modified)
	* trunk/hal/tsar_mips32/core/hal_vmm.c (modified)
	* trunk/hal/tsar_mips32/drivers/soclib_pic.c (modified)
	* trunk/kernel/fs/fatfs.h (modified)
	* trunk/kernel/fs/vfs.c (modified)
	* trunk/kernel/kern/kernel_init.c (modified)
	* trunk/kernel/kern/process.c (modified)
	* trunk/kernel/kern/rpc.c (modified)
	* trunk/kernel/kern/scheduler.c (modified)
	* trunk/kernel/kern/thread.c (modified)
	* trunk/kernel/kern/thread.h (modified)
	* trunk/kernel/kernel_config.h (modified)
	* trunk/kernel/libk/queuelock.c (modified)
	* trunk/kernel/libk/remote_barrier.c (modified)
	* trunk/kernel/libk/remote_queuelock.c (modified)
	* trunk/kernel/libk/remote_rwlock.c (modified)
	* trunk/kernel/libk/remote_rwlock.h (modified)
	* trunk/kernel/libk/rwlock.c (modified)
	* trunk/kernel/libk/user_dir.c (modified)
	* trunk/kernel/libk/user_dir.h (modified)
	* trunk/kernel/mm/vmm.c (modified)
	* trunk/kernel/mm/vmm.h (modified)
	* trunk/kernel/syscalls/sys_barrier.c (modified)
	* trunk/libs/libalmosmkh/almosmkh.h (modified)
	* trunk/params-hard.mk (modified)
	* trunk/user/fft/fft.c (modified)
	* trunk/user/ksh/ksh.c (modified)
	* trunk/user/sort/sort.c (modified)

	Remove the "giant" rwlock protecting the GPT, and
	use the GPT_LOCKED ...


Mon, 06 May 2019 11:28:01 GMT alain [628]
	* trunk/kernel/fs/fatfs.c (modified)
	* trunk/kernel/fs/fatfs.h (modified)
	* trunk/kernel/fs/vfs.c (modified)
	* trunk/kernel/kern/kernel_init.c (modified)
	* trunk/kernel/kern/rpc.c (modified)
	* trunk/kernel/kern/rpc.h (modified)
	* trunk/kernel/kernel_config.h (modified)
	* trunk/kernel/mm/mapper.c (modified)
	* trunk/kernel/mm/mapper.h (modified)
	* trunk/libs/mini-libc/stdio.c (modified)
	* trunk/params-hard.mk (modified)
	* trunk/user/fft/fft.c (modified)
	* trunk/user/ksh/ksh.c (modified)
	* trunk/user/sort/sort.c (modified)

	Introduce teh page_min / page_max mechanism in the ...


Mon, 29 Apr 2019 17:25:09 GMT alain [626]
	* trunk/Makefile (modified)
	* trunk/hal/generic/hal_uspace.h (modified)
	* trunk/hal/tsar_mips32/core/hal_uspace.c (modified)
	* trunk/hal/tsar_mips32/drivers/soclib_bdv.c (modified)
	* trunk/hal/tsar_mips32/drivers/soclib_mmc.c (modified)
	* trunk/hal/tsar_mips32/drivers/soclib_mmc.h (modified)
	* trunk/kernel/Makefile (modified)
	* trunk/kernel/devices/dev_ioc.c (modified)
	* trunk/kernel/devices/dev_ioc.h (modified)
	* trunk/kernel/devices/dev_mmc.c (modified)
	* trunk/kernel/devices/dev_txt.c (modified)
	* trunk/kernel/devices/dev_txt.h (modified)
	* trunk/kernel/fs/fatfs.c (modified)
	* trunk/kernel/fs/fatfs.h (modified)
	* trunk/kernel/fs/vfs.c (modified)
	* trunk/kernel/fs/vfs.h (modified)
	* trunk/kernel/kern/do_syscall.c (modified)
	* trunk/kernel/kern/kernel_init.c (modified)
	* trunk/kernel/kern/process.c (modified)
	* trunk/kernel/libk/grdxt.c (modified)
	* trunk/kernel/libk/grdxt.h (modified)
	* trunk/kernel/libk/remote_rwlock.c (modified)
	* trunk/kernel/mm/mapper.c (modified)
	* trunk/kernel/mm/mapper.h (modified)
	* trunk/kernel/syscalls/shared_include/shared_almos.h (modified)
	* trunk/kernel/syscalls/shared_include/syscalls_numbers.h (modified)
	* trunk/kernel/syscalls/sys_barrier.c (modified)
	* trunk/kernel/syscalls/sys_display.c (modified)
	* trunk/kernel/syscalls/sys_exec.c (modified)
	* trunk/kernel/syscalls/sys_fsync.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_mmap.c (modified)
	* trunk/kernel/syscalls/sys_opendir.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/syscalls.h (modified)
	* trunk/libs/libalmosmkh/almosmkh.c (modified)
	* trunk/libs/libalmosmkh/almosmkh.h (modified)
	* trunk/libs/mini-libc/unistd.c (modified)
	* trunk/libs/mini-libc/unistd.h (modified)
	* trunk/params-hard.mk (modified)
	* trunk/user/ksh/ksh.c (modified)
	* trunk/user/pgcd/pgcd.c (modified)
	* trunk/user/sort/sort.c (modified)

	This version has been tested on the sort multithreaded application ...


Wed, 10 Apr 2019 08:09:39 GMT alain [625]
	* trunk/Makefile (modified)
	* trunk/hal/generic/hal_context.h (modified)
	* trunk/hal/generic/hal_gpt.h (modified)
	* trunk/hal/generic/hal_special.h (modified)
	* trunk/hal/generic/hal_vmm.h (modified)
	* trunk/hal/tsar_mips32/core/hal_context.c (modified)
	* trunk/hal/tsar_mips32/core/hal_exception.c (modified)
	* trunk/hal/tsar_mips32/core/hal_gpt.c (modified)
	* 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_switch.S (modified)
	* trunk/hal/tsar_mips32/core/hal_syscall.c (modified)
	* trunk/hal/tsar_mips32/core/hal_uspace.c (modified)
	* trunk/hal/tsar_mips32/core/hal_vmm.c (modified)
	* trunk/hal/tsar_mips32/drivers/soclib_tty.c (modified)
	* trunk/kernel/fs/fatfs.c (modified)
	* trunk/kernel/fs/fatfs.h (modified)
	* trunk/kernel/fs/vfs.c (modified)
	* trunk/kernel/fs/vfs.h (modified)
	* trunk/kernel/kern/chdev.c (modified)
	* trunk/kernel/kern/chdev.h (modified)
	* trunk/kernel/kern/printk.c (modified)
	* trunk/kernel/kern/printk.h (modified)
	* trunk/kernel/kern/process.c (modified)
	* trunk/kernel/kern/process.h (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/kern/thread.h (modified)
	* trunk/kernel/kernel_config.h (modified)
	* trunk/kernel/libk/elf.c (modified)
	* trunk/kernel/libk/elf.h (modified)
	* trunk/kernel/libk/remote_rwlock.c (modified)
	* trunk/kernel/mm/mapper.c (modified)
	* trunk/kernel/mm/mapper.h (modified)
	* trunk/kernel/mm/page.h (modified)
	* trunk/kernel/mm/ppm.c (modified)
	* trunk/kernel/mm/ppm.h (modified)
	* trunk/kernel/mm/vmm.c (modified)
	* trunk/kernel/mm/vmm.h (modified)
	* trunk/kernel/mm/vseg.c (modified)
	* trunk/kernel/mm/vseg.h (modified)
	* trunk/kernel/syscalls/sys_barrier.c (modified)
	* trunk/kernel/syscalls/sys_close.c (modified)
	* trunk/kernel/syscalls/sys_display.c (modified)
	* trunk/kernel/syscalls/sys_exec.c (modified)
	* trunk/kernel/syscalls/sys_exit.c (modified)
	* trunk/kernel/syscalls/sys_fork.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_mmap.c (modified)
	* trunk/kernel/syscalls/sys_munmap.c (modified)
	* trunk/kernel/syscalls/sys_mutex.c (modified)
	* trunk/kernel/syscalls/sys_open.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_thread_exit.c (modified)
	* trunk/kernel/syscalls/sys_wait.c (modified)
	* trunk/kernel/syscalls/sys_write.c (modified)
	* trunk/libs/libalmosmkh/almosmkh.h (modified)
	* trunk/libs/mini-libc/stdio.c (modified)
	* trunk/libs/mini-libc/unistd.c (modified)
	* trunk/params-hard.mk (modified)
	* trunk/user/init/init.c (modified)
	* trunk/user/ksh/ksh.c (modified)
	* trunk/user/pgcd/pgcd.c (modified)
	* trunk/user/sort/sort.c (modified)

	Fix a bug in the vmm_remove_vseg() function: the physical pages ...


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 ...


Wed, 06 Mar 2019 15:37:15 GMT alain [623]
	* trunk/Makefile (modified)
	* trunk/boot/tsar_mips32/boot.c (modified)
	* trunk/boot/tsar_mips32/boot_entry.S (modified)
	* trunk/hal/generic/hal_gpt.h (modified)
	* trunk/hal/generic/hal_special.h (modified)
	* trunk/hal/generic/hal_vmm.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/fs/fatfs.c (modified)
	* trunk/kernel/fs/fatfs.h (modified)
	* trunk/kernel/fs/ramfs.c (modified)
	* trunk/kernel/fs/vfs.c (modified)
	* trunk/kernel/fs/vfs.h (modified)
	* trunk/kernel/kern/kernel_init.c (modified)
	* trunk/kernel/kern/printk.c (modified)
	* trunk/kernel/kern/printk.h (modified)
	* trunk/kernel/kern/process.c (modified)
	* trunk/kernel/kern/process.h (modified)
	* trunk/kernel/kern/rpc.c (modified)
	* trunk/kernel/kern/rpc.h (modified)
	* trunk/kernel/kern/thread.c (modified)
	* trunk/kernel/kernel_config.h (modified)
	* trunk/kernel/libk/busylock.h (modified)
	* trunk/kernel/libk/grdxt.h (modified)
	* trunk/kernel/libk/queuelock.c (modified)
	* trunk/kernel/libk/remote_barrier.c (modified)
	* trunk/kernel/libk/remote_barrier.h (modified)
	* trunk/kernel/libk/remote_queuelock.c (modified)
	* trunk/kernel/libk/remote_rwlock.c (modified)
	* trunk/kernel/libk/rwlock.c (modified)
	* trunk/kernel/libk/user_dir.h (modified)
	* trunk/kernel/mm/mapper.c (modified)
	* trunk/kernel/mm/mapper.h (modified)
	* trunk/kernel/mm/page.h (modified)
	* trunk/kernel/mm/ppm.h (modified)
	* trunk/kernel/mm/vmm.c (modified)
	* trunk/kernel/mm/vmm.h (modified)
	* trunk/kernel/mm/vseg.c (modified)
	* trunk/kernel/mm/vseg.h (modified)
	* trunk/kernel/syscalls/shared_include/shared_almos.h (modified)
	* trunk/kernel/syscalls/shared_include/shared_mman.h (modified)
	* trunk/kernel/syscalls/sys_creat.c (modified)
	* trunk/kernel/syscalls/sys_display.c (modified)
	* trunk/kernel/syscalls/sys_mmap.c (modified)
	* trunk/kernel/syscalls/sys_munmap.c (modified)
	* trunk/kernel/syscalls/sys_place_fork.c (modified)
	* trunk/kernel/syscalls/sys_write.c (modified)
	* trunk/kernel/syscalls/syscalls.h (modified)
	* trunk/libs/libalmosmkh/almosmkh.c (modified)
	* trunk/libs/libalmosmkh/almosmkh.h (modified)
	* trunk/libs/mini-libc/mman.h (modified)
	* trunk/libs/mini-libc/stdio.c (modified)
	* trunk/libs/mini-libc/stdio.h (modified)
	* trunk/params-hard.mk (modified)
	* trunk/user/init/init.c (modified)
	* trunk/user/ksh/ksh.c (modified)
	* trunk/user/sort/sort.c (modified)

	Introduce three new types of vsegs (KCODE,KDATA,KDEV)
	to map the ...


Tue, 05 Mar 2019 09:30:59 GMT viala@… [621]
	* trunk/kernel/mm/vmm.c (modified)

	Fix lock untaken in vmm_delete_vseg.

	Catched thanks to gcc warning.


Tue, 12 Feb 2019 12:15:47 GMT alain [619]
	* trunk/boot/tsar_mips32/boot_spi_driver.c (modified)
	* trunk/boot/tsar_mips32/boot_spi_driver.h (modified)
	* trunk/boot/tsar_mips32/boot_spi_utils.c (modified)
	* trunk/boot/tsar_mips32/boot_spi_utils.h (modified)
	* trunk/hal/generic/hal_exception.h (modified)
	* trunk/hal/generic/hal_remote.h (modified)
	* trunk/hal/generic/hal_special.h (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_sdc.c (modified)
	* trunk/hal/tsar_mips32/drivers/soclib_sdc.h (modified)
	* trunk/hal/tsar_mips32/drivers/soclib_spi.c (modified)
	* trunk/hal/tsar_mips32/drivers/soclib_spi.h (modified)
	* trunk/hal/tsar_mips32/drivers/soclib_tty.c (modified)
	* trunk/kernel/devices/dev_dma.c (modified)
	* trunk/kernel/devices/dev_ioc.c (modified)
	* trunk/kernel/devices/dev_nic.c (modified)
	* trunk/kernel/devices/dev_txt.c (modified)
	* trunk/kernel/kern/chdev.c (modified)
	* trunk/kernel/kern/chdev.h (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/kern/thread.h (modified)
	* trunk/kernel/kernel_config.h (modified)
	* trunk/kernel/libk/remote_barrier.c (modified)
	* trunk/kernel/libk/remote_barrier.h (modified)
	* trunk/kernel/libk/remote_busylock.c (modified)
	* trunk/kernel/libk/remote_busylock.h (modified)
	* trunk/kernel/libk/remote_mutex.c (modified)
	* trunk/kernel/libk/user_dir.c (modified)
	* trunk/kernel/mm/kcm.c (modified)
	* trunk/kernel/mm/kcm.h (modified)
	* trunk/kernel/mm/khm.h (modified)
	* trunk/kernel/mm/kmem.c (modified)
	* trunk/kernel/mm/kmem.h (modified)
	* trunk/kernel/mm/vmm.c (modified)
	* trunk/kernel/syscalls/sys_barrier.c (modified)
	* trunk/kernel/syscalls/sys_display.c (modified)
	* trunk/kernel/syscalls/sys_exit.c (modified)
	* trunk/kernel/syscalls/sys_thread_create.c (modified)
	* trunk/kernel/syscalls/sys_thread_exit.c (modified)
	* trunk/kernel/syscalls/syscalls.h (modified)
	* trunk/libs/libpthread/pthread.c (modified)
	* trunk/libs/libsemaphore/semaphore.h (modified)
	* trunk/libs/mini-libc/string.c (modified)
	* trunk/libs/mini-libc/string.h (modified)
	* trunk/params-hard.mk (modified)
	* trunk/user/ksh/ksh.c (modified)
	* trunk/user/sort/sort.c (modified)

	1) Fix a bug in KSH : after the "load" command,
	   the [ksh] prompt ...


Tue, 15 Jan 2019 13:46:53 GMT alain [617]
	* trunk/kernel/mm/vmm.c (modified)

	cosmetic


Tue, 15 Jan 2019 12:59:32 GMT alain [614]
	* trunk/kernel/devices/dev_ioc.c (modified)
	* trunk/kernel/devices/dev_ioc.h (modified)
	* trunk/kernel/fs/devfs.c (modified)
	* trunk/kernel/fs/fatfs.c (modified)
	* trunk/kernel/fs/fatfs.h (modified)
	* trunk/kernel/fs/vfs.c (modified)
	* trunk/kernel/fs/vfs.h (modified)
	* trunk/kernel/kern/kernel_init.c (modified)
	* trunk/kernel/kern/rpc.c (modified)
	* trunk/kernel/kern/rpc.h (modified)
	* trunk/kernel/kern/scheduler.c (modified)
	* trunk/kernel/kernel_config.h (modified)
	* trunk/kernel/libk/user_dir.c (modified)
	* trunk/kernel/libk/user_dir.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/mm/vmm.h (modified)
	* trunk/kernel/syscalls/sys_closedir.c (modified)
	* trunk/kernel/syscalls/sys_display.c (modified)
	* trunk/kernel/syscalls/sys_opendir.c (modified)

	1) introduce a dev_ioc_sync_write() function in IOC API,
	   to ...


Fri, 11 Jan 2019 17:35:07 GMT alain [612]
	* trunk/kernel/Makefile (modified)
	* trunk/kernel/fs/devfs.c (modified)
	* trunk/kernel/fs/devfs.h (modified)
	* trunk/kernel/fs/fatfs.c (modified)
	* trunk/kernel/fs/fatfs.h (modified)
	* trunk/kernel/fs/vfs.c (modified)
	* trunk/kernel/fs/vfs.h (modified)
	* trunk/kernel/kern/kernel_init.c (modified)
	* trunk/kernel/kern/process.h (modified)
	* trunk/kernel/kern/rpc.c (modified)
	* trunk/kernel/kern/rpc.h (modified)
	* trunk/kernel/kernel_config.h (modified)
	* trunk/kernel/libk/list.h (modified)
	* trunk/kernel/libk/xhtab.c (modified)
	* trunk/kernel/mm/kmem.c (modified)
	* trunk/kernel/mm/mapper.h (modified)
	* trunk/kernel/mm/page.h (modified)
	* trunk/kernel/syscalls/sys_closedir.c (modified)
	* trunk/kernel/syscalls/sys_display.c (modified)
	* trunk/kernel/syscalls/sys_opendir.c (modified)
	* trunk/kernel/syscalls/sys_readdir.c (modified)
	* trunk/user/ksh/ksh.c (modified)

	Fix several bugs in vfs.c, fatfs.c, and devfs.c to support
	the <.> ...


Wed, 09 Jan 2019 14:02:51 GMT alain [611]
	* trunk/hal/tsar_mips32/core/hal_exception.c (modified)
	* trunk/hal/tsar_mips32/core/hal_gpt.c (modified)
	* trunk/kernel/Makefile (modified)
	* trunk/kernel/fs/fatfs.c (modified)
	* trunk/kernel/fs/fatfs.h (modified)
	* trunk/kernel/fs/vfs.c (modified)
	* trunk/kernel/fs/vfs.h (modified)
	* trunk/kernel/kern/cluster.h (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/rpc.h (modified)
	* trunk/kernel/kern/thread.c (modified)
	* trunk/kernel/kernel_config.h (modified)
	* trunk/kernel/libk/remote_mutex.c (modified)
	* trunk/kernel/libk/remote_mutex.h (modified)
	* trunk/kernel/libk/string.h (modified)
	* trunk/kernel/libk/xhtab.h (modified)
	* trunk/kernel/mm/kmem.c (modified)
	* trunk/kernel/mm/kmem.h (modified)
	* trunk/kernel/mm/mapper.c (modified)
	* trunk/kernel/mm/mapper.h (modified)
	* trunk/kernel/mm/ppm.c (modified)
	* trunk/kernel/mm/ppm.h (modified)
	* trunk/kernel/mm/vmm.c (modified)
	* trunk/kernel/mm/vmm.h (modified)
	* trunk/kernel/mm/vseg.h (modified)
	* trunk/kernel/syscalls/shared_include/shared_almos.h (modified)
	* trunk/kernel/syscalls/shared_include/shared_dirent.h (modified)
	* trunk/kernel/syscalls/shared_include/shared_stat.h (modified)
	* trunk/kernel/syscalls/sys_closedir.c (modified)
	* trunk/kernel/syscalls/sys_display.c (modified)
	* trunk/kernel/syscalls/sys_mmap.c (modified)
	* trunk/kernel/syscalls/sys_opendir.c (modified)
	* trunk/kernel/syscalls/sys_readdir.c (modified)
	* trunk/kernel/syscalls/syscalls.h (modified)
	* trunk/libs/libalmosmkh/almosmkh.c (modified)
	* trunk/libs/libalmosmkh/almosmkh.h (modified)
	* trunk/libs/mini-libc/dirent.h (modified)
	* trunk/params-hard.mk (modified)
	* trunk/user/ksh/ksh.c (modified)

	Introduce sigificant modifs in VFS to support the <ls> command,
	and ...


Thu, 27 Dec 2018 18:38:58 GMT alain [610]
	* trunk/Makefile (modified)
	* trunk/boot/tsar_mips32/boot.ld (modified)
	* trunk/hal/tsar_mips32/core/hal_exception.c (modified)
	* trunk/hal/tsar_mips32/core/hal_ppm.c (modified)
	* trunk/hal/tsar_mips32/core/hal_remote.c (modified)
	* trunk/hal/tsar_mips32/core/hal_uspace.c (modified)
	* trunk/hal/tsar_mips32/drivers/soclib_bdv.c (modified)
	* trunk/kernel/Makefile (modified)
	* trunk/kernel/fs/devfs.c (modified)
	* trunk/kernel/fs/fatfs.c (modified)
	* trunk/kernel/fs/fatfs.h (modified)
	* trunk/kernel/fs/vfs.c (modified)
	* trunk/kernel/fs/vfs.h (modified)
	* trunk/kernel/kern/do_syscall.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/rpc.h (modified)
	* trunk/kernel/kern/scheduler.c (modified)
	* trunk/kernel/kern/thread.h (modified)
	* trunk/kernel/kernel_config.h (modified)
	* trunk/kernel/libk/grdxt.c (modified)
	* trunk/kernel/libk/grdxt.h (modified)
	* trunk/kernel/libk/htab.c (modified)
	* trunk/kernel/libk/htab.h (modified)
	* trunk/kernel/libk/list.h (modified)
	* trunk/kernel/libk/queuelock.c (modified)
	* trunk/kernel/libk/remote_queuelock.c (modified)
	* trunk/kernel/libk/remote_rwlock.c (modified)
	* trunk/kernel/libk/rwlock.c (modified)
	* trunk/kernel/libk/xhtab.c (modified)
	* trunk/kernel/libk/xhtab.h (modified)
	* trunk/kernel/libk/xlist.h (modified)
	* trunk/kernel/mm/mapper.c (modified)
	* trunk/kernel/mm/mapper.h (modified)
	* trunk/kernel/mm/ppm.c (modified)
	* trunk/kernel/mm/ppm.h (modified)
	* trunk/kernel/mm/vmm.c (modified)
	* trunk/kernel/mm/vmm.h (modified)
	* trunk/kernel/syscalls/shared_include/syscalls_numbers.h (modified)
	* trunk/kernel/syscalls/sys_chdir.c (modified)
	* trunk/kernel/syscalls/sys_getcwd.c (modified)
	* trunk/kernel/syscalls/sys_mkdir.c (modified)
	* trunk/kernel/syscalls/sys_open.c (modified)
	* trunk/kernel/syscalls/sys_opendir.c (modified)
	* trunk/kernel/syscalls/sys_read.c (modified)
	* trunk/kernel/syscalls/sys_stat.c (modified)
	* trunk/kernel/syscalls/sys_unlink.c (modified)
	* trunk/kernel/syscalls/sys_write.c (modified)
	* trunk/kernel/syscalls/syscalls.h (modified)
	* trunk/libs/libalmosmkh/almosmkh.h (modified)
	* trunk/libs/mini-libc/stdio.c (modified)
	* trunk/libs/mini-libc/stdio.h (modified)
	* trunk/libs/mini-libc/unistd.h (modified)
	* trunk/params-hard.mk (modified)
	* trunk/params-soft.mk (modified)
	* trunk/user/ksh/ksh.c (modified)

	Fix several bugs in VFS to support the following
	ksh commandis : cp, ...


Mon, 03 Dec 2018 11:20:18 GMT alain [606]
	* trunk/kernel/mm/mapper.c (modified)
	* trunk/kernel/mm/mapper.h (modified)
	* trunk/kernel/mm/page.h (modified)
	* trunk/kernel/mm/ppm.c (modified)
	* trunk/kernel/mm/ppm.h (modified)
	* trunk/kernel/mm/vmm.c (modified)

	Improve the FAT32 file system to support cat, rm, cp commands.


Sat, 10 Nov 2018 13:51:32 GMT alain [595]
	* trunk/kernel/mm/vmm.c (modified)
	* trunk/kernel/mm/vmm.h (modified)
	* trunk/kernel/mm/vseg.c (modified)
	* trunk/kernel/mm/vseg.h (modified)

	Cosmetic: improve debug.


Thu, 01 Nov 2018 11:22:17 GMT alain [585]
	* trunk/kernel/mm/ppm.c (modified)
	* trunk/kernel/mm/vmm.c (modified)
	* trunk/kernel/mm/vmm.h (modified)

	Introduce two separate vmm_handle_page_fault() & vmm_handle_cow() ...


Wed, 10 Oct 2018 13:11:53 GMT alain [581]
	* trunk/kernel/kern/chdev.c (modified)
	* trunk/kernel/kern/process.c (modified)
	* trunk/kernel/kern/rpc.c (modified)
	* trunk/kernel/kern/scheduler.c (modified)
	* trunk/kernel/kern/thread.c (modified)
	* trunk/kernel/kernel_config.h (modified)
	* trunk/kernel/libk/remote_barrier.c (modified)
	* trunk/kernel/libk/remote_barrier.h (modified)
	* trunk/kernel/libk/remote_condvar.c (modified)
	* trunk/kernel/libk/remote_condvar.h (modified)
	* trunk/kernel/libk/remote_mutex.c (modified)
	* trunk/kernel/libk/remote_mutex.h (modified)
	* trunk/kernel/libk/remote_sem.h (modified)
	* trunk/kernel/mm/mapper.c (modified)
	* trunk/kernel/syscalls/shared_include/shared_pthread.h (modified)
	* trunk/kernel/syscalls/sys_barrier.c (modified)
	* trunk/libs/libpthread/pthread.c (modified)
	* trunk/libs/libpthread/pthread.h (modified)
	* trunk/params-hard.mk (modified)
	* trunk/user/fft/fft.c (modified)
	* trunk/user/init/init.c (modified)

	1) Improve the busylock debug infrastructure.
	2) introduce a ...


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) ...


Fri, 05 Oct 2018 08:54:14 GMT alain [577]
	* trunk/kernel/kern/kernel_init.c (modified)
	* trunk/kernel/mm/kmem.c (modified)
	* trunk/kernel/mm/vmm.c (modified)
	* trunk/params-hard.mk (copied)

	Fix small bugs.


Thu, 04 Oct 2018 22:01:52 GMT alain [567]
	* trunk/kernel/mm/kcm.c (modified)
	* trunk/kernel/mm/kcm.h (modified)
	* trunk/kernel/mm/khm.c (modified)
	* trunk/kernel/mm/khm.h (modified)
	* trunk/kernel/mm/kmem.c (modified)
	* trunk/kernel/mm/kmem.h (modified)
	* trunk/kernel/mm/mapper.c (modified)
	* trunk/kernel/mm/page.c (modified)
	* trunk/kernel/mm/page.h (modified)
	* trunk/kernel/mm/ppm.c (modified)
	* trunk/kernel/mm/ppm.h (modified)
	* trunk/kernel/mm/vmm.c (modified)
	* trunk/kernel/mm/vmm.h (modified)
	* trunk/kernel/mm/vseg.c (modified)
	* trunk/kernel/mm/vseg.h (modified)

	Complete restructuration of kernel locks.


Fri, 21 Sep 2018 20:26:47 GMT nicolas.van.phan@… [561]
	* trunk/kernel/fs/ramfs.c (modified)
	* trunk/kernel/fs/vfs.c (modified)
	* trunk/kernel/fs/vfs.h (modified)
	* trunk/kernel/kern/cluster.c (modified)
	* trunk/kernel/kern/cluster.h (modified)
	* trunk/kernel/kern/kernel_init.c (modified)
	* trunk/kernel/mm/vmm.c (modified)

	Remove y_max in all functions except dqdt_init()


Fri, 21 Sep 2018 20:24:34 GMT nicolas.van.phan@… [551]
	* trunk/kernel/kern/scheduler.c (modified)
	* trunk/kernel/mm/kcm.c (modified)
	* trunk/kernel/mm/khm.c (modified)
	* trunk/kernel/mm/kmem.c (modified)
	* trunk/kernel/mm/ppm.c (modified)

	Make locks before IDLE Init busy


Fri, 21 Sep 2018 20:19:38 GMT nicolas.van.phan@… [530]
	* trunk/boot/tsar_mips32/boot.c (modified)
	* trunk/kernel/fs/vfs.c (modified)
	* trunk/kernel/kern/cluster.c (modified)
	* trunk/kernel/kern/cluster.h (modified)
	* trunk/kernel/kern/kernel_init.c (modified)
	* trunk/kernel/mm/vmm.c (modified)
	* trunk/tools/arch_info/boot_info.h (modified)

	Hack to compile on both IOB and LETI for now


Fri, 21 Sep 2018 20:15:58 GMT nicolas.van.phan@… [528]
	* trunk/kernel/fs/vfs.c (modified)
	* trunk/kernel/kern/kernel_init.c (modified)
	* trunk/kernel/mm/vmm.c (modified)
	* trunk/user/init/init.c (modified)

	Change usage of y_max/x_max for iterating through clusters.

	This is ...


Sun, 26 Aug 2018 16:18:10 GMT viala@… [513]
	* trunk/kernel/mm/mapper.h (modified)

	[mm/mapper] Fix prototype of mapper_create.

	Add some doc in interface.


Sat, 25 Aug 2018 16:28:18 GMT viala@… [503]
	* trunk/hal/x86_64/drivers/ioc_ata.c (modified)
	* trunk/kernel/devices/dev_pic.h (modified)
	* trunk/kernel/kern/chdev.c (modified)
	* trunk/kernel/kern/do_syscall.c (modified)
	* trunk/kernel/kern/process.c (modified)
	* trunk/kernel/kern/process.h (modified)
	* trunk/kernel/kern/rpc.c (modified)
	* trunk/kernel/kern/rpc.h (modified)
	* trunk/kernel/kern/thread.c (modified)
	* trunk/kernel/kern/thread.h (modified)
	* trunk/kernel/mm/mapper.h (modified)
	* trunk/kernel/mm/vseg.c (modified)
	* trunk/kernel/mm/vseg.h (modified)
	* trunk/user/fft/fft.c (modified)
	* trunk/user/ksh/ksh.c (modified)

	Add void type on function that takes no parameters, fix invalid call. ...


Wed, 22 Aug 2018 21:55:48 GMT viala@… [492]
	* trunk/hal/tsar_mips32/core/hal_context.c (modified)
	* trunk/hal/tsar_mips32/core/hal_drivers.c (modified)
	* trunk/hal/tsar_mips32/core/hal_exception.c (modified)
	* trunk/hal/tsar_mips32/core/hal_gpt.c (modified)
	* trunk/hal/tsar_mips32/drivers/soclib_bdv.c (modified)
	* trunk/hal/tsar_mips32/drivers/soclib_nic.c (modified)
	* trunk/hal/tsar_mips32/drivers/soclib_pic.c (modified)
	* trunk/hal/tsar_mips32/drivers/soclib_tty.c (modified)
	* trunk/hal/x86_64/drivers/pic_apic.c (modified)
	* trunk/kernel/devices/dev_dma.c (modified)
	* trunk/kernel/devices/dev_fbf.c (modified)
	* trunk/kernel/devices/dev_ioc.c (modified)
	* trunk/kernel/devices/dev_mmc.c (modified)
	* trunk/kernel/devices/dev_nic.c (modified)
	* trunk/kernel/devices/dev_txt.c (modified)
	* trunk/kernel/fs/devfs.c (modified)
	* trunk/kernel/fs/fatfs.c (modified)
	* trunk/kernel/fs/vfs.c (modified)
	* trunk/kernel/kern/chdev.c (modified)
	* trunk/kernel/kern/cluster.c (modified)
	* trunk/kernel/kern/do_syscall.c (modified)
	* trunk/kernel/kern/dqdt.c (modified)
	* trunk/kernel/kern/kernel_init.c (modified)
	* trunk/kernel/kern/process.c (modified)
	* trunk/kernel/kern/rpc.c (modified)
	* trunk/kernel/kern/scheduler.c (modified)
	* trunk/kernel/kern/thread.c (modified)
	* trunk/kernel/libk/grdxt.c (modified)
	* trunk/kernel/libk/htab.c (modified)
	* trunk/kernel/libk/xhtab.c (modified)
	* trunk/kernel/mm/kcm.c (modified)
	* trunk/kernel/mm/khm.c (modified)
	* trunk/kernel/mm/kmem.c (modified)
	* trunk/kernel/mm/ppm.c (modified)
	* trunk/kernel/mm/vmm.c (modified)
	* trunk/kernel/mm/vseg.c (modified)
	* trunk/kernel/syscalls/sys_exec.c (modified)
	* trunk/kernel/syscalls/sys_read.c (modified)
	* trunk/kernel/syscalls/sys_write.c (modified)

	Refactoring assert calling to conform with new assert macro.

	Made ...


Tue, 21 Aug 2018 19:53:19 GMT viala@… [486]
	* trunk/kernel/mm/kmem.c (modified)
	* trunk/kernel/mm/kmem.h (modified)
	* trunk/kernel/mm/page.c (modified)
	* trunk/kernel/mm/page.h (modified)
	* trunk/kernel/mm/ppm.c (modified)
	* trunk/kernel/mm/ppm.h (modified)

	[mm] Add void type to function prototypes with no parameter


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.


Mon, 20 Aug 2018 11:04:16 GMT alain [469]
	* trunk/hal/tsar_mips32/core/hal_exception.c (modified)
	* trunk/hal/tsar_mips32/core/hal_macros.h (added)
	* trunk/kernel/kern/printk.c (modified)
	* trunk/kernel/kern/process.c (modified)
	* trunk/kernel/kern/scheduler.c (modified)
	* trunk/kernel/kern/thread.c (modified)
	* trunk/kernel/kernel_config.h (modified)
	* trunk/kernel/libk/remote_sem.c (modified)
	* trunk/kernel/mm/page.h (modified)
	* trunk/kernel/mm/vmm.c (modified)
	* trunk/kernel/mm/vmm.h (modified)
	* trunk/kernel/syscalls/shared_include/shared_semaphore.h (added)
	* trunk/kernel/syscalls/sys_is_fg.c (added)
	* trunk/kernel/syscalls/sys_read.c (modified)
	* trunk/kernel/syscalls/sys_sem.c (modified)
	* trunk/kernel/syscalls/sys_write.c (modified)
	* trunk/libs/libmath (added)
	* trunk/libs/libmath/Makefile (added)
	* trunk/libs/libmath/build (added)
	* trunk/libs/libmath/build/e_pow.o.txt (added)
	* trunk/libs/libmath/build/e_rem_pio2.o.txt (added)
	* trunk/libs/libmath/build/e_sqrt.o.txt (added)
	* trunk/libs/libmath/build/fmod.o.txt (added)
	* trunk/libs/libmath/build/include (added)
	* trunk/libs/libmath/build/include/math.h (added)
	* trunk/libs/libmath/build/k_cos.o.txt (added)
	* trunk/libs/libmath/build/k_rem_pio2.o.txt (added)
	* trunk/libs/libmath/build/k_sin.o.txt (added)
	* trunk/libs/libmath/build/lib (added)
	* trunk/libs/libmath/build/s_ceil.o.txt (added)
	* trunk/libs/libmath/build/s_copysign.o.txt (added)
	* trunk/libs/libmath/build/s_cos.o.txt (added)
	* trunk/libs/libmath/build/s_fabs.o.txt (added)
	* trunk/libs/libmath/build/s_finite.o.txt (added)
	* trunk/libs/libmath/build/s_floor.o.txt (added)
	* trunk/libs/libmath/build/s_isnan.o.txt (added)
	* trunk/libs/libmath/build/s_rint.o.txt (added)
	* trunk/libs/libmath/build/s_scalbn.o.txt (added)
	* trunk/libs/libmath/build/s_sin.o.txt (added)
	* trunk/libs/libmath/e_pow.c (added)
	* trunk/libs/libmath/e_rem_pio2.c (added)
	* trunk/libs/libmath/e_sqrt.c (added)
	* trunk/libs/libmath/fmod.c (added)
	* trunk/libs/libmath/k_cos.c (added)
	* trunk/libs/libmath/k_rem_pio2.c (added)
	* trunk/libs/libmath/k_sin.c (added)
	* trunk/libs/libmath/math.h (added)
	* trunk/libs/libmath/math_private.h (added)
	* trunk/libs/libmath/s_ceil.c (added)
	* trunk/libs/libmath/s_copysign.c (added)
	* trunk/libs/libmath/s_cos.c (added)
	* trunk/libs/libmath/s_fabs.c (added)
	* trunk/libs/libmath/s_finite.c (added)
	* trunk/libs/libmath/s_floor.c (added)
	* trunk/libs/libmath/s_isnan.c (added)
	* trunk/libs/libmath/s_rint.c (added)
	* trunk/libs/libmath/s_scalbn.c (added)
	* trunk/libs/libmath/s_sin.c (added)
	* trunk/libs/libsemaphore (added)
	* trunk/libs/libsemaphore/Makefile (added)
	* trunk/libs/libsemaphore/semaphore.c (added)
	* trunk/libs/libsemaphore/semaphore.h (added)
	* trunk/user/fft (added)
	* trunk/user/fft/Makefile (added)
	* trunk/user/fft/build (added)
	* trunk/user/fft/fft.c (added)
	* trunk/user/fft/fft.ld (added)
	* trunk/user/ksh/ksh.c (modified)
	* trunk/user/sort/sort.c (modified)

	1) Introduce the libsemaphore library.
	2) Introduce a small libmath ...


Sun, 19 Aug 2018 14:16:06 GMT viala@… [464]
	* trunk/kernel/mm/kcm.c (modified)

	FIX: Bad format kprintf in kcm.c


Thu, 02 Aug 2018 09:47:13 GMT alain [457]
	* trunk/Makefile (modified)
	* trunk/boot/tsar_mips32/Makefile (modified)
	* trunk/boot/tsar_mips32/boot.c (modified)
	* trunk/boot/tsar_mips32/boot_bdv_driver.h (modified)
	* trunk/boot/tsar_mips32/boot_fat32.h (modified)
	* trunk/boot/tsar_mips32/boot_hba_driver.h (modified)
	* trunk/boot/tsar_mips32/boot_mmc_driver.h (modified)
	* trunk/boot/tsar_mips32/boot_tty_driver.c (modified)
	* trunk/boot/tsar_mips32/boot_tty_driver.h (modified)
	* trunk/boot/tsar_mips32/boot_utils.c (modified)
	* trunk/boot/tsar_mips32/boot_utils.h (modified)
	* trunk/hal/generic/hal_atomic.h (modified)
	* trunk/hal/generic/hal_context.h (modified)
	* trunk/hal/generic/hal_exception.h (modified)
	* trunk/hal/generic/hal_gpt.h (modified)
	* trunk/hal/generic/hal_interrupt.h (modified)
	* trunk/hal/generic/hal_irqmask.h (modified)
	* trunk/hal/generic/hal_ppm.h (modified)
	* trunk/hal/generic/hal_remote.h (modified)
	* trunk/hal/generic/hal_special.h (modified)
	* trunk/hal/generic/hal_switch.h (modified)
	* trunk/hal/generic/hal_syscall.h (modified)
	* trunk/hal/generic/hal_user.h (modified)
	* trunk/hal/generic/hal_uspace.h (modified)
	* trunk/hal/generic/hal_vmm.h (modified)
	* trunk/hal/tsar_mips32/Makefile (modified)
	* trunk/hal/tsar_mips32/core/hal_atomic.c (modified)
	* trunk/hal/tsar_mips32/core/hal_context.c (modified)
	* trunk/hal/tsar_mips32/core/hal_drivers.c (modified)
	* trunk/hal/tsar_mips32/core/hal_exception.c (modified)
	* trunk/hal/tsar_mips32/core/hal_gpt.c (modified)
	* trunk/hal/tsar_mips32/core/hal_interrupt.c (modified)
	* trunk/hal/tsar_mips32/core/hal_irqmask.c (modified)
	* trunk/hal/tsar_mips32/core/hal_ppm.c (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_switch.S (modified)
	* trunk/hal/tsar_mips32/core/hal_syscall.c (modified)
	* trunk/hal/tsar_mips32/core/hal_uspace.c (modified)
	* trunk/hal/tsar_mips32/core/hal_vmm.c (modified)
	* trunk/hal/tsar_mips32/drivers/soclib_pic.c (modified)
	* trunk/hal/tsar_mips32/drivers/soclib_tty.c (modified)
	* trunk/hal/tsar_mips32/drivers/soclib_tty.h (modified)
	* trunk/hal/x86_64/Makefile (modified)
	* trunk/hal/x86_64/core/hal_acpi.c (modified)
	* trunk/hal/x86_64/core/hal_apic.c (modified)
	* trunk/hal/x86_64/core/hal_atomic.c (modified)
	* trunk/hal/x86_64/core/hal_context.c (modified)
	* trunk/hal/x86_64/core/hal_drivers.c (modified)
	* trunk/hal/x86_64/core/hal_exception.c (modified)
	* trunk/hal/x86_64/core/hal_gpt.c (modified)
	* trunk/hal/x86_64/core/hal_init.c (modified)
	* trunk/hal/x86_64/core/hal_interrupt.c (modified)
	* trunk/hal/x86_64/core/hal_irqmask.c (modified)
	* trunk/hal/x86_64/core/hal_ppm.c (modified)
	* trunk/hal/x86_64/core/hal_remote.c (modified)
	* trunk/hal/x86_64/core/hal_special.c (modified)
	* trunk/hal/x86_64/core/hal_syscall.c (modified)
	* trunk/hal/x86_64/core/hal_types.h (modified)
	* trunk/hal/x86_64/core/hal_uspace.c (modified)
	* trunk/hal/x86_64/core/x86_printf.c (modified)
	* trunk/hal/x86_64/drivers/ioc_ata.h (modified)
	* trunk/hal/x86_64/drivers/pic_apic.c (modified)
	* trunk/hal/x86_64/drivers/pic_apic.h (modified)
	* trunk/kernel/Makefile (modified)
	* trunk/kernel/devices/dev_dma.c (modified)
	* trunk/kernel/devices/dev_dma.h (modified)
	* trunk/kernel/devices/dev_fbf.c (modified)
	* trunk/kernel/devices/dev_fbf.h (modified)
	* trunk/kernel/devices/dev_iob.c (modified)
	* trunk/kernel/devices/dev_iob.h (modified)
	* trunk/kernel/devices/dev_ioc.c (modified)
	* trunk/kernel/devices/dev_ioc.h (modified)
	* trunk/kernel/devices/dev_mmc.c (modified)
	* trunk/kernel/devices/dev_mmc.h (modified)
	* trunk/kernel/devices/dev_nic.c (modified)
	* trunk/kernel/devices/dev_nic.h (modified)
	* trunk/kernel/devices/dev_pic.c (modified)
	* trunk/kernel/devices/dev_pic.h (modified)
	* trunk/kernel/devices/dev_txt.c (modified)
	* trunk/kernel/devices/dev_txt.h (modified)
	* trunk/kernel/fs/devfs.c (modified)
	* trunk/kernel/fs/fatfs.c (modified)
	* trunk/kernel/fs/fatfs.h (modified)
	* trunk/kernel/fs/ramfs.c (modified)
	* trunk/kernel/fs/vfs.c (modified)
	* trunk/kernel/fs/vfs.h (modified)
	* trunk/kernel/kern/chdev.c (modified)
	* trunk/kernel/kern/chdev.h (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_interrupt.c (modified)
	* trunk/kernel/kern/do_interrupt.h (modified)
	* trunk/kernel/kern/do_syscall.c (modified)
	* trunk/kernel/kern/do_syscall.h (modified)
	* trunk/kernel/kern/dqdt.c (modified)
	* trunk/kernel/kern/dqdt.h (modified)
	* trunk/kernel/kern/kernel_init.c (modified)
	* trunk/kernel/kern/printk.c (modified)
	* trunk/kernel/kern/printk.h (modified)
	* trunk/kernel/kern/process.c (modified)
	* trunk/kernel/kern/process.h (modified)
	* trunk/kernel/kern/rpc.c (modified)
	* trunk/kernel/kern/rpc.h (modified)
	* trunk/kernel/kern/scheduler.c (modified)
	* trunk/kernel/kern/scheduler.h (modified)
	* trunk/kernel/kern/signal.c (modified)
	* trunk/kernel/kern/signal.h (modified)
	* trunk/kernel/kern/thread.c (modified)
	* trunk/kernel/kern/thread.h (modified)
	* trunk/kernel/kernel_config.h (modified)
	* trunk/kernel/libk/barrier.c (modified)
	* trunk/kernel/libk/barrier.h (modified)
	* trunk/kernel/libk/bits.c (modified)
	* trunk/kernel/libk/bits.h (modified)
	* trunk/kernel/libk/ctype.c (modified)
	* trunk/kernel/libk/elf.c (modified)
	* trunk/kernel/libk/elf.h (modified)
	* trunk/kernel/libk/grdxt.c (modified)
	* trunk/kernel/libk/grdxt.h (modified)
	* trunk/kernel/libk/htab.c (modified)
	* trunk/kernel/libk/htab.h (modified)
	* trunk/kernel/libk/list.h (modified)
	* trunk/kernel/libk/memcpy.c (modified)
	* trunk/kernel/libk/memcpy.h (modified)
	* trunk/kernel/libk/readlock.c (modified)
	* trunk/kernel/libk/readlock.h (modified)
	* trunk/kernel/libk/remote_barrier.c (modified)
	* trunk/kernel/libk/remote_barrier.h (modified)
	* 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_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 (modified)
	* trunk/kernel/libk/remote_spinlock.h (modified)
	* trunk/kernel/libk/rwlock.c (modified)
	* trunk/kernel/libk/rwlock.h (modified)
	* trunk/kernel/libk/spinlock.c (modified)
	* trunk/kernel/libk/spinlock.h (modified)
	* trunk/kernel/libk/string.c (modified)
	* trunk/kernel/libk/string.h (modified)
	* trunk/kernel/libk/xhtab.c (modified)
	* trunk/kernel/libk/xhtab.h (modified)
	* trunk/kernel/libk/xlist.h (modified)
	* trunk/kernel/mm/kcm.c (modified)
	* trunk/kernel/mm/kcm.h (modified)
	* trunk/kernel/mm/khm.c (modified)
	* trunk/kernel/mm/khm.h (modified)
	* trunk/kernel/mm/kmem.c (modified)
	* trunk/kernel/mm/kmem.h (modified)
	* trunk/kernel/mm/mapper.c (modified)
	* trunk/kernel/mm/mapper.h (modified)
	* trunk/kernel/mm/page.c (modified)
	* trunk/kernel/mm/page.h (modified)
	* trunk/kernel/mm/ppm.c (modified)
	* trunk/kernel/mm/ppm.h (modified)
	* trunk/kernel/mm/vmm.c (modified)
	* trunk/kernel/mm/vmm.h (modified)
	* trunk/kernel/mm/vseg.c (modified)
	* trunk/kernel/mm/vseg.h (modified)
	* trunk/kernel/syscalls/shared_include/shared_pthread.h (modified)
	* trunk/kernel/syscalls/shared_include/syscalls_numbers.h (modified)
	* trunk/kernel/syscalls/sys_alarm.c (modified)
	* trunk/kernel/syscalls/sys_barrier.c (modified)
	* trunk/kernel/syscalls/sys_chdir.c (modified)
	* trunk/kernel/syscalls/sys_chmod.c (modified)
	* trunk/kernel/syscalls/sys_close.c (modified)
	* trunk/kernel/syscalls/sys_closedir.c (modified)
	* trunk/kernel/syscalls/sys_condvar.c (modified)
	* trunk/kernel/syscalls/sys_creat.c (modified)
	* trunk/kernel/syscalls/sys_display.c (modified)
	* trunk/kernel/syscalls/sys_exec.c (modified)
	* trunk/kernel/syscalls/sys_exit.c (modified)
	* trunk/kernel/syscalls/sys_fg.c (modified)
	* trunk/kernel/syscalls/sys_fork.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_getcwd.c (modified)
	* trunk/kernel/syscalls/sys_isatty.c (modified)
	* trunk/kernel/syscalls/sys_kill.c (modified)
	* trunk/kernel/syscalls/sys_lseek.c (modified)
	* trunk/kernel/syscalls/sys_mkdir.c (modified)
	* trunk/kernel/syscalls/sys_mkfifo.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_open.c (modified)
	* trunk/kernel/syscalls/sys_opendir.c (modified)
	* trunk/kernel/syscalls/sys_pipe.c (modified)
	* trunk/kernel/syscalls/sys_read.c (modified)
	* trunk/kernel/syscalls/sys_readdir.c (modified)
	* trunk/kernel/syscalls/sys_rmdir.c (modified)
	* trunk/kernel/syscalls/sys_sem.c (modified)
	* trunk/kernel/syscalls/sys_signal.c (modified)
	* trunk/kernel/syscalls/sys_stat.c (modified)
	* trunk/kernel/syscalls/sys_thread_cancel.c (modified)
	* trunk/kernel/syscalls/sys_thread_create.c (modified)
	* trunk/kernel/syscalls/sys_thread_detach.c (modified)
	* trunk/kernel/syscalls/sys_thread_exit.c (modified)
	* trunk/kernel/syscalls/sys_thread_join.c (modified)
	* trunk/kernel/syscalls/sys_thread_wakeup.c (modified)
	* trunk/kernel/syscalls/sys_thread_yield.c (modified)
	* trunk/kernel/syscalls/sys_timeofday.c (modified)
	* trunk/kernel/syscalls/sys_trace.c (modified)
	* trunk/kernel/syscalls/sys_unlink.c (modified)
	* trunk/kernel/syscalls/sys_utls.c (modified)
	* trunk/kernel/syscalls/sys_wait.c (modified)
	* trunk/kernel/syscalls/sys_write.c (modified)
	* trunk/kernel/syscalls/syscalls.h (modified)
	* trunk/libs/libalmosmkh/almosmkh.c (modified)
	* trunk/libs/libalmosmkh/almosmkh.h (modified)
	* trunk/libs/libpthread/Makefile (modified)
	* trunk/libs/libpthread/pthread.c (modified)
	* trunk/libs/libpthread/pthread.h (modified)
	* trunk/libs/mini-libc/dirent.c (modified)
	* trunk/libs/mini-libc/fcntl.c (modified)
	* trunk/libs/mini-libc/mman.c (modified)
	* trunk/libs/mini-libc/signal.c (modified)
	* trunk/libs/mini-libc/stat.c (modified)
	* trunk/libs/mini-libc/stdio.c (modified)
	* trunk/libs/mini-libc/stdlib.c (modified)
	* trunk/libs/mini-libc/time.c (modified)
	* trunk/libs/mini-libc/unistd.c (modified)
	* trunk/libs/mini-libc/wait.c (modified)
	* trunk/libs/mini-libc/wait.h (modified)
	* trunk/params-hard.mk (modified)
	* trunk/params-soft.mk (modified)
	* trunk/tools/arch_info/arch_info.h (modified)
	* trunk/tools/arch_info/boot_info.h (modified)
	* trunk/user/idbg/idbg.c (modified)
	* trunk/user/init/init.c (modified)
	* trunk/user/ksh/Makefile (modified)
	* trunk/user/ksh/ksh.c (modified)
	* trunk/user/sort/sort.c (modified)

	This version modifies the exec syscall and fixes a large number of ...


Thu, 19 Jul 2018 12:41:07 GMT viala@… [454]
	* trunk/hal/tsar_mips32/drivers/soclib_memc.h (modified)
	* trunk/kernel/libk/bits.h (modified)
	* trunk/kernel/mm/vseg.h (modified)

	Fix typo in several file.


Thu, 19 Jul 2018 12:25:40 GMT viala@… [453]
	* trunk/kernel/mm/vseg.c (modified)

	Initialiase vseg->cxy in vseg_init_from_ref()


Wed, 16 May 2018 14:15:22 GMT alain [443]
	* trunk/Makefile (modified)
	* trunk/hal/tsar_mips32/core/hal_gpt.c (modified)
	* trunk/hal/tsar_mips32/core/hal_ppm.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_syscall.c (modified)
	* trunk/kernel/kern/kernel_init.c (modified)
	* trunk/kernel/kern/printk.c (modified)
	* trunk/kernel/kern/process.c (modified)
	* trunk/kernel/kern/process.h (modified)
	* trunk/kernel/kern/scheduler.c (modified)
	* trunk/kernel/kern/scheduler.h (modified)
	* trunk/kernel/kern/thread.c (modified)
	* trunk/kernel/kern/thread.h (modified)
	* trunk/kernel/kernel_config.h (modified)
	* trunk/kernel/libk/remote_spinlock.c (modified)
	* trunk/kernel/mm/vmm.c (modified)
	* trunk/kernel/syscalls/sys_display.c (modified)
	* trunk/kernel/syscalls/sys_exit.c (modified)
	* trunk/kernel/syscalls/sys_fg.c (modified)
	* trunk/kernel/syscalls/sys_read.c (modified)
	* trunk/kernel/syscalls/sys_thread_cancel.c (modified)
	* trunk/kernel/syscalls/sys_trace.c (modified)
	* trunk/kernel/syscalls/sys_wait.c (modified)
	* trunk/kernel/syscalls/sys_write.c (modified)
	* trunk/kernel/syscalls/syscalls.h (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/params-hard.mk (modified)

	Fix few bugs whike debugging the sort multi-thread application.


Wed, 09 May 2018 13:13:56 GMT alain [441]
	* trunk/kernel/fs/vfs.c (modified)
	* trunk/kernel/kern/process.c (modified)
	* trunk/kernel/kern/process.h (modified)
	* trunk/kernel/kern/rpc.c (modified)
	* trunk/kernel/kernel_config.h (modified)
	* trunk/kernel/libk/elf.c (modified)
	* trunk/kernel/mm/vmm.c (modified)
	* trunk/kernel/syscalls/sys_exec.c (modified)
	* trunk/kernel/syscalls/sys_exit.c (modified)
	* trunk/kernel/syscalls/sys_read.c (modified)
	* trunk/kernel/syscalls/sys_write.c (modified)
	* trunk/libs/mini-libc/stdlib.c (modified)
	* trunk/user/init/init.c (modified)
	* trunk/user/ksh/ksh.c (modified)
	* trunk/user/sort/sort.c (modified)

	Fix a bug in rpc_vmm_get_pte_client() function (bad RPC index).


Thu, 03 May 2018 15:51:22 GMT alain [440]
	* trunk/Makefile (modified)
	* trunk/hal/tsar_mips32/Makefile (modified)
	* trunk/hal/tsar_mips32/core/hal_exception.c (modified)
	* trunk/hal/tsar_mips32/core/hal_gpt.c (modified)
	* trunk/hal/tsar_mips32/drivers/soclib_bdv.c (modified)
	* trunk/hal/tsar_mips32/drivers/soclib_hba.c (modified)
	* trunk/hal/tsar_mips32/drivers/soclib_mmc.c (modified)
	* trunk/hal/tsar_mips32/drivers/soclib_pic.c (modified)
	* trunk/hal/tsar_mips32/drivers/soclib_tty.c (modified)
	* trunk/kernel/Makefile (modified)
	* trunk/kernel/devices/dev_fbf.c (modified)
	* trunk/kernel/devices/dev_ioc.c (modified)
	* trunk/kernel/devices/dev_mmc.c (modified)
	* trunk/kernel/devices/dev_mmc.h (modified)
	* trunk/kernel/fs/fatfs.c (modified)
	* trunk/kernel/kern/chdev.c (modified)
	* trunk/kernel/kern/chdev.h (modified)
	* trunk/kernel/kern/cluster.c (modified)
	* trunk/kernel/kern/cluster.h (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/kern/thread.h (modified)
	* trunk/kernel/kernel_config.h (modified)
	* trunk/kernel/libk/list.h (modified)
	* trunk/kernel/mm/mapper.c (modified)
	* trunk/kernel/mm/mapper.h (modified)
	* trunk/kernel/mm/vmm.c (modified)
	* trunk/kernel/mm/vmm.h (modified)
	* trunk/kernel/mm/vseg.c (modified)
	* trunk/kernel/mm/vseg.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_exit.c (modified)
	* trunk/kernel/syscalls/sys_fork.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_getcwd.c (modified)
	* trunk/kernel/syscalls/sys_kill.c (modified)
	* trunk/kernel/syscalls/sys_mmap.c (modified)
	* trunk/kernel/syscalls/sys_mutex.c (modified)
	* trunk/kernel/syscalls/sys_read.c (modified)
	* trunk/kernel/syscalls/sys_sem.c (modified)
	* trunk/kernel/syscalls/sys_stat.c (modified)
	* trunk/kernel/syscalls/sys_thread_cancel.c (modified)
	* trunk/kernel/syscalls/sys_thread_create.c (modified)
	* trunk/kernel/syscalls/sys_thread_exit.c (modified)
	* trunk/kernel/syscalls/sys_timeofday.c (modified)
	* trunk/kernel/syscalls/sys_wait.c (modified)
	* trunk/kernel/syscalls/sys_write.c (modified)
	* trunk/kernel/syscalls/syscalls.h (modified)
	* trunk/libs/mini-libc/Makefile (modified)
	* trunk/libs/mini-libpthread/Makefile (modified)
	* trunk/libs/mini-libpthread/pthread.c (modified)
	* trunk/params-hard.mk (modified)
	* trunk/params-soft.mk (modified)
	* trunk/user/init/Makefile (modified)
	* trunk/user/init/init.c (modified)
	* trunk/user/ksh/Makefile (modified)
	* trunk/user/ksh/ksh.c (modified)
	* trunk/user/pgcd/Makefile (modified)
	* trunk/user/sort/Makefile (modified)
	* trunk/user/sort/sort.c (modified)

	1/ Fix a bug in the Multithreaded "sort" applicationr:
	The ...


Wed, 04 Apr 2018 12:49:02 GMT alain [438]
	* trunk/hal/tsar_mips32/core/hal_exception.c (modified)
	* trunk/hal/tsar_mips32/core/hal_gpt.c (modified)
	* trunk/hal/tsar_mips32/core/hal_kentry.S (modified)
	* trunk/hal/tsar_mips32/drivers/soclib_bdv.c (modified)
	* trunk/hal/tsar_mips32/drivers/soclib_pic.c (modified)
	* trunk/hal/tsar_mips32/drivers/soclib_tty.c (modified)
	* trunk/kernel/devices/dev_fbf.c (modified)
	* trunk/kernel/devices/dev_ioc.c (modified)
	* trunk/kernel/devices/dev_mmc.c (modified)
	* trunk/kernel/devices/dev_nic.c (modified)
	* trunk/kernel/devices/dev_pic.c (modified)
	* trunk/kernel/devices/dev_txt.c (modified)
	* trunk/kernel/fs/devfs.c (modified)
	* trunk/kernel/fs/fatfs.c (modified)
	* trunk/kernel/fs/vfs.c (modified)
	* trunk/kernel/kern/chdev.c (modified)
	* trunk/kernel/kern/cluster.c (modified)
	* trunk/kernel/kern/cluster.h (modified)
	* trunk/kernel/kern/core.c (modified)
	* trunk/kernel/kern/do_syscall.c (modified)
	* trunk/kernel/kern/dqdt.c (modified)
	* trunk/kernel/kern/dqdt.h (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/kern/thread.h (modified)
	* trunk/kernel/libk/elf.c (modified)
	* trunk/kernel/libk/remote_rwlock.c (modified)
	* trunk/kernel/libk/remote_rwlock.h (modified)
	* trunk/kernel/libk/remote_spinlock.c (modified)
	* trunk/kernel/libk/remote_spinlock.h (modified)
	* trunk/kernel/libk/rwlock.c (modified)
	* trunk/kernel/libk/rwlock.h (modified)
	* trunk/kernel/libk/spinlock.c (modified)
	* trunk/kernel/libk/spinlock.h (modified)
	* trunk/kernel/mm/kcm.c (modified)
	* trunk/kernel/mm/kmem.c (modified)
	* trunk/kernel/mm/mapper.c (modified)
	* trunk/kernel/mm/ppm.c (modified)
	* trunk/kernel/mm/vmm.c (modified)
	* trunk/kernel/syscalls/sys_display.c (modified)
	* trunk/kernel/syscalls/sys_exec.c (modified)
	* trunk/kernel/syscalls/sys_exit.c (modified)
	* trunk/kernel/syscalls/sys_fg.c (modified)
	* trunk/kernel/syscalls/sys_fork.c (modified)
	* trunk/kernel/syscalls/sys_get_config.c (modified)
	* trunk/kernel/syscalls/sys_isatty.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_read.c (modified)
	* trunk/kernel/syscalls/sys_thread_cancel.c (modified)
	* trunk/kernel/syscalls/sys_thread_create.c (modified)
	* trunk/kernel/syscalls/sys_thread_exit.c (modified)
	* trunk/kernel/syscalls/sys_thread_join.c (modified)
	* trunk/kernel/syscalls/sys_thread_sleep.c (modified)
	* trunk/kernel/syscalls/sys_thread_wakeup.c (modified)
	* trunk/kernel/syscalls/sys_wait.c (modified)
	* trunk/kernel/syscalls/sys_write.c (modified)
	* trunk/kernel_config.h (modified)
	* trunk/user/init/init.c (modified)

	Fix a bug in scheduler related to RPC blocking.


Wed, 28 Mar 2018 12:40:29 GMT alain [437]
	* trunk/Makefile.tsar (modified)
	* trunk/hal/tsar_mips32/core/hal_exception.c (modified)
	* trunk/hal/tsar_mips32/drivers/soclib_bdv.c (modified)
	* trunk/hal/tsar_mips32/drivers/soclib_bdv.h (modified)
	* trunk/hal/tsar_mips32/drivers/soclib_hba.c (modified)
	* trunk/hal/tsar_mips32/drivers/soclib_hba.h (modified)
	* trunk/kernel/devices/dev_dma.c (modified)
	* trunk/kernel/devices/dev_dma.h (modified)
	* trunk/kernel/devices/dev_fbf.c (modified)
	* trunk/kernel/devices/dev_ioc.c (modified)
	* trunk/kernel/devices/dev_ioc.h (modified)
	* trunk/kernel/devices/dev_mmc.c (modified)
	* trunk/kernel/devices/dev_mmc.h (modified)
	* trunk/kernel/devices/dev_nic.c (modified)
	* trunk/kernel/devices/dev_nic.h (modified)
	* trunk/kernel/devices/dev_pic.c (modified)
	* trunk/kernel/devices/dev_pic.h (modified)
	* trunk/kernel/fs/devfs.c (modified)
	* trunk/kernel/fs/vfs.c (modified)
	* trunk/kernel/fs/vfs.h (modified)
	* trunk/kernel/kern/chdev.c (modified)
	* trunk/kernel/kern/cluster.c (modified)
	* trunk/kernel/kern/cluster.h (modified)
	* trunk/kernel/kern/do_syscall.c (modified)
	* trunk/kernel/kern/dqdt.c (modified)
	* trunk/kernel/kern/dqdt.h (modified)
	* trunk/kernel/kern/kernel_init.c (modified)
	* trunk/kernel/kern/printk.c (modified)
	* trunk/kernel/kern/printk.h (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/scheduler.h (modified)
	* trunk/kernel/kern/thread.h (modified)
	* trunk/kernel/libk/list.h (modified)
	* trunk/kernel/mm/kcm.c (modified)
	* trunk/kernel/mm/kcm.h (modified)
	* trunk/kernel/mm/ppm.c (modified)
	* trunk/kernel/mm/vmm.c (modified)
	* trunk/kernel/mm/vmm.h (modified)
	* trunk/kernel/syscalls/shared_syscalls.h (modified)
	* trunk/kernel/syscalls/sys_isatty.c (added)
	* trunk/kernel/syscalls/sys_munmap.c (modified)
	* trunk/kernel/syscalls/sys_thread_create.c (modified)
	* trunk/kernel/syscalls/syscalls.h (modified)
	* trunk/kernel_config.h (modified)
	* trunk/libs/malloc.c (modified)
	* trunk/params.mk (modified)
	* trunk/user/init/init.c (modified)
	* trunk/user/ksh/ksh.c (modified)

	Fix various bugs


Wed, 07 Mar 2018 08:02:03 GMT alain [436]
	* trunk/hal/tsar_mips32/drivers/soclib_bdv.c (modified)
	* trunk/hal/tsar_mips32/drivers/soclib_dma.c (modified)
	* trunk/hal/tsar_mips32/drivers/soclib_hba.c (modified)
	* trunk/hal/tsar_mips32/drivers/soclib_tty.c (modified)
	* trunk/hal/tsar_mips32/drivers/soclib_tty.h (modified)
	* trunk/kernel/devices/dev_nic.c (modified)
	* trunk/kernel/devices/dev_txt.c (modified)
	* trunk/kernel/fs/vfs.c (modified)
	* trunk/kernel/kern/chdev.c (modified)
	* trunk/kernel/kern/cluster.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/rpc.h (modified)
	* trunk/kernel/kern/scheduler.c (modified)
	* trunk/kernel/kern/scheduler.h (modified)
	* trunk/kernel/kern/thread.c (modified)
	* trunk/kernel/kern/thread.h (modified)
	* trunk/kernel/libk/remote_barrier.c (modified)
	* trunk/kernel/libk/remote_condvar.c (modified)
	* trunk/kernel/libk/remote_mutex.c (modified)
	* 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_spinlock.c (modified)
	* trunk/kernel/libk/remote_spinlock.h (modified)
	* trunk/kernel/libk/rwlock.c (modified)
	* trunk/kernel/libk/rwlock.h (modified)
	* trunk/kernel/libk/spinlock.c (modified)
	* trunk/kernel/libk/spinlock.h (modified)
	* trunk/kernel/mm/page.c (modified)
	* trunk/kernel/syscalls/sys_display.c (modified)
	* trunk/kernel/syscalls/sys_exit.c (modified)
	* trunk/kernel/syscalls/sys_fg.c (modified)
	* trunk/kernel/syscalls/sys_get_config.c (modified)
	* trunk/kernel/syscalls/sys_kill.c (modified)
	* trunk/kernel/syscalls/sys_read.c (modified)
	* trunk/kernel/syscalls/sys_thread_cancel.c (modified)
	* trunk/kernel/syscalls/sys_thread_exit.c (modified)
	* trunk/kernel/syscalls/sys_thread_join.c (modified)
	* trunk/kernel/syscalls/sys_thread_sleep.c (modified)
	* trunk/kernel/syscalls/sys_thread_wakeup.c (modified)
	* trunk/kernel/syscalls/sys_wait.c (modified)
	* trunk/kernel/syscalls/syscalls.h (modified)
	* trunk/kernel_config.h (modified)
	* trunk/user/init/init.c (modified)
	* trunk/user/ksh/ksh.c (modified)
	* trunk/user/pgcd/pgcd.c (modified)
	* trunk/user/sort/sort.c (modified)

	1) improve the threads and process destruction mechanism.
	2) ...


Tue, 20 Feb 2018 16:32:17 GMT alain [435]
	* trunk/Makefile.tsar (modified)
	* trunk/hal/tsar_mips32/core/hal_exception.c (modified)
	* trunk/hal/tsar_mips32/core/hal_interrupt.c (modified)
	* trunk/hal/tsar_mips32/drivers/soclib_pic.c (modified)
	* trunk/hal/tsar_mips32/drivers/soclib_tty.c (modified)
	* trunk/hal/tsar_mips32/drivers/soclib_tty.h (modified)
	* trunk/kernel/devices/dev_txt.c (modified)
	* trunk/kernel/devices/dev_txt.h (modified)
	* trunk/kernel/fs/devfs.c (modified)
	* trunk/kernel/fs/fatfs.c (modified)
	* trunk/kernel/kern/chdev.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/rpc.h (modified)
	* trunk/kernel/kern/scheduler.c (modified)
	* trunk/kernel/kern/signal.h (modified)
	* trunk/kernel/libk/xlist.h (modified)
	* trunk/kernel/mm/kcm.c (modified)
	* trunk/kernel/mm/kmem.c (modified)
	* trunk/kernel/mm/mapper.c (modified)
	* trunk/kernel/mm/vmm.c (modified)
	* trunk/kernel/syscalls/shared_syscalls.h (modified)
	* trunk/kernel/syscalls/sys_display.c (modified)
	* trunk/kernel/syscalls/sys_exec.c (modified)
	* trunk/kernel/syscalls/sys_exit.c (modified)
	* trunk/kernel/syscalls/sys_fork.c (modified)
	* trunk/kernel/syscalls/sys_get_config.c (modified)
	* trunk/kernel/syscalls/sys_kill.c (modified)
	* trunk/kernel/syscalls/sys_mmap.c (modified)
	* trunk/kernel/syscalls/sys_read.c (modified)
	* trunk/kernel/syscalls/sys_signal.c (modified)
	* trunk/kernel/syscalls/sys_wait.c (modified)
	* trunk/kernel/syscalls/sys_write.c (modified)
	* trunk/kernel/syscalls/syscalls.h (modified)
	* trunk/kernel_config.h (modified)
	* trunk/libs/stdio.c (modified)
	* trunk/libs/stdio.h (modified)
	* trunk/params.mk (modified)
	* trunk/user/init/init.c (modified)
	* trunk/user/ksh/ksh.c (modified)
	* trunk/user/sort/sort.c (modified)

	Fix a bad bug in scheduler...


Wed, 14 Feb 2018 14:40:19 GMT alain [433]
	* trunk/kernel/devices/dev_txt.c (modified)
	* trunk/kernel/fs/devfs.c (modified)
	* trunk/kernel/fs/vfs.c (modified)
	* trunk/kernel/kern/chdev.c (modified)
	* trunk/kernel/kern/cluster.c (modified)
	* trunk/kernel/kern/cluster.h (modified)
	* trunk/kernel/kern/core.c (modified)
	* trunk/kernel/kern/process.c (modified)
	* trunk/kernel/kern/process.h (modified)
	* trunk/kernel/kern/rpc.c (modified)
	* trunk/kernel/kern/rpc.h (modified)
	* trunk/kernel/kern/scheduler.c (modified)
	* trunk/kernel/kern/scheduler.h (modified)
	* trunk/kernel/kern/thread.c (modified)
	* trunk/kernel/libk/elf.c (modified)
	* trunk/kernel/libk/remote_rwlock.c (modified)
	* trunk/kernel/libk/remote_spinlock.c (modified)
	* trunk/kernel/libk/remote_spinlock.h (modified)
	* trunk/kernel/libk/rwlock.c (modified)
	* trunk/kernel/libk/spinlock.c (modified)
	* trunk/kernel/mm/kcm.c (modified)
	* trunk/kernel/mm/kmem.c (modified)
	* trunk/kernel/mm/page.c (modified)
	* trunk/kernel/mm/page.h (modified)
	* trunk/kernel/mm/ppm.c (modified)
	* trunk/kernel/mm/ppm.h (modified)
	* trunk/kernel/mm/vmm.c (modified)
	* trunk/kernel/mm/vmm.h (modified)
	* trunk/kernel/syscalls/sys_display.c (modified)
	* trunk/kernel/syscalls/sys_exec.c (modified)
	* trunk/kernel/syscalls/sys_exit.c (modified)
	* trunk/kernel/syscalls/sys_fork.c (modified)
	* trunk/kernel/syscalls/sys_kill.c (modified)
	* trunk/kernel/syscalls/sys_read.c (modified)
	* trunk/kernel/syscalls/sys_thread_exit.c (modified)
	* trunk/kernel/syscalls/sys_wait.c (modified)
	* trunk/kernel/syscalls/sys_write.c (modified)
	* trunk/kernel/syscalls/syscalls.h (modified)

	blip


Mon, 29 Jan 2018 17:08:40 GMT alain [429]
	* trunk/kernel/mm/kmem.c (modified)
	* trunk/kernel/mm/vmm.c (modified)
	* trunk/kernel/mm/vmm.h (modified)
	* trunk/kernel/mm/vseg.c (modified)

	blap


Thu, 04 Jan 2018 09:05:47 GMT alain [416]
	* trunk/Makefile.tsar (modified)
	* trunk/hal/tsar_mips32/core/hal_exception.c (modified)
	* trunk/hal/tsar_mips32/core/hal_syscall.c (modified)
	* trunk/hdd/virt_hdd.dmg (modified)
	* trunk/kernel/kern/cluster.c (modified)
	* trunk/kernel/kern/cluster.h (modified)
	* trunk/kernel/kern/process.c (modified)
	* trunk/kernel/kern/process.h (modified)
	* trunk/kernel/kern/rpc.c (modified)
	* trunk/kernel/kern/rpc.h (modified)
	* trunk/kernel/kern/scheduler.c (modified)
	* trunk/kernel/kern/scheduler.h (modified)
	* trunk/kernel/kern/thread.c (modified)
	* trunk/kernel/kern/thread.h (modified)
	* trunk/kernel/mm/vmm.c (modified)
	* trunk/kernel/syscalls/shared_syscalls.h (modified)
	* trunk/kernel/syscalls/sys_exec.c (modified)
	* trunk/kernel/syscalls/sys_exit.c (modified)
	* trunk/kernel/syscalls/sys_fork.c (modified)
	* trunk/kernel/syscalls/sys_kill.c (modified)
	* trunk/kernel/syscalls/sys_read.c (modified)
	* trunk/kernel/syscalls/sys_write.c (modified)
	* trunk/kernel_config.h (modified)
	* trunk/libs/malloc.c (modified)
	* trunk/libs/malloc.h (modified)
	* trunk/libs/stdlib.c (modified)
	* trunk/tools/bootloader_tsar/boot.c (modified)
	* trunk/user/ksh/ksh.c (modified)

	Improve sys_exec.


Fri, 22 Dec 2017 12:16:59 GMT alain [415]
	* trunk/hdd/virt_hdd.dmg (modified)
	* trunk/kernel/kern/printk.h (modified)
	* trunk/kernel/kern/process.c (modified)
	* trunk/kernel/kern/process.h (modified)
	* trunk/kernel/kern/rpc.c (modified)
	* trunk/kernel/mm/vmm.c (modified)
	* trunk/kernel/mm/vmm.h (modified)
	* trunk/kernel_config.h (modified)

	Few bugs.


Wed, 20 Dec 2017 15:51:09 GMT alain [409]
	* trunk/Makefile.tsar (modified)
	* trunk/hal/generic/hal_ppm.h (modified)
	* trunk/hal/tsar_mips32/core/hal_exception.c (modified)
	* trunk/hal/tsar_mips32/core/hal_gpt.c (modified)
	* trunk/hal/tsar_mips32/core/hal_ppm.c (modified)
	* trunk/hdd/virt_hdd.dmg (modified)
	* trunk/kernel/fs/vfs.c (modified)
	* trunk/kernel/fs/vfs.h (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_syscall.c (modified)
	* trunk/kernel/kern/kernel_init.c (modified)
	* trunk/kernel/kern/printk.h (modified)
	* trunk/kernel/kern/process.c (modified)
	* trunk/kernel/kern/process.h (modified)
	* trunk/kernel/kern/rpc.c (modified)
	* trunk/kernel/kern/rpc.h (modified)
	* trunk/kernel/kern/scheduler.c (modified)
	* trunk/kernel/kern/scheduler.h (modified)
	* trunk/kernel/kern/signal.c (modified)
	* trunk/kernel/kern/signal.h (modified)
	* trunk/kernel/kern/thread.c (modified)
	* trunk/kernel/kern/thread.h (modified)
	* trunk/kernel/libk/remote_rwlock.c (modified)
	* trunk/kernel/libk/remote_rwlock.h (modified)
	* trunk/kernel/libk/remote_spinlock.c (modified)
	* trunk/kernel/libk/remote_spinlock.h (modified)
	* trunk/kernel/libk/rwlock.c (modified)
	* trunk/kernel/libk/rwlock.h (modified)
	* trunk/kernel/libk/spinlock.c (modified)
	* trunk/kernel/libk/spinlock.h (modified)
	* trunk/kernel/mm/ppm.h (modified)
	* trunk/kernel/mm/vmm.c (modified)
	* trunk/kernel/mm/vmm.h (modified)
	* trunk/kernel/mm/vseg.h (modified)
	* trunk/kernel/syscalls/sys_fork.c (modified)
	* trunk/kernel/syscalls/sys_kill.c (modified)
	* trunk/kernel/syscalls/sys_read.c (modified)
	* trunk/kernel/syscalls/sys_signal.c (modified)
	* trunk/kernel/syscalls/sys_thread_exit.c (modified)
	* trunk/kernel/syscalls/sys_thread_join.c (modified)
	* trunk/kernel/syscalls/sys_write.c (modified)
	* trunk/kernel/syscalls/syscalls.h (modified)
	* trunk/kernel_config.h (modified)
	* trunk/user/ksh/ksh.c (modified)

	Fix bugs in exec


Tue, 05 Dec 2017 15:20:07 GMT alain [408]
	* trunk/Makefile.tsar (modified)
	* trunk/hal/generic/hal_atomic.h (modified)
	* trunk/hal/generic/hal_context.h (modified)
	* trunk/hal/generic/hal_exception.h (modified)
	* trunk/hal/generic/hal_gpt.h (modified)
	* trunk/hal/generic/hal_interrupt.h (modified)
	* trunk/hal/generic/hal_special.h (modified)
	* trunk/hal/generic/hal_switch.h (modified)
	* trunk/hal/generic/hal_syscall.h (modified)
	* trunk/hal/tsar_mips32/core/hal_context.c (modified)
	* trunk/hal/tsar_mips32/core/hal_exception.c (modified)
	* trunk/hal/tsar_mips32/core/hal_gpt.c (modified)
	* trunk/hal/tsar_mips32/core/hal_interrupt.c (modified)
	* trunk/hal/tsar_mips32/core/hal_kentry.S (modified)
	* trunk/hal/tsar_mips32/core/hal_kentry.h (modified)
	* trunk/hal/tsar_mips32/core/hal_switch.S (modified)
	* trunk/hal/tsar_mips32/core/hal_syscall.c (modified)
	* trunk/hal/tsar_mips32/core/hal_types.h (modified)
	* trunk/hal/tsar_mips32/drivers/soclib_bdv.c (modified)
	* trunk/hal/tsar_mips32/drivers/soclib_dma.c (modified)
	* trunk/hal/tsar_mips32/drivers/soclib_hba.c (modified)
	* trunk/hal/tsar_mips32/drivers/soclib_tty.c (modified)
	* trunk/hal/x86_64/core/hal_gpt.c (modified)
	* trunk/hdd/virt_hdd.dmg (modified)
	* trunk/kernel/devices/dev_dma.c (modified)
	* trunk/kernel/devices/dev_fbf.c (modified)
	* trunk/kernel/devices/dev_ioc.c (modified)
	* trunk/kernel/devices/dev_nic.c (modified)
	* trunk/kernel/devices/dev_txt.c (modified)
	* trunk/kernel/fs/vfs.c (modified)
	* trunk/kernel/kern/chdev.c (modified)
	* trunk/kernel/kern/cluster.c (modified)
	* trunk/kernel/kern/cluster.h (modified)
	* trunk/kernel/kern/core.c (modified)
	* trunk/kernel/kern/do_syscall.c (modified)
	* trunk/kernel/kern/do_syscall.h (modified)
	* trunk/kernel/kern/kernel_init.c (modified)
	* trunk/kernel/kern/printk.c (modified)
	* trunk/kernel/kern/printk.h (modified)
	* trunk/kernel/kern/process.c (modified)
	* trunk/kernel/kern/process.h (modified)
	* trunk/kernel/kern/rpc.c (modified)
	* trunk/kernel/kern/rpc.h (modified)
	* trunk/kernel/kern/scheduler.c (modified)
	* trunk/kernel/kern/scheduler.h (modified)
	* trunk/kernel/kern/thread.c (modified)
	* trunk/kernel/kern/thread.h (modified)
	* trunk/kernel/libk/remote_barrier.c (modified)
	* trunk/kernel/libk/remote_condvar.c (modified)
	* trunk/kernel/libk/remote_fifo.c (modified)
	* trunk/kernel/libk/remote_mutex.c (modified)
	* trunk/kernel/libk/remote_sem.c (modified)
	* trunk/kernel/libk/remote_spinlock.c (modified)
	* trunk/kernel/libk/spinlock.c (modified)
	* trunk/kernel/mm/mapper.c (modified)
	* trunk/kernel/mm/page.c (modified)
	* trunk/kernel/mm/page.h (modified)
	* trunk/kernel/mm/vmm.c (modified)
	* trunk/kernel/mm/vmm.h (modified)
	* trunk/kernel/mm/vseg.c (modified)
	* trunk/kernel/mm/vseg.h (modified)
	* trunk/kernel/syscalls/sys_exec.c (modified)
	* trunk/kernel/syscalls/sys_fork.c (modified)
	* trunk/kernel/syscalls/sys_get_cycle.c (modified)
	* trunk/kernel/syscalls/sys_read.c (modified)
	* trunk/kernel/syscalls/sys_signal.c (modified)
	* trunk/kernel/syscalls/sys_thread_exit.c (modified)
	* trunk/kernel/syscalls/sys_thread_join.c (modified)
	* trunk/kernel/syscalls/sys_thread_sleep.c (modified)
	* trunk/kernel/syscalls/sys_thread_yield.c (modified)
	* trunk/kernel/syscalls/sys_write.c (modified)
	* trunk/kernel/syscalls/syscalls.h (modified)
	* trunk/kernel_config.h (modified)
	* trunk/user/ksh/ksh.c (modified)

	Fix several bugs in the fork() syscall.


Tue, 07 Nov 2017 14:08:12 GMT alain [407]
	* trunk/Makefile.tsar (modified)
	* trunk/hal/generic/hal_context.h (modified)
	* trunk/hal/generic/hal_gpt.h (modified)
	* trunk/hal/generic/hal_ppm.h (modified)
	* trunk/hal/generic/hal_remote.h (modified)
	* trunk/hal/generic/hal_special.h (modified)
	* trunk/hal/generic/hal_switch.h (moved)
	* trunk/hal/generic/hal_syscall.h (copied)
	* trunk/hal/generic/hal_user.h (added)
	* trunk/hal/generic/hal_uspace.h (modified)
	* trunk/hal/tsar_mips32/core/hal_context.c (modified)
	* trunk/hal/tsar_mips32/core/hal_drivers.c (modified)
	* trunk/hal/tsar_mips32/core/hal_exception.c (modified)
	* trunk/hal/tsar_mips32/core/hal_gpt.c (modified)
	* trunk/hal/tsar_mips32/core/hal_interrupt.c (modified)
	* trunk/hal/tsar_mips32/core/hal_kentry.S (modified)
	* trunk/hal/tsar_mips32/core/hal_kentry.h (modified)
	* trunk/hal/tsar_mips32/core/hal_ppm.c (modified)
	* trunk/hal/tsar_mips32/core/hal_special.c (modified)
	* trunk/hal/tsar_mips32/core/hal_switch.S (modified)
	* trunk/hal/tsar_mips32/core/hal_syscall.c (copied)
	* trunk/hal/tsar_mips32/core/hal_types.h (modified)
	* trunk/hal/tsar_mips32/core/hal_user.c (added)
	* trunk/hal/tsar_mips32/core/hal_uspace.c (modified)
	* trunk/hal/tsar_mips32/drivers/soclib_bdv.c (modified)
	* trunk/hal/tsar_mips32/drivers/soclib_dma.c (modified)
	* trunk/hal/tsar_mips32/drivers/soclib_hba.c (modified)
	* trunk/hal/tsar_mips32/drivers/soclib_pic.c (modified)
	* trunk/hal/tsar_mips32/drivers/soclib_pic.h (modified)
	* trunk/hal/tsar_mips32/drivers/soclib_tty.c (modified)
	* trunk/hal/tsar_mips32/drivers/soclib_tty.h (modified)
	* trunk/hal/x86_64/core/hal_ppm.c (modified)
	* trunk/hal/x86_64/core/hal_types.h (modified)
	* trunk/hal/x86_64/core/hal_uspace.c (modified)
	* trunk/hdd/virt_hdd.dmg (modified)
	* trunk/kernel/devices/dev_dma.c (modified)
	* trunk/kernel/devices/dev_fbf.c (modified)
	* trunk/kernel/devices/dev_ioc.c (modified)
	* trunk/kernel/devices/dev_mmc.c (modified)
	* trunk/kernel/devices/dev_nic.c (modified)
	* trunk/kernel/devices/dev_nic.h (modified)
	* trunk/kernel/devices/dev_pic.c (modified)
	* trunk/kernel/devices/dev_pic.h (modified)
	* trunk/kernel/devices/dev_txt.c (modified)
	* trunk/kernel/devices/dev_txt.h (modified)
	* trunk/kernel/fs (moved)
	* trunk/kernel/fs/devfs.c (copied)
	* trunk/kernel/fs/devfs.h (modified)
	* trunk/kernel/fs/fatfs.c (copied)
	* trunk/kernel/fs/fatfs.h (copied)
	* trunk/kernel/fs/vfs.c (copied)
	* trunk/kernel/fs/vfs.h (modified)
	* trunk/kernel/kern/chdev.c (modified)
	* trunk/kernel/kern/chdev.h (modified)
	* trunk/kernel/kern/cluster.c (modified)
	* trunk/kernel/kern/cluster.h (modified)
	* trunk/kernel/kern/core.c (modified)
	* trunk/kernel/kern/do_exec.c (deleted)
	* trunk/kernel/kern/do_syscall.c (modified)
	* trunk/kernel/kern/do_syscall.h (modified)
	* trunk/kernel/kern/kernel_init.c (modified)
	* trunk/kernel/kern/printk.c (modified)
	* trunk/kernel/kern/printk.h (modified)
	* trunk/kernel/kern/process.c (modified)
	* trunk/kernel/kern/process.h (modified)
	* trunk/kernel/kern/rpc.c (modified)
	* trunk/kernel/kern/rpc.h (modified)
	* trunk/kernel/kern/scheduler.c (modified)
	* trunk/kernel/kern/scheduler.h (modified)
	* trunk/kernel/kern/signal.c (modified)
	* trunk/kernel/kern/thread.c (modified)
	* trunk/kernel/kern/thread.h (modified)
	* trunk/kernel/kern/time.h (deleted)
	* trunk/kernel/libk/elf.c (modified)
	* trunk/kernel/libk/remote_barrier.c (modified)
	* trunk/kernel/libk/remote_condvar.c (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_sem.c (modified)
	* trunk/kernel/libk/remote_spinlock.c (modified)
	* trunk/kernel/libk/spinlock.c (modified)
	* trunk/kernel/mm/kcm.c (modified)
	* trunk/kernel/mm/kmem.c (modified)
	* trunk/kernel/mm/mapper.c (modified)
	* trunk/kernel/mm/mapper.h (modified)
	* trunk/kernel/mm/page.c (modified)
	* trunk/kernel/mm/page.h (modified)
	* trunk/kernel/mm/ppm.c (modified)
	* trunk/kernel/mm/ppm.h (modified)
	* trunk/kernel/mm/vmm.c (modified)
	* trunk/kernel/mm/vmm.h (modified)
	* trunk/kernel/mm/vseg.c (modified)
	* trunk/kernel/mm/vseg.h (modified)
	* trunk/kernel/syscalls/sys_chdir.c (modified)
	* trunk/kernel/syscalls/sys_chmod.c (modified)
	* trunk/kernel/syscalls/sys_closedir.c (modified)
	* trunk/kernel/syscalls/sys_creat.c (modified)
	* trunk/kernel/syscalls/sys_exec.c (modified)
	* trunk/kernel/syscalls/sys_fork.c (modified)
	* trunk/kernel/syscalls/sys_get_cycle.c (moved)
	* trunk/kernel/syscalls/sys_mkdir.c (modified)
	* trunk/kernel/syscalls/sys_mkfifo.c (modified)
	* trunk/kernel/syscalls/sys_mmap.c (modified)
	* trunk/kernel/syscalls/sys_open.c (modified)
	* trunk/kernel/syscalls/sys_opendir.c (modified)
	* trunk/kernel/syscalls/sys_pipe.c (modified)
	* trunk/kernel/syscalls/sys_read.c (modified)
	* trunk/kernel/syscalls/sys_readdir.c (modified)
	* trunk/kernel/syscalls/sys_rmdir.c (modified)
	* trunk/kernel/syscalls/sys_signal.c (modified)
	* trunk/kernel/syscalls/sys_stat.c (modified)
	* trunk/kernel/syscalls/sys_thread_create.c (modified)
	* trunk/kernel/syscalls/sys_thread_exit.c (modified)
	* trunk/kernel/syscalls/sys_thread_join.c (modified)
	* trunk/kernel/syscalls/sys_thread_sleep.c (modified)
	* trunk/kernel/syscalls/sys_thread_yield.c (modified)
	* trunk/kernel/syscalls/sys_timeofday.c (modified)
	* trunk/kernel/syscalls/sys_trace.c (modified)
	* trunk/kernel/syscalls/sys_unlink.c (modified)
	* trunk/kernel/syscalls/sys_write.c (modified)
	* trunk/kernel/syscalls/syscalls.h (modified)
	* trunk/kernel_config.h (modified)
	* trunk/libs (added)
	* trunk/tools/bootloader_tsar/boot.c (modified)
	* trunk/user/ksh/Makefile (modified)
	* trunk/user/ksh/ksh.c (modified)

	First implementation of fork/exec.


Tue, 29 Aug 2017 10:03:37 GMT alain [406]
	* trunk/hal/generic/hal_gpt.h (modified)
	* trunk/hal/tsar_mips32/core/hal_context.c (modified)
	* trunk/hal/tsar_mips32/core/hal_exception.c (modified)
	* trunk/hal/tsar_mips32/core/hal_gpt.c (modified)
	* trunk/hal/tsar_mips32/core/hal_interrupt.c (modified)
	* trunk/hal/tsar_mips32/core/hal_kentry.S (modified)
	* trunk/hal/tsar_mips32/core/hal_kentry.h (modified)
	* trunk/hal/tsar_mips32/core/hal_special.c (modified)
	* trunk/hal/tsar_mips32/core/hal_switch.S (modified)
	* trunk/hal/tsar_mips32/core/hal_syscall.c (modified)
	* trunk/hal/tsar_mips32/core/mips32_context.h (deleted)
	* trunk/hal/tsar_mips32/core/mips32_uzone.h (deleted)
	* trunk/hal/tsar_mips32/drivers/soclib_pic.c (modified)
	* trunk/hal/tsar_mips32/kernel.ld (modified)
	* trunk/hal/x86_64/core/hal_gpt.c (modified)
	* trunk/hdd/virt_hdd.dmg (modified)
	* trunk/kernel/devices/dev_dma.c (modified)
	* trunk/kernel/devices/dev_fbf.c (modified)
	* trunk/kernel/devices/dev_ioc.c (modified)
	* trunk/kernel/devices/dev_mmc.c (modified)
	* trunk/kernel/devices/dev_nic.c (modified)
	* trunk/kernel/devices/dev_pic.c (modified)
	* trunk/kernel/devices/dev_pic.h (modified)
	* trunk/kernel/devices/dev_txt.c (modified)
	* trunk/kernel/kern/cluster.c (modified)
	* trunk/kernel/kern/core.c (modified)
	* trunk/kernel/kern/do_syscall.c (modified)
	* trunk/kernel/kern/dqdt.c (modified)
	* trunk/kernel/kern/kernel_init.c (modified)
	* trunk/kernel/kern/printk.c (modified)
	* trunk/kernel/kern/printk.h (modified)
	* trunk/kernel/kern/process.c (modified)
	* trunk/kernel/kern/rpc.c (modified)
	* trunk/kernel/kern/scheduler.c (modified)
	* trunk/kernel/kern/signal.c (modified)
	* trunk/kernel/kern/thread.c (modified)
	* trunk/kernel/kern/thread.h (modified)
	* trunk/kernel/libk/elf.c (modified)
	* trunk/kernel/libk/grdxt.c (modified)
	* trunk/kernel/libk/grdxt.h (modified)
	* trunk/kernel/mm/kcm.c (modified)
	* trunk/kernel/mm/kmem.c (modified)
	* trunk/kernel/mm/mapper.c (modified)
	* trunk/kernel/mm/ppm.c (modified)
	* trunk/kernel/mm/vmm.c (modified)
	* trunk/kernel/mm/vmm.h (modified)
	* trunk/kernel/mm/vseg.c (modified)
	* trunk/kernel/mm/vseg.h (modified)
	* trunk/kernel/syscalls/sys_exec.c (modified)
	* trunk/kernel/syscalls/sys_fork.c (modified)
	* trunk/kernel/syscalls/sys_signal.c (modified)
	* trunk/kernel/syscalls/sys_thread_create.c (modified)
	* trunk/kernel/syscalls/sys_thread_sleep.c (modified)
	* trunk/kernel/syscalls/sys_trace.c (modified)
	* trunk/kernel/vfs/devfs.c (modified)
	* trunk/kernel/vfs/fatfs.c (modified)
	* trunk/kernel/vfs/fatfs.h (modified)
	* trunk/kernel/vfs/vfs.c (modified)
	* trunk/kernel_config.h (modified)

	This version executed successfully the user "init" process on a mono- ...


Thu, 17 Aug 2017 13:02:18 GMT alain [401]
	* trunk/hal/generic/hal_gpt.h (modified)
	* trunk/hal/generic/hal_special.h (modified)
	* trunk/hal/tsar_mips32/core/hal_exception.c (modified)
	* trunk/hal/tsar_mips32/core/hal_gpt.c (modified)
	* trunk/hdd/virt_hdd.dmg (modified)
	* trunk/kernel/devices/dev_ioc.c (modified)
	* trunk/kernel/kern/kernel_init.c (modified)
	* trunk/kernel/kern/rpc.h (modified)
	* trunk/kernel/libk/elf.c (modified)
	* trunk/kernel/mm/vmm.c (modified)
	* trunk/kernel/mm/vmm.h (modified)
	* trunk/kernel/vfs/fatfs.c (modified)
	* trunk/kernel/vfs/fatfs.h (modified)
	* trunk/kernel/vfs/vfs.c (modified)
	* trunk/kernel_config.h (modified)
	* trunk/params.mk (modified)
	* trunk/tools/bootloader_tsar/boot.c (modified)

	Few bugs in VMM


Thu, 17 Aug 2017 09:50:51 GMT alain [400]
	* trunk/kernel/mm/vmm.c (modified)

	cosmetic bis


Thu, 17 Aug 2017 09:48:49 GMT alain [399]
	* trunk/kernel/mm/vmm.c (modified)
	* trunk/kernel/mm/vmm.h (modified)

	cosmetic


Thu, 17 Aug 2017 09:06:38 GMT max@… [394]
	* trunk/kernel/mm/kmem.c (modified)
	* trunk/kernel/mm/vmm.c (modified)
	* trunk/kernel/mm/vmm.h (modified)
	* trunk/kernel/mm/vseg.c (modified)

	Make it compile again, and use panic(). Not sure it is what Alain ...


Wed, 16 Aug 2017 12:57:33 GMT alain [390]
	* trunk/kernel/mm/vmm.c (modified)

	RPC_VMM_GET_REF_VSEG renamed to RPC_VMM_GET_VSEG


Wed, 16 Aug 2017 12:33:17 GMT alain [388]
	* trunk/kernel/mm/vmm.c (modified)
	* trunk/kernel/mm/vmm.h (modified)
	* trunk/kernel/mm/vseg.h (modified)

	Change the vmm_get_vseg() function to access the reference cluster ...


Wed, 16 Aug 2017 12:03:30 GMT max@… [385]
	* trunk/kernel/mm/vmm.c (modified)

	Remove redundant (and buggy) code.


Mon, 14 Aug 2017 09:39:03 GMT alain [367]
	* trunk/hal/tsar_mips32/core/hal_switch.S (added)
	* trunk/hal/tsar_mips32/core/hal_switch.h (added)
	* trunk/hdd/virt_hdd.dmg (modified)
	* trunk/kernel/kern/core.c (modified)
	* trunk/kernel/kern/core.h (modified)
	* trunk/kernel/kern/printk.h (modified)
	* trunk/kernel/kern/process.c (modified)
	* trunk/kernel/kern/thread.c (modified)
	* trunk/kernel/kern/thread.h (modified)
	* trunk/kernel/libk/elf.c (modified)
	* trunk/kernel/mm/mapper.c (modified)
	* trunk/kernel/vfs/fatfs.c (modified)
	* trunk/kernel/vfs/fatfs.h (modified)
	* trunk/kernel/vfs/vfs.c (modified)
	* trunk/kernel_config.h (modified)

	Change Time unit from cycle to TICK (in millisecond).
	Fix several ...


Wed, 09 Aug 2017 08:46:05 GMT max@… [352]
	* trunk/kernel/mm/kcm.c (modified)

	Don't compute kcm_page twice.


Mon, 07 Aug 2017 08:17:26 GMT max@… [334]
	* trunk/kernel/mm/mapper.c (modified)

	Undefined variables.


Mon, 07 Aug 2017 08:05:40 GMT max@… [330]
	* trunk/kernel/mm/mapper.c (modified)

	style


Thu, 03 Aug 2017 08:15:18 GMT alain [315]
	* trunk/hal/generic/hal_gpt.h (modified)
	* trunk/hal/generic/hal_ppm.h (modified)
	* trunk/hal/tsar_mips32/core/hal_gpt.c (modified)
	* trunk/hal/tsar_mips32/core/hal_ppm.c (modified)
	* trunk/hal/tsar_mips32/core/hal_types.h (modified)
	* trunk/hal/tsar_mips32/core/hal_uspace.c (modified)
	* trunk/hal/x86_64/core/hal_types.h (modified)
	* trunk/hdd/virt_hdd.dmg (modified)
	* trunk/kernel/kern/rpc.c (modified)
	* trunk/kernel/kern/thread.c (modified)
	* trunk/kernel/libk/elf.c (modified)
	* trunk/kernel/mm/kcm.c (modified)
	* trunk/kernel/mm/khm.c (modified)
	* trunk/kernel/mm/mapper.c (modified)
	* trunk/kernel/mm/mapper.h (modified)
	* trunk/kernel/mm/page.c (modified)
	* trunk/kernel/mm/page.h (modified)
	* trunk/kernel/mm/ppm.c (modified)
	* trunk/kernel/mm/ppm.h (modified)
	* trunk/kernel/mm/vmm.c (modified)
	* trunk/kernel/mm/vseg.c (modified)
	* trunk/kernel/mm/vseg.h (modified)
	* trunk/kernel/syscalls/sys_exec.c (modified)
	* trunk/kernel/syscalls/sys_write.c (modified)
	* trunk/kernel/vfs/fatfs.c (modified)
	* trunk/kernel/vfs/vfs.c (modified)

	Redefine the fuctions ppm_base2page() / ppm_page2base() / ...


Wed, 02 Aug 2017 13:24:57 GMT alain [313]
	* trunk/hal/generic/hal_gpt.h (modified)
	* trunk/hal/generic/hal_ppm.h (modified)
	* trunk/hal/generic/hal_remote.h (modified)
	* trunk/hal/tsar_mips32/core/hal_ppm.c (modified)
	* trunk/hal/tsar_mips32/core/hal_remote.c (modified)
	* trunk/hdd/virt_hdd.dmg (modified)
	* trunk/kernel/kern/rpc.c (modified)
	* trunk/kernel/kern/rpc.h (modified)
	* trunk/kernel/libk/elf.c (modified)
	* trunk/kernel/mm/mapper.c (modified)
	* trunk/kernel/mm/mapper.h (modified)
	* trunk/kernel/mm/ppm.c (modified)
	* trunk/kernel/mm/ppm.h (modified)
	* trunk/kernel/mm/vmm.c (modified)
	* trunk/kernel/mm/vmm.h (modified)
	* trunk/kernel/mm/vseg.h (modified)
	* trunk/kernel/syscalls/sys_read.c (modified)
	* trunk/kernel/syscalls/sys_write.c (modified)
	* trunk/kernel/vfs/vfs.c (modified)
	* trunk/kernel/vfs/vfs.h (modified)

	RSeveral modifs in the page-fault handling.


Mon, 31 Jul 2017 11:59:52 GMT alain [296]
	* trunk/hal/generic/hal_context.h (modified)
	* trunk/hal/generic/hal_ppm.h (modified)
	* trunk/hal/generic/hal_special.h (modified)
	* trunk/hal/tsar_mips32/core/hal_context.c (modified)
	* trunk/hal/tsar_mips32/core/hal_exception.c (modified)
	* trunk/hal/tsar_mips32/core/hal_kentry.S (modified)
	* trunk/hal/tsar_mips32/core/hal_ppm.c (modified)
	* trunk/hal/tsar_mips32/core/hal_remote.c (modified)
	* trunk/hal/tsar_mips32/core/hal_special.c (modified)
	* trunk/hal/tsar_mips32/drivers/soclib_bdv.c (modified)
	* trunk/hal/tsar_mips32/drivers/soclib_dma.c (modified)
	* trunk/hal/tsar_mips32/drivers/soclib_hba.c (modified)
	* trunk/hal/tsar_mips32/drivers/soclib_pic.c (modified)
	* trunk/hal/tsar_mips32/drivers/soclib_tty.c (modified)
	* trunk/hal/tsar_mips32/kernel.ld (modified)
	* trunk/hdd/virt_hdd.dmg (modified)
	* trunk/kernel/devices/dev_dma.c (modified)
	* trunk/kernel/devices/dev_ioc.c (modified)
	* trunk/kernel/devices/dev_nic.c (modified)
	* trunk/kernel/devices/dev_txt.c (modified)
	* trunk/kernel/kern/chdev.c (modified)
	* trunk/kernel/kern/cluster.c (modified)
	* trunk/kernel/kern/core.c (modified)
	* trunk/kernel/kern/kernel_init.c (modified)
	* trunk/kernel/kern/printk.c (modified)
	* trunk/kernel/kern/printk.h (modified)
	* trunk/kernel/kern/rpc.c (modified)
	* trunk/kernel/kern/rpc.h (modified)
	* trunk/kernel/kern/scheduler.c (modified)
	* trunk/kernel/kern/scheduler.h (modified)
	* trunk/kernel/kern/thread.c (modified)
	* trunk/kernel/libk/remote_barrier.c (modified)
	* trunk/kernel/libk/remote_condvar.c (modified)
	* trunk/kernel/libk/remote_fifo.c (modified)
	* trunk/kernel/libk/remote_mutex.c (modified)
	* trunk/kernel/libk/remote_sem.c (modified)
	* trunk/kernel/libk/remote_spinlock.c (modified)
	* trunk/kernel/libk/spinlock.c (modified)
	* trunk/kernel/mm/mapper.c (modified)
	* trunk/kernel/mm/page.c (modified)
	* trunk/kernel/syscalls/sys_thread_exit.c (modified)
	* trunk/kernel/syscalls/sys_thread_join.c (modified)
	* trunk/kernel/syscalls/sys_thread_sleep.c (modified)
	* trunk/kernel/syscalls/sys_thread_yield.c (modified)
	* trunk/kernel/vfs/vfs.c (modified)
	* trunk/kernel/vfs/vfs.h (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)
	* trunk/tools/bootloader_tsar/boot_entry.S (modified)

	Several modifs in the generic scheduler and in the hal_context to ...


Thu, 27 Jul 2017 13:33:56 GMT max@… [286]
	* trunk/kernel/kern/dqdt.c (modified)
	* trunk/kernel/kern/thread.c (modified)
	* trunk/kernel/mm/vmm.c (modified)

	Fix dangerous typos.


Wed, 26 Jul 2017 22:23:29 GMT alain [279]
	* trunk/hal/generic/hal_irqmask.h (modified)
	* trunk/hal/generic/hal_special.h (modified)
	* trunk/hal/tsar_mips32/core/hal_drivers.c (modified)
	* trunk/hal/tsar_mips32/core/hal_interrupt.c (modified)
	* trunk/hal/tsar_mips32/core/hal_irqmask.c (modified)
	* trunk/hal/tsar_mips32/core/hal_kentry.S (modified)
	* trunk/hal/tsar_mips32/core/hal_kentry.h (modified)
	* trunk/hal/tsar_mips32/core/hal_ppm.c (modified)
	* trunk/hal/tsar_mips32/core/hal_remote.c (modified)
	* trunk/hal/tsar_mips32/core/hal_special.c (modified)
	* trunk/hal/tsar_mips32/drivers/soclib_bdv.c (modified)
	* trunk/hal/tsar_mips32/drivers/soclib_dma.c (modified)
	* trunk/hal/tsar_mips32/drivers/soclib_hba.c (modified)
	* trunk/hal/tsar_mips32/drivers/soclib_mmc.c (modified)
	* trunk/hal/tsar_mips32/drivers/soclib_nic.c (modified)
	* trunk/hal/tsar_mips32/drivers/soclib_pic.c (modified)
	* trunk/hal/tsar_mips32/drivers/soclib_pic.h (modified)
	* trunk/hal/tsar_mips32/drivers/soclib_tty.c (modified)
	* trunk/hal/tsar_mips32/kernel.ld (modified)
	* trunk/hdd/virt_hdd.dmg (modified)
	* trunk/kernel/devices/dev_dma.c (modified)
	* trunk/kernel/devices/dev_fbf.c (modified)
	* trunk/kernel/devices/dev_iob.h (modified)
	* trunk/kernel/devices/dev_ioc.c (modified)
	* trunk/kernel/devices/dev_mmc.c (modified)
	* trunk/kernel/devices/dev_nic.c (modified)
	* trunk/kernel/devices/dev_pic.c (modified)
	* trunk/kernel/devices/dev_pic.h (modified)
	* trunk/kernel/devices/dev_txt.c (modified)
	* trunk/kernel/kern/chdev.h (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/kernel_init.c (modified)
	* trunk/kernel/kern/printk.c (modified)
	* trunk/kernel/kern/printk.h (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/scheduler.h (modified)
	* trunk/kernel/kern/thread.h (modified)
	* trunk/kernel/libk/elf.c (modified)
	* trunk/kernel/libk/remote_fifo.c (modified)
	* trunk/kernel/libk/remote_fifo.h (modified)
	* trunk/kernel/mm/mapper.c (modified)
	* 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/params.mk (modified)
	* trunk/tools/arch_info/genarch.py (modified)
	* trunk/tools/bootloader_tsar/boot.c (modified)

	1) Introduce independant command fields for the various devices in ...


Fri, 21 Jul 2017 05:36:08 GMT alain [265]
	* trunk/Makefile (modified)
	* trunk/hal/tsar_mips32/drivers/soclib_bdv.c (modified)
	* trunk/hdd/virt_hdd.dmg (modified)
	* trunk/kernel/kern/kernel_init.c (modified)
	* trunk/kernel/kern/rpc.c (modified)
	* trunk/kernel/kern/rpc.h (modified)
	* trunk/kernel/libk/elf.c (modified)
	* trunk/kernel/mm/mapper.c (modified)
	* trunk/kernel/mm/mapper.h (modified)
	* trunk/kernel/syscalls/sys_read.c (modified)
	* trunk/kernel/syscalls/sys_write.c (modified)
	* trunk/kernel/vfs/fatfs.c (modified)
	* trunk/kernel/vfs/fatfs.h (modified)
	* trunk/kernel/vfs/vfs.c (modified)
	* trunk/kernel/vfs/vfs.h (modified)
	* trunk/kernel_config.h (modified)

	Fix several bugs in VFS.


Thu, 20 Jul 2017 10:55:23 GMT alain [246]
	* trunk/Makefile (modified)
	* trunk/hdd/virt_hdd.dmg (modified)
	* trunk/kernel/devices/dev_ioc.h (modified)
	* trunk/kernel/kern/kernel_init.c (modified)
	* trunk/kernel/kern/printk.c (modified)
	* trunk/kernel/mm/mapper.c (modified)
	* trunk/kernel/mm/mapper.h (modified)
	* trunk/kernel/vfs/fatfs.c (modified)
	* trunk/kernel/vfs/fatfs.h (modified)
	* trunk/kernel/vfs/vfs.c (modified)
	* trunk/kernel_config.h (modified)
	* trunk/user/ksh/Makefile (modified)

	Fix a major bug in FATFS : miss handling in the FAT mapper.


Wed, 19 Jul 2017 13:31:39 GMT alain [238]
	* trunk/Makefile (modified)
	* trunk/hal/tsar_mips32/core/hal_drivers.c (modified)
	* trunk/hal/tsar_mips32/core/hal_interrupt.c (modified)
	* trunk/hal/tsar_mips32/drivers/soclib_pic.h (modified)
	* trunk/hdd/virt_hdd.dmg (modified)
	* trunk/kernel/devices/dev_dma.c (modified)
	* trunk/kernel/devices/dev_ioc.c (modified)
	* trunk/kernel/devices/dev_mmc.c (modified)
	* trunk/kernel/devices/dev_nic.c (modified)
	* trunk/kernel/devices/dev_txt.c (modified)
	* trunk/kernel/kern/rpc.c (modified)
	* trunk/kernel/kern/rpc.h (modified)
	* trunk/kernel/libk/string.c (modified)
	* trunk/kernel/libk/string.h (modified)
	* trunk/kernel/mm/mapper.c (modified)
	* trunk/kernel/mm/mapper.h (modified)
	* trunk/kernel/mm/page.c (modified)
	* trunk/kernel/vfs/devfs.h (modified)
	* trunk/kernel/vfs/fatfs.c (modified)
	* trunk/kernel/vfs/fatfs.h (modified)
	* trunk/kernel/vfs/vfs.c (modified)
	* trunk/kernel/vfs/vfs.h (modified)

	Fixing bugs in vfs_lookup()


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 ...


Wed, 12 Jul 2017 18:12:41 GMT alain [188]
	* trunk/Makefile (modified)
	* trunk/hal/tsar_mips32/core/hal_interrupt.c (modified)
	* trunk/hal/tsar_mips32/drivers/soclib_pic.c (modified)
	* trunk/hal/tsar_mips32/drivers/soclib_pic.h (modified)
	* trunk/hdd/virt_hdd.dmg (modified)
	* trunk/kernel/devices/dev_dma.c (modified)
	* trunk/kernel/devices/dev_fbf.c (modified)
	* trunk/kernel/devices/dev_fbf.h (modified)
	* trunk/kernel/devices/dev_ioc.c (modified)
	* trunk/kernel/devices/dev_ioc.h (modified)
	* trunk/kernel/devices/dev_mmc.c (modified)
	* trunk/kernel/devices/dev_nic.c (modified)
	* trunk/kernel/devices/dev_pic.c (modified)
	* trunk/kernel/devices/dev_pic.h (modified)
	* trunk/kernel/devices/dev_txt.c (modified)
	* trunk/kernel/kern/chdev.h (modified)
	* trunk/kernel/kern/cluster.h (modified)
	* trunk/kernel/kern/core.c (modified)
	* trunk/kernel/kern/core.h (modified)
	* trunk/kernel/kern/do_interrupt.c (modified)
	* trunk/kernel/kern/kernel_init.c (modified)
	* trunk/kernel/kern/printk.c (modified)
	* trunk/kernel/kern/printk.h (modified)
	* trunk/kernel/kern/process.c (modified)
	* trunk/kernel/kern/rpc.c (modified)
	* trunk/kernel/kern/rpc.h (modified)
	* trunk/kernel/kern/thread.c (modified)
	* trunk/kernel/libk/xhtab.c (modified)
	* trunk/kernel/libk/xhtab.h (modified)
	* trunk/kernel/mm/kcm.h (modified)
	* trunk/kernel/mm/kmem.c (modified)
	* trunk/kernel/mm/kmem.h (modified)
	* trunk/kernel/vfs/devfs.c (modified)
	* trunk/kernel/vfs/devfs.h (modified)
	* trunk/kernel/vfs/fatfs.c (modified)
	* trunk/kernel/vfs/fatfs.h (modified)
	* trunk/kernel/vfs/ramfs.c (modified)
	* trunk/kernel/vfs/ramfs.h (modified)
	* trunk/kernel/vfs/vfs.c (modified)
	* trunk/kernel/vfs/vfs.h (modified)
	* trunk/kernel_config.h (modified)
	* trunk/tools/arch_info/boot_info.h (modified)
	* trunk/tools/bootloader_tsar/boot.c (modified)

	Redefine the PIC device API.


Tue, 11 Jul 2017 11:18:41 GMT max@… [184]
	* trunk/kernel/mm/vseg.c (modified)

	style


Tue, 11 Jul 2017 11:15:53 GMT max@… [183]
	* trunk/kernel/mm/mapper.c (modified)

	style


Tue, 11 Jul 2017 11:13:03 GMT max@… [182]
	* trunk/kernel/mm/kcm.c (modified)

	lock leak


Tue, 11 Jul 2017 11:10:26 GMT max@… [181]
	* trunk/kernel/mm/kmem.c (modified)

	style again


Tue, 11 Jul 2017 11:09:51 GMT max@… [180]
	* trunk/kernel/mm/kmem.c (modified)

	don't memset ptr if it's null...


Tue, 11 Jul 2017 11:02:42 GMT max@… [179]
	* trunk/kernel/mm/vmm.c (modified)

	fix a lock leak, there are many others left...


Tue, 11 Jul 2017 10:57:27 GMT max@… [178]
	* trunk/kernel/mm/vmm.c (modified)

	style


Tue, 11 Jul 2017 10:45:00 GMT max@… [177]
	* trunk/kernel/mm/ppm.c (modified)

	detect use-after-frees


Tue, 11 Jul 2017 10:40:54 GMT max@… [176]
	* trunk/kernel/mm/kcm.c (modified)

	detect use-after-frees


Tue, 11 Jul 2017 10:23:33 GMT max@… [175]
	* trunk/kernel/mm/khm.c (modified)

	detect use-after-frees


Fri, 07 Jul 2017 12:14:49 GMT max@… [161]
	* trunk/kernel/mm/kcm.c (modified)
	* trunk/kernel/mm/kcm.h (modified)

	style


Fri, 07 Jul 2017 12:03:01 GMT max@… [160]
	* trunk/kernel/mm/ppm.c (modified)
	* trunk/kernel/mm/ppm.h (modified)

	style


Fri, 07 Jul 2017 11:59:39 GMT max@… [159]
	* trunk/kernel/mm/kmem.c (modified)
	* trunk/kernel/mm/kmem.h (modified)

	style


Wed, 05 Jul 2017 13:40:10 GMT max@… [149]
	* trunk/kernel/mm/page.c (modified)

	unused variables


Mon, 03 Jul 2017 12:36:39 GMT max@… [124]
	* 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/x86_64/core/hal_remote.c (modified)
	* trunk/hal/x86_64/core/hal_special.c (modified)
	* trunk/hdd/virt_hdd.dmg (modified)
	* trunk/kernel/kern/cluster.c (modified)
	* trunk/kernel/kern/core.c (modified)
	* trunk/kernel/kern/kernel_init.c (modified)
	* trunk/kernel/kern/process.c (modified)
	* trunk/kernel/libk/grdxt.c (modified)
	* trunk/kernel/libk/readlock.c (modified)
	* trunk/kernel/libk/remote_fifo.c (modified)
	* trunk/kernel/libk/remote_mutex.c (modified)
	* trunk/kernel/libk/remote_rwlock.c (modified)
	* trunk/kernel/libk/rwlock.c (modified)
	* trunk/kernel/mm/kmem.c (modified)
	* trunk/kernel/mm/vmm.c (modified)
	* trunk/kernel/syscalls/sys_close.c (modified)
	* trunk/kernel/syscalls/sys_getcwd.c (modified)
	* trunk/kernel/syscalls/sys_kill.c (modified)
	* trunk/kernel/syscalls/sys_read.c (modified)
	* trunk/kernel/syscalls/sys_stat.c (modified)
	* trunk/kernel/syscalls/sys_timeofday.c (modified)
	* trunk/kernel/syscalls/sys_trace.c (modified)
	* trunk/kernel/syscalls/sys_write.c (modified)
	* trunk/kernel/vfs/vfs.c (modified)

	rename hal_wbflush->hal_fence


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...


Tue, 27 Jun 2017 08:24:13 GMT alain [68]
	* trunk/Makefile (modified)
	* trunk/hdd/virt_hdd.dmg (modified)
	* trunk/kernel/devices/dev_ioc.c (modified)
	* trunk/kernel/kern/core.c (modified)
	* trunk/kernel/kern/core.h (modified)
	* trunk/kernel/kern/kernel_init.c (modified)
	* trunk/kernel/kern/rpc.c (modified)
	* trunk/kernel/kern/thread.c (modified)
	* trunk/kernel/libk/remote_fifo.c (modified)
	* trunk/kernel/libk/remote_fifo.h (modified)
	* trunk/kernel/mm/page.h (modified)
	* trunk/kernel/mm/vmm.c (modified)
	* trunk/kernel/mm/vmm.h (modified)
	* trunk/kernel/vfs/fatfs.c (modified)
	* trunk/kernel_config.h (modified)
	* trunk/tools/bootloader_tsar/boot.c (modified)
	* trunk/tools/bootloader_tsar/boot_config.h (modified)

	Fix bug in kernel_init, and reduce size of remote_fifo.


Mon, 26 Jun 2017 15:26:49 GMT max@… [65]
	* trunk/hdd/virt_hdd.dmg (modified)
	* trunk/kernel/devices/dev_fbf.c (modified)
	* trunk/kernel/mm/kcm.c (modified)

	use %p to silence a few warnings


Mon, 26 Jun 2017 14:22:00 GMT alain [53]
	* trunk/Makefile (modified)
	* trunk/hal/generic/hal_ppm.h (modified)
	* trunk/hal/tsar_mips32/hal_gpt.c (modified)
	* trunk/hal/tsar_mips32/hal_ppm.c (modified)
	* trunk/hdd/virt_hdd.dmg (modified)
	* trunk/kernel/kern/thread.c (modified)
	* trunk/kernel/mm/kcm.c (modified)
	* trunk/kernel/mm/khm.c (modified)
	* trunk/kernel/mm/mapper.c (modified)
	* trunk/kernel/mm/page.c (modified)
	* trunk/kernel/mm/ppm.c (modified)
	* trunk/kernel/mm/ppm.h (modified)
	* trunk/kernel/syscalls/sys_exec.c (modified)
	* trunk/kernel/vfs/fatfs.c (modified)

	Compilation OK pout 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


Sun, 18 Jun 2017 20:06:41 GMT alain [23]
	* trunk/Makefile (modified)
	* trunk/hal/generic/hal_atomic.h (modified)
	* trunk/hal/generic/hal_gpt.h (modified)
	* trunk/hal/generic/hal_uspace.h (modified)
	* trunk/hal/tsar_mips32/hal_atomic.c (modified)
	* trunk/hal/tsar_mips32/hal_gpt.c (modified)
	* trunk/hdd/virt_hdd.dmg (modified)
	* trunk/kernel/devices/dev_dma.c (modified)
	* trunk/kernel/devices/dev_fbf.c (modified)
	* trunk/kernel/devices/dev_icu.c (modified)
	* trunk/kernel/devices/dev_iob.c (modified)
	* trunk/kernel/devices/dev_ioc.c (modified)
	* trunk/kernel/devices/dev_ioc.h (modified)
	* trunk/kernel/devices/dev_mmc.c (modified)
	* trunk/kernel/devices/dev_mmc.h (modified)
	* trunk/kernel/devices/dev_nic.c (modified)
	* trunk/kernel/devices/dev_pic.c (modified)
	* trunk/kernel/devices/dev_txt.c (modified)
	* trunk/kernel/devices/dev_txt.h (modified)
	* trunk/kernel/drivers/soclib/soclib_bdv.c (modified)
	* trunk/kernel/drivers/soclib/soclib_hba.c (modified)
	* trunk/kernel/drivers/soclib/soclib_hba.h (modified)
	* trunk/kernel/kern/alarm.c (added)
	* trunk/kernel/kern/alarm.h (added)
	* trunk/kernel/kern/chdev.c (modified)
	* trunk/kernel/kern/chdev.h (modified)
	* trunk/kernel/kern/cluster.c (modified)
	* trunk/kernel/kern/cluster.h (modified)
	* trunk/kernel/kern/core.c (modified)
	* trunk/kernel/kern/do_syscall.c (modified)
	* trunk/kernel/kern/dqdt.c (modified)
	* trunk/kernel/kern/kernel_init.c (modified)
	* trunk/kernel/kern/printk.c (modified)
	* trunk/kernel/kern/printk.h (modified)
	* trunk/kernel/kern/process.c (modified)
	* trunk/kernel/kern/process.h (modified)
	* trunk/kernel/kern/rpc.c (modified)
	* trunk/kernel/kern/rpc.h (modified)
	* trunk/kernel/kern/signal.c (modified)
	* trunk/kernel/kern/signal.h (modified)
	* trunk/kernel/kern/thread.c (modified)
	* trunk/kernel/kern/thread.h (modified)
	* trunk/kernel/kern/time.h (modified)
	* trunk/kernel/libk/bits.c (modified)
	* trunk/kernel/libk/bits.h (modified)
	* trunk/kernel/libk/elf.c (modified)
	* trunk/kernel/libk/htab.c (modified)
	* trunk/kernel/libk/htab.h (modified)
	* trunk/kernel/libk/remote_barrier.c (modified)
	* trunk/kernel/libk/remote_barrier.h (modified)
	* trunk/kernel/libk/remote_condvar.c (added)
	* trunk/kernel/libk/remote_condvar.h (added)
	* trunk/kernel/libk/remote_mutex.c (added)
	* trunk/kernel/libk/remote_mutex.h (added)
	* trunk/kernel/libk/remote_rwlock.c (modified)
	* trunk/kernel/libk/remote_rwlock.h (modified)
	* trunk/kernel/libk/remote_sem.c (moved)
	* trunk/kernel/libk/remote_sem.h (moved)
	* trunk/kernel/libk/rwlock.c (modified)
	* trunk/kernel/libk/string.h (modified)
	* trunk/kernel/libk/xhtab.c (modified)
	* trunk/kernel/libk/xhtab.h (modified)
	* trunk/kernel/mm/kcm.h (modified)
	* trunk/kernel/mm/kmem.c (modified)
	* trunk/kernel/mm/kmem.h (modified)
	* trunk/kernel/mm/mapper.c (modified)
	* trunk/kernel/mm/mapper.h (modified)
	* trunk/kernel/mm/page.c (modified)
	* trunk/kernel/mm/page.h (modified)
	* trunk/kernel/mm/vmm.c (modified)
	* trunk/kernel/mm/vmm.h (modified)
	* trunk/kernel/obj.tsar (deleted)
	* trunk/kernel/syscalls/sys_alarm.c (modified)
	* trunk/kernel/syscalls/sys_barrier.c (modified)
	* trunk/kernel/syscalls/sys_chdir.c (modified)
	* trunk/kernel/syscalls/sys_chmod.c (modified)
	* trunk/kernel/syscalls/sys_clock.c (modified)
	* trunk/kernel/syscalls/sys_close.c (modified)
	* trunk/kernel/syscalls/sys_closedir.c (modified)
	* trunk/kernel/syscalls/sys_condvar.c (moved)
	* trunk/kernel/syscalls/sys_creat.c (modified)
	* trunk/kernel/syscalls/sys_exec.c (modified)
	* trunk/kernel/syscalls/sys_fork.c (modified)
	* trunk/kernel/syscalls/sys_getcwd.c (modified)
	* trunk/kernel/syscalls/sys_getpid.c (modified)
	* trunk/kernel/syscalls/sys_gettimeofday.c (modified)
	* trunk/kernel/syscalls/sys_kill.c (added)
	* trunk/kernel/syscalls/sys_lseek.c (modified)
	* trunk/kernel/syscalls/sys_mkdir.c (modified)
	* trunk/kernel/syscalls/sys_mkfifo.c (modified)
	* trunk/kernel/syscalls/sys_mmap.c (modified)
	* trunk/kernel/syscalls/sys_mutex.c (moved)
	* trunk/kernel/syscalls/sys_open.c (modified)
	* trunk/kernel/syscalls/sys_opendir.c (modified)
	* trunk/kernel/syscalls/sys_pipe.c (modified)
	* trunk/kernel/syscalls/sys_read.c (modified)
	* trunk/kernel/syscalls/sys_readdir.c (modified)
	* trunk/kernel/syscalls/sys_rmdir.c (modified)
	* trunk/kernel/syscalls/sys_sem.c (modified)
	* trunk/kernel/syscalls/sys_signal.c (modified)
	* trunk/kernel/syscalls/sys_stat.c (modified)
	* trunk/kernel/syscalls/sys_thread_create.c (modified)
	* trunk/kernel/syscalls/sys_thread_detach.c (modified)
	* trunk/kernel/syscalls/sys_thread_exit.c (modified)
	* trunk/kernel/syscalls/sys_thread_getattr.c (deleted)
	* trunk/kernel/syscalls/sys_thread_join.c (modified)
	* trunk/kernel/syscalls/sys_thread_sleep.c (modified)
	* trunk/kernel/syscalls/sys_thread_wakeup.c (modified)
	* trunk/kernel/syscalls/sys_thread_yield.c (modified)
	* trunk/kernel/syscalls/sys_trace.c (moved)
	* trunk/kernel/syscalls/sys_undefined.c (moved)
	* trunk/kernel/syscalls/sys_unlink.c (modified)
	* trunk/kernel/syscalls/sys_utls.c (modified)
	* trunk/kernel/syscalls/sys_write.c (modified)
	* trunk/kernel/syscalls/syscalls.h (modified)
	* trunk/kernel/vfs/devfs.c (added)
	* trunk/kernel/vfs/devfs.h (added)
	* trunk/kernel/vfs/fatfs.c (copied)
	* trunk/kernel/vfs/fatfs.h (copied)
	* trunk/kernel/vfs/ramfs.c (copied)
	* trunk/kernel/vfs/ramfs.h (copied)
	* 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_config.h (modified)
	* trunk/tools/bootloader_tsar/boot_fat32.c (modified)

	Introduce syscalls.