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
/
select.cc
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Add "path.h" include throughout, where needed. Use new path_conv methods and
Christopher Faylor
2001-10-01
1
-0
/
+1
*
* select.cc (peek_pipe): REALLY only grab mutex when we actually got something
Christopher Faylor
2001-09-26
1
-1
/
+2
*
* select.cc (fhandler_tty_common::ready_for_read): Rewrite to correctly
Christopher Faylor
2001-09-25
1
-6
/
+11
*
* select.cc (peek_pipe): Only grab mutex when we actually got something from
Christopher Faylor
2001-09-24
1
-5
/
+5
*
* fhandler.h (fhandler_pipe::hit_eof): New method.
Christopher Faylor
2001-09-24
1
-5
/
+6
*
* exceptions.cc (setup_handler): Always relinquish lock after we've
Christopher Faylor
2001-09-22
1
-13
/
+24
*
* cygwin.sc: New file -- linker script for building cygwin DLL.
Christopher Faylor
2001-08-31
1
-3
/
+19
*
* select.cc (select_read): Add setting read_ready flag.
Corinna Vinschen
2001-08-30
1
-0
/
+2
*
oops
Christopher Faylor
2001-08-28
1
-14
/
+7
*
* dir.cc (rmdir): Report ENOENT when file doesn't exist rather than ENOTDIR.
Christopher Faylor
2001-08-28
1
-7
/
+14
*
* select.cc (cygwin_select): Ensure that arguments are zeroed on timeout.
Christopher Faylor
2001-08-27
1
-12
/
+14
*
Throughout, reorganize header file inclusion to put security.h prior to
Christopher Faylor
2001-07-26
1
-0
/
+1
*
* exceptions.cc (handle_exceptions): Break out of "loop" if the debugger
Christopher Faylor
2001-05-03
1
-0
/
+1
*
Throughout, change fdtab references to cygheap->fdtab.
Christopher Faylor
2001-04-18
1
-5
/
+6
*
* net.cc (cygwin_socket): Set SO_LINGER to small value so closed UNIX domain
Christopher Faylor
2001-04-14
1
-2
/
+7
*
* dtable.cc: Guard against new winsock.h/winsock2.h warnings when mixing
Christopher Faylor
2001-03-20
1
-2
/
+2
*
Fix spacing, copyrights.
Christopher Faylor
2001-03-18
1
-1
/
+1
*
* fhandler.h (fhandler_tty_slave): Declare new methods.
Egor Duda
2001-03-18
1
-0
/
+47
*
Update copyrights.
Christopher Faylor
2001-03-18
1
-1
/
+1
*
* select.cc (peek_console): Don't report read_ready on mouse events unless we
Christopher Faylor
2001-03-02
1
-1
/
+4
*
* autoload.cc (LoadDLLinitfunc): Remove debugging statement.
Christopher Faylor
2001-01-17
1
-2
/
+2
*
* fhandler_console.cc (read): Add support for xterm-style mouse event
Christopher Faylor
2000-12-16
1
-0
/
+4
*
* select.cc (peek_pipe): Deal with pending newline in pty_master.
Christopher Faylor
2000-11-09
1
-5
/
+16
*
* sigproc.h (sigframe::set): Eliminate second argument. Default bp to current
Christopher Faylor
2000-09-08
1
-1
/
+1
*
Split out tty and shared_info stuff into their own headers and use throughout.
Christopher Faylor
2000-09-07
1
-0
/
+1
*
* Makefile.in: Add cygheap.o.
Christopher Faylor
2000-09-03
1
-4
/
+4
*
* select.cc (cygwin_select): Correct logic for "always_ready" fds or when there
Christopher Faylor
2000-08-24
1
-2
/
+3
*
* winsup.h: Eliminate inclusion of most of the cygwin .h files. Use .h files
Christopher Faylor
2000-08-22
1
-1
/
+5
*
* 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
-5
/
+5
*
* winsup.h: Change strchr inline for strange gcc problem.
Christopher Faylor
2000-08-10
1
-0
/
+5
*
* select.cc (allocfd_set): Zero allocated fd_set.
Christopher Faylor
2000-08-09
1
-48
/
+29
*
* select.cc (fhandler_console::select_read): Call set_cursor_maybe since select
Christopher Faylor
2000-08-04
1
-0
/
+3
*
* winsup.h: take out protections of environ, errno, allow C use
DJ Delorie
2000-08-02
1
-3
/
+3
*
* fhandler_console.cc: Remove VK_DIVIDE detection.
Christopher Faylor
2000-07-30
1
-2
/
+3
*
* include/cygwin/version.h: Bump DLL minor version number to 5 due to all of
Christopher Faylor
2000-07-29
1
-3
/
+3
*
* testsuite/winsup.api/winsup.exp: ignore stdout by default
DJ Delorie
2000-07-27
1
-0
/
+2
*
* select.cc (socket_cleanup): Shutdown I/O on dummy sockets prior to closing
Christopher Faylor
2000-06-20
1
-0
/
+2
*
* select.cc (thread_pipe): Add paranoid check to ensure thread termination.
Christopher Faylor
2000-05-18
1
-0
/
+6
*
* path.cc (mount_info::cygdrive_posix_path): Don't add trailing slash if
Christopher Faylor
2000-05-17
1
-0
/
+1
*
* dcrt0.cc (build_argv): Remove unneeded variable.
Christopher Faylor
2000-05-13
1
-3
/
+28
*
Add a debugging line.
Christopher Faylor
2000-04-11
1
-0
/
+1
*
* fhandler.h (select_stuff): Eliminate use of 'total'.
Christopher Faylor
2000-04-03
1
-4
/
+3
*
* fhandler.h (select_record): Explicitly zero elements of this class.
Christopher Faylor
2000-03-30
1
-1
/
+0
*
Pipe changes throughout suggested by Eric Fifer <EFifer@sanwaint.com>
Christopher Faylor
2000-03-15
1
-1
/
+2
*
* fhandler.cc (fhandler_base::get_readahead_into_buffer): New function.
Christopher Faylor
2000-03-12
1
-10
/
+14
*
Respond to more g++ warnings relating to initializing structures.
Christopher Faylor
2000-02-23
1
-1
/
+1
*
Respond to a multitude of g++ warnings.
Christopher Faylor
2000-02-21
1
-6
/
+5
*
import winsup-2000-02-17 snapshot
Christopher Faylor
2000-02-17
1
-0
/
+1380
[prev]