2023-09-09 14:48:30 +08:00
|
|
|
Bug Fixes
|
|
|
|
---------
|
|
|
|
|
|
|
|
- Fix missing term in __cpuset_zero_s() prototoype in sys/cpuset.h.
|
|
|
|
Addresses: https://cygwin.com/pipermail/cygwin/2023-September/254423.html
|
2023-10-31 02:40:31 +08:00
|
|
|
|
|
|
|
- Fix hang in process initialization if cwd is unreadable.
|
|
|
|
Addresses: https://cygwin.com/pipermail/cygwin/2023-October/254604.html
|
2023-10-31 20:07:36 +08:00
|
|
|
|
|
|
|
- Let feraiseexcept actually raise an exception.
|
|
|
|
Addresses: https://cygwin.com/pipermail/cygwin/2023-October/254667.html
|
2023-11-14 03:01:36 +08:00
|
|
|
|
|
|
|
- Make random(3) family of functions thread-safe.
|
|
|
|
Addresses: https://cygwin.com/pipermail/cygwin/2023-November/254734.html
|
2023-11-14 16:58:33 +08:00
|
|
|
|
|
|
|
- Updates to profiler and gmondump: error display mechanics, buffer sizing,
|
|
|
|
and output formatting.
|
2023-11-15 00:52:48 +08:00
|
|
|
|
|
|
|
- Align behaviour of rand(3) to ISO C.
|
|
|
|
Adresses: https://cygwin.com/pipermail/cygwin/2023-November/254735.html
|
2023-11-26 03:56:52 +08:00
|
|
|
|
|
|
|
- Fix posix_fallocate(3) return value in case of being called on
|
|
|
|
other than regular files.
|