summaryrefslogtreecommitdiffstats
path: root/winsup/cygwin/fhandler.cc
Commit message (Expand)AuthorAgeFilesLines
* * 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
* * fhandler.cc (fhandler_base::open): Add FILE_READ_ATTRIBUTES toCorinna Vinschen2006-02-221-2/+2
* * fhandler.cc (fhandler_base::open): Fix bug in argument order toCorinna Vinschen2006-01-261-1/+1
* *** cygwin DLL Changes:Christopher Faylor2005-12-291-1/+1
* * fhandler.cc (ACCFLAGS): Remove macro.Corinna Vinschen2005-12-141-11/+11
* * fhandler.cc (fhandler_base::open_9x): Handle O_SYNC and O_DIRECTCorinna Vinschen2005-12-141-6/+8
* * fhandler_base.cc (fhandler_base::readv): Free buf, not a pointer into theChristopher Faylor2005-11-081-3/+4
* Revert erroneous checkin.Corinna Vinschen2005-09-281-13/+10
* * fhandler.h (class fhandler_dev_raw): Delete current_position andCorinna Vinschen2005-09-281-10/+13
* * dcrt0.cc (do_exit): Rely on sigproc_terminate to set exit_stateChristopher Faylor2005-09-131-4/+0
* * cygerrno.h (geterrno_from_win_error): Change declaration to default to usingChristopher Faylor2005-08-201-4/+3
* * fhandler.h (fhandler_base::pread): Declare new function.Christopher Faylor2005-07-291-0/+14
* Eliminate (void) cast on standalone function calls throughout.Christopher Faylor2005-07-061-2/+2
* Change foo (void) to foo () for all c++ functions throughout. Remove allChristopher Faylor2005-07-051-15/+3