aboutsummaryrefslogtreecommitdiff
path: root/winsup/cygwin/cygheap.cc
AgeCommit message (Expand)AuthorFilesLines
2020-03-11Cygwin: fix formatting: collapse whitespace-only linesCorinna Vinschen1-1/+1
2019-02-07forkables: On fork failure, retry with hardlinks.Michael Haubenwallner1-1/+2
2018-12-25Cygwin: cygheap: convert installation paths to UNICODE_STRINGSCorinna Vinschen1-13/+15
2016-08-15Consolidate wctomb/mbtowc calls for POSIX-1.2008Corinna Vinschen1-3/+1
2016-06-23Switching the Cygwin DLL to LGPLv3+, dropping commercial buyout optioncygwin-2_5_2-releaseCorinna Vinschen1-3/+0
2016-04-01Remove MALLOC_CHECK and calls to it entirelyCorinna Vinschen1-13/+0
2016-03-19Remove ill-advised cygwin_propsCorinna Vinschen1-6/+0
2016-03-10Support profiling of multi-threaded apps.Mark Geisert1-0/+12
2014-12-02 * cygheap.cc (init_cygheap::init_installation_root): Fix typo inCorinna Vinschen1-1/+1
2014-11-28 * cygheap.cc (init_cygheap::init_tls_list): Accommodate threadlistCorinna Vinschen1-39/+84
2014-11-28 * cygheap.cc (init_cygheap::find_tls): Add comment.Corinna Vinschen1-0/+1
2014-11-27 * cygheap.cc (init_cygheap::find_tls): Allow to keep loop going afterCorinna Vinschen1-19/+27
2014-11-03 * cygheap.cc: Fix formatting.Corinna Vinschen1-2/+3
2014-10-29 * cygheap.cc (init_cygheap::init_installation_root): Create content ofCorinna Vinschen1-3/+13
2014-10-27 * cygheap.cc (cygheap_fixup_in_child): Drop call to set_dll_dir.Corinna Vinschen1-5/+4
2014-10-17 * cygheap.cc (cygheap_fixup_in_child): Call set_dll_dir.Corinna Vinschen1-13/+24
2014-10-14 * cygheap.cc (init_cygheap::init_installation_root): Install Cygwin'sCorinna Vinschen1-1/+9
2014-08-22 * Throughout, use __try/__except/__endtry blocks, rather than myfaultCorinna Vinschen1-6/+7
2014-02-10 * cygheap.cc (cwcsdup): Change parameter to correct PWCSTR.Corinna Vinschen1-3/+3
2013-07-31* cygheap.cc (cmalloc): Use size_t for size field.Christopher Faylor1-9/+9
2013-04-23 * Merge in cygwin-64bit-branch.Corinna Vinschen1-55/+71
2013-04-07* cygheap.cc (init_cygheap::find_tls): Add a comment.Christopher Faylor1-0/+1
2013-03-31* child_info.h (cygheap_exec_info::sigmask): Declare new field.Christopher Faylor1-18/+15
2013-01-21Throughout, change __attribute__ ((regparm (N))) to just __regN. Throughout,Christopher Faylor1-18/+18
2012-08-16* cygheap.cc (init_cygheap::find_tls): Don't consider unitialized threads.Christopher Faylor1-2/+4
2012-08-09* DevNotes: Add entry cgf-000014.Christopher Faylor1-0/+99
2012-06-18 * cygheap.cc (init_cygheap::init_installation_root): Rearrange codeCorinna Vinschen1-6/+22
2012-02-14 * cygheap.cc (init_cygheap::init_installation_root): Convert functionCorinna Vinschen1-0/+80
2012-02-07* cygheap.cc (init_cygheap::manage_console_count): Delete.Christopher Faylor1-18/+1
2011-12-22 Throughout use wincap.allocation_granularity instead of getpagesize.Corinna Vinschen1-1/+1
2011-11-29* sigproc.cc (remove_proc): Don't terminate the currently executing thread.Christopher Faylor1-12/+16
2011-11-14Remove erroneously checked-in debugging statements.Christopher Faylor1-4/+0
2011-11-14Throughout use "have_execed" macro rather than "hExeced" global handle.Christopher Faylor1-0/+4
2011-06-06whitespace eliminationChristopher Faylor1-1/+1
2011-05-30* cygheap.cc (cygheap_dummy): Rename from cygheap_at_start.Christopher Faylor1-5/+4
2011-05-05* cygheap.cc (cygheap::close_ctty): Close ctty via close_with_arch().Christopher Faylor1-5/+1
2011-04-21* cygheap.cc (init_cygheap::close_ctty): Avoid closing console-cttys since theyChristopher Faylor1-1/+6
2011-02-15 * Throughout fix copyright dates.Corinna Vinschen1-1/+1
2011-02-11* cygwin.sc: Eliminate __cygheap_mid.Christopher Faylor1-1/+0
2011-02-11* cygheap.cc (_cygheap_mid): Drop unneeded section attribute.Christopher Faylor1-2/+2
2011-02-10* cygheap.cc: Add some __stdcall decoration where appropriate.Christopher Faylor1-15/+15
2010-05-31 * cygheap.cc (cygheap_user::set_name): Allow to change the user nameCorinna Vinschen1-1/+3
2010-04-20 * cygheap.h (struct init_cygheap): Add rlim_core member.Corinna Vinschen1-1/+3
2010-04-13 * cygheap.cc (cwcsdup): Fix allocation size to accommodate sizeof WCHAR.Corinna Vinschen1-2/+2
2009-09-28 * cygheap.cc (cygheap_init): Default locale.charset to "UTF-8".Corinna Vinschen1-1/+1
2009-08-01* cygheap_malloc.h: New file.Christopher Faylor1-1/+1
2009-06-08* cygheap.h (mini_cygheap): New struct.Christopher Faylor1-7/+12
2009-05-14 * cygheap.cc (cygheap_init): Set Cygwin default locale values.Corinna Vinschen1-0/+4
2009-05-06 * cygheap.cc (cygheap_init): Set umask to a sane default.Corinna Vinschen1-0/+2
2008-12-13* cygheap.cc (cygheap_user::~cygheap_user): Remove unneeded if 0'ed code.Christopher Faylor1-10/+0