newlib/winsup
Christopher Faylor 14c4d65ef1 * cygheap.h (cygheap_types): Add HEAP_COMMUNE.
* fhandler_proc.cc: Use cygheap rather than user heap for allocation of filebuf
throughout.
* fhandler_registry.cc: Ditto.
* fhandler_virtual.cc: Ditto.
* fhandler_process.cc: Ditto.
(get_mem_values): Use malloc/realloc/free rather than new.
* pinfo.cc (_pinfo::commune_send): Allocate on cygwin heap rather than user
heap.  Avoid calling ReadFile when correct number of characters have been read
or suffer buffer corruption.
(_pinfo::fd): Allocate on cygwin heap rather than user heap.
(_pinfo::fds): Ditto.
(_pinfo::root): Ditto.
(_pinfo::cwd): Ditto.
(_pinfo::cmdline): Ditto.
* devices.h (FH_DEV): New define.
* devices.in: Detect lone /dev.
* devices.cc: Regenerate.
* path.cc (path_conv::check): Treat FH_DEV as a special case.
2005-08-24 04:38:39 +00:00
..
cygserver * cygserver.cc (main): Call wincap.init() earlier to avoid a NULL dereference. 2005-08-08 19:46:48 +00:00
cygwin * cygheap.h (cygheap_types): Add HEAP_COMMUNE. 2005-08-24 04:38:39 +00:00
doc * textbinary.sgml: Correct incorrect information about ability to specify text 2005-08-17 18:23:39 +00:00
mingw * Include/_mingw.h: Increment version to 3.8. 2005-08-13 12:52:43 +00:00
subauth
testsuite
utils * passwd.c (longopts): Add --logonserver option. 2005-08-18 20:25:43 +00:00
w32api 2005-08-17 Michael Jung <mjung@iss.tu-darmstadt.de> 2005-08-17 10:57:17 +00:00
ChangeLog
configure
configure.in
CYGWIN_LICENSE
Makefile.common
Makefile.in