summaryrefslogtreecommitdiffstats
path: root/winsup/cygwin/fhandler.cc
Commit message (Expand)AuthorAgeFilesLines
* * 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
* * fhandler.cc (fhandler_base::fpathconf): On _PC_POSIX_PERMISSIONSCorinna Vinschen2008-07-141-1/+1
* Throughout drop allow_ntsec and allow_smbntsec handling.Corinna Vinschen2008-07-141-4/+3
* * Makefile.in (DLL_OFILES): Add nfs.o.Corinna Vinschen2008-05-201-1/+36
* * fhandler.cc (fhandler_base::open): Move handling FILE_ATTRIBUTE_NORMALCorinna Vinschen2008-04-251-1/+2
* * fhandler.cc (fhandler_base::open): *Only* handle SYSTEM and HIDDENCorinna Vinschen2008-04-251-9/+11
* * fhandler.cc (fhandler_base::open): Handle SYSTEM and HIDDEN attributesCorinna Vinschen2008-04-251-1/+1
* * cygwin.din (futimens): Export.Corinna Vinschen2008-04-241-2/+2
* Remove unneeded header files from source files throughout.Christopher Faylor2008-04-071-6/+0
* * Fix copyright dates.Corinna Vinschen2008-04-011-1/+1
* Throughout, call fcntl64 instead of fcntl or fcntl_worker.Corinna Vinschen2008-04-011-5/+0
* * smallprint.cc (__small_vswprintf): Fix uninitialized usage of `w'.Corinna Vinschen2008-03-311-12/+12
* * fhandler.cc (fhandler_base::dup): Drop setting flags in the parent.Corinna Vinschen2008-03-241-1/+9
* * fhandler.cc (fhandler_base::open): Use %S for PUNICODE_STRING.Brian Dessent2008-03-081-1/+1
* * fhandler.cc (fhandler_base::open_): Add missing test for O_CREAT.Corinna Vinschen2008-03-061-1/+1
* s/open/create/Corinna Vinschen2008-03-061-1/+1
* * child_info.h (~child_info_spawn): Check moreinfo->myself_pinfo forCorinna Vinschen2008-03-051-1/+7
* * fhandler.cc (fhandler_base::fpathconf): Fix _PC_NAME_MAX andCorinna Vinschen2008-02-161-2/+10
* Perform whitespace cleanup throughout.Christopher Faylor2008-02-151-2/+2
* * Makefile.in (DLL_OFILES): Add ntea.o.Corinna Vinschen2008-02-101-0/+15
* * dtable.cc (POSIX_NAMED_PIPE): New define.Christopher Faylor2007-12-161-0/+3
* revert premature checkinChristopher Faylor2007-11-081-3/+0
* * dllfixdbg: Eliminate extra objcopy step.Christopher Faylor2007-11-081-0/+3
* * fhandler_disk_file.cc (fhandler_base::fstat_helper): Don't removeCorinna Vinschen2007-10-301-1/+2
* * fhandler.cc (fhandler_base::open): Open native symlinks withCorinna Vinschen2007-10-181-30/+38
* * fhandler.cc (is_at_eof): Rewrite using NT functions.Corinna Vinschen2007-10-151-71/+86