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-02-26Cygwin: console: Add support for REP escape sequence to xterm mode.Takashi Yano
2020-02-26Cygwin: console: Add workaround for broken IL/DL in xterm mode.Takashi Yano
2020-01-14Cygwin: console: Add workaround for broken CSI3J in Win10 1809.Takashi Yano
2019-06-04Cygwin: Allow accessing 48 bit address space in Windows 8.1 or laterCorinna Vinschen
2019-03-31Cygwin: console: support 24 bit colorTakashi Yano
2019-02-22Cygwin: get_user_groups: fetch a user's group list from identification tokenCorinna Vinschen
2019-01-29Cygwin: fork/exec: fix child process permissionsCorinna Vinschen
2019-01-26Cygwin: uname: Raise size of utsname fields and revamp uname(2) outputCorinna Vinschen
2019-01-14Cygwin: wincap: split has_posix_file_infoCorinna Vinschen
2018-12-25Cygwin: wincap: add wincap_10_1803, add has_case_sensitive_dirs itemCorinna Vinschen
2018-12-23Cygwin: wincap: add wincap_10_1709, add has_posix_file_info itemCorinna Vinschen
2018-11-29Cygwin: implement extensible clock interfaceCorinna Vinschen
2018-04-11Cygwin: wincap: expose more SYSTEM_INFO members and use as appropriateCorinna Vinschen
2017-04-24cygwin: wincap: handle W10 1703Corinna Vinschen
2016-06-24Drop max_sys_priv wincapCorinna Vinschen
2016-06-24Drop has_broken_rtl_query_process_debug_information flagCorinna Vinschen
2016-06-24Drop terminate_thread_frees_stack flagCorinna Vinschen
2016-06-24Drop has_pipe_reject_remote_clients flagCorinna Vinschen
2016-06-24Drop has_set_thread_stack_guarantee flagCorinna Vinschen
2016-06-24Drop has_program_compatibility_assistant flagCorinna Vinschen
2016-06-24Drop wow64_has_secondary_stack flagCorinna Vinschen
2016-06-24Drop use_dont_resolve_hack flagCorinna Vinschen
2016-06-24Drop has_restricted_raw_disk_access flagCorinna Vinschen
2016-06-24Drop has_transactions flagCorinna Vinschen
2016-06-24Drop has_fast_cwd flagCorinna Vinschen
2016-06-23Drop has_localenames flagCorinna Vinschen
2016-06-23Drop has_always_all_codepages flagCorinna Vinschen
2016-06-23Drop has_broken_udf flagCorinna Vinschen
2016-06-23Drop has_sendmsg flagCorinna Vinschen
2016-06-23Drop has_mandatory_integrity_control flagCorinna Vinschen
2016-06-23Drop has_restricted_stack_args flagCorinna Vinschen
2016-06-23Drop supports_all_posix_ai_flagsCorinna Vinschen
2016-06-23Drop has_gaa_on_link_prefix flag and remove obsolete functions thuslyCorinna Vinschen
2016-06-23Drop has_recycle_dot_binCorinna Vinschen
2016-06-23Switching the Cygwin DLL to LGPLv3+, dropping commercial buyout optioncygwin-2_5_2-releaseCorinna Vinschen
2016-02-18setuid: Create token from scratch without credentials of callerCorinna Vinschen
2016-01-27Don't use LoadLibraryEx(..., LOAD_LIBRARY_SEARCH_SYSTEM32). It hangsCorinna Vinschen
2016-01-12Try loading with safe path using LOAD_LIBRARY_SEARCH_SYSTEM32 firstCorinna Vinschen
2015-12-07Always allocate main thread stack from pthread stack area on x86_64.Corinna Vinschen
2015-12-04On 64 bit, only create new thread stack if started from 32 bit process on aff...Corinna Vinschen
2015-12-03Fix /proc/<PID>/maps output for PEB and TEBs on W10 1511Corinna Vinschen
2015-08-27Implement POSIX_MADV_WILLNEED/POSIX_MADV_DONTNEED for newer OSesCorinna Vinschen
2015-08-13Fix /proc/cpuinfo topology and cache size infoCorinna Vinschen
2015-07-29cygwin: Fix copyright datesCorinna Vinschen
2015-07-05Disable fetching heap info on 64 bit XP/2003Corinna Vinschen
2015-07-04Fix original stack when running signal handler on alternate stackCorinna Vinschen
2014-12-01 * wincap.cc (wincap_minimal): Remove.Corinna Vinschen
2014-05-08 * uinfo.cc (cygheap_user::init): Fix formatting in debug output.Corinna Vinschen
2013-11-20 * ntdll.h (RtlGetVersion): Declare.Corinna Vinschen
2013-06-14 * autoload.cc (GetSystemTimePreciseAsFileTime): Define.Corinna Vinschen