]> sourceware.org Git - newlib-cygwin.git/commit
* cygheap.h (init_cygheap): Move bucket array here from cygheap.cc.
authorChristopher Faylor <me@cgf.cx>
Thu, 6 Sep 2001 03:39:18 +0000 (03:39 +0000)
committerChristopher Faylor <me@cgf.cx>
Thu, 6 Sep 2001 03:39:18 +0000 (03:39 +0000)
commit4ce15a498010f678c71cefdf2a2ac0db58f4fa93
tree67498c2416dddf7295358edc848708c05ac3d047
parent0fb61528c94f959e5c1bfc9aeab7e09d0dcbf54b
* cygheap.h (init_cygheap): Move bucket array here from cygheap.cc.
* cygheap.cc: Throughout use bucket array from cygheap.
* sigproc.cc (proc_subproc): Dynamically allocate zombie buffer to save DLL
space.
(sigproc_fixup_after_fork): Free zombie array after a fork.
* sigproc.h (sigproc_fixup_after_fork): Declare.
* dir.cc (mkdir): Expand buffer for security descriptor to 4K to avoid stack
corruption.
* fhandler.cc (fhandler_base::open): Ditto.
* path.cc (symlink): Ditto.
winsup/cygwin/ChangeLog
winsup/cygwin/cygheap.cc
winsup/cygwin/cygheap.h
winsup/cygwin/dir.cc
winsup/cygwin/fhandler.cc
winsup/cygwin/fork.cc
winsup/cygwin/passwd.cc
winsup/cygwin/path.cc
winsup/cygwin/security.cc
winsup/cygwin/sigproc.cc
winsup/cygwin/sigproc.h
This page took 0.032954 seconds and 5 git commands to generate.