summaryrefslogtreecommitdiffstats
path: root/winsup/cygwin/fhandler.cc
Commit message (Expand)AuthorAgeFilesLines
* * 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
* * fhandler.cc (fhandler_base::readv): Use malloc/free instead of alloca.Corinna Vinschen2005-06-301-4/+6
* * fhandler.cc (rootdir): Don't set errno.Corinna Vinschen2005-06-241-6/+2
* * cygthread.cc (cygthread::detach): Make error message a little more detailed.Christopher Faylor2005-06-071-1/+1
* * fhandler.h (fhandler_base::mkdir): New virtual method.Christopher Faylor2005-05-251-0/+22
* (check in files that should have been checked in previously)Christopher Faylor2005-04-281-3/+1
* * fhandler.cc (fhandler_base::read): Remove unused signal state tweaks.Christopher Faylor2005-04-221-5/+0
* * fhandler.cc (fhandler::dup): Duplicate flags, too.Christopher Faylor2005-04-161-0/+1
* * cygerrno.h (__seterrno_from_nt_status): Define. Always set Win32Corinna Vinschen2005-04-131-1/+1
* * fhandler.h (fhandler_base::utimes_fs): New method.Christopher Faylor2005-04-131-0/+3
* * autoload.cc (NtQueryVolumeInformationFile): Add.Corinna Vinschen2005-04-121-1/+0
* * dcrt0.cc (dll_crt0_1): Don't call set_cygwin_privileges on 9x.Corinna Vinschen2005-04-041-1/+1
* * fhandler.cc (fhandler_base::open_9x): Satisfy query_open values.Corinna Vinschen2005-03-041-6/+19
* * devices.h: Switch FH_ZERO and FH_PORT as on Linux. Add FH_FULL.Corinna Vinschen2005-02-231-0/+3