# # ChangeLog for trunk # # Generated by Trac 1.2.3 # Mar 29, 2024, 3:42:29 PM Sat, 10 Oct 2020 15:27:12 GMT alain [666] * trunk/kernel/libk/bits.h (modified) * trunk/kernel/libk/busylock.c (modified) * trunk/kernel/libk/busylock.h (modified) * trunk/kernel/libk/queuelock.c (modified) * trunk/kernel/libk/queuelock.h (modified) * trunk/kernel/libk/remote_buf.c (modified) * trunk/kernel/libk/remote_buf.h (modified) * trunk/kernel/libk/remote_busylock.c (modified) * trunk/kernel/libk/remote_busylock.h (modified) * trunk/kernel/libk/remote_queuelock.c (modified) * trunk/kernel/libk/remote_queuelock.h (modified) * trunk/kernel/libk/remote_rwlock.c (modified) * trunk/kernel/libk/rwlock.c (modified) * trunk/kernel/libk/xlist.h (modified) Cosmetic. Sat, 10 Oct 2020 15:21:36 GMT alain [665] * trunk/kernel/mm/vmm.c (modified) Fix a bug in the vmm_get_vseg() function: When the local VSL is also ... Sat, 10 Oct 2020 15:11:27 GMT alain [664] * trunk/kernel/syscalls/shared_include/shared_almos.h (modified) * trunk/kernel/syscalls/shared_include/shared_socket.h (added) * trunk/kernel/syscalls/sys_close.c (modified) * trunk/kernel/syscalls/sys_display.c (modified) * trunk/kernel/syscalls/sys_exit.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_lseek.c (modified) * trunk/kernel/syscalls/sys_mmap.c (modified) * trunk/kernel/syscalls/sys_read.c (modified) * trunk/kernel/syscalls/sys_socket.c (added) * trunk/kernel/syscalls/sys_write.c (modified) * trunk/kernel/syscalls/syscalls.h (modified) - Introduce the sys_socket.c file implementing all socket related ... Sat, 10 Oct 2020 14:56:11 GMT alain [663] * trunk/kernel/devices/dev_ioc.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_txt.c (modified) Introduce support for both TCP in the dev_nic.h & dev_nic.c files. Sat, 10 Oct 2020 14:50:41 GMT alain [662] * trunk/kernel/kern/chdev.c (modified) * trunk/kernel/kern/chdev.h (modified) * trunk/kernel/kern/kernel_init.c (modified) * trunk/kernel/kern/ksocket.c (moved) * trunk/kernel/kern/ksocket.h (moved) * trunk/kernel/kern/printk.c (modified) * trunk/kernel/kern/process.c (modified) * trunk/kernel/kern/process.h (modified) * trunk/kernel/kern/scheduler.h (modified) * trunk/kernel/kern/thread.c (modified) * trunk/kernel/kern/thread.h (modified) Introduce the ksocket.h & ksocket.c files in kernel/kern. Sat, 10 Oct 2020 14:41:37 GMT alain [661] * trunk/libs/libalmosmkh/almosmkh.c (modified) * trunk/libs/libalmosmkh/almosmkh.h (modified) * trunk/libs/mini-libc/Makefile (modified) Introduce the non-standatd display_socket() syscall. Improve the ... Sat, 10 Oct 2020 14:25:12 GMT alain [660] * trunk/user/kleenex (added) * trunk/user/kleenex/Makefile (added) * trunk/user/kleenex/kleenex.c (added) * trunk/user/kleenex/kleenex.ld (added) * trunk/user/tcp_client (added) * trunk/user/tcp_client/Makefile (added) * trunk/user/tcp_client/build (added) * trunk/user/tcp_client/tcp_client.c (added) * trunk/user/tcp_client/tcp_client.ld (added) * trunk/user/tcp_server (added) * trunk/user/tcp_server/Makefile (added) * trunk/user/tcp_server/build (added) * trunk/user/tcp_server/tcp_server.c (added) * trunk/user/tcp_server/tcp_server.ld (added) introducing three applications: - kleenex - tcp_client - tcp_server Sat, 10 Oct 2020 13:58:01 GMT alain [659] * trunk/user/convol/convol.c (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) * trunk/user/transpose/transpose.c (modified) euh... Sat, 10 Oct 2020 13:48:50 GMT alain [658] * trunk/hal/generic/hal_uspace.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_uspace.c (modified) * trunk/hal/tsar_mips32/drivers/soclib_nic.c (modified) * trunk/hal/tsar_mips32/drivers/soclib_nic.h (modified) * trunk/hal/tsar_mips32/drivers/soclib_tty.c (modified) Improve the TSAR NIC driver. Wed, 18 Mar 2020 22:16:59 GMT alain [657] * trunk/Makefile (modified) * trunk/hal/generic/hal_atomic.h (modified) * trunk/hal/generic/hal_remote.h (modified) * trunk/hal/generic/hal_uspace.h (modified) * trunk/hal/tsar_mips32/core/hal_macros.h (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/hal/tsar_mips32/drivers/soclib_dma.c (modified) * trunk/hal/tsar_mips32/drivers/soclib_dma.h (modified) * trunk/hal/tsar_mips32/drivers/soclib_fbf.c (modified) * trunk/hal/tsar_mips32/drivers/soclib_mmc.c (modified) * trunk/hal/tsar_mips32/drivers/soclib_mmc.h (modified) * trunk/hal/tsar_mips32/drivers/soclib_nic.c (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_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_txt.c (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/ramfs.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/cluster.c (modified) * trunk/kernel/kern/cluster.h (modified) * trunk/kernel/kern/core.c (modified) * trunk/kernel/kern/core.h (modified) * trunk/kernel/kern/dma.h (deleted) * 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/socket.c (added) * trunk/kernel/kern/socket.h (added) * 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/remote_buf.c (added) * trunk/kernel/libk/remote_buf.h (added) * trunk/kernel/libk/remote_fifo.c (modified) * trunk/kernel/libk/remote_rwlock.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/kmem.c (modified) * trunk/kernel/mm/mapper.c (modified) * trunk/kernel/mm/mapper.h (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/shared_include/shared_fbf.h (modified) * trunk/kernel/syscalls/shared_include/syscalls_numbers.h (modified) * trunk/kernel/syscalls/sys_display.c (modified) * trunk/kernel/syscalls/sys_fbf.c (modified) * trunk/kernel/syscalls/sys_mmap.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/display/display.c (modified) * trunk/user/ksh/ksh.c (modified) * trunk/user/pgcd/pgcd.c (modified) * trunk/user/transpose/transpose.c (modified) Introduce remote_buf.c/.h & socket.c/.h files. Update dev_nic.c/.h files. Fri, 06 Dec 2019 11:07:51 GMT alain [656] * trunk/Makefile (modified) * trunk/hal/tsar_mips32/core/hal_vmm.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/kernel_config.h (modified) * trunk/kernel/libk/grdxt.c (modified) * trunk/kernel/libk/grdxt.h (modified) * trunk/kernel/libk/list.h (modified) * trunk/kernel/libk/xlist.h (modified) * trunk/kernel/mm/kcm.c (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.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_read.c (modified) * trunk/kernel/syscalls/sys_write.c (modified) * trunk/libs/mini-libc/time.h (modified) * trunk/user/convol/convol.c (modified) * trunk/user/convol/convol.ld (modified) * trunk/user/display/Makefile (modified) * trunk/user/display/display.c (modified) * trunk/user/fft/fft.c (modified) * trunk/user/ksh/ksh.c (modified) * trunk/user/sort/sort.c (modified) * trunk/user/transpose/transpose.c (modified) Fix several bugs in the FATFS and in the VFS, related to the ... Wed, 20 Nov 2019 14:16:26 GMT alain [655] * trunk/libs/mini-libc/build/include/sys (added) Introduce the sys directory in libs/mini-libc/include. Thu, 14 Nov 2019 15:03:25 GMT alain [654] * trunk/hal/generic/hal_context.h (modified) * trunk/hal/generic/hal_switch.h (modified) * trunk/hal/tsar_mips32/core/hal_context.c (modified) * trunk/hal/tsar_mips32/core/hal_kentry.S (modified) * trunk/hal/tsar_mips32/core/hal_uspace.c (modified) * trunk/hal/tsar_mips32/drivers/soclib_fbf.c (modified) * trunk/hal/tsar_mips32/drivers/soclib_fbf.h (modified) * trunk/hal/tsar_mips32/drivers/soclib_mmc.c (modified) euh... Thu, 14 Nov 2019 15:00:51 GMT alain [653] * trunk/boot/tsar_mips32/boot.c (modified) * trunk/boot/tsar_mips32/boot_config.h (modified) * trunk/boot/tsar_mips32/boot_entry.S (modified) Remove the hard_config.h file include. Thu, 14 Nov 2019 14:56:51 GMT alain [652] * trunk/user/convol/convol.c (modified) * trunk/user/display/display.ld (modified) * trunk/user/fft/fft.c (modified) * trunk/user/ksh/ksh.c (modified) * trunk/user/sort/sort.c (modified) * trunk/user/transpose/transpose.c (modified) * trunk/user/transpose/transpose.ld (modified) Introduce the three placement modes in "transpose", "convol', "fft" ... Thu, 14 Nov 2019 10:50:09 GMT alain [651] * trunk/kernel/fs/vfs.c (modified) * trunk/kernel/kern/kernel_init.c (modified) * trunk/kernel/kern/process.c (modified) * trunk/kernel/kern/process.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/list.h (modified) * trunk/kernel/libk/user_dir.h (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_exit.c (modified) * trunk/kernel/syscalls/sys_get_nb_cores.c (modified) * trunk/kernel/syscalls/sys_lseek.c (modified) * trunk/kernel/syscalls/sys_mmap.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/syscalls.h (modified) 1) Improve the VMM MMAP allocator: implement the "buddy" algorithm ... Thu, 14 Nov 2019 10:44:12 GMT alain [650] * 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/stdlib.c (modified) * trunk/libs/mini-libc/unistd.h (modified) Simplify the pthread_parallel_create() syscall. Tue, 22 Oct 2019 13:28:59 GMT alain [649] * trunk/Makefile (modified) * trunk/user/fft/fft.c (modified) update build_disk command in Makefile Tue, 22 Oct 2019 12:05:08 GMT alain [648] * trunk/images (added) * trunk/images/bridge_256.raw (added) * trunk/images/couple_512.raw (added) * trunk/images/door_32.raw (added) * trunk/images/handle_32.raw (added) * trunk/images/images_128.raw (added) * trunk/images/lena_256.raw (added) * trunk/images/philips_1024_2.raw (added) * trunk/images/rock_32.raw (added) * trunk/images/wood_32.raw (added) Introduce images files. Tue, 22 Oct 2019 11:48:51 GMT alain [647] * trunk/Makefile (modified) * trunk/hal/generic/hal_drivers.h (modified) * trunk/hal/tsar_mips32/Makefile (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_gpt.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/hal/tsar_mips32/drivers/soclib_fbf.c (modified) * trunk/hal/tsar_mips32/drivers/soclib_fbf.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_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_txt.c (modified) * trunk/kernel/fs/fatfs.c (modified) * trunk/kernel/fs/vfs.c (modified) * trunk/kernel/kern/do_syscall.c (modified) * trunk/kernel/kern/kernel_init.c (modified) * trunk/kernel/kern/thread.c (modified) * trunk/kernel/kern/thread.h (modified) * trunk/kernel/kernel_config.h (modified) * trunk/kernel/syscalls/sys_fbf.c (modified) * trunk/libs/libalmosmkh/almosmkh.c (modified) * trunk/libs/libalmosmkh/almosmkh.h (modified) * trunk/libs/libpthread/pthread.h (modified) * trunk/libs/mini-libc/stdio.c (modified) * trunk/libs/mini-libc/stdio.h (modified) * trunk/params-hard.mk (modified) * trunk/user/ksh/ksh.c (modified) ...miscelaneous... Tue, 22 Oct 2019 11:28:34 GMT alain [646] * trunk/user/transpose (added) * trunk/user/transpose/Makefile (added) * trunk/user/transpose/build (added) * trunk/user/transpose/transpose.c (added) * trunk/user/transpose/transpose.ld (added) Introducing application "transpose". Tue, 22 Oct 2019 11:26:26 GMT alain [645] * trunk/user/convol (added) * trunk/user/convol/Makefile (added) * trunk/user/convol/build (added) * trunk/user/convol/convol.c (added) * trunk/user/convol/convol.ld (added) * trunk/user/convol/convol.py (added) Introducing application "convol". Tue, 22 Oct 2019 11:22:20 GMT alain [644] * trunk/user/display (added) * trunk/user/display/Makefile (added) * trunk/user/display/display.c (added) * trunk/user/display/display.ld (added) * trunk/user/fft/fft.c (modified) * trunk/user/ksh/ksh.c (modified) Introducing application "display". Thu, 17 Oct 2019 13:14:01 GMT alain [643] * trunk/libs/libalmosmkh/almosmkh.c (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/stdlib.h (modified) Introduce FBF related syscalls. Thu, 17 Oct 2019 13:10:47 GMT alain [642] * trunk/kernel/syscalls/shared_include/shared_fbf.h (added) * trunk/kernel/syscalls/shared_include/syscalls_numbers.h (modified) * trunk/kernel/syscalls/sys_fbf.c (added) * trunk/kernel/syscalls/sys_get_thread_info.c (added) * trunk/kernel/syscalls/syscalls.h (modified) Introduce two new syscalls : sys_get_thread_info() / sys_fbf() 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. Fri, 19 Jul 2019 14:57:41 GMT alain [639] * trunk/kernel/syscalls/sys_get_best_core.c (added) * trunk/kernel/syscalls/sys_get_core_id.c (added) * trunk/kernel/syscalls/sys_get_nb_cores.c (added) ntroduce three new almos-mkh specific syscalls. Thu, 18 Jul 2019 16:48:08 GMT alain [638] * trunk/kernel/fs/fatfs.h (modified) * trunk/kernel/syscalls/shared_include/shared_pthread.h (modified) * trunk/libs/libalmosmkh/almosmkh.c (modified) * trunk/params-hard.mk (modified) * trunk/user/fft/fft.c (modified) * trunk/user/ksh/ksh.c (modified) Fix a bug in the FFT work function (wrong upriv buffer allocation). 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 ... Mon, 27 May 2019 15:13:00 GMT alain [631] * trunk/kernel/syscalls/sys_sync.c (added) introduce sys_sync() function. 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 ... Wed, 01 May 2019 15:13:47 GMT alain [627] * trunk/kernel/devices/dev_ioc.h (modified) * trunk/kernel/fs/fatfs.c (modified) * trunk/kernel/fs/fatfs.h (modified) * trunk/kernel/kern/cluster.c (modified) * trunk/kernel/libk/remote_rwlock.c (modified) * trunk/kernel/libk/remote_rwlock.h (modified) * trunk/params-hard.mk (modified) * trunk/user/sort/sort.c (modified) Replace the queuelock protectingthe FAT by a rwlock in the FATFS. 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 13:42:04 GMT viala@… [622] * trunk/hal/tsar_mips32/drivers/soclib_bdv.c (modified) Fix compilation warning about not defined function. ``` ... 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 13:21:31 GMT alain [620] * trunk/kernel/kern/thread.c (modified) * trunk/kernel/kernel_config.h (modified) * trunk/params-hard.mk (modified) cosmetic 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 ... Thu, 17 Jan 2019 16:59:51 GMT alain [618] * trunk/kernel/kern/process.c (modified) * trunk/kernel/kern/process.h (modified) fix a bug in process_destroy() : the vmm_destroy() must be called ... Tue, 15 Jan 2019 13:46:53 GMT alain [617] * trunk/kernel/mm/vmm.c (modified) cosmetic Tue, 15 Jan 2019 13:03:50 GMT alain [616] * trunk/user/ksh/ksh.c (modified) improve cmd_ls() function. Tue, 15 Jan 2019 13:02:18 GMT alain [615] * trunk/hal/tsar_mips32/drivers/soclib_bdv.c (modified) introduce a SYNC_WRITE command in soclib_bdv driver cmd() function. 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:43:47 GMT alain [613] * trunk/kernel/libk/user_dir.c (added) * trunk/kernel/libk/user_dir.h (added) * trunk/kernel/syscalls/sys_rename.c (added) - introduce the sys_rename.c file to support the mv command. - ... 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 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:26:40 GMT alain [609] * trunk/libs/libpthread/pthread.c (modified) Cosmetic. Mon, 03 Dec 2018 11:24:13 GMT alain [608] * trunk/user/ksh/ksh.c (modified) Introduce cat, rm, cp commands in ksh. Mon, 03 Dec 2018 11:22:05 GMT alain [607] * trunk/kernel/kernel_config.h (modified) Introduce new debug facilities. 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. Mon, 03 Dec 2018 11:19:16 GMT alain [605] * trunk/kernel/devices/dev_ioc.c (modified) * trunk/kernel/devices/dev_mmc.c (modified) Improve the FAT32 file system to support cat, rm, cp commands. Mon, 03 Dec 2018 11:18:40 GMT alain [604] * trunk/kernel/syscalls/shared_include/shared_pthread.h (modified) * trunk/kernel/syscalls/sys_open.c (modified) * trunk/kernel/syscalls/sys_read.c (modified) * trunk/kernel/syscalls/sys_rmdir.c (modified) * trunk/kernel/syscalls/sys_stat.c (modified) * trunk/kernel/syscalls/sys_unlink.c (modified) * trunk/kernel/syscalls/sys_write.c (modified) Improve the FAT32 file system to support cat, rm, cp commands. Mon, 03 Dec 2018 11:17:35 GMT alain [603] * trunk/kernel/libk/elf.c (modified) * trunk/kernel/libk/grdxt.c (modified) * trunk/kernel/libk/grdxt.h (modified) * trunk/kernel/libk/queuelock.c (modified) * trunk/kernel/libk/remote_busylock.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/xhtab.c (modified) * trunk/kernel/libk/xhtab.h (modified) * trunk/kernel/libk/xlist.h (modified) Improve the FAT32 file system to support cat, rm, cp commands. Mon, 03 Dec 2018 11:15:53 GMT alain [602] * 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) Improve the FAT32 file system to support cat, rm, cp commands. Mon, 03 Dec 2018 11:15:01 GMT alain [601] * trunk/kernel/kern/chdev.c (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) Improve the FAT32 file system to support cat, rm, cp commands. Sat, 10 Nov 2018 16:38:51 GMT alain [600] * trunk/kernel/libk/busylock.c (modified) * trunk/kernel/libk/queuelock.c (modified) * trunk/kernel/libk/remote_busylock.c (modified) * trunk/kernel/libk/remote_queuelock.c (modified) * trunk/kernel/libk/remote_rwlock.c (modified) * trunk/kernel/libk/rwlock.c (modified) Cosmetic: improve debug. Sat, 10 Nov 2018 15:46:58 GMT alain [599] * trunk/kernel/syscalls/sys_open.c (modified) Add an hal_fence() in sys_open() Sat, 10 Nov 2018 14:06:00 GMT alain [598] * trunk/kernel/fs/devfs.c (modified) * trunk/kernel/fs/devfs.h (modified) * trunk/kernel/fs/vfs.c (modified) * trunk/kernel/fs/vfs.h (modified) 1) Modify the devfs_user_move() function to support large user buffer ... Sat, 10 Nov 2018 13:56:43 GMT alain [597] * trunk/libs/libalmosmkh/almosmkh.c (modified) * trunk/libs/libalmosmkh/almosmkh.h (modified) * trunk/libs/mini-libc/mman.c (modified) * trunk/libs/mini-libc/mman.h (modified) * trunk/libs/mini-libc/stat.c (modified) * trunk/libs/mini-libc/stat.h (modified) Rewrite the mmap() and stat() syscalls to implement the cat command ... Sat, 10 Nov 2018 13:53:23 GMT alain [596] * trunk/user/fft/fft.c (modified) * trunk/user/ksh/Makefile (modified) * trunk/user/ksh/ksh.c (modified) * trunk/user/sort/sort.c (modified) Fix a big bug in ksh: wrong handling of illegal command, blocking ksh. 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. Sat, 10 Nov 2018 13:33:26 GMT alain [594] * trunk/kernel/syscalls/shared_include/shared_mman.h (modified) * trunk/kernel/syscalls/shared_include/shared_stat.h (modified) * trunk/kernel/syscalls/sys_close.c (modified) * trunk/kernel/syscalls/sys_display.c (modified) * trunk/kernel/syscalls/sys_fork.c (modified) * trunk/kernel/syscalls/sys_kill.c (modified) * trunk/kernel/syscalls/sys_mmap.c (modified) * trunk/kernel/syscalls/sys_open.c (modified) * trunk/kernel/syscalls/sys_read.c (modified) * trunk/kernel/syscalls/sys_stat.c (modified) * trunk/kernel/syscalls/sys_thread_create.c (modified) * trunk/kernel/syscalls/sys_write.c (modified) * trunk/kernel/syscalls/syscalls.h (modified) Fix various bugs in sys_stat() and sys_mmap() functions. Improve ... Sat, 10 Nov 2018 13:16:38 GMT alain [593] * trunk/kernel/kern/chdev.c (modified) * trunk/kernel/kern/cluster.c (modified) * trunk/kernel/kern/process.c (modified) * trunk/kernel/kern/process.h (modified) * trunk/kernel/kern/scheduler.c (modified) * trunk/kernel/kern/thread.c (modified) Cosmetic: improve debug. Thu, 01 Nov 2018 18:27:14 GMT alain [592] * trunk/kernel/kern/scheduler.c (modified) Simplify the sched_handle°signals() function: The rwlock protecting ... Thu, 01 Nov 2018 12:01:44 GMT alain [591] * trunk/kernel/kern/rpc.c (modified) Fix a bug in rpc_process_sigaction_server(). Thu, 01 Nov 2018 11:52:18 GMT alain [590] * trunk/Makefile (modified) * trunk/kernel/Makefile (modified) * trunk/kernel/kernel_config.h (modified) * trunk/params-hard.mk (modified) Introduce the txt_type, fbf_type, and sys_clk parameters in the ... Thu, 01 Nov 2018 11:48:51 GMT alain [589] * trunk/libs/libalmosmkh/almosmkh.c (modified) * trunk/libs/libalmosmkh/almosmkh.h (modified) * trunk/libs/mini-libc/signal.h (modified) * trunk/libs/mini-libc/stdlib.c (modified) * trunk/libs/mini-libc/unistd.c (modified) * trunk/libs/mini-libc/unistd.h (modified) Introduce a pause() syscall in mini-libc/unistd library. Thu, 01 Nov 2018 11:44:35 GMT alain [588] * trunk/user/fft/fft.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) Introduce a signal based synchro between INIT and KSH processes to ... Thu, 01 Nov 2018 11:39:27 GMT alain [587] * trunk/hal/generic/hal_atomic.h (modified) * trunk/hal/generic/hal_exception.h (modified) * 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_vmm.c (modified) * trunk/hal/tsar_mips32/drivers/soclib_mty.c (modified) Modify the GPT (Generic Page Table) API to support remote accesses, ... Thu, 01 Nov 2018 11:33:12 GMT alain [586] * trunk/tools/arch_info/arch_classes.py (modified) * trunk/tools/arch_info/arch_info.h (modified) * trunk/tools/arch_info/genarch.py (modified) Introduce the txt_type and fbf_type (and the associated use_txt_x & ... 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() ... Thu, 01 Nov 2018 11:13:45 GMT alain [584] * trunk/kernel/syscalls/shared_include/shared_signal.h (modified) * trunk/kernel/syscalls/shared_include/syscalls_numbers.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_place_fork.c (added) * trunk/kernel/syscalls/sys_read.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) Introduce sys_place_fork() function. Thu, 01 Nov 2018 11:10:42 GMT alain [583] * 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/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) Improve signals. Thu, 11 Oct 2018 15:04:28 GMT alain [582] * trunk/kernel/kern/cluster.c (modified) * trunk/kernel/kern/cluster.h (modified) * trunk/kernel/kern/dqdt.c (modified) * trunk/kernel/kern/dqdt.h (modified) * trunk/kernel/kern/kernel_init.c (modified) * trunk/kernel/kern/scheduler.c (modified) * trunk/kernel/kernel_config.h (modified) * trunk/user/fft/fft.c (modified) New DQDT implementation supporting missing clusters thanks to the ... 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) ... Sat, 06 Oct 2018 15:14:40 GMT alain [579] * trunk/hal/tsar_mips32/core/hal_vmm.c (modified) * trunk/kernel/kernel_config.h (modified) * trunk/params-hard.mk (modified) restore value of CONFIG_VMM_KENTRY_BASE to 0x000004 Sat, 06 Oct 2018 10:55:16 GMT alain [578] * trunk/Makefile (modified) * trunk/boot/tsar_mips32/boot.c (modified) * trunk/kernel/kernel_config.h (modified) * trunk/params-hard-real.mk (deleted) * trunk/params-hard-simu.mk (deleted) * trunk/params-hard.mk (modified) remove params-hard-simu.mk and params-hard-real.mk files from svn. 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. Fri, 05 Oct 2018 08:46:27 GMT alain [576] * trunk/kernel/Makefile (modified) remove soclib_sdc and soclib_spi drivers introduced by Nicolas. Fri, 05 Oct 2018 08:42:16 GMT alain [575] * trunk/tools/arch_info/genarch.py (modified) revert modifs done by Nicolas. This line, and those below, will be ... Thu, 04 Oct 2018 22:26:30 GMT alain [574] * trunk/user/fft/fft.c (modified) * trunk/user/init/Makefile (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) Cosmetic. Thu, 04 Oct 2018 22:21:52 GMT alain [573] * trunk/libs/libalmosmkh/almosmkh.c (modified) * trunk/libs/libpthread/pthread.c (modified) * trunk/libs/libpthread/pthread.h (modified) * trunk/libs/libsemaphore/semaphore.c (modified) * trunk/libs/libsemaphore/semaphore.h (modified) * trunk/libs/mini-libc/stdio.c (modified) Cosmetic. Thu, 04 Oct 2018 22:20:34 GMT alain [572] * 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/boot/tsar_mips32/boot_fat32.c (modified) * trunk/boot/tsar_mips32/boot_tty_driver.c (modified) Introduce the cluster_info[x][y] in the boot_info.h structure for the ... Thu, 04 Oct 2018 22:18:27 GMT alain [571] * trunk/tools/arch_info/arch_classes.py (modified) * trunk/tools/arch_info/arch_info.h (modified) * trunk/tools/arch_info/boot_info.h (modified) Introduce the soclib_mty driver for the TSAR-LETI architecture. Thu, 04 Oct 2018 22:08:35 GMT alain [570] * trunk/hal/generic/hal_remote.h (modified) * trunk/hal/generic/hal_uspace.h (modified) * trunk/hal/tsar_mips32/Makefile (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_macros.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/core/hal_vmm.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_iob.c (modified) * trunk/hal/tsar_mips32/drivers/soclib_mmc.c (modified) * trunk/hal/tsar_mips32/drivers/soclib_mty.c (moved) * trunk/hal/tsar_mips32/drivers/soclib_mty.h (moved) * 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/tsar_mips32/drivers/soclib_tty.h (modified) * trunk/hal/tsar_mips32/kernel.ld (modified) * trunk/hal/x86_64/core/hal_remote.c (modified) * trunk/hal/x86_64/drivers/ioc_ata.c (modified) * trunk/hal/x86_64/drivers/txt_rs232.c (modified) Introduction of the soclib_mty driver for the TSAR-LETI architecture. Thu, 04 Oct 2018 22:06:26 GMT alain [569] * trunk/kernel/Makefile (modified) * trunk/kernel/kernel_config.h (modified) Introductioa of the soclib_mty driver for the TSAR-LETI architecture.n Thu, 04 Oct 2018 22:02:49 GMT alain [568] * trunk/kernel/fs/devfs.c (modified) * trunk/kernel/fs/devfs.h (modified) * trunk/kernel/fs/fatfs.c (modified) * trunk/kernel/fs/ramfs.c (modified) * trunk/kernel/fs/vfs.c (modified) * trunk/kernel/fs/vfs.h (modified) omplete restructuration of kernel locks. 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.