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_fifo.cc
Commit message (
Expand
)
Author
Age
Files
Lines
*
Throughout, (mainly in fhandler*) fix remaining gcc 4.7 mismatch
Yaakov Selkowitz
2013-05-01
1
-1
/
+1
*
* Merge in cygwin-64bit-branch.
Corinna Vinschen
2013-04-23
1
-1
/
+1
*
Throughout, change __attribute__ ((regparm (N))) to just __regN. Throughout,
Christopher Faylor
2013-01-21
1
-1
/
+1
*
* exceptions.cc (sigpacket::process): Reorganize to avoid use of tls before
Christopher Faylor
2012-12-07
1
-1
/
+5
*
Add '#include "cygwait.h"' throughout, where appropriate.
Christopher Faylor
2012-06-17
1
-8
/
+9
*
* fhandler.h (fhandler_fifo::arm): Declare new function.
Christopher Faylor
2012-01-22
1
-18
/
+36
*
Rename cygWFMO to cygwait throughout and use the magic of polymorphism to "wait
Christopher Faylor
2011-12-09
1
-1
/
+1
*
* fhandler_fifo.cc (fhandler_fifo::wait): Fix stupid typo and actually wait for
Christopher Faylor
2011-12-07
1
-1
/
+1
*
* sigproc.cc (cygWFMO): Don't assume that cancellable event is always
Christopher Faylor
2011-12-04
1
-3
/
+1
*
* fhandler.h (fhandler_pipe::create): Rename from the misnamed
Christopher Faylor
2011-11-23
1
-1
/
+1
*
* fhandler.h (fhandler_pipe::create_selectable): Remove optional argument, take
Christopher Faylor
2011-10-30
1
-226
/
+247
*
* cygerrno.h (__set_errno): Modify debugging output to make searching strace
Christopher Faylor
2011-10-15
1
-2
/
+2
*
* fhandler.cc (fhandler_base_overlapped::raw_read): Rename from
Christopher Faylor
2011-05-05
1
-2
/
+2
*
* thread.cc (cancelable_wait): Remove test for main thread.
Corinna Vinschen
2011-05-02
1
-3
/
+1
*
* ntdll.h (IsEventSignalled): New inline function.
Corinna Vinschen
2011-04-29
1
-2
/
+3
*
* errno.cc (errmap): Change mapping of NO_SYSTEM_RESOURCES to EFBIG.
Christopher Faylor
2011-03-09
1
-2
/
+4
*
* fhandler_fifo.cc (fhandler_fifo::open): Accommodate previous return value
Christopher Faylor
2010-04-06
1
-1
/
+1
*
* fhandler.h (fhandler_base::setup_overlapped): Delete virtual declaration.
Christopher Faylor
2010-04-02
1
-1
/
+1
*
* fhandler_fifo.cc (fhandler_fifo::fhandler_fifo): Properly initialize
Christopher Faylor
2010-04-02
1
-2
/
+1
*
Throughout change all calls of low_priority_sleep (0) to yield ().
Christopher Faylor
2010-03-12
1
-1
/
+1
*
* cygwin.din (dup3): Export.
Corinna Vinschen
2010-01-14
1
-3
/
+11
*
Throughout, replace hMainProc with GetCurrentProcess/NtCurrentProcess
Corinna Vinschen
2009-12-18
1
-1
/
+2
*
* fhandler_fifo.cc (fhandler_fifo::open): Avoid resetting errno after it has
Christopher Faylor
2009-12-09
1
-3
/
+8
*
* cygprops.h: New file.
Corinna Vinschen
2009-10-31
1
-2
/
+3
*
* sigproc.h (wait_for_sigthread): Eliminate parameter.
Christopher Faylor
2009-07-24
1
-53
/
+182
*
revert erroneous checkin
Christopher Faylor
2009-07-17
1
-101
/
+29
*
* cygtls.cc (_cygtls::init_exception_handler): Test for e, not e->prev or we
Christopher Faylor
2009-07-17
1
-29
/
+101
*
* fhandler.h (class fhandler_fifo): Rename read/write methods to
Corinna Vinschen
2009-03-27
1
-2
/
+2
*
Remove unneeded whitespace.
Christopher Faylor
2008-11-26
1
-4
/
+22
*
* cygheap.cc (creturn): Reorganize to avoid a new compiler warning/error.
Christopher Faylor
2008-09-11
1
-6
/
+11
*
* fhandler.cc (fhandler_base::wait_overlapped): Always assume that bytes will
Christopher Faylor
2008-08-20
1
-1
/
+2
*
Remove unneeded header files from source files throughout.
Christopher Faylor
2008-04-07
1
-6
/
+0
*
Add miscfuncs.h to files as needed throughout.
Christopher Faylor
2008-04-07
1
-0
/
+1
*
* Fix copyright dates.
Corinna Vinschen
2008-04-01
1
-1
/
+1
*
* smallprint.cc (__small_vswprintf): Fix uninitialized usage of `w'.
Corinna Vinschen
2008-03-31
1
-3
/
+3
*
* fhandler_fifo.cc (fhandler_fifo::open): Use MAX_NAME for pipe name
Corinna Vinschen
2007-12-04
1
-11
/
+4
*
* cygtls.h (_cygtls::inside_kernel): Move function declaration into _cygtls
Christopher Faylor
2007-07-29
1
-1
/
+1
*
Preliminary change to make fifos/pipes interruptible and fifos reliable.
Christopher Faylor
2007-07-07
1
-182
/
+102
*
* cygheap.cc (cygheap_init): Fix formatting. Remove comment. Set
Corinna Vinschen
2007-03-29
1
-1
/
+2
*
* fhandler.cc(fhandler_base::open): Open with READ_CONTROL only in
Corinna Vinschen
2007-02-27
1
-1
/
+17
*
* fhandler.h (class fhandler_pipe): Remove members writepipe_exists,
Corinna Vinschen
2007-02-23
1
-3
/
+0
*
GCC 4.1 fixes.
Christopher Faylor
2006-07-17
1
-1
/
+2
*
* fhandler_fifo.cc (fhandler_fifo::open): Release process lock and grab a
Christopher Faylor
2006-06-23
1
-1
/
+44
*
Change name from commune_recv to commune_process throughout. Change name from
Christopher Faylor
2005-09-28
1
-1
/
+1
*
Revert erroneous checkin.
Corinna Vinschen
2005-09-28
1
-3
/
+3
*
* fhandler.h (class fhandler_dev_raw): Delete current_position and
Corinna Vinschen
2005-09-28
1
-3
/
+3
*
Change foo (void) to foo () for all c++ functions throughout. Remove all
Christopher Faylor
2005-07-05
1
-1
/
+2
*
* cygthread.cc (cygthread::detach): Make error message a little more detailed.
Christopher Faylor
2005-06-07
1
-4
/
+5
*
* external.cc: Move pids declaration to file scope and use less enthusiastic
Christopher Faylor
2005-05-19
1
-1
/
+1
*
* fhandler.cc (fhandler_base::read): Remove unused signal state tweaks.
Christopher Faylor
2005-04-22
1
-18
/
+23
[next]