| Commit message (Expand) | Author | Age | Files | Lines |
* | Throughout, keep function definitions and declarations in sync with | Corinna Vinschen | 2013-11-25 | 1 | -1/+1 |
* | Throughout, drop unnecessary explicit includes of windows header files | Corinna Vinschen | 2013-11-24 | 1 | -3/+0 |
* | * miscfuncs.cc (yield): Revert (after researching) to calling SleepEx with 0. | Christopher Faylor | 2013-06-08 | 1 | -15/+11 |
* | revert accidentally checked in files | Christopher Faylor | 2013-06-08 | 1 | -2/+4 |
* | * cygwait.cc (cygwait): Remove lock around sig retrieval since this code is | Christopher Faylor | 2013-06-08 | 1 | -4/+2 |
* | * exceptions.cc (_cygtls::handle_SIGCONT): Simplify loop waiting for | Corinna Vinschen | 2013-06-06 | 1 | -6/+12 |
* | * globals.cc (__isthreaded): New global variable. Explain what it's | Corinna Vinschen | 2013-05-21 | 1 | -0/+3 |
* | Throughout, (mainly in fhandler*) fix remaining gcc 4.7 mismatch | Yaakov Selkowitz | 2013-05-01 | 1 | -1/+1 |
* | * Merge in cygwin-64bit-branch. | Corinna Vinschen | 2013-04-23 | 1 | -15/+132 |
* | * miscfuncs.cc (__import_address): On second thought, the chance that this | Christopher Faylor | 2013-01-23 | 1 | -1/+1 |
* | * miscfuncs.cc (__import_address): Avoid NULL explicitly. | Christopher Faylor | 2013-01-23 | 1 | -1/+1 |
* | * miscfuncs.cc (__import_address): Avoid treating random instructions as import | Christopher Faylor | 2013-01-23 | 1 | -0/+5 |
* | Throughout, change __attribute__ ((regparm (N))) to just __regN. Throughout, | Christopher Faylor | 2013-01-21 | 1 | -3/+3 |
* | * malloc_wrapper.cc: Change 'use_internal_malloc' to 'use_internal' throughout. | Christopher Faylor | 2013-01-20 | 1 | -2/+11 |
* | Revert the reversion and go with implementation described in cgf-000017, with | Christopher Faylor | 2012-12-21 | 1 | -0/+1 |
* | * DevNotes: Add entry cgf-000018. | Christopher Faylor | 2012-12-21 | 1 | -2/+1 |
* | * DevNotes: Add entry cgf-000017. | Christopher Faylor | 2012-12-21 | 1 | -1/+2 |
* | whitespace cleanup | Christopher Faylor | 2012-08-16 | 1 | -27/+27 |
* | * miscfuncs.cc (WritePipeOverlapped): Define second parameter LPCVOID, | Corinna Vinschen | 2012-06-27 | 1 | -1/+1 |
* | * miscfuncs.cc: Revert change from 2012-02-13 which used the | Corinna Vinschen | 2012-02-15 | 1 | -128/+157 |
* | * miscfuncs.cc (struct thread_wrapper_arg): Convert char * to PBYTE. | Corinna Vinschen | 2012-02-13 | 1 | -161/+132 |
* | * Makefile.in (clean): Remove non-existant regexp dir. | Corinna Vinschen | 2012-02-13 | 1 | -23/+44 |
* | * miscfuncs.cc (DEFAULT_STACKSIZE): Remove. | Corinna Vinschen | 2012-02-11 | 1 | -21/+14 |
* | * miscfuncs.cc (DEFAULT_STACKSIZE): Set to 1 Megs. Drop comment about | Corinna Vinschen | 2012-02-10 | 1 | -2/+1 |
* | * miscfuncs.cc (thread_wrapper): Make sure stack is 16 byte aligned | Corinna Vinschen | 2012-01-09 | 1 | -1/+5 |
* | Clean up whitespace. | Christopher Faylor | 2011-12-17 | 1 | -10/+10 |
* | * fhandler.h (fhandler_pipe::create): Rename from the misnamed | Christopher Faylor | 2011-11-23 | 1 | -2/+2 |
* | * fhandler.h (fhandler_pipe::create_selectable): Remove optional argument, take | Christopher Faylor | 2011-10-30 | 1 | -1/+2 |
* | * miscfuncs.cc (CreatePipeOverlapped): New function. | Corinna Vinschen | 2011-08-13 | 1 | -0/+51 |
* | * miscfuncs.cc (create_pipe): Delete obsolete function. | Christopher Faylor | 2011-08-12 | 1 | -14/+0 |
* | * miscfuncs.cc (yield): Drop thread priority only once. | Corinna Vinschen | 2011-07-07 | 1 | -3/+3 |
* | * exceptions.cc (CALL_HANDLER_RETRY_INNER): Rename to reflect different | Christopher Faylor | 2011-07-06 | 1 | -2/+12 |
* | whitespace elimination | Christopher Faylor | 2011-06-06 | 1 | -4/+4 |
* | * miscfuncs.cc (CygwinCreateThread): Fix condition for adding the | Corinna Vinschen | 2011-05-20 | 1 | -5/+3 |
* | * miscfuncs.cc (CygwinCreateThread): Add accidentally missing comment. | Corinna Vinschen | 2011-05-20 | 1 | -0/+1 |
* | * miscfuncs.cc (thread_wrapper): Remove statements added for debugging | Corinna Vinschen | 2011-05-20 | 1 | -2/+0 |
* | * child_info.h (CURR_CHILD_INFO_MAGIC): Update. | Corinna Vinschen | 2011-05-20 | 1 | -67/+150 |
* | * miscfuncs.cc (thread_wrapper): Remove unused _cygtls record. | Corinna Vinschen | 2011-05-17 | 1 | -0/+1 |
* | * dcrt0.cc (child_info_fork::alloc_stack_hard_way): Check if the | Corinna Vinschen | 2011-05-16 | 1 | -9/+10 |
* | * miscfuncs.cc (thread_wrapper): Add comments to assembler code. | Corinna Vinschen | 2011-05-15 | 1 | -15/+17 |
* | * cygwin.din (pthread_attr_getguardsize): Export. | Corinna Vinschen | 2011-05-15 | 1 | -1/+141 |
* | Drop NT4 support. | Corinna Vinschen | 2011-04-04 | 1 | -5/+1 |
* | Throughout change all calls of low_priority_sleep (0) to yield (). | Christopher Faylor | 2010-03-12 | 1 | -36/+4 |
* | Throughout, revert ill-conceived replacement of hMainThread with | Corinna Vinschen | 2009-12-21 | 1 | -1/+1 |
* | Throughout, replace hMainProc with GetCurrentProcess/NtCurrentProcess | Corinna Vinschen | 2009-12-18 | 1 | -1/+1 |
* | * ctype.cc (_CTYPE_DATA_0_127): Add _B class to TAB character. | Corinna Vinschen | 2009-03-24 | 1 | -132/+0 |
* | * miscfuncs.cc (cygwin_strncasecmp): Fix bug which results in | Corinna Vinschen | 2008-07-14 | 1 | -6/+4 |
* | Add miscfuncs.h to files as needed throughout. | Christopher Faylor | 2008-04-07 | 1 | -3/+49 |
* | * dtable.cc: Define various device-related string constants as wide character | Christopher Faylor | 2008-03-22 | 1 | -1/+1 |
* | * dcrt0.cc (initial_env): Only use local buffer "buf" if DEBUGGING is | Corinna Vinschen | 2008-02-25 | 1 | -8/+8 |