summaryrefslogtreecommitdiffstats
path: root/winsup/cygwin/miscfuncs.cc
Commit message (Expand)AuthorAgeFilesLines
* Throughout, keep function definitions and declarations in sync withCorinna Vinschen2013-11-251-1/+1
* Throughout, drop unnecessary explicit includes of windows header filesCorinna Vinschen2013-11-241-3/+0
* * miscfuncs.cc (yield): Revert (after researching) to calling SleepEx with 0.Christopher Faylor2013-06-081-15/+11
* revert accidentally checked in filesChristopher Faylor2013-06-081-2/+4
* * cygwait.cc (cygwait): Remove lock around sig retrieval since this code isChristopher Faylor2013-06-081-4/+2
* * exceptions.cc (_cygtls::handle_SIGCONT): Simplify loop waiting forCorinna Vinschen2013-06-061-6/+12
* * globals.cc (__isthreaded): New global variable. Explain what it'sCorinna Vinschen2013-05-211-0/+3
* Throughout, (mainly in fhandler*) fix remaining gcc 4.7 mismatchYaakov Selkowitz2013-05-011-1/+1
* * Merge in cygwin-64bit-branch.Corinna Vinschen2013-04-231-15/+132
* * miscfuncs.cc (__import_address): On second thought, the chance that thisChristopher Faylor2013-01-231-1/+1
* * miscfuncs.cc (__import_address): Avoid NULL explicitly.Christopher Faylor2013-01-231-1/+1
* * miscfuncs.cc (__import_address): Avoid treating random instructions as importChristopher Faylor2013-01-231-0/+5
* Throughout, change __attribute__ ((regparm (N))) to just __regN. Throughout,Christopher Faylor2013-01-211-3/+3
* * malloc_wrapper.cc: Change 'use_internal_malloc' to 'use_internal' throughout.Christopher Faylor2013-01-201-2/+11
* Revert the reversion and go with implementation described in cgf-000017, withChristopher Faylor2012-12-211-0/+1
* * DevNotes: Add entry cgf-000018.Christopher Faylor2012-12-211-2/+1
* * DevNotes: Add entry cgf-000017.Christopher Faylor2012-12-211-1/+2
* whitespace cleanupChristopher Faylor2012-08-161-27/+27
* * miscfuncs.cc (WritePipeOverlapped): Define second parameter LPCVOID,Corinna Vinschen2012-06-271-1/+1
* * miscfuncs.cc: Revert change from 2012-02-13 which used theCorinna Vinschen2012-02-151-128/+157
* * miscfuncs.cc (struct thread_wrapper_arg): Convert char * to PBYTE.Corinna Vinschen2012-02-131-161/+132
* * Makefile.in (clean): Remove non-existant regexp dir.Corinna Vinschen2012-02-131-23/+44
* * miscfuncs.cc (DEFAULT_STACKSIZE): Remove.Corinna Vinschen2012-02-111-21/+14
* * miscfuncs.cc (DEFAULT_STACKSIZE): Set to 1 Megs. Drop comment aboutCorinna Vinschen2012-02-101-2/+1
* * miscfuncs.cc (thread_wrapper): Make sure stack is 16 byte alignedCorinna Vinschen2012-01-091-1/+5
* Clean up whitespace.Christopher Faylor2011-12-171-10/+10
* * fhandler.h (fhandler_pipe::create): Rename from the misnamedChristopher Faylor2011-11-231-2/+2
* * fhandler.h (fhandler_pipe::create_selectable): Remove optional argument, takeChristopher Faylor2011-10-301-1/+2
* * miscfuncs.cc (CreatePipeOverlapped): New function.Corinna Vinschen2011-08-131-0/+51
* * miscfuncs.cc (create_pipe): Delete obsolete function.Christopher Faylor2011-08-121-14/+0
* * miscfuncs.cc (yield): Drop thread priority only once.Corinna Vinschen2011-07-071-3/+3
* * exceptions.cc (CALL_HANDLER_RETRY_INNER): Rename to reflect differentChristopher Faylor2011-07-061-2/+12
* whitespace eliminationChristopher Faylor2011-06-061-4/+4
* * miscfuncs.cc (CygwinCreateThread): Fix condition for adding theCorinna Vinschen2011-05-201-5/+3
* * miscfuncs.cc (CygwinCreateThread): Add accidentally missing comment.Corinna Vinschen2011-05-201-0/+1
* * miscfuncs.cc (thread_wrapper): Remove statements added for debuggingCorinna Vinschen2011-05-201-2/+0
* * child_info.h (CURR_CHILD_INFO_MAGIC): Update.Corinna Vinschen2011-05-201-67/+150
* * miscfuncs.cc (thread_wrapper): Remove unused _cygtls record.Corinna Vinschen2011-05-171-0/+1
* * dcrt0.cc (child_info_fork::alloc_stack_hard_way): Check if theCorinna Vinschen2011-05-161-9/+10
* * miscfuncs.cc (thread_wrapper): Add comments to assembler code.Corinna Vinschen2011-05-151-15/+17
* * cygwin.din (pthread_attr_getguardsize): Export.Corinna Vinschen2011-05-151-1/+141
* Drop NT4 support.Corinna Vinschen2011-04-041-5/+1
* Throughout change all calls of low_priority_sleep (0) to yield ().Christopher Faylor2010-03-121-36/+4
* Throughout, revert ill-conceived replacement of hMainThread withCorinna Vinschen2009-12-211-1/+1
* Throughout, replace hMainProc with GetCurrentProcess/NtCurrentProcessCorinna Vinschen2009-12-181-1/+1
* * ctype.cc (_CTYPE_DATA_0_127): Add _B class to TAB character.Corinna Vinschen2009-03-241-132/+0
* * miscfuncs.cc (cygwin_strncasecmp): Fix bug which results inCorinna Vinschen2008-07-141-6/+4
* Add miscfuncs.h to files as needed throughout.Christopher Faylor2008-04-071-3/+49
* * dtable.cc: Define various device-related string constants as wide characterChristopher Faylor2008-03-221-1/+1
* * dcrt0.cc (initial_env): Only use local buffer "buf" if DEBUGGING isCorinna Vinschen2008-02-251-8/+8