diff options
author | Christopher Faylor <me@cgf.cx> | 2004-09-14 02:21:09 +0000 |
---|---|---|
committer | Christopher Faylor <me@cgf.cx> | 2004-09-14 02:21:09 +0000 |
commit | fc3a42749f79e8e4576d1ac915a3a9eb8452b4c1 (patch) | |
tree | 2f21c648aa526fb8ab0a488a66671c9a3fa21b9c /winsup/cygwin/ChangeLog | |
parent | 2f514b3252441d4d7a36a546b3882fce75b102a1 (diff) | |
download | cygnal-fc3a42749f79e8e4576d1ac915a3a9eb8452b4c1.tar.gz cygnal-fc3a42749f79e8e4576d1ac915a3a9eb8452b4c1.tar.bz2 cygnal-fc3a42749f79e8e4576d1ac915a3a9eb8452b4c1.zip |
* fork.cc (slow_pid_reuse): Temporarily double the number of pids held to
prevent pid reuse.
Diffstat (limited to 'winsup/cygwin/ChangeLog')
-rw-r--r-- | winsup/cygwin/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/winsup/cygwin/ChangeLog b/winsup/cygwin/ChangeLog index 04f5b7af7..c22468e42 100644 --- a/winsup/cygwin/ChangeLog +++ b/winsup/cygwin/ChangeLog @@ -1,3 +1,8 @@ +2004-09-13 Christopher Faylor <cgf@timesys.com> + + * fork.cc (slow_pid_reuse): Temporarily double the number of pids held + to prevent pid reuse. + 2004-09-12 Christopher Faylor <cgf@timesys.com> * sigproc.cc (wait_sig): Ensure that waiting threads are awoken after |