27 lines
951 B
Plaintext
27 lines
951 B
Plaintext
Bug Fixes
|
|
---------
|
|
|
|
- Fix missing term in __cpuset_zero_s() prototoype in sys/cpuset.h.
|
|
Addresses: https://cygwin.com/pipermail/cygwin/2023-September/254423.html
|
|
|
|
- Fix hang in process initialization if cwd is unreadable.
|
|
Addresses: https://cygwin.com/pipermail/cygwin/2023-October/254604.html
|
|
|
|
- Let feraiseexcept actually raise an exception.
|
|
Addresses: https://cygwin.com/pipermail/cygwin/2023-October/254667.html
|
|
|
|
- Make random(3) family of functions thread-safe.
|
|
Addresses: https://cygwin.com/pipermail/cygwin/2023-November/254734.html
|
|
|
|
- Updates to profiler and gmondump: error display mechanics, buffer sizing,
|
|
and output formatting.
|
|
|
|
- Align behaviour of rand(3) to ISO C.
|
|
Adresses: https://cygwin.com/pipermail/cygwin/2023-November/254735.html
|
|
|
|
- Fix posix_fallocate(3) return value in case of being called on
|
|
other than regular files.
|
|
|
|
- Reset sparseness in case open(2) has been called with O_CREAT|O_TRUNC on
|
|
sparse files.
|