[Chapel Merge] Deprecate the Sys module

Branch: refs/heads/main
Revision: 04da6a5
Author: jeremiah-corrado
Link: Deprecate the Sys module by jeremiah-corrado · Pull Request #20126 · chapel-lang/chapel · GitHub
Log Message:

Merge pull request #20126 from jeremiah-corrado/dep_sys_mod

Deprecate the Sys module

Modified Files:
A test/library/packages/Socket.precomp

A test/library/packages/Socket/sockaddr.chpl
A test/library/packages/Socket/sockaddr.good
A test/library/standard/OS/posix_signals.chpl
A test/library/standard/OS/posix_signals.good
R test/library/standard/Sys/sockaddr.chpl
R test/library/standard/Sys/sockaddr.good
M .gitignore
M modules/packages/Curl.chpl
M modules/packages/HDF5.chpl
M modules/packages/HDFS.chpl
M modules/packages/Socket.chpl
M modules/standard/FileSystem.chpl
M modules/standard/IO.chpl
M modules/standard/OS.chpl
M modules/standard/Path.chpl
M modules/standard/Subprocess.chpl
M modules/standard/Sys.chpl
M runtime/include/chpl-file-utils.h
M runtime/include/qio/sys.h
M runtime/src/chpl-file-utils.c
M runtime/src/qio/qio.c
M runtime/src/qio/sys.c
M test/compflags/ferguson/print-module-resolution.good
M test/deprecated/subprocess-send_signal.chpl
M test/deprecated/subprocessPosixSignals.good
M test/deprecated/sys-fd.good
M test/deprecated/sys-o_.good
M test/library/packages/Curl/RunServer.chpl
M test/library/packages/Socket.skipif
M test/library/packages/Socket/connecttimeout.chpl
M test/library/packages/Socket/udpio_ipv4.chpl
M test/library/standard/Spawn/spawn-kill.chpl
M test/library/standard/Spawn/spawn-term.chpl
M test/library/standard/Spawn/subprocess-abort.chpl
M test/library/standard/Spawn/subprocess-alarm.chpl
M test/modules/sungeun/init/printModuleInitOrder.good
M test/modules/sungeun/init/printModuleInitOrder.na-none.good
M test/users/ferguson/err_tmp.chpl
M tools/mason/MasonTest.chpl

Compare: https://github.com/chapel-lang/chapel/compare/a1457186fee2...04da6a532542