summaryrefslogtreecommitdiffstats
path: root/winsup/cygwin/miscfuncs.cc
Commit message (Expand)AuthorAgeFilesLines
* yield: Don't lower thread priority, it leads to starvationCorinna Vinschen2017-03-081-5/+6
* Cygwin: Emit correct errno EAGAIN if we can't create another threadCorinna Vinschen2017-03-081-0/+2
* miscfuncs.cc: Revert exclusion of inclusion of exception.hCorinna Vinschen2017-01-191-0/+1
* miscfuncs.cc: Drop unneeded includes and unused global variableCorinna Vinschen2017-01-191-12/+0
* check_iovec: Change test to be more robust against invalid iovcnt valuesCorinna Vinschen2017-01-191-1/+1
* Don't assert on sum of iov_len overflowing an ssize_tCorinna Vinschen2017-01-191-3/+3
* Move string functions from miscfunc.cc to strfuncs.ccCorinna Vinschen2017-01-191-192/+0
* Move getentropy/getrandom into own fileCorinna Vinschen2017-01-191-57/+0
* Export getentropy and getrandom callsCorinna Vinschen2016-12-161-3/+47
* Define RtlGenRandom correctly in ntsecapi.h wrapperCorinna Vinschen2016-12-141-0/+1
* Rearrange RNG code slightlyCorinna Vinschen2016-12-131-6/+0
* Fix SetThreadName with gdb 7.10 on x86Jon Turney2016-10-201-1/+8
* Fix formattingCorinna Vinschen2016-08-251-5/+6
* Fix SetThreadName with current gdbJon Turney2016-08-251-1/+6
* Send thread names to debuggerJon Turney2016-08-231-0/+26
* Drop has_set_thread_stack_guarantee flagCorinna Vinschen2016-06-241-53/+31
* 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