aboutsummaryrefslogtreecommitdiff
path: root/winsup/cygwin/cygheap.cc
AgeCommit message (Expand)AuthorFilesLines
2005-12-21* cygheap.cc (init_cygheap::manage_console_count): Revert previous change.Christopher Faylor1-2/+1
2005-12-21* cygheap.cc (init_cygheap::manage_console_count): Don't call FreeConsole onChristopher Faylor1-1/+2
2005-12-17* winsup.h (child_copy): Change prototype to match new functionality.Christopher Faylor1-1/+1
2005-12-05Remove unneeded whitespace.Christopher Faylor1-1/+1
2005-11-28 * autoload.cc (NtCreateSection): Define.Corinna Vinschen1-1/+1
2005-11-14* cygheap.h (init_cygheap::manage_console_count): Declare new function.Christopher Faylor1-0/+14
2005-09-27 * cygheap.cc (cygheap_init): Add GLOBAL_PRIV to hProcToken explicitelyCorinna Vinschen1-1/+1
2005-09-23* cygheap.cc (cygheap_fixup_in_child): It's not just for exec.Christopher Faylor1-1/+1
2005-09-16* sigproc.cc (no_signals_available): Return true if sending to self from theChristopher Faylor1-1/+1
2005-09-05* cygheap.cc (cygheap_init): Eliminate debugging #if.Christopher Faylor1-5/+0
2005-09-02Grr. REVERT erroneous checkin. AGAIN.Christopher Faylor1-0/+5
2005-09-02* Makefile.in (CXXFLAGS): Use 'override' to correctly set flags to generateChristopher Faylor1-5/+0
2005-09-02revert inexplicable previous checkinChristopher Faylor1-0/+5
2005-09-02bad_addressesChristopher Faylor1-5/+0
2005-08-12white spaceChristopher Faylor1-1/+1
2005-08-08* Makefile.in (dtable_CFLAGS): Use -fomit-frame-pointer and -fcheck-new.Christopher Faylor1-1/+5
2005-07-17* child_info.h (child_info::sync): Pass pid and HANDLE rather than using pinfo.Christopher Faylor1-3/+6
2005-07-06Eliminate (void) cast on standalone function calls throughout.Christopher Faylor1-2/+2
2005-06-02Revert 2005-05-30 close_all_files changes.Christopher Faylor1-1/+4
2005-06-01* cygheap.cc (cygheap_end): Remove bogus section attribute.Christopher Faylor1-1/+1
2005-06-01* child_info.h (child_info::cygheap_h): Delete.Christopher Faylor1-147/+48
2005-04-05* sync.h (muto::operator int): New operator.Christopher Faylor1-11/+11
2005-04-03 * cygheap.cc (cygheap_init): Accomodate set_process_privilege change.Corinna Vinschen1-2/+1
2005-03-22* Makefile.in (DLL_OFILES): Add hookapi.o. Eliminate some cruft.Christopher Faylor1-1/+1
2005-02-20copyrightChristopher Faylor1-1/+1
2005-01-12Reorganize header file inclusion throughout so that cygerrno.h comes first.Christopher Faylor1-1/+1
2004-12-22* cygheap.cc (cygheap_setup_for_child): Add api_fatal to catch failingChristopher Faylor1-0/+2
2004-06-02* spawn.cc (find_exec): Use has_slash to determine if path has a slash ratherChristopher Faylor1-1/+6
2004-04-04* child_info.h (child_info::cygheap_reserve_sz): Rename from cygheap_alloc_sz.Christopher Faylor1-17/+17
2004-03-26* cygheap.cc (cygheap_fixup_in_child): Improve strace output.Christopher Faylor1-1/+2
2004-03-21* cygheap.cc (init_cheap): Set initial_sz to something or suffer spuriousChristopher Faylor1-4/+4
2004-03-21* cygheap.cc (init_cheap): Conditionalize debugging code.Christopher Faylor1-0/+2
2004-03-21* cygheap.cc (init_cheap): Add ability to specify minimal cygwin heap size whenChristopher Faylor1-7/+27
2004-03-18* child_info.h (CURR_CHILD_INFO_MAGIC): Reset to new value.Christopher Faylor1-7/+16
2004-02-16* cygheap.cc (_csbrk): Report failing condition to stderr rather than strace.Christopher Faylor1-1/+2
2004-02-09* debug.h (console_printf): Define for non-debugging condition.Christopher Faylor1-1/+1
2004-01-24* cygheap.cc (init_cygheap::close_ctty): Protect YA vforkism.Christopher Faylor1-0/+2
2004-01-23* configure.in: Remove NEWVFORK default.Christopher Faylor1-0/+4
2004-01-16* cygheap.cc (init_cygheap::close_ctty): Don't NULL ctty if it is still active.Christopher Faylor1-1/+6
2004-01-14* cygtls.h (_threadinfo::call): Remove regparm declaration to work aroundChristopher Faylor1-0/+11
2003-12-30Move open_fhs from fhandler.h to cygheap.h for easier tracking. AccommodateChristopher Faylor1-5/+0
2003-12-27* fhandler.h (fhandler_tty_slave::archetype): Make public.Christopher Faylor1-3/+1
2003-12-27* fhandler.h (fhandler_tty_master::fixup_after_fork): Remove declaration.Christopher Faylor1-0/+7
2003-12-01 * cygheap.cc (cygheap_init): Set cygheap->shared_prefix.Corinna Vinschen1-0/+6
2003-09-272003-09-26 Pierre Humblet <pierre.humblet@ieee.org>Pierre Humblet1-25/+0
2003-09-25* devices.cc: New file.Christopher Faylor1-1/+1
2003-09-16 * cygheap.cc (cygheap_user::set_saved_sid): Rename from set_orig_sid.Corinna Vinschen1-4/+5
2003-09-07* cygheap.cc (_csbrk): More left coercion cleanup.Christopher Faylor1-2/+2
2003-09-01* cygheap.cc (cygheap_init): Allocate space for sigaction array in cygheap.Christopher Faylor1-0/+3
2003-07-09* cygheap.cc (creturn): Set appropriate errno when out of memory.Christopher Faylor1-1/+3