aboutsummaryrefslogtreecommitdiff
path: root/winsup/cygwin/wincap.cc
AgeCommit message (Expand)AuthorFilesLines
2020-07-01Cygwin: tcp: Support TCP_USER_TIMEOUTCorinna Vinschen1-0/+11
2020-07-01Cygwin: tcp: Support TCP_KEEPIDLE, TCP_KEEPCNT, TCP_KEEPINTVLCorinna Vinschen1-0/+11
2020-07-01Cygwin: tcp: Support TCP_FASTOPENCorinna Vinschen1-0/+44
2020-04-07Cygwin: memory: declare extended memory APICorinna Vinschen1-0/+10
2020-02-26Cygwin: console: Add support for REP escape sequence to xterm mode.Takashi Yano1-0/+10
2020-02-26Cygwin: console: Add workaround for broken IL/DL in xterm mode.Takashi Yano1-0/+10
2020-01-14Cygwin: console: Add workaround for broken CSI3J in Win10 1809.Takashi Yano1-1/+40
2019-06-04Cygwin: Allow accessing 48 bit address space in Windows 8.1 or laterCorinna Vinschen1-0/+9
2019-04-19Cygwin: drop unsupported Windows 10 versionsCorinna Vinschen1-31/+1
2019-03-31Cygwin: console: support 24 bit colorTakashi Yano1-0/+10
2019-03-03Cygwin: fork: fix child process permissions, take 3Corinna Vinschen1-1/+28
2019-02-28Cygwin: wincap: fix copy/paste bugCorinna Vinschen1-1/+1
2019-02-22Cygwin: get_user_groups: fetch a user's group list from identification tokenCorinna Vinschen1-0/+10
2019-01-29Cygwin: fork/exec: fix child process permissionsCorinna Vinschen1-0/+9
2019-01-14Cygwin: wincap: split has_posix_file_infoCorinna Vinschen1-9/+42
2018-12-25Cygwin: wincap: add wincap_10_1803, add has_case_sensitive_dirs itemCorinna Vinschen1-1/+32
2018-12-23Cygwin: wincap: add wincap_10_1709, add has_posix_file_info itemCorinna Vinschen1-6/+36
2018-11-29Cygwin: implement extensible clock interfaceCorinna Vinschen1-0/+12
2017-04-24cygwin: wincap: handle W10 1703Corinna Vinschen1-2/+26
2017-04-24cygwin: wincap: fix evaluation of build numberCorinna Vinschen1-0/+1
2016-06-24Drop max_sys_priv wincapCorinna Vinschen1-60/+65
2016-06-24Drop accidentally leftover comment from wincapc::initCorinna Vinschen1-3/+0
2016-06-24Default to latest wincapCorinna Vinschen1-3/+3
2016-06-24Drop Windows XP/2003 wincapsCorinna Vinschen1-43/+0
2016-06-24Drop has_broken_rtl_query_process_debug_information flagCorinna Vinschen1-11/+0
2016-06-24Drop terminate_thread_frees_stack flagCorinna Vinschen1-7/+0
2016-06-24Drop has_pipe_reject_remote_clients flagCorinna Vinschen1-7/+0
2016-06-24Drop has_set_thread_stack_guarantee flagCorinna Vinschen1-7/+0
2016-06-24Drop has_program_compatibility_assistant flagCorinna Vinschen1-7/+0
2016-06-24Drop wow64_has_secondary_stack flagCorinna Vinschen1-8/+0
2016-06-24Drop use_dont_resolve_hack flagCorinna Vinschen1-7/+0
2016-06-24Drop has_restricted_raw_disk_access flagCorinna Vinschen1-7/+0
2016-06-24Drop has_transactions flagCorinna Vinschen1-7/+0
2016-06-24Drop has_fast_cwd flagCorinna Vinschen1-7/+0
2016-06-23Drop has_localenames flagCorinna Vinschen1-7/+0
2016-06-23Drop has_always_all_codepages flagCorinna Vinschen1-7/+0
2016-06-23Drop has_broken_udf flagCorinna Vinschen1-7/+0
2016-06-23Drop has_sendmsg flagCorinna Vinschen1-7/+0
2016-06-23Drop has_mandatory_integrity_control flagCorinna Vinschen1-7/+0
2016-06-23Drop has_restricted_stack_args flagCorinna Vinschen1-8/+0
2016-06-23Drop supports_all_posix_ai_flagsCorinna Vinschen1-7/+0
2016-06-23Drop has_gaa_on_link_prefix flag and remove obsolete functions thuslyCorinna Vinschen1-7/+0
2016-06-23Drop has_recycle_dot_binCorinna Vinschen1-7/+0
2016-06-23Switching the Cygwin DLL to LGPLv3+, dropping commercial buyout optioncygwin-2_5_2-releaseCorinna Vinschen1-3/+0
2016-03-09Overwite potentially faked kernel version with correct valuesCorinna Vinschen1-0/+5
2016-02-18setuid: Create token from scratch without credentials of callerCorinna Vinschen1-0/+7
2016-01-27Don't use LoadLibraryEx(..., LOAD_LIBRARY_SEARCH_SYSTEM32). It hangsCorinna Vinschen1-7/+0
2016-01-12Try loading with safe path using LOAD_LIBRARY_SEARCH_SYSTEM32 firstCorinna Vinschen1-0/+7
2015-12-07Always allocate main thread stack from pthread stack area on x86_64.Corinna Vinschen1-8/+0
2015-12-03On 64 bit, only create new thread stack if started from 32 bit process on aff...Corinna Vinschen1-0/+11