aboutsummaryrefslogtreecommitdiff
path: root/winsup/cygwin/miscfuncs.cc
AgeCommit message (Expand)AuthorFilesLines
2016-08-23Send thread names to debuggerJon Turney1-0/+26
2016-06-24Drop has_set_thread_stack_guarantee flagCorinna Vinschen1-53/+31
2016-06-23Switching the Cygwin DLL to LGPLv3+, dropping commercial buyout optioncygwin-2_5_2-releaseCorinna Vinschen1-3/+0
2016-03-18Implement getentropy for CygwinCorinna Vinschen1-0/+19
2015-12-07Always allocate main thread stack from pthread stack area on x86_64.Corinna Vinschen1-5/+7
2015-12-03Always move 64 bit main thread stack to defined pthread stack areaCorinna Vinschen1-0/+41
2015-12-02miscfuncs.cc: Fix typos in commentCorinna Vinschen1-2/+2
2015-08-10miscfuncs.cc: Fix comment preceeding x86_64 memset and friends.Corinna Vinschen1-4/+5
2015-07-29Cygwin: Fix x86_64 memcpy/memset for n > 2GBCorinna Vinschen1-19/+173
2015-07-05Implement correct RLIMIT_STACK handlingCorinna Vinschen1-35/+59
2015-01-16 * gendef: Export _sigbe on 64 bit as well.Corinna Vinschen1-1/+14
2014-11-28 * cygheap.cc (init_cygheap::find_tls): Add comment.Corinna Vinschen1-13/+11
2014-11-21 * init.cc (dll_entry): Revert previous patch. This requires anotherCorinna Vinschen1-1/+1
2014-11-20 * init.cc (dll_entry): Call _my_tls.remove with INFINITE wait periodCorinna Vinschen1-1/+1
2014-08-22 * Throughout, use __try/__except/__endtry blocks, rather than myfaultCorinna Vinschen1-31/+39
2014-08-21 * miscfuncs.cc (__import_address): Cover the first dereference to impCorinna Vinschen1-2/+2
2014-08-18 * miscfuncs.cc (strlwr): Rename from cygwin_strlwr. Drop __stdcallCorinna Vinschen1-4/+4
2014-04-23 * miscfuncs.cc (check_iovec): Allow 0 as valid iovcnt value.Corinna Vinschen1-1/+1
2014-02-11 * ldap.cc (rediscover_thread): Give argument a useful name.Corinna Vinschen1-1/+1
2014-02-08 * miscfuncs.h (class NT_readline): New class to implement line-wiseCorinna Vinschen1-1/+77
2013-11-25 Throughout, keep function definitions and declarations in sync withCorinna Vinschen1-1/+1
2013-11-24 Throughout, drop unnecessary explicit includes of windows header filesCorinna Vinschen1-3/+0
2013-06-08* miscfuncs.cc (yield): Revert (after researching) to calling SleepEx with 0.Christopher Faylor1-15/+11
2013-06-08revert accidentally checked in filesChristopher Faylor1-2/+4
2013-06-08* cygwait.cc (cygwait): Remove lock around sig retrieval since this code isChristopher Faylor1-4/+2
2013-06-06 * exceptions.cc (_cygtls::handle_SIGCONT): Simplify loop waiting forCorinna Vinschen1-6/+12
2013-05-21 * globals.cc (__isthreaded): New global variable. Explain what it'sCorinna Vinschen1-0/+3
2013-05-01Throughout, (mainly in fhandler*) fix remaining gcc 4.7 mismatchYaakov Selkowitz1-1/+1
2013-04-23 * Merge in cygwin-64bit-branch.Corinna Vinschen1-15/+132
2013-01-23* miscfuncs.cc (__import_address): On second thought, the chance that thisChristopher Faylor1-1/+1
2013-01-23* miscfuncs.cc (__import_address): Avoid NULL explicitly.Christopher Faylor1-1/+1
2013-01-23* miscfuncs.cc (__import_address): Avoid treating random instructions as importChristopher Faylor1-0/+5
2013-01-21Throughout, change __attribute__ ((regparm (N))) to just __regN. Throughout,Christopher Faylor1-3/+3
2013-01-20* malloc_wrapper.cc: Change 'use_internal_malloc' to 'use_internal' throughout.Christopher Faylor1-2/+11
2012-12-21Revert the reversion and go with implementation described in cgf-000017, withChristopher Faylor1-0/+1
2012-12-21* DevNotes: Add entry cgf-000018.Christopher Faylor1-2/+1
2012-12-21* DevNotes: Add entry cgf-000017.Christopher Faylor1-1/+2
2012-08-16whitespace cleanupChristopher Faylor1-27/+27
2012-06-27 * miscfuncs.cc (WritePipeOverlapped): Define second parameter LPCVOID,Corinna Vinschen1-1/+1
2012-02-15 * miscfuncs.cc: Revert change from 2012-02-13 which used theCorinna Vinschen1-128/+157
2012-02-13 * miscfuncs.cc (struct thread_wrapper_arg): Convert char * to PBYTE.Corinna Vinschen1-161/+132
2012-02-13 * Makefile.in (clean): Remove non-existant regexp dir.Corinna Vinschen1-23/+44
2012-02-11 * miscfuncs.cc (DEFAULT_STACKSIZE): Remove.Corinna Vinschen1-21/+14
2012-02-10 * miscfuncs.cc (DEFAULT_STACKSIZE): Set to 1 Megs. Drop comment aboutCorinna Vinschen1-2/+1
2012-01-09 * miscfuncs.cc (thread_wrapper): Make sure stack is 16 byte alignedCorinna Vinschen1-1/+5
2011-12-17Clean up whitespace.Christopher Faylor1-10/+10
2011-11-23* fhandler.h (fhandler_pipe::create): Rename from the misnamedChristopher Faylor1-2/+2
2011-10-30* fhandler.h (fhandler_pipe::create_selectable): Remove optional argument, takeChristopher Faylor1-1/+2
2011-08-13 * miscfuncs.cc (CreatePipeOverlapped): New function.Corinna Vinschen1-0/+51
2011-08-12* miscfuncs.cc (create_pipe): Delete obsolete function.Christopher Faylor1-14/+0