summaryrefslogtreecommitdiffstats
path: root/winsup/cygwin/cygheap.cc
Commit message (Expand)AuthorAgeFilesLines
* * 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
* * configure.in: Remove NEWVFORK default.Christopher Faylor2004-01-231-0/+4
* * cygheap.cc (init_cygheap::close_ctty): Don't NULL ctty if it is still active.Christopher Faylor2004-01-161-1/+6
* * cygtls.h (_threadinfo::call): Remove regparm declaration to work aroundChristopher Faylor2004-01-141-0/+11
* Move open_fhs from fhandler.h to cygheap.h for easier tracking. AccommodateChristopher Faylor2003-12-301-5/+0
* * fhandler.h (fhandler_tty_slave::archetype): Make public.Christopher Faylor2003-12-271-3/+1
* * fhandler.h (fhandler_tty_master::fixup_after_fork): Remove declaration.Christopher Faylor2003-12-271-0/+7
* * cygheap.cc (cygheap_init): Set cygheap->shared_prefix.Corinna Vinschen2003-12-011-0/+6
* 2003-09-26 Pierre Humblet <pierre.humblet@ieee.org>Pierre Humblet2003-09-271-25/+0
* * devices.cc: New file.Christopher Faylor2003-09-251-1/+1
* * cygheap.cc (cygheap_user::set_saved_sid): Rename from set_orig_sid.Corinna Vinschen2003-09-161-4/+5
* * cygheap.cc (_csbrk): More left coercion cleanup.Christopher Faylor2003-09-071-2/+2
* * cygheap.cc (cygheap_init): Allocate space for sigaction array in cygheap.Christopher Faylor2003-09-011-0/+3
* * cygheap.cc (creturn): Set appropriate errno when out of memory.Christopher Faylor2003-07-091-1/+3
* Throughout, remove "include <errno.h>" from files which already includeChristopher Faylor2003-06-161-1/+0
* * cygheap.cc (init_cheap): Temporarily remove inline that newer gcc's haveChristopher Faylor2003-05-301-1/+1
* * cygheap.cc: Change most 'int's to 'unsigned's.Christopher Faylor2003-01-181-11/+9
* update copyrightChristopher Faylor2003-01-171-1/+1
* * grp.cc (read_etc_group): On NT, add a line for gid = -1. Change nameChristopher Faylor2003-01-171-33/+0
* * cmalloc.cc (_cmalloc): Fix memory leak.Christopher Faylor2003-01-151-2/+1
* * cygheap.cc (cygheap_fixup_in_child): Use user_heap element in cygheap.Christopher Faylor2002-10-221-1/+1
* * child_info.h (CURR_CHILD_INFO_MAGIC): Reset.Christopher Faylor2002-10-141-4/+3
* * cygheap.cc (dup_now): Make fatal error a little more informative.Christopher Faylor2002-10-091-4/+21
* More GNUify non-GNU formatted functions calls throughout.Christopher Faylor2002-09-231-1/+1
* * child_info.h: Add _PROC_WHOOPS enum value.Christopher Faylor2002-08-271-1/+0
* one more changeChristopher Faylor2002-08-071-1/+1
* * cygheap.cc (_csbrk): Avoid !cygheap considerations.Christopher Faylor2002-08-071-20/+13
* Conrad Scott <conrad.scott@dsl.pipex.comChristopher Faylor2002-08-061-2/+2
* * dcrt0.cc (dll_crt0_1): Move debug_fixup_after_fork_exec.Christopher Faylor2002-07-301-0/+1
* * debug.h (handle_list): Move here from debug.cc. Add "inherit" flagChristopher Faylor2002-07-131-18/+17
* * cygheap.cc (init_cheap): Rearrange error message.Christopher Faylor2002-07-031-13/+13
* * cygheap.h (cygheap_user): Reorg to accommodate environment caching.Christopher Faylor2002-06-291-1/+1
* * cygheap.cc (cfree_and_set): New function.Christopher Faylor2002-06-271-9/+13
* * cygheap.cc (cygheap_user::set_name): Correct thinko in below change.Christopher Faylor2002-06-271-4/+6
* * cygheap.cc (cygheap_user::set_name): Avoid clearing things when just settingChristopher Faylor2002-06-261-1/+9
* * uinfo.cc (cygheap_user::ontherange): Use env_name for NetUserGetInfo.Christopher Faylor2002-06-211-1/+1
* * cygheap.h (cygheap_user::winname): New field.Christopher Faylor2002-06-161-1/+3
* * child_info.h (child_proc_info): Declare as base class.Christopher Faylor2002-06-151-6/+6
* * cygheap.cc (cygheap_user::set_logsrv): Remove.Christopher Faylor2002-06-141-37/+17
* * cygheap.cc (cygheap_user::set_name): Revert previous change.Corinna Vinschen2002-06-131-0/+2
* * cygheap.cc (cygheap_user::set_name): Remove setting homedrive andCorinna Vinschen2002-06-131-4/+2