summaryrefslogtreecommitdiffstats
path: root/winsup/cygwin/fhandler.cc
Commit message (Expand)AuthorAgeFilesLines
...
* * errno.cc (errmap): Change mapping of NO_SYSTEM_RESOURCES to EFBIG.Christopher Faylor2011-03-091-42/+123
* * fhandler.cc (fhandler_base::open): When creating a file on aCorinna Vinschen2011-03-081-0/+7
* * fhandler.cc (fhandler_base_overlapped::close): Finish any pending I/O beforeChristopher Faylor2011-02-211-1/+8
* * Throughout fix copyright dates.Corinna Vinschen2011-02-151-1/+1
* * fhandler.cc (fhandler_base::fsync): Ignore ERROR_INVALID_FUNCTIONCorinna Vinschen2011-02-011-1/+8
* * fhandler.cc: Drop including nfs.h.Corinna Vinschen2010-09-301-1/+0
* * fhandler.cc (fhandler_base::open): Handle query_write_dac flag.Corinna Vinschen2010-09-241-0/+3
* * fhandler.cc (fhandler_base::open): Always open NFS files withCorinna Vinschen2010-09-211-6/+9
* * fhandler.cc (fhandler_base::raw_write): Remove STATUS_DISK_FULLCorinna Vinschen2010-07-231-3/+0
* Align seekdir and telldir API to POSIX definition.Corinna Vinschen2010-07-051-2/+2
* * dtable.cc (dtable::dup_worker): Reset path_conv handle in duplicatedCorinna Vinschen2010-06-151-1/+1
* * fhandler.h (fhandler_base::setup_overlapped): Delete virtual declaration.Christopher Faylor2010-04-021-19/+36
* * fhandler.cc (fhandler_base::dup): Call setup_overlapped unconditionally.Christopher Faylor2010-03-311-29/+46
* * fhandler.cc (fhandler_base::fstat): Keep st_ctime and st_birthtimeCorinna Vinschen2010-03-291-3/+8
* * fhandler.cc (fhandler_base::fstat): Set st_mtime time to current time.Christopher Faylor2010-03-281-1/+2
* * fhandler.cc (fhandler_base::setup_overlapped): Revert to starting with handleChristopher Faylor2010-02-181-1/+1
* * fhandler.cc (fhandler_base::setup_overlapped): Don't set signalled state toChristopher Faylor2010-02-151-23/+1
* * cygwin.din (dup3): Export.Corinna Vinschen2010-01-141-2/+2
* Throughout, replace hMainProc with GetCurrentProcess/NtCurrentProcessCorinna Vinschen2009-12-181-4/+5
* * sec_helper.cc (security_descriptor::free): If sd_size is 0, callCorinna Vinschen2009-10-301-2/+2
* * fhandler.cc (fhandler_base::open): Remove unused variables sa and sd.Corinna Vinschen2009-10-241-3/+1
* * fhandler.cc (fhandler_base::open): Always create file with defaultCorinna Vinschen2009-10-241-27/+21
* Fix some POSIX-compliance bugs in link, rename, mkdir.Eric Blake2009-09-261-1/+1
* Fix faccessat(,0) and access() semantics.Eric Blake2009-09-251-10/+10
* * fhandler.cc (fhandler_base::open): Only set R/O attribute if ACLsCorinna Vinschen2009-08-261-2/+3
* * sigproc.h (wait_for_sigthread): Eliminate parameter.Christopher Faylor2009-07-241-19/+12
* * fhandler.h (enum del_lock_called_from): New enumeration.Corinna Vinschen2009-07-221-4/+4
* * dcrt0.cc (jit_debug): New global.Christopher Faylor2009-07-031-1/+2
* * fhandler.cc (fhandler_base::has_ongoing_io): Accept an argument indicatingChristopher Faylor2009-06-301-4/+4
* * fhandler.h (fhandler_base::has_ongoing_io): Declare new function.Christopher Faylor2009-06-281-11/+33
* * gendef (cleanup): Rename from 'nocr'. Remove comments and trailing spaces.Christopher Faylor2009-06-281-7/+1
* * fhandler.cc (fhandler_base::read_overlapped): Use a better variable name.Christopher Faylor2009-06-161-4/+4
* * fhandler.cc (fhandler_base::read_overlapped): Preserve len when looping dueChristopher Faylor2009-06-161-3/+4
* * errno.cc (errmap): Add mapping for ERROR_IO_INCOMPLETE.Christopher Faylor2009-06-141-11/+23
* * fhandler.cc (fhandler_base::wait_overlapped): Honor nonblocking flag forChristopher Faylor2009-06-141-3/+9
* * security.cc (set_file_sd): Drop using FILE_OPEN_FOR_RECOVERY flag inCorinna Vinschen2009-05-041-19/+4
* * fhandler.cc (fhandler_base::wait_overlapped): Set bytes to -1 on EINTR orChristopher Faylor2009-01-271-4/+5
* * fhandler.h (fhandler_base_setup_overlapped): Add new argument.Christopher Faylor2008-12-231-7/+17
* * fhandler.cc (fhandler_base::wait_overlapped): Reorganize to eliminate gotosChristopher Faylor2008-12-201-37/+37
* Remove unneeded whitespace.Christopher Faylor2008-11-261-6/+6
* * cygheap.cc (creturn): Reorganize to avoid a new compiler warning/error.Christopher Faylor2008-09-111-3/+3
* add commentsChristopher Faylor2008-08-251-0/+4
* * fhandler.cc (fhandler_base::wait_overlapped): Reorganize again to accommodateChristopher Faylor2008-08-221-2/+4
* * fhandler.cc (fhandler_base::wait_overlapped): Always assume that bytes willChristopher Faylor2008-08-201-12/+11
* * fhandler.cc (fhandler_base::wait_overlapped): Don't treat ERROR_BROKEN_PIPEChristopher Faylor2008-08-191-2/+2
* * external.cc (cygwin_internal): Call set_security_attribute withCorinna Vinschen2008-08-141-1/+1
* * fhandler.cc (fhandler_base::open): Use Samba workaround generallyCorinna Vinschen2008-08-071-17/+21
* * fhandler.cc (fhandler_base::open): Rename x to fh. On Samba, alwaysCorinna Vinschen2008-07-181-17/+24
* * environ.cc (known): Remove "binmode" option.Corinna Vinschen2008-07-181-4/+1
* Add case-sensitivity.Corinna Vinschen2008-07-161-1/+1