summaryrefslogtreecommitdiffstats
path: root/winsup/cygwin/fhandler.cc
Commit message (Expand)AuthorAgeFilesLines
* * cygwin.din (ptsname_r): Export.Christopher Faylor2011-11-071-0/+7
* * fhandler.cc (CHUNK_SIZE): Drop NO_COPY.Corinna Vinschen2011-11-071-1/+1
* * fhandler.cc (off_current): Define local in fhandler_base::raw_write.Corinna Vinschen2011-11-031-3/+4
* * fhandler.h (fhandler_pipe::create_selectable): Remove optional argument, takeChristopher Faylor2011-10-301-3/+3
* * dtable.cc (dtable::delete_archetype): Improve debugging output.Christopher Faylor2011-10-221-2/+2
* Throughout change TTY_* to PTY_*, tty_* to pty_*, and ttym_* to ptmx_*.Christopher Faylor2011-10-201-0/+11
* * cygerrno.h (__set_errno): Modify debugging output to make searching straceChristopher Faylor2011-10-151-12/+10
* * cygwin.din: Remove some _tc* exports. Add tcgetsid().Christopher Faylor2011-10-111-2/+8
* * fhandler.cc (fhandler_base::open): Fix typo in comment.Corinna Vinschen2011-08-271-5/+1
* * fhandler.cc (fhandler_base::open): Never open files withCorinna Vinschen2011-08-251-12/+30
* Corinna Vinschen <corinna@vinschen.de>Christopher Faylor2011-07-211-0/+5
* * fhandler.cc (fhandler_base::open): Never create files with WRITE_DACCorinna Vinschen2011-07-051-12/+7
* * fhandler.cc (fhandler_base::open): Don't open file with WRITE_DACCorinna Vinschen2011-07-051-2/+7
* * fhandler.cc (fhandler_base::open_with_arch): Call close_on_exec last to avoidChristopher Faylor2011-07-041-1/+1
* * fhandler.cc (fhandler_base::open): Move NFS-specific code into theCorinna Vinschen2011-07-011-15/+15
* * fhandler.cc (fhandler_base::open): Drop local create_options variable.Corinna Vinschen2011-06-171-7/+7
* * fhandler.cc (fhandler_base_overlapped::wait_overlapped): Only raise SIGPIPEChristopher Faylor2011-06-041-1/+3
* * dtable.cc (dtable::select_write): Add missing argument to debug_printf.Christopher Faylor2011-05-311-75/+69
* * dll_init.cc (dll_list::append): Eliminate increment of unused tot variable.Christopher Faylor2011-05-301-4/+6
* * fhandler.cc (fhandler_overlapped::wait_overlapped): Make sure that I/O isChristopher Faylor2011-05-291-2/+2
* * fhandler.cc (handler_base_overlapped::wait_overlapped): Rework to attempt toChristopher Faylor2011-05-281-9/+14
* * autoload.cc: Call _api_fatal in asm.Christopher Faylor2011-05-281-2/+2
* * fhandler.cc (fhandler_base::dup): Avoid duping a handle when an fhandler hasChristopher Faylor2011-05-061-1/+1
* * cygheap.cc (cygheap::close_ctty): Close ctty via close_with_arch().Christopher Faylor2011-05-051-1/+77
* * fhandler.cc (fhandler_base_overlapped::raw_read): Rename fromChristopher Faylor2011-05-051-2/+2
* * fhandler.cc (is_at_eof): Drop static storage class. Drop errCorinna Vinschen2011-05-051-4/+3
* * fhandler.cc (fhandler_base_overlapped::wait_overlapped): MakeCorinna Vinschen2011-05-031-5/+6
* * ntdll.h (IsEventSignalled): New inline function.Corinna Vinschen2011-04-291-1/+1
* * fhandler.cc (fhandler_base_overlapped::wait_overlapped): Remove specialChristopher Faylor2011-03-131-78/+37
* * fhandler.cc (fhandler_base_overlapped::wait_overlapped): HandleChristopher Faylor2011-03-091-24/+37
* * fhandler.cc (fhandler_base_overlapped::write_overlapp): Oops! AccommodateChristopher Faylor2011-03-091-1/+1
* * 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