summaryrefslogtreecommitdiffstats
path: root/winsup/cygwin/cygheap.cc
Commit message (Expand)AuthorAgeFilesLines
* Switching the Cygwin DLL to LGPLv3+, dropping commercial buyout optioncygwin-2_5_2-releaseCorinna Vinschen2016-06-231-3/+0
* Remove MALLOC_CHECK and calls to it entirelyCorinna Vinschen2016-04-011-13/+0
* Remove ill-advised cygwin_propsCorinna Vinschen2016-03-191-6/+0
* Support profiling of multi-threaded apps.Mark Geisert2016-03-101-0/+12
* * cygheap.cc (init_cygheap::init_installation_root): Fix typo inCorinna Vinschen2014-12-021-1/+1
* * cygheap.cc (init_cygheap::init_tls_list): Accommodate threadlistCorinna Vinschen2014-11-281-39/+84
* * cygheap.cc (init_cygheap::find_tls): Add comment.Corinna Vinschen2014-11-281-0/+1
* * cygheap.cc (init_cygheap::find_tls): Allow to keep loop going afterCorinna Vinschen2014-11-271-19/+27
* * cygheap.cc: Fix formatting.Corinna Vinschen2014-11-031-2/+3
* * cygheap.cc (init_cygheap::init_installation_root): Create content ofCorinna Vinschen2014-10-291-3/+13
* * cygheap.cc (cygheap_fixup_in_child): Drop call to set_dll_dir.Corinna Vinschen2014-10-271-5/+4
* * cygheap.cc (cygheap_fixup_in_child): Call set_dll_dir.Corinna Vinschen2014-10-171-13/+24
* * cygheap.cc (init_cygheap::init_installation_root): Install Cygwin'sCorinna Vinschen2014-10-141-1/+9
* * Throughout, use __try/__except/__endtry blocks, rather than myfaultCorinna Vinschen2014-08-221-6/+7
* * cygheap.cc (cwcsdup): Change parameter to correct PWCSTR.Corinna Vinschen2014-02-101-3/+3
* * cygheap.cc (cmalloc): Use size_t for size field.Christopher Faylor2013-07-311-9/+9
* * Merge in cygwin-64bit-branch.Corinna Vinschen2013-04-231-55/+71
* * cygheap.cc (init_cygheap::find_tls): Add a comment.Christopher Faylor2013-04-071-0/+1
* * child_info.h (cygheap_exec_info::sigmask): Declare new field.Christopher Faylor2013-03-311-18/+15
* Throughout, change __attribute__ ((regparm (N))) to just __regN. Throughout,Christopher Faylor2013-01-211-18/+18
* * cygheap.cc (init_cygheap::find_tls): Don't consider unitialized threads.Christopher Faylor2012-08-161-2/+4
* * DevNotes: Add entry cgf-000014.Christopher Faylor2012-08-091-0/+99
* * cygheap.cc (init_cygheap::init_installation_root): Rearrange codeCorinna Vinschen2012-06-181-6/+22
* * cygheap.cc (init_cygheap::init_installation_root): Convert functionCorinna Vinschen2012-02-141-0/+80
* * cygheap.cc (init_cygheap::manage_console_count): Delete.Christopher Faylor2012-02-071-18/+1
* Throughout use wincap.allocation_granularity instead of getpagesize.Corinna Vinschen2011-12-221-1/+1
* * sigproc.cc (remove_proc): Don't terminate the currently executing thread.Christopher Faylor2011-11-291-12/+16
* Remove erroneously checked-in debugging statements.Christopher Faylor2011-11-141-4/+0
* Throughout use "have_execed" macro rather than "hExeced" global handle.Christopher Faylor2011-11-141-0/+4
* whitespace eliminationChristopher Faylor2011-06-061-1/+1
* * cygheap.cc (cygheap_dummy): Rename from cygheap_at_start.Christopher Faylor2011-05-301-5/+4
* * cygheap.cc (cygheap::close_ctty): Close ctty via close_with_arch().Christopher Faylor2011-05-051-5/+1
* * cygheap.cc (init_cygheap::close_ctty): Avoid closing console-cttys since theyChristopher Faylor2011-04-211-1/+6
* * Throughout fix copyright dates.Corinna Vinschen2011-02-151-1/+1
* * cygwin.sc: Eliminate __cygheap_mid.Christopher Faylor2011-02-111-1/+0
* * cygheap.cc (_cygheap_mid): Drop unneeded section attribute.Christopher Faylor2011-02-111-2/+2
* * cygheap.cc: Add some __stdcall decoration where appropriate.Christopher Faylor2011-02-101-15/+15
* * cygheap.cc (cygheap_user::set_name): Allow to change the user nameCorinna Vinschen2010-05-311-1/+3
* * cygheap.h (struct init_cygheap): Add rlim_core member.Corinna Vinschen2010-04-201-1/+3
* * cygheap.cc (cwcsdup): Fix allocation size to accommodate sizeof WCHAR.Corinna Vinschen2010-04-131-2/+2
* * cygheap.cc (cygheap_init): Default locale.charset to "UTF-8".Corinna Vinschen2009-09-281-1/+1
* * cygheap_malloc.h: New file.Christopher Faylor2009-08-011-1/+1
* * cygheap.h (mini_cygheap): New struct.Christopher Faylor2009-06-081-7/+12
* * cygheap.cc (cygheap_init): Set Cygwin default locale values.Corinna Vinschen2009-05-141-0/+4
* * cygheap.cc (cygheap_init): Set umask to a sane default.Corinna Vinschen2009-05-061-0/+2
* * cygheap.cc (cygheap_user::~cygheap_user): Remove unneeded if 0'ed code.Christopher Faylor2008-12-131-10/+0
* * cygheap.cc (creturn): Reorganize to avoid a new compiler warning/error.Christopher Faylor2008-09-111-8/+9
* Add case-sensitivity.Corinna Vinschen2008-07-161-1/+2
* * Makefile.in (DLL_OFILES): Add kernel32.o.Corinna Vinschen2008-04-211-6/+0
* Remove unneeded header files from source files throughout.Christopher Faylor2008-04-071-2/+0