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
2023-12-01Cygwin: revert autoloading of DiscardVirtualMemoryCorinna Vinschen
2023-08-27Revert "Cygwin: autoload: introduce LoadDLLfunc_pfx_only"Corinna Vinschen
2023-08-27Revert "Cygwin: select: workaround FD_WRITE network event handling"Corinna Vinschen
2023-08-01Cygwin: select: workaround FD_WRITE network event handlingCorinna Vinschen
2023-08-01Cygwin: autoload: introduce LoadDLLfunc_pfx_onlyCorinna Vinschen
2023-01-17Cygwin: autoload: clean up arguments to LoadDllFunc*Corinna Vinschen
2022-12-04Cygwin: don't autoload some kernel32 functionsCorinna Vinschen
2022-08-04Cygwin: drop __stdcall usageCorinna Vinschen
2022-07-29Cygwin: Set threadnames with SetThreadDescription()Jon Turney
2022-07-14Cygwin: fix or delete a few comments to drop 32 bit referencesCorinna Vinschen
2022-06-10Cygwin: restore '#ifdef __x86_64__' for CPU-specific codeKen Brown
2022-05-30Cygwin: remove miscellaneous 32-bit codeKen Brown
2022-01-28Cygwin: drop autoloading kernel32 symbols available since Windows 7Corinna Vinschen
2021-11-22Cygwin: fhandler_netdrive: improve debug outputCorinna Vinschen
2021-05-20Cygwin: autoload: fix case in DLL name for sanityCorinna Vinschen
2021-05-19Cygwin: suppress FAST_CWD warnings on ARM64Jeremy Drake
2021-04-13Cygwin: fix fenv.h includesCorinna Vinschen
2020-04-07Cygwin: memory: declare extended memory APICorinna Vinschen
2020-03-11Cygwin: fix formatting: drop spaces leading tabsCorinna Vinschen
2019-12-17Cygwin: autoload: Add missing GetProcessGroupAffinity/GetThreadGroupAffinitycygwin-3_1_1-releaseCorinna Vinschen
2019-09-15Cygwin: pty: Use autoload feature for pseudo console system calls.Takashi Yano
2019-03-12Cygwin: loadavg: improve debugging of load_initCorinna Vinschen
2019-03-04Cygwin: Revert attempting to unload user profile after useCorinna Vinschen
2019-02-23Cygwin: user profile: Make an effort to unload unused user profilesCorinna Vinschen
2019-02-22Cygwin: s4uauth: allow to be called for identification onlyCorinna Vinschen
2019-01-26Cygwin: seteuid: use Kerberos/MsV1_0 S4U authentication by defaultCorinna Vinschen
2019-01-21Cygwin: timerfd: implement TFD_TIMER_CANCEL_ON_SETCorinna Vinschen
2018-12-26Cygwin: Add FS_IOC_GETFLAGS and FS_IOC_SETFLAGS ioctlsCorinna Vinschen
2018-11-29Cygwin: implement extensible clock interfaceCorinna Vinschen
2018-09-06Cygwin: console: improve replacement char algorithmCorinna Vinschen
2018-08-07Cygwin: implement sched_getcpuCorinna Vinschen
2018-02-05Cygwin: bindresvport: Try hard to find unused portCorinna Vinschen
2017-11-27cygwin: convert most #ifndef __x86_64__ to #ifdef __i386__Corinna Vinschen
2017-03-28Implement getloadavg()Jon Turney
2016-06-24Drop autoloading transaction functions from ntdllCorinna Vinschen
2016-06-24Drop autoloading kernel32 symbols available since VistaCorinna Vinschen
2016-06-24Drop autoloading of CancelSynchronousIoCorinna Vinschen
2016-06-24Drop has_set_thread_stack_guarantee flagCorinna Vinschen
2016-06-24Rename if_indextoname to cygwin_if_indextoname (analag for if_nametoindex)Corinna Vinschen
2016-06-24Drop use_dont_resolve_hack flagCorinna Vinschen
2016-06-23Switching the Cygwin DLL to LGPLv3+, dropping commercial buyout optioncygwin-2_5_2-releaseCorinna Vinschen
2016-03-23Use DnsFree instead of deprecated DnsRecordListFreePeter Foley
2016-03-10Move definition of wsadata into wsock_initCorinna Vinschen
2016-01-27Don't use LoadLibraryEx(..., LOAD_LIBRARY_SEARCH_SYSTEM32). It hangsCorinna Vinschen
2016-01-12Initialize handle in dll_load to avoid compiler warningCorinna Vinschen
2016-01-12Use MAKEWORD macro in WSAStartup call per documentationCorinna Vinschen
2016-01-12Try loading with safe path using LOAD_LIBRARY_SEARCH_SYSTEM32 firstCorinna Vinschen
2016-01-11Revert "autoload.cc: Drop using full paths for system DLLs"Corinna Vinschen
2015-11-19Add Authz class to compute exact POSIX user perms in a security descriptorCorinna Vinschen
2015-08-27Implement POSIX_MADV_WILLNEED/POSIX_MADV_DONTNEED for newer OSesCorinna Vinschen