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
2022-08-10Cygwin: rename CygwinCreateThread to create_posix_threadCorinna Vinschen
2022-08-10Cygwin: move __caller_return_address to mm/malloc_wrapper.ccCorinna Vinschen
2022-08-10Cygwin: make import_address a static inline functionCorinna Vinschen
2022-08-10Cygwin: make check_invalid_virtual_addr a static inline functionCorinna Vinschen
2022-08-08Cygwin: split out x86_64 memset/memcpy functionsCorinna Vinschen
2022-08-04Cygwin: drop all usages of WINAPICorinna Vinschen
2022-07-29Cygwin: Set threadnames with SetThreadDescription()Jon Turney
2022-06-10Cygwin: restore '#ifdef __x86_64__' for CPU-specific codeKen Brown
2022-05-30Cygwin: remove miscellaneous 32-bit codeKen Brown
2022-05-30Cygwin: remove regparm.hKen Brown
2022-05-13Cygwin: config.h: stop including auto-generated tlsoffsets.h fileCorinna Vinschen
2022-05-03Cygwin: move x86_64 thread stack areaCorinna Vinschen
2022-05-03Cygwin: simplify create_new_main_thread_stackCorinna Vinschen
2021-10-29Cygwin: drop support for systems not supporting processor groupsCorinna Vinschen
2021-09-13Cygwin: move get_obj_handle_count() to miscfuncs.ccCorinna Vinschen
2021-09-08Cygwin: fix initializing MEM_EXTENDED_PARAMETER, take 2Corinna Vinschen
2021-09-06Cygwin: fix initializing MEM_EXTENDED_PARAMETERCorinna Vinschen
2021-08-26Cygwin: workaround a g++ 11.2 initialization bugCorinna Vinschen
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