Add a couple other items which have been changed since initial call for testing

This commit is contained in:
Christopher Faylor 2011-12-31 19:23:05 +00:00
parent 03062ffa8e
commit 594a229a80

View file

@ -80,6 +80,16 @@ What changed:
- Try harder to send SIGHUP to children when process group leader fails.
- Deal with Windows problem where non-blocking pipe I/O was not flushed properly
on close.
- Attempt to regularize most syscall-related strace output.
- Improve behavior of Cygwin when started from a 64-bit process, especially under
Windows 2003.
- Improve multi-threading safety with syscalls that deal with fds.
- New heap management. Drop registry setting "heap_chunk_in_mb" in favor of
a new per-executable setting in the executable file header which can be set
using the peflags tool. Drop registry setting "heap_slop_in_mb" entirely.