index
:
cygnal
cygnal-2.5.2
cygnal-2.9.0-branch
cygnal-3-1-6-98-branch
cygnal-3-1-98-branch
cygwin-master
"Cygwin Native Application Lib" --- http://www.kylheku.com/cygnal
kaz@kylheku.com
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
winsup
/
cygwin
/
fhandler.cc
Commit message (
Expand
)
Author
Age
Files
Lines
*
* cygwin.din (ptsname_r): Export.
Christopher Faylor
2011-11-07
1
-0
/
+7
*
* fhandler.cc (CHUNK_SIZE): Drop NO_COPY.
Corinna Vinschen
2011-11-07
1
-1
/
+1
*
* fhandler.cc (off_current): Define local in fhandler_base::raw_write.
Corinna Vinschen
2011-11-03
1
-3
/
+4
*
* fhandler.h (fhandler_pipe::create_selectable): Remove optional argument, take
Christopher Faylor
2011-10-30
1
-3
/
+3
*
* dtable.cc (dtable::delete_archetype): Improve debugging output.
Christopher Faylor
2011-10-22
1
-2
/
+2
*
Throughout change TTY_* to PTY_*, tty_* to pty_*, and ttym_* to ptmx_*.
Christopher Faylor
2011-10-20
1
-0
/
+11
*
* cygerrno.h (__set_errno): Modify debugging output to make searching strace
Christopher Faylor
2011-10-15
1
-12
/
+10
*
* cygwin.din: Remove some _tc* exports. Add tcgetsid().
Christopher Faylor
2011-10-11
1
-2
/
+8
*
* fhandler.cc (fhandler_base::open): Fix typo in comment.
Corinna Vinschen
2011-08-27
1
-5
/
+1
*
* fhandler.cc (fhandler_base::open): Never open files with
Corinna Vinschen
2011-08-25
1
-12
/
+30
*
Corinna Vinschen <corinna@vinschen.de>
Christopher Faylor
2011-07-21
1
-0
/
+5
*
* fhandler.cc (fhandler_base::open): Never create files with WRITE_DAC
Corinna Vinschen
2011-07-05
1
-12
/
+7
*
* fhandler.cc (fhandler_base::open): Don't open file with WRITE_DAC
Corinna Vinschen
2011-07-05
1
-2
/
+7
*
* fhandler.cc (fhandler_base::open_with_arch): Call close_on_exec last to avoid
Christopher Faylor
2011-07-04
1
-1
/
+1
*
* fhandler.cc (fhandler_base::open): Move NFS-specific code into the
Corinna Vinschen
2011-07-01
1
-15
/
+15
*
* fhandler.cc (fhandler_base::open): Drop local create_options variable.
Corinna Vinschen
2011-06-17
1
-7
/
+7
*
* fhandler.cc (fhandler_base_overlapped::wait_overlapped): Only raise SIGPIPE
Christopher Faylor
2011-06-04
1
-1
/
+3
*
* dtable.cc (dtable::select_write): Add missing argument to debug_printf.
Christopher Faylor
2011-05-31
1
-75
/
+69
*
* dll_init.cc (dll_list::append): Eliminate increment of unused tot variable.
Christopher Faylor
2011-05-30
1
-4
/
+6
*
* fhandler.cc (fhandler_overlapped::wait_overlapped): Make sure that I/O is
Christopher Faylor
2011-05-29
1
-2
/
+2
*
* fhandler.cc (handler_base_overlapped::wait_overlapped): Rework to attempt to
Christopher Faylor
2011-05-28
1
-9
/
+14
*
* autoload.cc: Call _api_fatal in asm.
Christopher Faylor
2011-05-28
1
-2
/
+2
*
* fhandler.cc (fhandler_base::dup): Avoid duping a handle when an fhandler has
Christopher Faylor
2011-05-06
1
-1
/
+1
*
* cygheap.cc (cygheap::close_ctty): Close ctty via close_with_arch().
Christopher Faylor
2011-05-05
1
-1
/
+77
*
* fhandler.cc (fhandler_base_overlapped::raw_read): Rename from
Christopher Faylor
2011-05-05
1
-2
/
+2
*
* fhandler.cc (is_at_eof): Drop static storage class. Drop err
Corinna Vinschen
2011-05-05
1
-4
/
+3
*
* fhandler.cc (fhandler_base_overlapped::wait_overlapped): Make
Corinna Vinschen
2011-05-03
1
-5
/
+6
*
* ntdll.h (IsEventSignalled): New inline function.
Corinna Vinschen
2011-04-29
1
-1
/
+1
*
* fhandler.cc (fhandler_base_overlapped::wait_overlapped): Remove special
Christopher Faylor
2011-03-13
1
-78
/
+37
*
* fhandler.cc (fhandler_base_overlapped::wait_overlapped): Handle
Christopher Faylor
2011-03-09
1
-24
/
+37
*
* fhandler.cc (fhandler_base_overlapped::write_overlapp): Oops! Accommodate
Christopher Faylor
2011-03-09
1
-1
/
+1
*
* errno.cc (errmap): Change mapping of NO_SYSTEM_RESOURCES to EFBIG.
Christopher Faylor
2011-03-09
1
-42
/
+123
*
* fhandler.cc (fhandler_base::open): When creating a file on a
Corinna Vinschen
2011-03-08
1
-0
/
+7
*
* fhandler.cc (fhandler_base_overlapped::close): Finish any pending I/O before
Christopher Faylor
2011-02-21
1
-1
/
+8
*
* Throughout fix copyright dates.
Corinna Vinschen
2011-02-15
1
-1
/
+1
*
* fhandler.cc (fhandler_base::fsync): Ignore ERROR_INVALID_FUNCTION
Corinna Vinschen
2011-02-01
1
-1
/
+8
*
* fhandler.cc: Drop including nfs.h.
Corinna Vinschen
2010-09-30
1
-1
/
+0
*
* fhandler.cc (fhandler_base::open): Handle query_write_dac flag.
Corinna Vinschen
2010-09-24
1
-0
/
+3
*
* fhandler.cc (fhandler_base::open): Always open NFS files with
Corinna Vinschen
2010-09-21
1
-6
/
+9
*
* fhandler.cc (fhandler_base::raw_write): Remove STATUS_DISK_FULL
Corinna Vinschen
2010-07-23
1
-3
/
+0
*
Align seekdir and telldir API to POSIX definition.
Corinna Vinschen
2010-07-05
1
-2
/
+2
*
* dtable.cc (dtable::dup_worker): Reset path_conv handle in duplicated
Corinna Vinschen
2010-06-15
1
-1
/
+1
*
* fhandler.h (fhandler_base::setup_overlapped): Delete virtual declaration.
Christopher Faylor
2010-04-02
1
-19
/
+36
*
* fhandler.cc (fhandler_base::dup): Call setup_overlapped unconditionally.
Christopher Faylor
2010-03-31
1
-29
/
+46
*
* fhandler.cc (fhandler_base::fstat): Keep st_ctime and st_birthtime
Corinna Vinschen
2010-03-29
1
-3
/
+8
*
* fhandler.cc (fhandler_base::fstat): Set st_mtime time to current time.
Christopher Faylor
2010-03-28
1
-1
/
+2
*
* fhandler.cc (fhandler_base::setup_overlapped): Revert to starting with handle
Christopher Faylor
2010-02-18
1
-1
/
+1
*
* fhandler.cc (fhandler_base::setup_overlapped): Don't set signalled state to
Christopher Faylor
2010-02-15
1
-23
/
+1
*
* cygwin.din (dup3): Export.
Corinna Vinschen
2010-01-14
1
-2
/
+2
*
Throughout, replace hMainProc with GetCurrentProcess/NtCurrentProcess
Corinna Vinschen
2009-12-18
1
-4
/
+5
[next]