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
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
2013-04-23 * Merge in cygwin-64bit-branch.Corinna Vinschen
2013-03-29 * cygthread.cc (cygthread::terminate_thread): Only try to freeCorinna Vinschen
2013-01-21Throughout, update copyrights to reflect dates which correspond to main-branchChristopher Faylor
2012-05-03 * net.cc (get_adapters_addresses): Only create thread on affectedCorinna Vinschen
2012-04-15wincap.h: Rename assitant to assistant throughout. wincap.cc: Ditto.Christopher Faylor
2012-02-21 * shared.cc (shared_info::init_obcaseinsensitive): Check actual stateCorinna Vinschen
2012-02-17 * ntdll.h (struct _PEB): Add EnvironmentUpdateCount member.Corinna Vinschen
2011-12-19 * dcrt0.cc (dll_crt0_0): Check for wincap.wow64_has_secondary_stackCorinna Vinschen
2011-10-15 * sec_auth.cc (get_token_group_sidlist): Add CONSOLE LOGON SID onCorinna Vinschen
2011-07-31* cygthread.cc (cygthread::async_create): Define new function.Christopher Faylor
2011-05-20 * child_info.h (CURR_CHILD_INFO_MAGIC): Update.Corinna Vinschen
2011-05-16 * heap.cc (heap_init): Rewrite initial heap allocation to use addressesCorinna Vinschen
2011-05-10 * fhandler_proc.cc (format_proc_uptime): Don't call GetSystemInfo.Corinna Vinschen
2011-05-10 * environ.cc (set_chunksize): Remove.Corinna Vinschen