aboutsummaryrefslogtreecommitdiff
path: root/winsup/cygwin/wincap.cc
AgeCommit message (Expand)AuthorFilesLines
2013-11-19 * ntdll.h (RtlGetVersion): Declare.Corinna Vinschen1-2/+2
2013-11-19 * wincap.cc (wincapc::init): Revert previous change. It's not working.Corinna Vinschen1-9/+0
2013-11-19 * wincap.cc (wincapc::init): Fix dwMinorVersion for Windows 8.1 andCorinna Vinschen1-0/+9
2013-06-14 * autoload.cc (GetSystemTimePreciseAsFileTime): Define.Corinna Vinschen1-0/+5
2013-04-23 * Merge in cygwin-64bit-branch.Corinna Vinschen1-212/+11
2013-03-29 * cygthread.cc (cygthread::terminate_thread): Only try to freeCorinna Vinschen1-1/+10
2013-01-21Throughout, update copyrights to reflect dates which correspond to main-branchChristopher Faylor1-2/+2
2012-07-24 * wincap.cc (wincapc::init): Drop memset call since it can result inCorinna Vinschen1-53/+33
2012-05-03 * net.cc (get_adapters_addresses): Only create thread on affectedCorinna Vinschen1-1/+48
2012-04-15wincap.h: Rename assitant to assistant throughout. wincap.cc: Ditto.Christopher Faylor1-8/+8
2012-02-21 * shared.cc (shared_info::init_obcaseinsensitive): Check actual stateCorinna Vinschen1-0/+8
2012-02-17 * ntdll.h (struct _PEB): Add EnvironmentUpdateCount member.Corinna Vinschen1-1/+9
2011-12-19 * dcrt0.cc (dll_crt0_0): Check for wincap.wow64_has_secondary_stackCorinna Vinschen1-0/+9
2011-10-15 * sec_auth.cc (get_token_group_sidlist): Add CONSOLE LOGON SID onCorinna Vinschen1-0/+8
2011-07-30* cygthread.cc (cygthread::async_create): Define new function.Christopher Faylor1-10/+0
2011-05-20 * child_info.h (CURR_CHILD_INFO_MAGIC): Update.Corinna Vinschen1-0/+8
2011-05-16 * heap.cc (heap_init): Rewrite initial heap allocation to use addressesCorinna Vinschen1-8/+0
2011-05-10 * fhandler_proc.cc (format_proc_uptime): Don't call GetSystemInfo.Corinna Vinschen1-3/+3
2011-05-10 * environ.cc (set_chunksize): Remove.Corinna Vinschen1-14/+0
2011-04-28 * autoload.cc (GetSecurityInfo): Remove.Corinna Vinschen1-8/+0
2011-04-04 Drop NT4 support.Corinna Vinschen1-127/+6
2011-04-02 * autoload.cc (GetExtendedTcpTable): Remove.Corinna Vinschen1-17/+1
2011-03-23* wincap.cc (wincap_2003): Set use_dont_resolve_hack to true.Christopher Faylor1-1/+1
2011-03-20 * fenv.cc (_feinitialise); Don't use SSE instructions on systems notCorinna Vinschen1-0/+9
2011-03-08 * fhandler.cc (fhandler_base::open): When creating a file on aCorinna Vinschen1-0/+9
2011-03-01* autoload.cc (dll_load): Only perform DONT_RESOLVE_DLL_REFERENCES hack onChristopher Faylor1-0/+9
2011-01-30 * fhandler_socket.cc (address_in_use): Disable. Add comment.Corinna Vinschen1-9/+0
2011-01-11 * fhandler.h (MAX_PARTITIONS): New definition.Corinna Vinschen1-1/+10
2010-10-09 * cygheap.h (cwdstuff::override_win32_cwd): Declare.Corinna Vinschen1-0/+9
2010-09-25 * fhandler_socket.cc (fhandler_socket::bind): Drop has_exclusiveaddruseCorinna Vinschen1-118/+6
2010-09-19* wincap.h (wincaps::has_buggy_thread_startup): Declare.Christopher Faylor1-0/+13
2010-08-30 * autoload.cc (MsgWaitForMultipleObjectsEx): Define.Corinna Vinschen1-0/+11
2010-07-15 * wincap.cc (wincap_7): Set needs_count_in_si_lpres2 to false.Corinna Vinschen1-1/+1
2010-01-22 * Makefile.in (DLL_OFILES): Add nlsfunc.o and strfmon.o.Corinna Vinschen1-1/+13
2009-12-18 Throughout, replace hMainProc with GetCurrentProcess/NtCurrentProcessCorinna Vinschen1-1/+1
2009-11-03 * security.cc (alloc_sd): Re-introduce setting the SE_DACL_PROTECTEDCorinna Vinschen1-0/+11
2009-10-24 * fhandler.cc (fhandler_base::open): Always create file with defaultCorinna Vinschen1-11/+0
2009-08-08 * dtable.cc (dtable::init_std_file_from_handle): Fix comment toCorinna Vinschen1-1/+0
2009-07-20 * wincap.h (wincaps::has_always_all_codepages): New element.Corinna Vinschen1-0/+11
2009-06-26 * wincap.h (wincaps::has_broken_alloc_console): New element.Corinna Vinschen1-0/+11
2009-05-09 * dtable.cc (dtable::init_std_file_from_handle): Add workaround forCorinna Vinschen1-1/+57
2009-01-29 * fhandler_disk_file.cc (fhandler_disk_file::readdir): Fix inode numberCorinna Vinschen1-0/+10
2009-01-20 * autoload.cc (WSAIoctl): Reintroduce.Corinna Vinschen1-0/+20
2008-11-12 * autoload.cc (GetSystemDEPPolicy): Define.Corinna Vinschen1-2/+18
2008-10-23 * wincap.cc (all wincaps): Store in .cygwin_dll_common section same asCorinna Vinschen1-10/+16
2008-07-08 * fhandler_socket.cc (fhandler_socket::bind): Don't run explicitCorinna Vinschen1-0/+10
2008-05-15 * autoload.cc (LoadDLLfuncNt): Re-invent.Corinna Vinschen1-0/+10
2008-04-28 * autoload.cc (IsWow64Process): Remove.Corinna Vinschen1-1/+5
2008-04-27 * wincap.h (wincapc::wow64): Change type to BOOL.Corinna Vinschen1-8/+5
2008-04-01 * Fix copyright dates.Corinna Vinschen1-1/+1