summaryrefslogtreecommitdiffstats
path: root/winsup/cygwin/cygheap.cc
Commit message (Expand)AuthorAgeFilesLines
...
* Remove unneeded header files from source files throughout.Christopher Faylor2008-04-071-2/+0
* * Fix copyright dates.Corinna Vinschen2008-04-011-1/+1
* * cygheap.cc (cwcsdup): New function.Corinna Vinschen2008-02-141-0/+25
* * cygheap.cc (_csbrk): Don't request zero bytes from VirtualAlloc,Dave Korn2007-12-111-1/+1
* Change many cygheap allocation routines to their *_abort analogs.Christopher Faylor2007-11-261-29/+53
* * cygheap.cc (_crealloc): Avoid memcpy when _cmalloc returns NULL.Christopher Faylor2007-11-231-2/+5
* * cygheap.h (shared_prefix): De-const.Corinna Vinschen2007-07-181-1/+3
* * cygheap.cc (cygheap_init): Fix formatting. Remove comment. SetCorinna Vinschen2007-03-291-28/+3
* * cygheap.cc (cygheap_init): Add TODO comment.Corinna Vinschen2007-01-151-0/+23
* * cygheap.cc (_csbrk): Fix off-by-one error.Corinna Vinschen2007-01-121-2/+2
* * cygheap.cc (init_cygheap::close_ctty): Remove obsolete code.Christopher Faylor2006-06-031-13/+0
* * cygheap.cc (cygheap_fixup_in_child): Don't close parent handle here. Let theChristopher Faylor2006-06-021-9/+0
* * cygheap.cc (init_cygheap::manage_console_count): Turn console control handlerChristopher Faylor2006-03-161-2/+5
* * cygheap.cc (init_cygheap::manage_console_count): Revert previous change.Christopher Faylor2005-12-211-2/+1
* * cygheap.cc (init_cygheap::manage_console_count): Don't call FreeConsole onChristopher Faylor2005-12-211-1/+2
* * winsup.h (child_copy): Change prototype to match new functionality.Christopher Faylor2005-12-171-1/+1
* Remove unneeded whitespace.Christopher Faylor2005-12-051-1/+1
* * autoload.cc (NtCreateSection): Define.Corinna Vinschen2005-11-281-1/+1
* * cygheap.h (init_cygheap::manage_console_count): Declare new function.Christopher Faylor2005-11-141-0/+14
* * cygheap.cc (cygheap_init): Add GLOBAL_PRIV to hProcToken explicitelyCorinna Vinschen2005-09-271-1/+1
* * cygheap.cc (cygheap_fixup_in_child): It's not just for exec.Christopher Faylor2005-09-231-1/+1
* * sigproc.cc (no_signals_available): Return true if sending to self from theChristopher Faylor2005-09-161-1/+1
* * cygheap.cc (cygheap_init): Eliminate debugging #if.Christopher Faylor2005-09-051-5/+0
* Grr. REVERT erroneous checkin. AGAIN.Christopher Faylor2005-09-021-0/+5
* * Makefile.in (CXXFLAGS): Use 'override' to correctly set flags to generateChristopher Faylor2005-09-021-5/+0
* revert inexplicable previous checkinChristopher Faylor2005-09-021-0/+5
* bad_addressesChristopher Faylor2005-09-021-5/+0
* white spaceChristopher Faylor2005-08-121-1/+1
* * Makefile.in (dtable_CFLAGS): Use -fomit-frame-pointer and -fcheck-new.Christopher Faylor2005-08-081-1/+5
* * child_info.h (child_info::sync): Pass pid and HANDLE rather than using pinfo.Christopher Faylor2005-07-171-3/+6
* Eliminate (void) cast on standalone function calls throughout.Christopher Faylor2005-07-061-2/+2
* Revert 2005-05-30 close_all_files changes.Christopher Faylor2005-06-021-1/+4
* * cygheap.cc (cygheap_end): Remove bogus section attribute.Christopher Faylor2005-06-011-1/+1
* * child_info.h (child_info::cygheap_h): Delete.Christopher Faylor2005-06-011-147/+48
* * sync.h (muto::operator int): New operator.Christopher Faylor2005-04-051-11/+11
* * cygheap.cc (cygheap_init): Accomodate set_process_privilege change.Corinna Vinschen2005-04-031-2/+1
* * Makefile.in (DLL_OFILES): Add hookapi.o. Eliminate some cruft.Christopher Faylor2005-03-221-1/+1
* copyrightChristopher Faylor2005-02-201-1/+1
* Reorganize header file inclusion throughout so that cygerrno.h comes first.Christopher Faylor2005-01-121-1/+1
* * cygheap.cc (cygheap_setup_for_child): Add api_fatal to catch failingChristopher Faylor2004-12-221-0/+2
* * spawn.cc (find_exec): Use has_slash to determine if path has a slash ratherChristopher Faylor2004-06-021-1/+6
* * child_info.h (child_info::cygheap_reserve_sz): Rename from cygheap_alloc_sz.Christopher Faylor2004-04-041-17/+17
* * cygheap.cc (cygheap_fixup_in_child): Improve strace output.Christopher Faylor2004-03-261-1/+2
* * cygheap.cc (init_cheap): Set initial_sz to something or suffer spuriousChristopher Faylor2004-03-211-4/+4
* * cygheap.cc (init_cheap): Conditionalize debugging code.Christopher Faylor2004-03-211-0/+2
* * cygheap.cc (init_cheap): Add ability to specify minimal cygwin heap size whenChristopher Faylor2004-03-211-7/+27
* * child_info.h (CURR_CHILD_INFO_MAGIC): Reset to new value.Christopher Faylor2004-03-181-7/+16
* * cygheap.cc (_csbrk): Report failing condition to stderr rather than strace.Christopher Faylor2004-02-161-1/+2
* * debug.h (console_printf): Define for non-debugging condition.Christopher Faylor2004-02-091-1/+1
* * cygheap.cc (init_cygheap::close_ctty): Protect YA vforkism.Christopher Faylor2004-01-241-0/+2