summaryrefslogtreecommitdiffstats
path: root/winsup/cygwin/cygheap.cc
Commit message (Expand)AuthorAgeFilesLines
* 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
* * 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