# # ChangeLog for trunk/kernel/syscalls/shared_include/shared_stat.h # # Generated by Trac 1.2.3 # Mar 28, 2024, 8:16:22 PM Thu, 19 Nov 2020 22:45:52 GMT alain [670] * trunk/kernel/syscalls/shared_include/shared_almos.h (modified) * trunk/kernel/syscalls/shared_include/shared_fbf.h (modified) * trunk/kernel/syscalls/shared_include/shared_socket.h (modified) * trunk/kernel/syscalls/shared_include/shared_stat.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_close.c (modified) * trunk/kernel/syscalls/sys_closedir.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_exit.c (modified) * trunk/kernel/syscalls/sys_fbf.c (modified) * trunk/kernel/syscalls/sys_fork.c (modified) * trunk/kernel/syscalls/sys_isatty.c (modified) * trunk/kernel/syscalls/sys_mkfifo.c (modified) * trunk/kernel/syscalls/sys_mmap.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_place_fork.c (modified) * trunk/kernel/syscalls/sys_read.c (modified) * trunk/kernel/syscalls/sys_readdir.c (modified) * trunk/kernel/syscalls/sys_socket.c (modified) * trunk/kernel/syscalls/sys_thread_cancel.c (modified) * trunk/kernel/syscalls/sys_thread_exit.c (modified) * trunk/kernel/syscalls/sys_trace.c (modified) * trunk/kernel/syscalls/sys_write.c (modified) * trunk/kernel/syscalls/syscalls.h (modified) 1) Introduce up to 4 command lines arguments in the KSH "load" ... 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 ... 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 ... Tue, 29 May 2018 07:27:23 GMT alain [445] * trunk/hal/generic/hal_user.h (modified) * trunk/hal/tsar_mips32/core/hal_gpt.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/kernel_config.h (modified) * trunk/kernel/syscalls/shared_include/almos-mkh (deleted) * trunk/kernel/syscalls/shared_include/shared_almos.h (added) * trunk/kernel/syscalls/shared_include/shared_dirent.h (added) * trunk/kernel/syscalls/shared_include/shared_fcntl.h (added) * trunk/kernel/syscalls/shared_include/shared_mman.h (added) * trunk/kernel/syscalls/shared_include/shared_pthread.h (added) * trunk/kernel/syscalls/shared_include/shared_signal.h (added) * trunk/kernel/syscalls/shared_include/shared_stat.h (added) * trunk/kernel/syscalls/shared_include/shared_stdlib.h (added) * trunk/kernel/syscalls/shared_include/shared_syscalls.h (added) * trunk/kernel/syscalls/shared_include/shared_time.h (added) * trunk/kernel/syscalls/shared_include/shared_unistd.h (added) * trunk/kernel/syscalls/shared_include/shared_wait.h (added) * trunk/kernel/syscalls/sys_display.c (modified) * trunk/kernel/syscalls/sys_exit.c (modified) * trunk/kernel/syscalls/sys_thread_yield.c (modified) * trunk/kernel/syscalls/syscalls.h (modified) * trunk/libs/libalmosmkh (moved) * trunk/libs/libalmosmkh/Makefile (modified) * trunk/libs/libalmos-mkh/almos-mkh-memory.c (deleted) * trunk/libs/libalmos-mkh/almos-mkh.c (deleted) * trunk/libs/libalmos-mkh/almos-mkh.h (deleted) * trunk/libs/libalmosmkh/almosmkh.c (copied) * trunk/libs/libalmosmkh/almosmkh.h (copied) * trunk/libs/libpthread (moved) * trunk/libs/libpthread/Makefile (modified) * trunk/libs/libpthread/pthread.c (modified) * trunk/libs/libpthread/pthread.h (modified) * trunk/libs/mini-libc/Makefile (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/string.h (modified) * trunk/params-hard.mk (modified) * trunk/params-soft.mk (modified) * trunk/user/idbg/Makefile (modified) * trunk/user/idbg/idbg.c (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/pgcd/pgcd.c (modified) * trunk/user/sort/Makefile (modified) * trunk/user/sort/sort.c (modified) Restructure the mini_libc.