Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-08-10Cygwin: move memory management sources into mm subdirCorinna Vinschen
2022-07-14Cygwin: fix or delete a few comments to drop 32 bit referencesCorinna Vinschen
2022-05-30Cygwin: remove miscellaneous 32-bit codeKen Brown
2022-05-30Cygwin: remove regparm.hKen Brown
2022-05-03Cygwin: move x86_64 thread stack areaCorinna Vinschen
2021-10-26Cygwin: convert malloc lock to SRWLOCKCorinna Vinschen
2019-06-04Cygwin: Allow accessing 48 bit address space in Windows 8.1 or laterCorinna Vinschen
2018-12-19Cygwin: fix heap allocation on WOW64 and /3GB enabled 32 bit machinesCorinna Vinschen
2016-06-25Fix various OS-related commentsCorinna Vinschen
2016-06-24eval_start_address: Fix commentCorinna Vinschen
2016-06-23Switching the Cygwin DLL to LGPLv3+, dropping commercial buyout optioncygwin-2_5_2-releaseCorinna Vinschen
2013-08-31 * heap.cc (RAISEHEAP_SIZE): New definition.Corinna Vinschen
2013-08-31* cygheap.h (user_heap_info::sbrk): Declare new function.Christopher Faylor
2013-08-31 * heap.cc (sbrk): Add a FIXME comment to VirtualFree call. Fix memoryCorinna Vinschen
2013-04-23 * Merge in cygwin-64bit-branch.Corinna Vinschen
2013-01-21Throughout, update copyrights to reflect dates which correspond to main-branchChristopher Faylor
2012-05-21 * strace.cc (strace::activate): Move printing heap size from here...Corinna Vinschen
2011-08-09 * heap.cc (eval_initial_heap_size): New function fetching the heapCorinna Vinschen
2011-07-21 * heap.cc (eval_start_address): Simplify test for large addressCorinna Vinschen
2011-07-21 * heap.cc (eval_start_address): New static function to evaluate theCorinna Vinschen
2011-07-18 * heap.cc (heap_init): Change type of largest_found to PVOID. StartCorinna Vinschen
2011-06-06whitespace eliminationChristopher Faylor
2011-05-28* autoload.cc: Call _api_fatal in asm.Christopher Faylor
2011-05-16 * heap.cc (heap_init): Rewrite initial heap allocation to use addressesCorinna Vinschen
2011-05-10 * fhandler_proc.cc (format_proc_uptime): Don't call GetSystemInfo.Corinna Vinschen
2009-06-05 * heap.cc (heap_init): Fix typo in comment.Corinna Vinschen
2008-04-07Remove unneeded header files from source files throughout.Christopher Faylor
2006-10-31 * cygheap.h (struct user_heap_info): Add slop member.Corinna Vinschen
2006-06-12 * heap.cc (heap_init): Only commit if allocsize is not zero.Corinna Vinschen
2006-03-14* child_info.h (child_info_fork::handle_failure): Declare new function.Christopher Faylor
2006-01-18* heap.cc (heap_init): Remove Sleep.Christopher Faylor
2005-12-26* dcrt0.cc (__api_fatal): Simplify to just use strace mechamisms.Christopher Faylor
2005-11-25* heap.cc: Remove spurious getpagesize declaration.Christopher Faylor
2005-09-14* heap.cc (heap_init): Revert 2005-09-11 patch as it seems to inexplicablyChristopher Faylor
2005-09-12* heap.cc (heap_init): Allocate heap from top down as a hedge againstChristopher Faylor
2005-09-10* heap.cc (heap_init): Be slightly more aggressive when trying to allocateChristopher Faylor
2005-09-02Grr. REVERT erroneous checkin. AGAIN.Christopher Faylor
2005-09-02* Makefile.in (CXXFLAGS): Use 'override' to correctly set flags to generateChristopher Faylor
2005-09-02revert inexplicable previous checkinChristopher Faylor
2005-09-02bad_addressesChristopher Faylor
2004-05-28* path.cc (chdir): Always use the normalized_path as posix_cwd, except if itChristopher Faylor
2004-02-09* debug.h (console_printf): Define for non-debugging condition.Christopher Faylor
2004-01-14* cygtls.h (_threadinfo::call): Remove regparm declaration to work aroundChristopher Faylor
2003-11-28Eliminate use of sigframe and sigthread throughout.Christopher Faylor
2003-09-25* devices.cc: New file.Christopher Faylor
2003-09-07* cygheap.cc (_csbrk): More left coercion cleanup.Christopher Faylor
2003-09-01* net.cc (free_char_list): Delete.Christopher Faylor
2003-08-22* exceptions.cc (sigreturn): Don't clobber ebp in recursive signal calls.Christopher Faylor
2003-06-16Throughout, remove "include <errno.h>" from files which already includeChristopher Faylor
2003-02-07* heap.cc (heap_init): Remove debugging code.Christopher Faylor