aboutsummaryrefslogtreecommitdiff
path: root/winsup/cygwin/autoload.cc
AgeCommit message (Expand)AuthorFilesLines
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
2016-01-12Initialize handle in dll_load to avoid compiler warningCorinna Vinschen1-1/+1
2016-01-12Use MAKEWORD macro in WSAStartup call per documentationCorinna Vinschen1-1/+1
2016-01-12Try loading with safe path using LOAD_LIBRARY_SEARCH_SYSTEM32 firstCorinna Vinschen1-18/+34
2016-01-11Revert "autoload.cc: Drop using full paths for system DLLs"Corinna Vinschen1-3/+11
2015-11-18Add Authz class to compute exact POSIX user perms in a security descriptorCorinna Vinschen1-0/+6
2015-08-27Implement POSIX_MADV_WILLNEED/POSIX_MADV_DONTNEED for newer OSesCorinna Vinschen1-0/+2
2015-08-25autoload.cc: Drop using full paths for system DLLsCorinna Vinschen1-11/+3
2015-08-25autload.cc: Avoid clobbering return address in noload on i686Corinna Vinschen1-2/+4
2015-08-13Fix /proc/cpuinfo topology and cache size infoCorinna Vinschen1-0/+2
2015-07-04Fix original stack when running signal handler on alternate stackCorinna Vinschen1-0/+1
2015-03-11* autoload.cc (CreateEnvironmentBlock): Make loading non-fatal.Corinna Vinschen1-1/+1
2015-03-11Fix condition in DLL loading loopCorinna Vinschen1-2/+2
2015-02-23 * autoload.cc (LsaLookupSids): Import.Corinna Vinschen1-0/+1
2014-12-02 * autoload.cc (CreateProfile): Import.Corinna Vinschen1-0/+2
2014-12-02 * autoload.cc (CreateEnvironmentBlock): Import.Corinna Vinschen1-0/+3
2014-12-02 * autoload.cc (IdnToAscii): Use simpler, equivalent LoadDLLfuncEx.Corinna Vinschen1-2/+2
2014-08-19 * autoload.cc: Replace WNet[...]A with WNet[...]W imports.Corinna Vinschen1-4/+4
2014-06-25 * autoload.cc (ldap_search_sW): Replace ldap_search_stW.Corinna Vinschen1-1/+2
2014-05-23 * autoload.cc (ldap_memfreeW): Remove.Corinna Vinschen1-1/+1
2014-05-22 * autoload.cc (ldap_abandon): Remove.Corinna Vinschen1-3/+4