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-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
2015-08-25autoload.cc: Drop using full paths for system DLLsCorinna Vinschen
2015-08-25autload.cc: Avoid clobbering return address in noload on i686Corinna Vinschen
2015-08-13Fix /proc/cpuinfo topology and cache size infoCorinna Vinschen
2015-07-04Fix original stack when running signal handler on alternate stackCorinna Vinschen
2015-03-11* autoload.cc (CreateEnvironmentBlock): Make loading non-fatal.Corinna Vinschen
2015-03-11Fix condition in DLL loading loopCorinna Vinschen
2015-02-23 * autoload.cc (LsaLookupSids): Import.Corinna Vinschen
2014-12-02 * autoload.cc (CreateProfile): Import.Corinna Vinschen
2014-12-02 * autoload.cc (CreateEnvironmentBlock): Import.Corinna Vinschen
2014-12-02 * autoload.cc (IdnToAscii): Use simpler, equivalent LoadDLLfuncEx.Corinna Vinschen
2014-08-19 * autoload.cc: Replace WNet[...]A with WNet[...]W imports.Corinna Vinschen
2014-06-25 * autoload.cc (ldap_search_sW): Replace ldap_search_stW.Corinna Vinschen
2014-05-23 * autoload.cc (ldap_memfreeW): Remove.Corinna Vinschen
2014-05-23 * autoload.cc (ldap_abandon): Remove.Corinna Vinschen
2014-02-27 * autoload.cc (CheckTokenMembership): Import.Corinna Vinschen
2014-02-17 * autoload.cc (ldap_abandon): Import.Corinna Vinschen
2014-02-11 * autoload.cc (NetLocalGroupGetInfo): Replace NetGroupGetInfo.Corinna Vinschen
2014-02-09 Introduce reading passwd/group entries from SAM/AD. IntroduceCorinna Vinschen