# # ChangeLog for trunk/kernel/syscalls/shared_include/shared_stdlib.h # # Generated by Trac 1.2.3 # Mar 29, 2024, 7:09:02 AM 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. 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.