summaryrefslogtreecommitdiffstats
path: root/winsup/cygwin/miscfuncs.cc
Commit message (Expand)AuthorAgeFilesLines
* Switching the Cygwin DLL to LGPLv3+, dropping commercial buyout optioncygwin-2_5_2-releaseCorinna Vinschen2016-06-231-3/+0
* Implement getentropy for CygwinCorinna Vinschen2016-03-181-0/+19
* Always allocate main thread stack from pthread stack area on x86_64.Corinna Vinschen2015-12-071-5/+7
* Always move 64 bit main thread stack to defined pthread stack areaCorinna Vinschen2015-12-031-0/+41
* miscfuncs.cc: Fix typos in commentCorinna Vinschen2015-12-021-2/+2
* miscfuncs.cc: Fix comment preceeding x86_64 memset and friends.Corinna Vinschen2015-08-101-4/+5
* Cygwin: Fix x86_64 memcpy/memset for n > 2GBCorinna Vinschen2015-07-291-19/+173
* Implement correct RLIMIT_STACK handlingCorinna Vinschen2015-07-051-35/+59
* * gendef: Export _sigbe on 64 bit as well.Corinna Vinschen2015-01-161-1/+14
* * cygheap.cc (init_cygheap::find_tls): Add comment.Corinna Vinschen2014-11-281-13/+11
* * init.cc (dll_entry): Revert previous patch. This requires anotherCorinna Vinschen2014-11-211-1/+1
* * init.cc (dll_entry): Call _my_tls.remove with INFINITE wait periodCorinna Vinschen2014-11-201-1/+1
* * Throughout, use __try/__except/__endtry blocks, rather than myfaultCorinna Vinschen2014-08-221-31/+39
* * miscfuncs.cc (__import_address): Cover the first dereference to impCorinna Vinschen2014-08-211-2/+2
* * miscfuncs.cc (strlwr): Rename from cygwin_strlwr. Drop __stdcallCorinna Vinschen2014-08-181-4/+4
* * miscfuncs.cc (check_iovec): Allow 0 as valid iovcnt value.Corinna Vinschen2014-04-231-1/+1
* * ldap.cc (rediscover_thread): Give argument a useful name.Corinna Vinschen2014-02-111-1/+1
* * miscfuncs.h (class NT_readline): New class to implement line-wiseCorinna Vinschen2014-02-081-1/+77
* 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