Created by: hjg0603
- Updated the number of applications in the linker script from 10 to 12.
- Added new applications:
06test_fsand05test_new_syscalls. - Implemented
sys_openatto support O_CREAT, O_TRUNC, and O_APPEND flags. - Added
sys_ftruncate,sys_fstatat,sys_readv, andsys_writevfor enhanced file operations. - Improved file descriptor management with FD_CLOEXEC support.
- Introduced
sys_chdirandsys_getcwdfor directory management. - Added
sys_renameat2for renaming files and directories. - Enhanced the
initprocto include the new test applications. - Updated the network polling mechanism to optimize performance.
- Added a comprehensive status report on the implementation of various features and functionalities.