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
path: root/winsup
AgeCommit message (Collapse)Author
2016-06-25Revert "Use .DELETE_ON_ERROR"Jon Turney
This reverts commit 62b0bf0b8b65f16909b0e8d150a9c238cf6eb44a.
2016-06-25Use .DELETE_ON_ERRORJon Turney
Use .DELETE_ON_ERROR Make the fact that we are running dllfixdbg less obscure
2016-06-25Remove leftover useless copyright hintsCorinna Vinschen
Signed-off-by: Corinna Vinschen <corinna@vinschen.de>
2016-06-25Clarify setting of child_info::msv_count in child_info.hCorinna Vinschen
Signed-off-by: Corinna Vinschen <corinna@vinschen.de>
2016-06-25Remove CYGWIN=detect_bloda optionCorinna Vinschen
2016-06-25No longer support "Interact with desktop"Corinna Vinschen
Always create child user window station and desktop, unless only spawning with restricted token. Also fix formatting of a few comments in child_info_spawn::worker. Signed-off-by: Corinna Vinschen <corinna@vinschen.de>
2016-06-25Fix comments for AI_ADDRCONFIG and AI_V4MAPPEDCorinna Vinschen
2016-06-25syscalls.cc: Merge desktop_ini_ext into desktop_iniCorinna Vinschen
2016-06-25fhandler_pty_master::pty_master_thread: Always check for correct pidCorinna Vinschen
2016-06-25Remove unused GetTickCount_nsCorinna Vinschen
2016-06-25Fix various OS-related commentsCorinna Vinschen
Signed-off-by: Corinna Vinschen <corinna@vinschen.de>
2016-06-25cygheap_domain_info::init: Fix commentCorinna Vinschen
2016-06-25Remove XP and Server 2003 from documentationCorinna Vinschen
Signed-off-by: Corinna Vinschen <corinna@vinschen.de>
2016-06-24net.cc (fdsock): Fix commentCorinna Vinschen
2016-06-24child_info.h: Fix a commentCorinna Vinschen
2016-06-24child_info::child_info: Fix a commentCorinna Vinschen
2016-06-24sec_auth.cc: Drop prototype for CreateProfile, don't expect failed autoloadCorinna Vinschen
2016-06-24include/cygwin/if.h: Fix a commentCorinna Vinschen
2016-06-24fhandler_disk_file::opendir: Fix a commentCorinna Vinschen
2016-06-24eval_start_address: Fix commentCorinna Vinschen
Signed-off-by: Corinna Vinschen <corinna@vinschen.de>
2016-06-24fhandler_dev_floppy::get_drive_info: fix commentCorinna Vinschen
Signed-off-by: Corinna Vinschen <corinna@vinschen.de>
2016-06-24symlink_info::check fixup comment and two test for non-XPCorinna Vinschen
2016-06-24Drop autoloading transaction functions from ntdllCorinna Vinschen
2016-06-24Drop autoloading kernel32 symbols available since VistaCorinna Vinschen
2016-06-24Drop autoloading of CancelSynchronousIoCorinna Vinschen
2016-06-24Drop max_sys_priv wincapCorinna Vinschen
Convert sys_privs to const struct with TOKEN_PRIVILEGES layout. Drop function get_system_priv_list. Just use pointer to sys_privs. Dropping max_sys_priv from wincaps requires to make sure that the bitfield is 8 byte aligned on x86_64, otherwise gcc (5.3 only?) apparently breaks access to the bitfield (off by 4 bytes). Signed-off-by: Corinna Vinschen <corinna@vinschen.de>
2016-06-24Drop accidentally leftover comment from wincapc::initCorinna Vinschen
2016-06-24Default to latest wincapCorinna Vinschen
2016-06-24Drop Windows XP/2003 wincapsCorinna 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-24Rename if_indextoname to cygwin_if_indextoname (analag for if_nametoindex)Corinna Vinschen
Just call OS functions
2016-06-24Drop wow64_has_secondary_stack flagCorinna Vinschen
2016-06-24Drop use_dont_resolve_hack flagCorinna Vinschen
Signed-off-by: Corinna Vinschen <corinna@vinschen.de>
2016-06-24Drop has_restricted_raw_disk_access flagCorinna Vinschen
2016-06-24Fix major device check when locking partitionsCorinna Vinschen
The change introduced in commit b2867a6 contains a faulty check for the major device number in fhandler_dev_floppy::lock_partition. Fix this. Also fix comments. Signed-off-by: Corinna Vinschen <corinna@vinschen.de>
2016-06-24Drop has_transactions flagCorinna Vinschen
2016-06-24Drop has_fast_cwd flagCorinna Vinschen
2016-06-24Add support for certain newer locales only available with ScriptCorinna Vinschen
Signed-off-by: Corinna Vinschen <corinna@vinschen.de>
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