summaryrefslogtreecommitdiffstats
path: root/winsup/cygwin/wincap.cc
Commit message (Expand)AuthorAgeFilesLines
* * Makefile.in (DLL_OFILES): Add nlsfunc.o and strfmon.o.Corinna Vinschen2010-01-221-1/+13
* Throughout, replace hMainProc with GetCurrentProcess/NtCurrentProcessCorinna Vinschen2009-12-181-1/+1
* * security.cc (alloc_sd): Re-introduce setting the SE_DACL_PROTECTEDCorinna Vinschen2009-11-031-0/+11
* * fhandler.cc (fhandler_base::open): Always create file with defaultCorinna Vinschen2009-10-241-11/+0
* * dtable.cc (dtable::init_std_file_from_handle): Fix comment toCorinna Vinschen2009-08-081-1/+0
* * wincap.h (wincaps::has_always_all_codepages): New element.Corinna Vinschen2009-07-201-0/+11
* * wincap.h (wincaps::has_broken_alloc_console): New element.Corinna Vinschen2009-06-261-0/+11
* * dtable.cc (dtable::init_std_file_from_handle): Add workaround forCorinna Vinschen2009-05-091-1/+57
* * fhandler_disk_file.cc (fhandler_disk_file::readdir): Fix inode numberCorinna Vinschen2009-01-291-0/+10
* * autoload.cc (WSAIoctl): Reintroduce.Corinna Vinschen2009-01-201-0/+20
* * autoload.cc (GetSystemDEPPolicy): Define.Corinna Vinschen2008-11-121-2/+18
* * wincap.cc (all wincaps): Store in .cygwin_dll_common section same asCorinna Vinschen2008-10-231-10/+16
* * fhandler_socket.cc (fhandler_socket::bind): Don't run explicitCorinna Vinschen2008-07-081-0/+10
* * autoload.cc (LoadDLLfuncNt): Re-invent.Corinna Vinschen2008-05-151-0/+10
* * autoload.cc (IsWow64Process): Remove.Corinna Vinschen2008-04-281-1/+5
* * wincap.h (wincapc::wow64): Change type to BOOL.Corinna Vinschen2008-04-271-8/+5
* * Fix copyright dates.Corinna Vinschen2008-04-011-1/+1
* * cygtls.cc (_cygtls::init_exception_handler): Revert patchCorinna Vinschen2008-02-131-1/+14
* * dcrt0.cc: Include string.h.Corinna Vinschen2007-12-121-7/+1
* * autoload.cc (SetSecurityDescriptorControl): Drop.Corinna Vinschen2007-07-191-10/+10
* * cygheap.h (init_cygheap::luid): Remove.Corinna Vinschen2007-07-191-3/+108
* * autoload.cc (WSAIoctl): Remove.Corinna Vinschen2007-06-211-0/+7
* * cygheap.cc (cygheap_init): Fix formatting. Remove comment. SetCorinna Vinschen2007-03-291-0/+7
* Throughout remove all usage of wincap.has_security.Corinna Vinschen2007-02-231-8/+2
* * fhandler.h (class fhandler_pipe): Remove members writepipe_exists,Corinna Vinschen2007-02-231-7/+0
* * fhandler_console.cc (fhandler_console::need_invisible): DropCorinna Vinschen2007-02-231-14/+0
* * exceptions.cc (dummy_ctrl_c_handler): Remove.Corinna Vinschen2007-02-231-49/+0
* * fhandler.cc (fhandler_base::lseek): Drop 9x considerations.Corinna Vinschen2007-02-231-14/+0
* * cygheap.h (struct cwdstuff): Remove sync member and keep_in_syncCorinna Vinschen2007-02-221-49/+0
* * fhandler_console.cc (fhandler_console::read): Drop 9x specificCorinna Vinschen2007-02-221-49/+0
* * fhandler.cc (fhandler_base::set_no_inheritance): Always useCorinna Vinschen2007-02-221-42/+0
* * fhandler.cc (fhandler_base::write): Remove wincap.has_lseek_bug case.Corinna Vinschen2007-02-221-28/+0
* Throughout remove all usage of wincap.access_denied_on_delete.Corinna Vinschen2007-02-221-7/+0
* Throughout replace all usage of wincap.shared with the constantCorinna Vinschen2007-02-221-7/+0
* * Makefile.in (DLL_IMPORTS): Add libntdll.a.Corinna Vinschen2007-02-221-7/+0
* * wincap.cc (wincap_unknown): Change settings for unknown to reflectCorinna Vinschen2007-02-211-429/+7
* * net.cc (ga_dup): New function, taken from ga_clone with v4-in-v6Corinna Vinschen2007-02-011-0/+13
* * autoload.cc (WSAIoctl): Define.Corinna Vinschen2007-01-211-24/+18
* * Makefile.in (DLL_OFILES): Add fhandler_procnet.o.Corinna Vinschen2007-01-171-2/+30
* * autoload.cc (SHFileOperationA): Drop definition.Corinna Vinschen2006-12-101-0/+13
* * fhandler_mem.cc (fhandler_dev_mem::open): Fix comment.Corinna Vinschen2006-12-061-2/+2
* * dcrt0.cc (get_cygwin_startup_info): Fix comment.Corinna Vinschen2006-12-051-0/+2
* * dcrt0.cc (get_cygwin_startup_info): Change zeros to DWORD array.Corinna Vinschen2006-12-051-0/+13
* * cyglsa.h: New header file.Corinna Vinschen2006-11-271-0/+13
* * sec_helper.cc (sid_auth): Remove.Corinna Vinschen2006-11-081-0/+13
* * cygheap.h (struct user_heap_info): Add slop member.Corinna Vinschen2006-10-311-0/+13
* * fhandler_disk_file.cc (fhandler_disk_file::rewinddir): AccomodateCorinna Vinschen2006-10-231-5/+18
* * cygheap.cc (init_cygheap::manage_console_count): Turn console control handlerChristopher Faylor2006-03-161-18/+5
* * dcrt0.cc (dll_crt0_0): Reorganize so that sigproc_init is called a littleChristopher Faylor2006-03-131-13/+26
* * fhandler.h (class fhandler_socket): Add saw_reuseaddr status flag.Corinna Vinschen2006-01-291-13/+26