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
/
pipe.cc
Commit message (
Expand
)
Author
Age
Files
Lines
*
Eliminate excess whitespace.
Christopher Faylor
2001-11-05
1
-1
/
+1
*
* fhandler.h (fhandler_pipe::broken_pipe): Renamed from saweof.
Christopher Faylor
2001-11-05
1
-3
/
+3
*
* pipe.cc (fhandler_pipe::read): Narrow eof return to just the "broken pipe"
Christopher Faylor
2001-11-05
1
-1
/
+1
*
* fhandler.cc (fhandler_base::read): Return just read ahead characters if slow
Christopher Faylor
2001-11-03
1
-2
/
+6
*
* dll_init.h (class dll_list): Reorder functions to avoid compiler "can't
Christopher Faylor
2001-11-03
1
-4
/
+2
*
* dtable.cc (dtable::build_fhandler): Issue internal error on unknown device.
Christopher Faylor
2001-11-01
1
-1
/
+2
*
Ensure that all fhandler_*::read definitions are __stdcall throughout.
Christopher Faylor
2001-10-24
1
-1
/
+1
*
Remove 'cb' parameter and modify fhandler_* constructors throughout.
Christopher Faylor
2001-10-22
1
-1
/
+0
*
* fhandler.cc (fhandler_base::fork_fixup): Don't protect handle.
Christopher Faylor
2001-10-15
1
-35
/
+37
*
* fhandler_dsp.cc (fhandler_dsp::ioctl): Return 0 for successful
Christopher Faylor
2001-10-13
1
-3
/
+2
*
Add "path.h" include throughout, where needed. Use new path_conv methods and
Christopher Faylor
2001-10-01
1
-0
/
+1
*
* pipe.cc (fhandler_pipe::fixup_after_fork): New method.
Christopher Faylor
2001-09-29
1
-4
/
+18
*
* pipe.cc (fhandler_pipe::hit_eof): Return correct value when there is no EOF
Christopher Faylor
2001-09-28
1
-1
/
+1
*
* fhandler.h (fhandler_pipe::hit_eof): New method.
Christopher Faylor
2001-09-24
1
-22
/
+50
*
* exceptions.cc (setup_handler): Always relinquish lock after we've
Christopher Faylor
2001-09-22
1
-0
/
+55
*
Update copyrights.
Christopher Faylor
2001-09-11
1
-1
/
+1
*
* cygheap.cc (cygheap_root::set): Avoid treating '/' specially.
Christopher Faylor
2001-08-07
1
-7
/
+7
*
Throughout, reorganize header file inclusion to put security.h prior to
Christopher Faylor
2001-07-26
1
-1
/
+1
*
Throughout, change fdtab references to cygheap->fdtab.
Christopher Faylor
2001-04-18
1
-7
/
+8
*
* fhandler.h (fhandler_base): Remove obsolete _rpos and _rsize elements.
Christopher Faylor
2000-10-07
1
-8
/
+5
*
Break out more header info into separate files. Use appropriate header files
Christopher Faylor
2000-09-08
1
-0
/
+1
*
* path.cc (readlink): Check if buffer length is positive. Truncate output to
Christopher Faylor
2000-09-04
1
-1
/
+1
*
* environ.cc (parse_thing): nobinmode should force O_TEXT.
Christopher Faylor
2000-08-24
1
-1
/
+2
*
* winsup.h: Eliminate inclusion of most of the cygwin .h files. Use .h files
Christopher Faylor
2000-08-22
1
-1
/
+3
*
* cygerrno.h: New file. Use this throughout whenever errno manipulation is
Christopher Faylor
2000-08-22
1
-0
/
+1
*
* winsup.h: Split out dtable definitions into separate header file.
Christopher Faylor
2000-08-12
1
-0
/
+1
*
Rename hinfo -> dtable. Name the former dtable array 'fdtab'.
Christopher Faylor
2000-08-12
1
-7
/
+7
*
* winsup.h: take out protections of environ, errno, allow C use
DJ Delorie
2000-08-02
1
-1
/
+1
*
Pipe changes throughout suggested by Eric Fifer <EFifer@sanwaint.com>
Christopher Faylor
2000-03-15
1
-2
/
+2
*
* exceptions.cc (interruptible): Change method for determining if something is
Christopher Faylor
2000-02-24
1
-2
/
+2
*
import winsup-2000-02-17 snapshot
Christopher Faylor
2000-02-17
1
-0
/
+93