summaryrefslogtreecommitdiffstats
path: root/winsup/cygwin/fhandler.cc
Commit message (Expand)AuthorAgeFilesLines
* * devices.in (dev_storage): Use native NT device name for kmsg mailslot.Corinna Vinschen2007-08-131-9/+8
* * fhandler.cc (fhandler_base::open): Remove HIDDEN_DOT_FILES code.Corinna Vinschen2007-08-121-5/+0
* * fhandler.cc (check_posix_perms): Remove.Corinna Vinschen2007-08-011-26/+1
* * fhandler.cc (fhandler_base::wait_overlapped): Handle read EOF better andChristopher Faylor2007-07-291-6/+21
* * cygtls.h (_cygtls::inside_kernel): Move function declaration into _cygtlsChristopher Faylor2007-07-291-16/+37
* * fhandler.h (enum query_state): Drop redundant query_stat_control.Corinna Vinschen2007-07-271-7/+4
* * fhandler.cc (fhandler_base::fhaccess): Accommodate interface changesCorinna Vinschen2007-07-201-1/+1
* * fhandler.cc (fhandler_base::open): Drop local wpath and upathCorinna Vinschen2007-07-191-6/+1
* * fhandler.cc (fhandler_base::fhaccess): Add check for R/O file system.Corinna Vinschen2007-07-171-0/+6
* Preliminary change to make fifos/pipes interruptible and fifos reliable.Christopher Faylor2007-07-071-17/+96
* * cygwin.din: Export fdopendir.Corinna Vinschen2007-06-291-1/+1
* * fhandler.cc (fhandler_base::fstat): Set pipe permission bits moreCorinna Vinschen2007-06-121-3/+3
* * dtable.cc (dtable::set_file_pointers_for_exec): Call SetFilePointerCorinna Vinschen2007-05-291-5/+11
* * fhandler_mailslot.cc (fhandler_mailslot::fstat): Set new stat memberCorinna Vinschen2007-03-061-1/+1
* * Makefile (DLL_OFILES): Remove ntea.oChristopher Faylor2007-03-011-9/+2
* * fhandler.cc(fhandler_base::open): Open with READ_CONTROL only inCorinna Vinschen2007-02-271-0/+15
* * fhandler.cc (fhandler_base::fstat): Set all file times to arbitraryCorinna Vinschen2007-02-261-1/+2
* Throughout remove all usage of wincap.has_security.Corinna Vinschen2007-02-231-4/+0
* * devices.in: Change native device name to native NT device name forCorinna Vinschen2007-02-231-125/+0
* * fhandler.cc (fhandler_base::lseek): Drop 9x considerations.Corinna Vinschen2007-02-231-24/+4
* * fhandler.cc (fhandler_base::set_no_inheritance): Always useCorinna Vinschen2007-02-221-15/+3
* * fhandler.cc (fhandler_base::write): Remove wincap.has_lseek_bug case.Corinna Vinschen2007-02-221-59/+11
* Throughout replace all usage of wincap.shared with the constantCorinna Vinschen2007-02-221-7/+3
* * Makefile.in (DLL_IMPORTS): Add libntdll.a.Corinna Vinschen2007-02-221-3/+0
* Remove extraneous whitespace.Christopher Faylor2007-02-201-7/+7
* * cygmalloc.h (MALLOC_FAILURE_ACTION): Define empty.Corinna Vinschen2007-02-071-4/+6
* * fhandler.h (PREFERRED_IO_BLKSIZE): Define as 64K.Corinna Vinschen2007-01-041-2/+2
* * child_info.h (child_info_spawn::__stdin): New element.Christopher Faylor2006-12-111-12/+16
* * fhandler.cc (rootdir): Fix typo in comment.Corinna Vinschen2006-12-111-2/+2
* * fhandler.cc (rootdir): Clarify comment.Corinna Vinschen2006-12-101-2/+3
* * fhandler.cc (rootdir): Don't look for volume mount points on remoteCorinna Vinschen2006-12-101-2/+3
* * fhandler.cc (rootdir): Drop useless post-increment. Take volumeCorinna Vinschen2006-12-101-2/+56
* * fhandler.cc (fhandler_base::open): Fix previous patch to handle theCorinna Vinschen2006-11-281-4/+5
* * fhandler.cc (fhandler_base::open): Fix handling of files withCorinna Vinschen2006-11-271-0/+7
* * fhandler.cc (check_posix_perm): Moved here from syscalls.cc.Corinna Vinschen2006-11-071-0/+96
* * fhandler_disk_file.cc (fhandler_disk_file::facl): Fix whitespace.Corinna Vinschen2006-10-221-1/+1
* * fhandler.cc (fhandler_base::fhaccess): Check if opening registryCorinna Vinschen2006-10-221-1/+2
* * fhandler.cc (fhandler_base::fhaccess): Call check_registry_accessCorinna Vinschen2006-10-211-0/+6
* * autoload.cc (PrivilegeCheck): Define.Corinna Vinschen2006-10-161-4/+13
* revert erroneous checkinChristopher Faylor2006-08-101-2/+16
* * winsup.h: Turn on DEBUGGING by default for now.Christopher Faylor2006-08-101-16/+2
* * autoload.cc (NtSetInformationFile): Define.Corinna Vinschen2006-08-071-1/+8
* * fhandler.cc (fhandler_base::read): Call get_readahead_into_buffer instead ofChristopher Faylor2006-07-271-11/+2
* 2006-07-25 Corinna Vinschen <corinna@vinschen.de>Corinna Vinschen2006-07-251-0/+16
* * fhandler.cc (fhandler_base::raw_read): Only return EISDIR when we're reallyChristopher Faylor2006-07-131-1/+1
* * autoload.cc (NtQueryEaFile): Define.Corinna Vinschen2006-07-031-2/+4
* * fhandler.cc (fhandler_base::fixup_after_exec): Declare here.Christopher Faylor2006-06-021-0/+6
* * debug.h (ModifyHandle): Define new macro.Christopher Faylor2006-05-251-3/+9
* * fhandler.cc (readv): Remove nonsensical assert.Christopher Faylor2006-05-241-2/+0
* * fhandler.cc (fcntl): Print flags in hex.Christopher Faylor2006-03-221-1/+1