Age | Commit message (Expand) | Author | Files | Lines |
2019-06-04 | Cygwin: Allow accessing 48 bit address space in Windows 8.1 or later | Corinna Vinschen | 1 | -3/+3 |
2018-12-19 | Cygwin: fix heap allocation on WOW64 and /3GB enabled 32 bit machines | Corinna Vinschen | 1 | -11/+17 |
2016-06-24 | Fix various OS-related comments | Corinna Vinschen | 1 | -5/+5 |
2016-06-24 | eval_start_address: Fix comment | Corinna Vinschen | 1 | -3/+3 |
2016-06-23 | Switching the Cygwin DLL to LGPLv3+, dropping commercial buyout optioncygwin-2_5_2-release | Corinna Vinschen | 1 | -3/+0 |
2013-08-31 | * heap.cc (RAISEHEAP_SIZE): New definition. | Corinna Vinschen | 1 | -6/+12 |
2013-08-30 | * cygheap.h (user_heap_info::sbrk): Declare new function. | Christopher Faylor | 1 | -69/+61 |
2013-08-30 | * heap.cc (sbrk): Add a FIXME comment to VirtualFree call. Fix memory | Corinna Vinschen | 1 | -18/+43 |
2013-04-23 | * Merge in cygwin-64bit-branch. | Corinna Vinschen | 1 | -28/+63 |
2013-01-21 | Throughout, update copyrights to reflect dates which correspond to main-branch | Christopher Faylor | 1 | -2/+2 |
2012-05-21 | * strace.cc (strace::activate): Move printing heap size from here... | Corinna Vinschen | 1 | -2/+9 |
2011-08-09 | * heap.cc (eval_initial_heap_size): New function fetching the heap | Corinna Vinschen | 1 | -1/+25 |
2011-07-21 | * heap.cc (eval_start_address): Simplify test for large address | Corinna Vinschen | 1 | -14/+17 |
2011-07-21 | * heap.cc (eval_start_address): New static function to evaluate the | Corinna Vinschen | 1 | -7/+29 |
2011-07-18 | * heap.cc (heap_init): Change type of largest_found to PVOID. Start | Corinna Vinschen | 1 | -6/+5 |
2011-06-06 | whitespace elimination | Christopher Faylor | 1 | -1/+1 |
2011-05-28 | * autoload.cc: Call _api_fatal in asm. | Christopher Faylor | 1 | -1/+1 |
2011-05-16 | * heap.cc (heap_init): Rewrite initial heap allocation to use addresses | Corinna Vinschen | 1 | -25/+70 |
2011-05-10 | * fhandler_proc.cc (format_proc_uptime): Don't call GetSystemInfo. | Corinna Vinschen | 1 | -2/+3 |
2009-06-05 | * heap.cc (heap_init): Fix typo in comment. | Corinna Vinschen | 1 | -1/+1 |
2008-04-07 | Remove unneeded header files from source files throughout. | Christopher Faylor | 1 | -6/+0 |
2006-10-31 | * cygheap.h (struct user_heap_info): Add slop member. | Corinna Vinschen | 1 | -5/+22 |
2006-06-12 | * heap.cc (heap_init): Only commit if allocsize is not zero. | Corinna Vinschen | 1 | -1/+1 |
2006-03-13 | * child_info.h (child_info_fork::handle_failure): Declare new function. | Christopher Faylor | 1 | -1/+2 |
2006-01-18 | * heap.cc (heap_init): Remove Sleep. | Christopher Faylor | 1 | -8/+4 |
2005-12-26 | * dcrt0.cc (__api_fatal): Simplify to just use strace mechamisms. | Christopher Faylor | 1 | -4/+8 |
2005-11-25 | * heap.cc: Remove spurious getpagesize declaration. | Christopher Faylor | 1 | -2/+0 |
2005-09-14 | * heap.cc (heap_init): Revert 2005-09-11 patch as it seems to inexplicably | Christopher Faylor | 1 | -2/+3 |
2005-09-12 | * heap.cc (heap_init): Allocate heap from top down as a hedge against | Christopher Faylor | 1 | -1/+1 |
2005-09-10 | * heap.cc (heap_init): Be slightly more aggressive when trying to allocate | Christopher Faylor | 1 | -2/+2 |
2005-09-02 | Grr. REVERT erroneous checkin. AGAIN. | Christopher Faylor | 1 | -4/+2 |
2005-09-02 | * Makefile.in (CXXFLAGS): Use 'override' to correctly set flags to generate | Christopher Faylor | 1 | -2/+4 |
2005-09-02 | revert inexplicable previous checkin | Christopher Faylor | 1 | -4/+2 |
2005-09-02 | bad_addresses | Christopher Faylor | 1 | -2/+4 |
2004-05-28 | * path.cc (chdir): Always use the normalized_path as posix_cwd, except if it | Christopher Faylor | 1 | -1/+1 |
2004-02-09 | * debug.h (console_printf): Define for non-debugging condition. | Christopher Faylor | 1 | -1/+1 |
2004-01-14 | * cygtls.h (_threadinfo::call): Remove regparm declaration to work around | Christopher Faylor | 1 | -6/+9 |
2003-11-28 | Eliminate use of sigframe and sigthread throughout. | Christopher Faylor | 1 | -1/+0 |
2003-09-25 | * devices.cc: New file. | Christopher Faylor | 1 | -1/+1 |
2003-09-07 | * cygheap.cc (_csbrk): More left coercion cleanup. | Christopher Faylor | 1 | -1/+1 |
2003-08-31 | * net.cc (free_char_list): Delete. | Christopher Faylor | 1 | -2/+1 |
2003-08-22 | * exceptions.cc (sigreturn): Don't clobber ebp in recursive signal calls. | Christopher Faylor | 1 | -11/+22 |
2003-06-16 | Throughout, remove "include <errno.h>" from files which already include | Christopher Faylor | 1 | -1/+0 |
2003-02-07 | * heap.cc (heap_init): Remove debugging code. | Christopher Faylor | 1 | -14/+0 |
2002-10-22 | * cygheap.cc (cygheap_fixup_in_child): Use user_heap element in cygheap. | Christopher Faylor | 1 | -36/+59 |
2002-10-21 | Change _function() to function() throughout. | Christopher Faylor | 1 | -1/+1 |
2002-10-19 | * cygthread.cc: Bump number of cygthreads up to accommodate applications which | Christopher Faylor | 1 | -1/+1 |
2002-09-22 | * fhandler.cc (fhandler_base::dup): Don't set handle on failure. Caller has | Christopher Faylor | 1 | -8/+8 |
2002-06-05 | * dtable.cc (handle_to_fn): Attempt to handle "raw" accesses to remote shares. | Christopher Faylor | 1 | -1/+1 |
2002-05-25 | Remove unneeded sync.h, where appropriate, throughout. Remove unneeded heap.h, | Christopher Faylor | 1 | -1/+0 |