aboutsummaryrefslogtreecommitdiff
path: root/winsup/cygwin/autoload.cc
AgeCommit message (Expand)AuthorFilesLines
2024-06-01Cygwin: mixer: Fix volume control for no WAVECAPS_LRVOLUME deviceTakashi Yano1-0/+2
2024-03-23Cygwin: //server: revert to using WNet and support NFS sharesCorinna Vinschen1-0/+7
2024-03-20Cygwin: // and //server: switch to Network DiscoveryCorinna Vinschen1-7/+4
2024-03-08Cygwin: try to avoid recalling offline filesCorinna Vinschen1-0/+1
2024-02-13Cygwin: console: Fix a problem that minor ID is incorrect in ConEmu.Takashi Yano1-0/+2
2024-02-03Cygwin: net: Make if_nametoindex, etc. consistent with if_nameindex.Takashi Yano1-2/+0
2023-11-30Cygwin: revert autoloading of DiscardVirtualMemoryCorinna Vinschen1-0/+1
2023-08-27Revert "Cygwin: autoload: introduce LoadDLLfunc_pfx_only"Corinna Vinschen1-27/+0
2023-08-27Revert "Cygwin: select: workaround FD_WRITE network event handling"Corinna Vinschen1-1/+0
2023-08-01Cygwin: select: workaround FD_WRITE network event handlingCorinna Vinschen1-0/+1
2023-08-01Cygwin: autoload: introduce LoadDLLfunc_pfx_onlyCorinna Vinschen1-0/+27
2023-01-17Cygwin: autoload: clean up arguments to LoadDllFunc*Corinna Vinschen1-234/+237
2022-12-04Cygwin: don't autoload some kernel32 functionsCorinna Vinschen1-6/+3
2022-08-04Cygwin: drop __stdcall usageCorinna Vinschen1-2/+2
2022-07-29Cygwin: Set threadnames with SetThreadDescription()Jon Turney1-0/+1
2022-07-14Cygwin: fix or delete a few comments to drop 32 bit referencesCorinna Vinschen1-3/+2
2022-06-10Cygwin: restore '#ifdef __x86_64__' for CPU-specific codeKen Brown1-0/+21
2022-05-29Cygwin: remove miscellaneous 32-bit codeKen Brown1-144/+0
2022-01-28Cygwin: drop autoloading kernel32 symbols available since Windows 7Corinna Vinschen1-6/+0
2021-11-22Cygwin: fhandler_netdrive: improve debug outputCorinna Vinschen1-0/+1
2021-05-20Cygwin: autoload: fix case in DLL name for sanityCorinna Vinschen1-1/+1
2021-05-19Cygwin: suppress FAST_CWD warnings on ARM64Jeremy Drake1-0/+1
2021-04-13Cygwin: fix fenv.h includesCorinna Vinschen1-1/+1
2020-04-07Cygwin: memory: declare extended memory APICorinna Vinschen1-0/+3
2020-03-11Cygwin: fix formatting: drop spaces leading tabsCorinna Vinschen1-1/+1
2019-12-17Cygwin: autoload: Add missing GetProcessGroupAffinity/GetThreadGroupAffinitycygwin-3_1_1-releaseCorinna Vinschen1-0/+2
2019-09-15Cygwin: pty: Use autoload feature for pseudo console system calls.Takashi Yano1-0/+3
2019-03-12Cygwin: loadavg: improve debugging of load_initCorinna Vinschen1-2/+2
2019-03-04Cygwin: Revert attempting to unload user profile after useCorinna Vinschen1-1/+0
2019-02-23Cygwin: user profile: Make an effort to unload unused user profilesCorinna Vinschen1-0/+1
2019-02-22Cygwin: s4uauth: allow to be called for identification onlyCorinna Vinschen1-0/+1
2019-01-26Cygwin: seteuid: use Kerberos/MsV1_0 S4U authentication by defaultCorinna Vinschen1-0/+1
2019-01-20Cygwin: timerfd: implement TFD_TIMER_CANCEL_ON_SETCorinna Vinschen1-0/+2
2018-12-25Cygwin: Add FS_IOC_GETFLAGS and FS_IOC_SETFLAGS ioctlsCorinna Vinschen1-0/+2
2018-11-29Cygwin: implement extensible clock interfaceCorinna Vinschen1-0/+8
2018-09-05Cygwin: console: improve replacement char algorithmCorinna Vinschen1-0/+7
2018-08-07Cygwin: implement sched_getcpuCorinna Vinschen1-0/+1
2018-02-05Cygwin: bindresvport: Try hard to find unused portCorinna Vinschen1-0/+2
2017-11-27cygwin: convert most #ifndef __x86_64__ to #ifdef __i386__Corinna Vinschen1-4/+4
2017-03-27Implement getloadavg()Jon Turney1-0/+5
2016-06-24Drop autoloading transaction functions from ntdllCorinna Vinschen1-6/+0
2016-06-24Drop autoloading kernel32 symbols available since VistaCorinna Vinschen1-5/+0
2016-06-24Drop autoloading of CancelSynchronousIoCorinna Vinschen1-1/+0
2016-06-24Drop has_set_thread_stack_guarantee flagCorinna Vinschen1-1/+0
2016-06-24Rename if_indextoname to cygwin_if_indextoname (analag for if_nametoindex)Corinna Vinschen1-0/+2
2016-06-24Drop use_dont_resolve_hack flagCorinna Vinschen1-17/+3
2016-06-23Switching the Cygwin DLL to LGPLv3+, dropping commercial buyout optioncygwin-2_5_2-releaseCorinna Vinschen1-3/+0
2016-03-23Use DnsFree instead of deprecated DnsRecordListFreePeter Foley1-1/+1
2016-03-09Move definition of wsadata into wsock_initCorinna Vinschen1-1/+4
2016-01-27Don't use LoadLibraryEx(..., LOAD_LIBRARY_SEARCH_SYSTEM32). It hangsCorinna Vinschen1-22/+13