summaryrefslogtreecommitdiffstats
path: root/winsup/cygwin/miscfuncs.cc
Commit message (Expand)AuthorAgeFilesLines
* Cygwin: threads: use extended memory API if availableCorinna Vinschen2020-04-071-3/+48
* Cygwin: threads: add missing include of mmap_alloc.hCorinna Vinschen2020-04-071-0/+1
* Cygwin: threads: lower thread size from pool to 256 MegsCorinna Vinschen2020-04-071-1/+1
* Cygwin: threads: use mmap area to fulfill requests for big stacksCorinna Vinschen2020-04-071-4/+6
* Cygwin: fix formatting: drop trailing whitespaceCorinna Vinschen2020-03-111-2/+2
* Cygwin: fix formatting: drop spaces leading tabsCorinna Vinschen2020-03-111-2/+2
* Cygwin: fix GCC 8.3 'asm volatile' errorsKen Brown2019-07-171-2/+2
* Cygwin: Implement sched_[gs]etaffinity()Mark Geisert2019-06-241-4/+16
* Cygwin: implement sched_getcpuCorinna Vinschen2018-08-071-0/+53
* cygwin: [w]mempcpy: fix global symbolCorinna Vinschen2017-11-301-5/+5
* cygwin: x86_64: implement mempcpy/wmempcpy in assemblerCorinna Vinschen2017-11-301-16/+44
* cygwin: convert most #ifndef __x86_64__ to #ifdef __i386__Corinna Vinschen2017-11-271-1/+1
* 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