* Makefile.in: Build wincap.o.
* wincap.cc: New file.
* wincap.h: Ditto.
* autoload.cc: Add dynamic load statement for `CreateHardLinkA'.
* dcrt0.cc (os_being_run): Eliminated.
(osname): Ditto.
(iswinnt): Ditto.
(set_os_type): Ditto.
(dll_crt0_1): Call wincap.init() instead of set_os_type().
(_dll_crt0): Ditto.
* environ.cc (set_chunksize): New function.
(parse_thing): `forkchunk' setting now invokes function `set_chunksize'.
* fork.cc (chunksize): Eliminated. Moved to be member of wincap.
* host_dependent.h: Removed.
* syscalls.cc (_link): Try using `CreateHardLinkA' first, if available.
* cygheap.cc, dcrt0.cc, delqueue.cc, dir.cc,
environ.cc, fhandler.cc, fhandler.h, fhandler_console.cc,
fhandler_mem.cc, fork.cc, mmap.cc, net.cc, pinfo.cc, pinfo.h,
security.cc, syscalls.cc, sysconf.cc, syslog.cc, thread.cc,
times.cc, tty.cc, uinfo.cc, uname.cc, winsup.h: Use new wincap
capability check throughout.
* winsup.h: Include wincap.h. Eliminate extern declarations of
`os_being_run' and `iswinnt'. Eliminate `os_type" definition.
* include/cygwin/version.h: Bump version to 1.3.4.
2001-09-13 01:46:37 +08:00
|
|
|
/* wincap.cc -- figure out on which OS we're running. Set the
|
|
|
|
capability class to the appropriate values.
|
|
|
|
|
|
|
|
This file is part of Cygwin.
|
|
|
|
|
|
|
|
This software is a copyrighted work licensed under the terms of the
|
|
|
|
Cygwin license. Please consult the file "CYGWIN_LICENSE" for
|
|
|
|
details. */
|
|
|
|
|
|
|
|
#include "winsup.h"
|
2007-07-19 16:33:22 +08:00
|
|
|
#include "security.h"
|
2008-04-28 16:47:06 +08:00
|
|
|
#include "ntdll.h"
|
* Makefile.in: Build wincap.o.
* wincap.cc: New file.
* wincap.h: Ditto.
* autoload.cc: Add dynamic load statement for `CreateHardLinkA'.
* dcrt0.cc (os_being_run): Eliminated.
(osname): Ditto.
(iswinnt): Ditto.
(set_os_type): Ditto.
(dll_crt0_1): Call wincap.init() instead of set_os_type().
(_dll_crt0): Ditto.
* environ.cc (set_chunksize): New function.
(parse_thing): `forkchunk' setting now invokes function `set_chunksize'.
* fork.cc (chunksize): Eliminated. Moved to be member of wincap.
* host_dependent.h: Removed.
* syscalls.cc (_link): Try using `CreateHardLinkA' first, if available.
* cygheap.cc, dcrt0.cc, delqueue.cc, dir.cc,
environ.cc, fhandler.cc, fhandler.h, fhandler_console.cc,
fhandler_mem.cc, fork.cc, mmap.cc, net.cc, pinfo.cc, pinfo.h,
security.cc, syscalls.cc, sysconf.cc, syslog.cc, thread.cc,
times.cc, tty.cc, uinfo.cc, uname.cc, winsup.h: Use new wincap
capability check throughout.
* winsup.h: Include wincap.h. Eliminate extern declarations of
`os_being_run' and `iswinnt'. Eliminate `os_type" definition.
* include/cygwin/version.h: Bump version to 1.3.4.
2001-09-13 01:46:37 +08:00
|
|
|
|
2008-10-24 05:00:45 +08:00
|
|
|
/* CV, 2008-10-23: All wincapc's have to be in the .cygwin_dll_common section,
|
|
|
|
same as wincap itself. Otherwise the capability changes made in
|
|
|
|
wincapc::init() are not propagated to any subsequently started process
|
|
|
|
in the same session. I'm only writing this longish comment because I'm
|
|
|
|
puzzled that this has never been noticed before... */
|
|
|
|
|
|
|
|
wincaps wincap_xpsp2 __attribute__((section (".cygwin_dll_common"), shared)) = {
|
2015-07-05 04:49:30 +08:00
|
|
|
def_guard_pages:1,
|
2007-07-19 16:33:22 +08:00
|
|
|
max_sys_priv:SE_CREATE_GLOBAL_PRIVILEGE,
|
|
|
|
is_server:false,
|
|
|
|
needs_count_in_si_lpres2:false,
|
2012-05-03 16:34:44 +08:00
|
|
|
has_gaa_largeaddress_bug:false,
|
2009-06-26 23:12:06 +08:00
|
|
|
has_broken_alloc_console:false,
|
2011-10-16 00:31:57 +08:00
|
|
|
has_console_logon_sid:false,
|
2013-04-23 17:44:36 +08:00
|
|
|
has_pipe_reject_remote_clients:false,
|
2013-03-30 01:00:36 +08:00
|
|
|
terminate_thread_frees_stack:false,
|
2013-06-14 23:41:17 +08:00
|
|
|
has_precise_system_time:false,
|
2014-05-09 03:33:07 +08:00
|
|
|
has_microsoft_accounts:false,
|
2015-07-05 18:51:52 +08:00
|
|
|
has_broken_rtl_query_process_debug_information:false,
|
2015-08-13 23:59:47 +08:00
|
|
|
has_processor_groups:false,
|
2015-08-27 19:34:10 +08:00
|
|
|
has_broken_prefetchvm:false,
|
2015-12-03 20:33:43 +08:00
|
|
|
has_new_pebteb_region:false,
|
2016-02-17 23:40:27 +08:00
|
|
|
has_broken_whoami:true,
|
2003-05-20 23:22:09 +08:00
|
|
|
};
|
|
|
|
|
2008-10-24 05:00:45 +08:00
|
|
|
wincaps wincap_2003 __attribute__((section (".cygwin_dll_common"), shared)) = {
|
2015-07-05 04:49:30 +08:00
|
|
|
def_guard_pages:1,
|
2007-07-19 16:33:22 +08:00
|
|
|
max_sys_priv:SE_CREATE_GLOBAL_PRIVILEGE,
|
2011-05-10 23:39:02 +08:00
|
|
|
is_server:false,
|
2006-12-05 18:59:21 +08:00
|
|
|
needs_count_in_si_lpres2:false,
|
2012-05-03 16:34:44 +08:00
|
|
|
has_gaa_largeaddress_bug:false,
|
2009-06-26 23:12:06 +08:00
|
|
|
has_broken_alloc_console:false,
|
2011-10-16 00:31:57 +08:00
|
|
|
has_console_logon_sid:false,
|
2013-04-23 17:44:36 +08:00
|
|
|
has_pipe_reject_remote_clients:false,
|
2013-03-30 01:00:36 +08:00
|
|
|
terminate_thread_frees_stack:false,
|
2013-06-14 23:41:17 +08:00
|
|
|
has_precise_system_time:false,
|
2014-05-09 03:33:07 +08:00
|
|
|
has_microsoft_accounts:false,
|
2015-07-05 18:51:52 +08:00
|
|
|
has_broken_rtl_query_process_debug_information:true,
|
2015-08-13 23:59:47 +08:00
|
|
|
has_processor_groups:false,
|
2015-08-27 19:34:10 +08:00
|
|
|
has_broken_prefetchvm:false,
|
2015-12-03 20:33:43 +08:00
|
|
|
has_new_pebteb_region:false,
|
2016-02-17 23:40:27 +08:00
|
|
|
has_broken_whoami:true,
|
2005-09-29 03:33:18 +08:00
|
|
|
};
|
|
|
|
|
2008-10-24 05:00:45 +08:00
|
|
|
wincaps wincap_vista __attribute__((section (".cygwin_dll_common"), shared)) = {
|
2015-07-05 04:49:30 +08:00
|
|
|
def_guard_pages:1,
|
2007-07-19 16:33:22 +08:00
|
|
|
max_sys_priv:SE_CREATE_SYMBOLIC_LINK_PRIVILEGE,
|
2007-01-18 03:26:58 +08:00
|
|
|
is_server:false,
|
2006-12-05 18:59:21 +08:00
|
|
|
needs_count_in_si_lpres2:true,
|
2012-05-03 16:34:44 +08:00
|
|
|
has_gaa_largeaddress_bug:true,
|
2009-06-26 23:12:06 +08:00
|
|
|
has_broken_alloc_console:false,
|
2011-10-16 00:31:57 +08:00
|
|
|
has_console_logon_sid:false,
|
2013-04-23 17:44:36 +08:00
|
|
|
has_pipe_reject_remote_clients:true,
|
2013-03-30 01:00:36 +08:00
|
|
|
terminate_thread_frees_stack:true,
|
2013-06-14 23:41:17 +08:00
|
|
|
has_precise_system_time:false,
|
2014-05-09 03:33:07 +08:00
|
|
|
has_microsoft_accounts:false,
|
2015-07-05 18:51:52 +08:00
|
|
|
has_broken_rtl_query_process_debug_information:false,
|
2015-08-13 23:59:47 +08:00
|
|
|
has_processor_groups:false,
|
2015-08-27 19:34:10 +08:00
|
|
|
has_broken_prefetchvm:false,
|
2015-12-03 20:33:43 +08:00
|
|
|
has_new_pebteb_region:false,
|
2016-02-17 23:40:27 +08:00
|
|
|
has_broken_whoami:true,
|
2009-05-09 23:56:37 +08:00
|
|
|
};
|
|
|
|
|
|
|
|
wincaps wincap_7 __attribute__((section (".cygwin_dll_common"), shared)) = {
|
2015-07-05 04:49:30 +08:00
|
|
|
def_guard_pages:1,
|
2009-05-09 23:56:37 +08:00
|
|
|
max_sys_priv:SE_CREATE_SYMBOLIC_LINK_PRIVILEGE,
|
|
|
|
is_server:false,
|
2010-07-15 16:00:52 +08:00
|
|
|
needs_count_in_si_lpres2:false,
|
2012-05-03 16:34:44 +08:00
|
|
|
has_gaa_largeaddress_bug:true,
|
|
|
|
has_broken_alloc_console:true,
|
|
|
|
has_console_logon_sid:true,
|
2013-04-23 17:44:36 +08:00
|
|
|
has_pipe_reject_remote_clients:true,
|
2013-03-30 01:00:36 +08:00
|
|
|
terminate_thread_frees_stack:true,
|
2013-06-14 23:41:17 +08:00
|
|
|
has_precise_system_time:false,
|
2014-05-09 03:33:07 +08:00
|
|
|
has_microsoft_accounts:false,
|
2015-07-05 18:51:52 +08:00
|
|
|
has_broken_rtl_query_process_debug_information:false,
|
2015-08-13 23:59:47 +08:00
|
|
|
has_processor_groups:true,
|
2015-08-27 19:34:10 +08:00
|
|
|
has_broken_prefetchvm:false,
|
2015-12-03 20:33:43 +08:00
|
|
|
has_new_pebteb_region:false,
|
2016-02-17 23:40:27 +08:00
|
|
|
has_broken_whoami:true,
|
2012-05-03 16:34:44 +08:00
|
|
|
};
|
|
|
|
|
|
|
|
wincaps wincap_8 __attribute__((section (".cygwin_dll_common"), shared)) = {
|
2015-07-05 04:49:30 +08:00
|
|
|
def_guard_pages:2,
|
2012-05-03 16:34:44 +08:00
|
|
|
max_sys_priv:SE_CREATE_SYMBOLIC_LINK_PRIVILEGE,
|
|
|
|
is_server:false,
|
2014-12-01 22:02:55 +08:00
|
|
|
needs_count_in_si_lpres2:false,
|
|
|
|
has_gaa_largeaddress_bug:false,
|
|
|
|
has_broken_alloc_console:true,
|
|
|
|
has_console_logon_sid:true,
|
|
|
|
has_pipe_reject_remote_clients:true,
|
|
|
|
terminate_thread_frees_stack:true,
|
|
|
|
has_precise_system_time:true,
|
|
|
|
has_microsoft_accounts:true,
|
2015-07-05 18:51:52 +08:00
|
|
|
has_broken_rtl_query_process_debug_information:false,
|
2015-08-13 23:59:47 +08:00
|
|
|
has_processor_groups:true,
|
2015-08-27 19:34:10 +08:00
|
|
|
has_broken_prefetchvm:false,
|
2015-12-03 20:33:43 +08:00
|
|
|
has_new_pebteb_region:false,
|
2016-02-17 23:40:27 +08:00
|
|
|
has_broken_whoami:false,
|
2014-12-01 22:02:55 +08:00
|
|
|
};
|
|
|
|
|
|
|
|
wincaps wincap_10 __attribute__((section (".cygwin_dll_common"), shared)) = {
|
2015-07-05 04:49:30 +08:00
|
|
|
def_guard_pages:2,
|
2014-12-01 22:02:55 +08:00
|
|
|
max_sys_priv:SE_CREATE_SYMBOLIC_LINK_PRIVILEGE,
|
|
|
|
is_server:false,
|
2012-05-03 16:34:44 +08:00
|
|
|
needs_count_in_si_lpres2:false,
|
|
|
|
has_gaa_largeaddress_bug:false,
|
2009-06-26 23:12:06 +08:00
|
|
|
has_broken_alloc_console:true,
|
2011-10-16 00:31:57 +08:00
|
|
|
has_console_logon_sid:true,
|
2013-04-23 17:44:36 +08:00
|
|
|
has_pipe_reject_remote_clients:true,
|
2013-03-30 01:00:36 +08:00
|
|
|
terminate_thread_frees_stack:true,
|
2013-06-14 23:41:17 +08:00
|
|
|
has_precise_system_time:true,
|
2014-05-09 03:33:07 +08:00
|
|
|
has_microsoft_accounts:true,
|
2015-07-05 18:51:52 +08:00
|
|
|
has_broken_rtl_query_process_debug_information:false,
|
2015-08-13 23:59:47 +08:00
|
|
|
has_processor_groups:true,
|
2015-08-27 19:34:10 +08:00
|
|
|
has_broken_prefetchvm:true,
|
2015-12-03 20:33:43 +08:00
|
|
|
has_new_pebteb_region:false,
|
2016-02-17 23:40:27 +08:00
|
|
|
has_broken_whoami:false,
|
2015-12-03 20:33:43 +08:00
|
|
|
};
|
|
|
|
|
|
|
|
wincaps wincap_10_1511 __attribute__((section (".cygwin_dll_common"), shared)) = {
|
|
|
|
def_guard_pages:2,
|
|
|
|
max_sys_priv:SE_CREATE_SYMBOLIC_LINK_PRIVILEGE,
|
|
|
|
is_server:false,
|
|
|
|
needs_count_in_si_lpres2:false,
|
|
|
|
has_gaa_largeaddress_bug:false,
|
|
|
|
has_broken_alloc_console:true,
|
|
|
|
has_console_logon_sid:true,
|
|
|
|
has_pipe_reject_remote_clients:true,
|
|
|
|
terminate_thread_frees_stack:true,
|
|
|
|
has_precise_system_time:true,
|
|
|
|
has_microsoft_accounts:true,
|
|
|
|
has_broken_rtl_query_process_debug_information:false,
|
|
|
|
has_processor_groups:true,
|
|
|
|
has_broken_prefetchvm:false,
|
|
|
|
has_new_pebteb_region:true,
|
2016-02-17 23:40:27 +08:00
|
|
|
has_broken_whoami:false,
|
* Makefile.in: Build wincap.o.
* wincap.cc: New file.
* wincap.h: Ditto.
* autoload.cc: Add dynamic load statement for `CreateHardLinkA'.
* dcrt0.cc (os_being_run): Eliminated.
(osname): Ditto.
(iswinnt): Ditto.
(set_os_type): Ditto.
(dll_crt0_1): Call wincap.init() instead of set_os_type().
(_dll_crt0): Ditto.
* environ.cc (set_chunksize): New function.
(parse_thing): `forkchunk' setting now invokes function `set_chunksize'.
* fork.cc (chunksize): Eliminated. Moved to be member of wincap.
* host_dependent.h: Removed.
* syscalls.cc (_link): Try using `CreateHardLinkA' first, if available.
* cygheap.cc, dcrt0.cc, delqueue.cc, dir.cc,
environ.cc, fhandler.cc, fhandler.h, fhandler_console.cc,
fhandler_mem.cc, fork.cc, mmap.cc, net.cc, pinfo.cc, pinfo.h,
security.cc, syscalls.cc, sysconf.cc, syslog.cc, thread.cc,
times.cc, tty.cc, uinfo.cc, uname.cc, winsup.h: Use new wincap
capability check throughout.
* winsup.h: Include wincap.h. Eliminate extern declarations of
`os_being_run' and `iswinnt'. Eliminate `os_type" definition.
* include/cygwin/version.h: Bump version to 1.3.4.
2001-09-13 01:46:37 +08:00
|
|
|
};
|
|
|
|
|
2006-01-11 02:11:32 +08:00
|
|
|
wincapc wincap __attribute__((section (".cygwin_dll_common"), shared));
|
* Makefile.in: Build wincap.o.
* wincap.cc: New file.
* wincap.h: Ditto.
* autoload.cc: Add dynamic load statement for `CreateHardLinkA'.
* dcrt0.cc (os_being_run): Eliminated.
(osname): Ditto.
(iswinnt): Ditto.
(set_os_type): Ditto.
(dll_crt0_1): Call wincap.init() instead of set_os_type().
(_dll_crt0): Ditto.
* environ.cc (set_chunksize): New function.
(parse_thing): `forkchunk' setting now invokes function `set_chunksize'.
* fork.cc (chunksize): Eliminated. Moved to be member of wincap.
* host_dependent.h: Removed.
* syscalls.cc (_link): Try using `CreateHardLinkA' first, if available.
* cygheap.cc, dcrt0.cc, delqueue.cc, dir.cc,
environ.cc, fhandler.cc, fhandler.h, fhandler_console.cc,
fhandler_mem.cc, fork.cc, mmap.cc, net.cc, pinfo.cc, pinfo.h,
security.cc, syscalls.cc, sysconf.cc, syslog.cc, thread.cc,
times.cc, tty.cc, uinfo.cc, uname.cc, winsup.h: Use new wincap
capability check throughout.
* winsup.h: Include wincap.h. Eliminate extern declarations of
`os_being_run' and `iswinnt'. Eliminate `os_type" definition.
* include/cygwin/version.h: Bump version to 1.3.4.
2001-09-13 01:46:37 +08:00
|
|
|
|
|
|
|
void
|
|
|
|
wincapc::init ()
|
|
|
|
{
|
2002-01-29 10:02:03 +08:00
|
|
|
if (caps)
|
|
|
|
return; // already initialized
|
|
|
|
|
2011-05-10 23:39:02 +08:00
|
|
|
GetSystemInfo (&system_info);
|
2013-11-20 06:21:11 +08:00
|
|
|
version.dwOSVersionInfoSize = sizeof (RTL_OSVERSIONINFOEXW);
|
|
|
|
RtlGetVersion (&version);
|
2016-03-10 06:10:17 +08:00
|
|
|
/* Overwrite unreliable kernel version with correct values returned by
|
|
|
|
RtlGetNtVersionNumbers. See git log of this change for a description. */
|
|
|
|
RtlGetNtVersionNumbers (&version.dwMajorVersion,
|
|
|
|
&version.dwMinorVersion,
|
|
|
|
&version.dwBuildNumber);
|
* Makefile.in: Build wincap.o.
* wincap.cc: New file.
* wincap.h: Ditto.
* autoload.cc: Add dynamic load statement for `CreateHardLinkA'.
* dcrt0.cc (os_being_run): Eliminated.
(osname): Ditto.
(iswinnt): Ditto.
(set_os_type): Ditto.
(dll_crt0_1): Call wincap.init() instead of set_os_type().
(_dll_crt0): Ditto.
* environ.cc (set_chunksize): New function.
(parse_thing): `forkchunk' setting now invokes function `set_chunksize'.
* fork.cc (chunksize): Eliminated. Moved to be member of wincap.
* host_dependent.h: Removed.
* syscalls.cc (_link): Try using `CreateHardLinkA' first, if available.
* cygheap.cc, dcrt0.cc, delqueue.cc, dir.cc,
environ.cc, fhandler.cc, fhandler.h, fhandler_console.cc,
fhandler_mem.cc, fork.cc, mmap.cc, net.cc, pinfo.cc, pinfo.h,
security.cc, syscalls.cc, sysconf.cc, syslog.cc, thread.cc,
times.cc, tty.cc, uinfo.cc, uname.cc, winsup.h: Use new wincap
capability check throughout.
* winsup.h: Include wincap.h. Eliminate extern declarations of
`os_being_run' and `iswinnt'. Eliminate `os_type" definition.
* include/cygwin/version.h: Bump version to 1.3.4.
2001-09-13 01:46:37 +08:00
|
|
|
|
2012-07-24 21:56:14 +08:00
|
|
|
switch (version.dwMajorVersion)
|
* Makefile.in: Build wincap.o.
* wincap.cc: New file.
* wincap.h: Ditto.
* autoload.cc: Add dynamic load statement for `CreateHardLinkA'.
* dcrt0.cc (os_being_run): Eliminated.
(osname): Ditto.
(iswinnt): Ditto.
(set_os_type): Ditto.
(dll_crt0_1): Call wincap.init() instead of set_os_type().
(_dll_crt0): Ditto.
* environ.cc (set_chunksize): New function.
(parse_thing): `forkchunk' setting now invokes function `set_chunksize'.
* fork.cc (chunksize): Eliminated. Moved to be member of wincap.
* host_dependent.h: Removed.
* syscalls.cc (_link): Try using `CreateHardLinkA' first, if available.
* cygheap.cc, dcrt0.cc, delqueue.cc, dir.cc,
environ.cc, fhandler.cc, fhandler.h, fhandler_console.cc,
fhandler_mem.cc, fork.cc, mmap.cc, net.cc, pinfo.cc, pinfo.h,
security.cc, syscalls.cc, sysconf.cc, syslog.cc, thread.cc,
times.cc, tty.cc, uinfo.cc, uname.cc, winsup.h: Use new wincap
capability check throughout.
* winsup.h: Include wincap.h. Eliminate extern declarations of
`os_being_run' and `iswinnt'. Eliminate `os_type" definition.
* include/cygwin/version.h: Bump version to 1.3.4.
2001-09-13 01:46:37 +08:00
|
|
|
{
|
2012-07-24 21:56:14 +08:00
|
|
|
case 5:
|
|
|
|
switch (version.dwMinorVersion)
|
* Makefile.in: Build wincap.o.
* wincap.cc: New file.
* wincap.h: Ditto.
* autoload.cc: Add dynamic load statement for `CreateHardLinkA'.
* dcrt0.cc (os_being_run): Eliminated.
(osname): Ditto.
(iswinnt): Ditto.
(set_os_type): Ditto.
(dll_crt0_1): Call wincap.init() instead of set_os_type().
(_dll_crt0): Ditto.
* environ.cc (set_chunksize): New function.
(parse_thing): `forkchunk' setting now invokes function `set_chunksize'.
* fork.cc (chunksize): Eliminated. Moved to be member of wincap.
* host_dependent.h: Removed.
* syscalls.cc (_link): Try using `CreateHardLinkA' first, if available.
* cygheap.cc, dcrt0.cc, delqueue.cc, dir.cc,
environ.cc, fhandler.cc, fhandler.h, fhandler_console.cc,
fhandler_mem.cc, fork.cc, mmap.cc, net.cc, pinfo.cc, pinfo.h,
security.cc, syscalls.cc, sysconf.cc, syslog.cc, thread.cc,
times.cc, tty.cc, uinfo.cc, uname.cc, winsup.h: Use new wincap
capability check throughout.
* winsup.h: Include wincap.h. Eliminate extern declarations of
`os_being_run' and `iswinnt'. Eliminate `os_type" definition.
* include/cygwin/version.h: Bump version to 1.3.4.
2001-09-13 01:46:37 +08:00
|
|
|
{
|
2012-07-24 21:56:14 +08:00
|
|
|
case 1:
|
2013-04-23 17:44:36 +08:00
|
|
|
caps = &wincap_xpsp2;
|
2005-09-29 03:33:18 +08:00
|
|
|
break;
|
2012-07-24 21:56:14 +08:00
|
|
|
|
* Makefile.in: Build wincap.o.
* wincap.cc: New file.
* wincap.h: Ditto.
* autoload.cc: Add dynamic load statement for `CreateHardLinkA'.
* dcrt0.cc (os_being_run): Eliminated.
(osname): Ditto.
(iswinnt): Ditto.
(set_os_type): Ditto.
(dll_crt0_1): Call wincap.init() instead of set_os_type().
(_dll_crt0): Ditto.
* environ.cc (set_chunksize): New function.
(parse_thing): `forkchunk' setting now invokes function `set_chunksize'.
* fork.cc (chunksize): Eliminated. Moved to be member of wincap.
* host_dependent.h: Removed.
* syscalls.cc (_link): Try using `CreateHardLinkA' first, if available.
* cygheap.cc, dcrt0.cc, delqueue.cc, dir.cc,
environ.cc, fhandler.cc, fhandler.h, fhandler_console.cc,
fhandler_mem.cc, fork.cc, mmap.cc, net.cc, pinfo.cc, pinfo.h,
security.cc, syscalls.cc, sysconf.cc, syslog.cc, thread.cc,
times.cc, tty.cc, uinfo.cc, uname.cc, winsup.h: Use new wincap
capability check throughout.
* winsup.h: Include wincap.h. Eliminate extern declarations of
`os_being_run' and `iswinnt'. Eliminate `os_type" definition.
* include/cygwin/version.h: Bump version to 1.3.4.
2001-09-13 01:46:37 +08:00
|
|
|
default:
|
2012-07-24 21:56:14 +08:00
|
|
|
caps = &wincap_2003;
|
* Makefile.in: Build wincap.o.
* wincap.cc: New file.
* wincap.h: Ditto.
* autoload.cc: Add dynamic load statement for `CreateHardLinkA'.
* dcrt0.cc (os_being_run): Eliminated.
(osname): Ditto.
(iswinnt): Ditto.
(set_os_type): Ditto.
(dll_crt0_1): Call wincap.init() instead of set_os_type().
(_dll_crt0): Ditto.
* environ.cc (set_chunksize): New function.
(parse_thing): `forkchunk' setting now invokes function `set_chunksize'.
* fork.cc (chunksize): Eliminated. Moved to be member of wincap.
* host_dependent.h: Removed.
* syscalls.cc (_link): Try using `CreateHardLinkA' first, if available.
* cygheap.cc, dcrt0.cc, delqueue.cc, dir.cc,
environ.cc, fhandler.cc, fhandler.h, fhandler_console.cc,
fhandler_mem.cc, fork.cc, mmap.cc, net.cc, pinfo.cc, pinfo.h,
security.cc, syscalls.cc, sysconf.cc, syslog.cc, thread.cc,
times.cc, tty.cc, uinfo.cc, uname.cc, winsup.h: Use new wincap
capability check throughout.
* winsup.h: Include wincap.h. Eliminate extern declarations of
`os_being_run' and `iswinnt'. Eliminate `os_type" definition.
* include/cygwin/version.h: Bump version to 1.3.4.
2001-09-13 01:46:37 +08:00
|
|
|
}
|
2001-11-05 14:09:15 +08:00
|
|
|
break;
|
2012-07-24 21:56:14 +08:00
|
|
|
case 6:
|
|
|
|
switch (version.dwMinorVersion)
|
|
|
|
{
|
|
|
|
case 0:
|
|
|
|
caps = &wincap_vista;
|
|
|
|
break;
|
|
|
|
case 1:
|
|
|
|
caps = &wincap_7;
|
|
|
|
break;
|
2014-12-01 22:02:55 +08:00
|
|
|
case 2:
|
|
|
|
case 3:
|
2012-07-24 21:56:14 +08:00
|
|
|
caps = &wincap_8;
|
|
|
|
break;
|
2014-12-01 22:02:55 +08:00
|
|
|
default:
|
|
|
|
caps = &wincap_10;
|
|
|
|
break;
|
2012-07-24 21:56:14 +08:00
|
|
|
}
|
2001-11-05 14:09:15 +08:00
|
|
|
break;
|
2014-12-01 22:02:55 +08:00
|
|
|
case 10:
|
* Makefile.in: Build wincap.o.
* wincap.cc: New file.
* wincap.h: Ditto.
* autoload.cc: Add dynamic load statement for `CreateHardLinkA'.
* dcrt0.cc (os_being_run): Eliminated.
(osname): Ditto.
(iswinnt): Ditto.
(set_os_type): Ditto.
(dll_crt0_1): Call wincap.init() instead of set_os_type().
(_dll_crt0): Ditto.
* environ.cc (set_chunksize): New function.
(parse_thing): `forkchunk' setting now invokes function `set_chunksize'.
* fork.cc (chunksize): Eliminated. Moved to be member of wincap.
* host_dependent.h: Removed.
* syscalls.cc (_link): Try using `CreateHardLinkA' first, if available.
* cygheap.cc, dcrt0.cc, delqueue.cc, dir.cc,
environ.cc, fhandler.cc, fhandler.h, fhandler_console.cc,
fhandler_mem.cc, fork.cc, mmap.cc, net.cc, pinfo.cc, pinfo.h,
security.cc, syscalls.cc, sysconf.cc, syslog.cc, thread.cc,
times.cc, tty.cc, uinfo.cc, uname.cc, winsup.h: Use new wincap
capability check throughout.
* winsup.h: Include wincap.h. Eliminate extern declarations of
`os_being_run' and `iswinnt'. Eliminate `os_type" definition.
* include/cygwin/version.h: Bump version to 1.3.4.
2001-09-13 01:46:37 +08:00
|
|
|
default:
|
2015-12-03 20:33:43 +08:00
|
|
|
if (version.dwBuildNumber >= 10586)
|
|
|
|
caps = &wincap_10_1511;
|
|
|
|
else
|
|
|
|
caps = &wincap_10;
|
* Makefile.in: Build wincap.o.
* wincap.cc: New file.
* wincap.h: Ditto.
* autoload.cc: Add dynamic load statement for `CreateHardLinkA'.
* dcrt0.cc (os_being_run): Eliminated.
(osname): Ditto.
(iswinnt): Ditto.
(set_os_type): Ditto.
(dll_crt0_1): Call wincap.init() instead of set_os_type().
(_dll_crt0): Ditto.
* environ.cc (set_chunksize): New function.
(parse_thing): `forkchunk' setting now invokes function `set_chunksize'.
* fork.cc (chunksize): Eliminated. Moved to be member of wincap.
* host_dependent.h: Removed.
* syscalls.cc (_link): Try using `CreateHardLinkA' first, if available.
* cygheap.cc, dcrt0.cc, delqueue.cc, dir.cc,
environ.cc, fhandler.cc, fhandler.h, fhandler_console.cc,
fhandler_mem.cc, fork.cc, mmap.cc, net.cc, pinfo.cc, pinfo.h,
security.cc, syscalls.cc, sysconf.cc, syslog.cc, thread.cc,
times.cc, tty.cc, uinfo.cc, uname.cc, winsup.h: Use new wincap
capability check throughout.
* winsup.h: Include wincap.h. Eliminate extern declarations of
`os_being_run' and `iswinnt'. Eliminate `os_type" definition.
* include/cygwin/version.h: Bump version to 1.3.4.
2001-09-13 01:46:37 +08:00
|
|
|
break;
|
|
|
|
}
|
2003-09-27 11:44:31 +08:00
|
|
|
|
2011-05-10 23:39:02 +08:00
|
|
|
((wincaps *)caps)->is_server = (version.wProductType != VER_NT_WORKSTATION);
|
2013-04-23 17:44:36 +08:00
|
|
|
#ifdef __x86_64__
|
|
|
|
wow64 = 0;
|
2015-07-05 04:49:30 +08:00
|
|
|
/* 64 bit systems have one more guard page than their 32 bit counterpart. */
|
|
|
|
++((wincaps *)caps)->def_guard_pages;
|
2013-04-23 17:44:36 +08:00
|
|
|
#else
|
2015-07-05 18:51:52 +08:00
|
|
|
/* RtlQueryProcessDebugInformation/CreateToolhelp32Snapshot both crash the
|
|
|
|
target process on 64 bit XP/2003 in native 64 bit mode only. Reset the
|
|
|
|
flag here for 32 bit. */
|
|
|
|
((wincaps *)caps)->has_broken_rtl_query_process_debug_information = false;
|
2015-12-04 05:56:44 +08:00
|
|
|
/* Windows 10 1511 has a stack move when a 64 bit process is started from
|
|
|
|
a 32 bit process, just as it was vice versa in XP/2003. Reset the flag
|
|
|
|
here for 32 bit. */
|
2009-12-19 04:32:04 +08:00
|
|
|
if (NT_SUCCESS (NtQueryInformationProcess (NtCurrentProcess (),
|
2008-04-28 16:47:06 +08:00
|
|
|
ProcessWow64Information,
|
|
|
|
&wow64, sizeof wow64, NULL))
|
|
|
|
&& !wow64)
|
2013-04-23 17:44:36 +08:00
|
|
|
#endif
|
2008-02-13 17:42:22 +08:00
|
|
|
{
|
2008-04-28 00:12:00 +08:00
|
|
|
((wincaps *)caps)->needs_count_in_si_lpres2 = false;
|
2012-05-03 16:34:44 +08:00
|
|
|
((wincaps *)caps)->has_gaa_largeaddress_bug = false;
|
2015-08-27 19:34:10 +08:00
|
|
|
((wincaps *)caps)->has_broken_prefetchvm = false;
|
2008-02-13 17:42:22 +08:00
|
|
|
}
|
2006-01-11 02:11:32 +08:00
|
|
|
|
2007-12-12 20:12:24 +08:00
|
|
|
__small_sprintf (osnam, "NT-%d.%d", version.dwMajorVersion,
|
* Makefile.in: Build wincap.o.
* wincap.cc: New file.
* wincap.h: Ditto.
* autoload.cc: Add dynamic load statement for `CreateHardLinkA'.
* dcrt0.cc (os_being_run): Eliminated.
(osname): Ditto.
(iswinnt): Ditto.
(set_os_type): Ditto.
(dll_crt0_1): Call wincap.init() instead of set_os_type().
(_dll_crt0): Ditto.
* environ.cc (set_chunksize): New function.
(parse_thing): `forkchunk' setting now invokes function `set_chunksize'.
* fork.cc (chunksize): Eliminated. Moved to be member of wincap.
* host_dependent.h: Removed.
* syscalls.cc (_link): Try using `CreateHardLinkA' first, if available.
* cygheap.cc, dcrt0.cc, delqueue.cc, dir.cc,
environ.cc, fhandler.cc, fhandler.h, fhandler_console.cc,
fhandler_mem.cc, fork.cc, mmap.cc, net.cc, pinfo.cc, pinfo.h,
security.cc, syscalls.cc, sysconf.cc, syslog.cc, thread.cc,
times.cc, tty.cc, uinfo.cc, uname.cc, winsup.h: Use new wincap
capability check throughout.
* winsup.h: Include wincap.h. Eliminate extern declarations of
`os_being_run' and `iswinnt'. Eliminate `os_type" definition.
* include/cygwin/version.h: Bump version to 1.3.4.
2001-09-13 01:46:37 +08:00
|
|
|
version.dwMinorVersion);
|
|
|
|
}
|