Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2020-04-07Cygwin: threads: use extended memory API if availableCorinna Vinschen
2020-04-07Cygwin: threads: add missing include of mmap_alloc.hCorinna Vinschen
2020-04-07Cygwin: threads: lower thread size from pool to 256 MegsCorinna Vinschen
2020-04-07Cygwin: threads: use mmap area to fulfill requests for big stacksCorinna Vinschen
2020-03-11Cygwin: fix formatting: drop trailing whitespaceCorinna Vinschen
2020-03-11Cygwin: fix formatting: drop spaces leading tabsCorinna Vinschen
2019-07-17Cygwin: fix GCC 8.3 'asm volatile' errorsKen Brown
2019-06-24Cygwin: Implement sched_[gs]etaffinity()Mark Geisert
2018-08-07Cygwin: implement sched_getcpuCorinna Vinschen
2017-11-30cygwin: [w]mempcpy: fix global symbolCorinna Vinschen
2017-11-30cygwin: x86_64: implement mempcpy/wmempcpy in assemblerCorinna Vinschen
2017-11-27cygwin: convert most #ifndef __x86_64__ to #ifdef __i386__Corinna Vinschen
2017-03-08yield: Don't lower thread priority, it leads to starvationCorinna Vinschen
2017-03-08Cygwin: Emit correct errno EAGAIN if we can't create another threadCorinna Vinschen
2017-01-19miscfuncs.cc: Revert exclusion of inclusion of exception.hCorinna Vinschen
2017-01-19miscfuncs.cc: Drop unneeded includes and unused global variableCorinna Vinschen
2017-01-19check_iovec: Change test to be more robust against invalid iovcnt valuesCorinna Vinschen
2017-01-19Don't assert on sum of iov_len overflowing an ssize_tCorinna Vinschen
2017-01-19Move string functions from miscfunc.cc to strfuncs.ccCorinna Vinschen
2017-01-19Move getentropy/getrandom into own fileCorinna Vinschen
2016-12-17Export getentropy and getrandom callsCorinna Vinschen
2016-12-14Define RtlGenRandom correctly in ntsecapi.h wrapperCorinna Vinschen
2016-12-14Rearrange RNG code slightlyCorinna Vinschen
2016-10-20Fix SetThreadName with gdb 7.10 on x86Jon Turney
2016-08-25Fix formattingCorinna Vinschen
2016-08-25Fix SetThreadName with current gdbJon Turney
2016-08-23Send thread names to debuggerJon Turney
2016-06-24Drop has_set_thread_stack_guarantee flagCorinna Vinschen
2016-06-23Switching the Cygwin DLL to LGPLv3+, dropping commercial buyout optioncygwin-2_5_2-releaseCorinna Vinschen
2016-03-18Implement getentropy for CygwinCorinna Vinschen
2015-12-07Always allocate main thread stack from pthread stack area on x86_64.Corinna Vinschen
2015-12-03Always move 64 bit main thread stack to defined pthread stack areaCorinna Vinschen
2015-12-02miscfuncs.cc: Fix typos in commentCorinna Vinschen
2015-08-10miscfuncs.cc: Fix comment preceeding x86_64 memset and friends.Corinna Vinschen
2015-07-29Cygwin: Fix x86_64 memcpy/memset for n > 2GBCorinna Vinschen
2015-07-05Implement correct RLIMIT_STACK handlingCorinna Vinschen
2015-01-16 * gendef: Export _sigbe on 64 bit as well.Corinna Vinschen
2014-11-28 * cygheap.cc (init_cygheap::find_tls): Add comment.Corinna Vinschen
2014-11-22 * init.cc (dll_entry): Revert previous patch. This requires anotherCorinna Vinschen
2014-11-20 * init.cc (dll_entry): Call _my_tls.remove with INFINITE wait periodCorinna Vinschen
2014-08-22 * Throughout, use __try/__except/__endtry blocks, rather than myfaultCorinna Vinschen
2014-08-21 * miscfuncs.cc (__import_address): Cover the first dereference to impCorinna Vinschen
2014-08-18 * miscfuncs.cc (strlwr): Rename from cygwin_strlwr. Drop __stdcallCorinna Vinschen
2014-04-23 * miscfuncs.cc (check_iovec): Allow 0 as valid iovcnt value.Corinna Vinschen
2014-02-11 * ldap.cc (rediscover_thread): Give argument a useful name.Corinna Vinschen
2014-02-09 * miscfuncs.h (class NT_readline): New class to implement line-wiseCorinna Vinschen
2013-11-25 Throughout, keep function definitions and declarations in sync withCorinna Vinschen
2013-11-24 Throughout, drop unnecessary explicit includes of windows header filesCorinna Vinschen
2013-06-08* miscfuncs.cc (yield): Revert (after researching) to calling SleepEx with 0.Christopher Faylor
2013-06-08revert accidentally checked in filesChristopher Faylor