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
*
Christopher Faylor <me.cygwin2012@cgf.cx>
Christopher Faylor
2012-03-12
1
-1
/
+9
*
* Throughout, replace usage of w32api's min with MIN from sys/param.h.
Corinna Vinschen
2012-03-08
1
-2
/
+3
*
tcgetsid: fix return type
Eric Blake
2012-02-28
1
-1
/
+1
*
* fhandler.cc (fhandler_base_overlapped::has_ongoing_io): Don't block
Christopher Faylor
2012-02-01
1
-1
/
+1
*
* syscalls.cc (dup3): Fix debug typo.
Christopher Faylor
2012-01-31
1
-7
/
+8
*
* cygheap.h (cygheap_fdget::~cygheap_fdget): Simplify now that refcnt reports
Christopher Faylor
2012-01-22
1
-1
/
+2
*
* fhandler.cc (fhandler_base_overlapped::wait_overlapped): Use correct value in
Christopher Faylor
2011-12-21
1
-1
/
+1
*
* fhandler.cc (fhandler_base::close): Move setting isclosed() from here to
Christopher Faylor
2011-12-18
1
-22
/
+35
*
* exceptions.cc (set_signal_mask): Remove useless debugging output.
Christopher Faylor
2011-12-17
1
-6
/
+7
*
Implement fhandler reference counting.
Christopher Faylor
2011-12-17
1
-5
/
+6
*
* fhandler.cc (fhandler_base_overlapped::wait_overlapped): Fix unresolved
Christopher Faylor
2011-12-16
1
-1
/
+1
*
* exceptions.cc (_cygtls::call_signal_handler): Fix debugging to not go to
Christopher Faylor
2011-12-16
1
-13
/
+19
*
* cygthread.h (cygthread::name): Very minor formatting tweak.
Christopher Faylor
2011-12-13
1
-15
/
+3
*
Rename cygWFMO to cygwait throughout and use the magic of polymorphism to "wait
Christopher Faylor
2011-12-09
1
-1
/
+1
*
* exceptions.cc (exception::handle): Drop abbreviation for "exception" since I
Christopher Faylor
2011-12-04
1
-5
/
+2
*
Throughout, remove extra space after function name from debugging output.
Christopher Faylor
2011-12-03
1
-2
/
+2
*
* fhandler.cc (fhandler_base::open): Fix comment a bit more.
Corinna Vinschen
2011-12-03
1
-1
/
+1
*
* fhandler.cc (fhandler_base::open): Fix typos in comment.
Corinna Vinschen
2011-12-03
1
-3
/
+3
*
* sigproc.cc (remove_proc): Don't terminate the currently executing thread.
Christopher Faylor
2011-11-29
1
-18
/
+76
*
* 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
[next]