2023-09-08 23:48:30 -07: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-30 19:40:31 +01:00
|
|
|
|
|
|
|
- Fix hang in process initialization if cwd is unreadable.
|
|
|
|
Addresses: https://cygwin.com/pipermail/cygwin/2023-October/254604.html
|
2023-10-31 13:07:36 +01:00
|
|
|
|
|
|
|
- Let feraiseexcept actually raise an exception.
|
|
|
|
Addresses: https://cygwin.com/pipermail/cygwin/2023-October/254667.html
|
2023-11-13 20:01:36 +01:00
|
|
|
|
|
|
|
- Make random(3) family of functions thread-safe.
|
|
|
|
Addresses: https://cygwin.com/pipermail/cygwin/2023-November/254734.html
|
2023-11-14 00:58:33 -08:00
|
|
|
|
|
|
|
- Updates to profiler and gmondump: error display mechanics, buffer sizing,
|
|
|
|
and output formatting.
|
2023-11-14 17:52:48 +01:00
|
|
|
|
|
|
|
- Align behaviour of rand(3) to ISO C.
|
|
|
|
Adresses: https://cygwin.com/pipermail/cygwin/2023-November/254735.html
|
2023-11-25 20:56:52 +01:00
|
|
|
|
|
|
|
- Fix posix_fallocate(3) return value in case of being called on
|
|
|
|
other than regular files.
|
2023-11-27 21:14:49 +01:00
|
|
|
|
|
|
|
- Reset sparseness in case open(2) has been called with O_CREAT|O_TRUNC on
|
|
|
|
sparse files.
|