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
*
Eliminate use of sigframe and sigthread throughout.
Christopher Faylor
2003-11-28
1
-2
/
+2
*
* devices.cc: New file.
Christopher Faylor
2003-09-25
1
-17
/
+17
*
Throughout, remove "include <errno.h>" from files which already include
Christopher Faylor
2003-06-16
1
-1
/
+0
*
* select.cc (fhandler_pipe::ready_for_read): Assure that get_guard is called
Christopher Faylor
2003-04-23
1
-4
/
+8
*
Do some minor reformatting of 'extern "C"' use throughout.
Christopher Faylor
2003-03-09
1
-2
/
+1
*
Eliminate most unneeded this-> pointers throughout.
Christopher Faylor
2003-02-04
1
-1
/
+1
*
* cygthread.h (cygthread::stack_ptr): New element.
Christopher Faylor
2002-12-11
1
-18
/
+28
*
* select.cc (peek_serial): Don't call PurgeComm() to avoid characters loss.
Christopher Faylor
2002-11-15
1
-4
/
+0
*
whitespace
Christopher Faylor
2002-09-30
1
-3
/
+3
*
More GNUify non-GNU formatted functions calls throughout.
Christopher Faylor
2002-09-23
1
-14
/
+14
*
* fhandler.cc (fhandler_base::dup): Don't set handle on failure. Caller has
Christopher Faylor
2002-09-22
1
-4
/
+4
*
(inspired by a patch from Egor Duda)
Christopher Faylor
2002-08-31
1
-34
/
+0
*
* fhandler.h (fhandler_console::send_winch_maybe): New method.
Christopher Faylor
2002-08-19
1
-9
/
+13
*
* Makefile.in (DLL_OFILES): Add cygthread.o.
Christopher Faylor
2002-08-01
1
-19
/
+17
*
* fhandler_console.cc (fhandler_console::read): Use appropriate kill_pgrp
Christopher Faylor
2002-07-29
1
-1
/
+1
*
* fhandler.h (fhandler_socket::is_unconnected): Constify.
Corinna Vinschen
2002-07-06
1
-7
/
+21
*
* fhandler.h (UNCONNECTED): New define.
Corinna Vinschen
2002-07-05
1
-20
/
+25
*
Remove unneeded sync.h, where appropriate, throughout. Remove unneeded heap.h,
Christopher Faylor
2002-05-25
1
-1
/
+0
*
bump copyright
Christopher Faylor
2002-03-05
1
-1
/
+1
*
* exceptions.cc (unused_sig_wrapper): Eliminate unused parameter to asm.
Christopher Faylor
2002-02-14
1
-1
/
+1
*
* fhandler.h (fhandler_serial::ev): New class member.
Christopher Faylor
2001-12-11
1
-5
/
+3
*
* dtable.cc (dtable::vfork_parent_restore): Add debugging statement.
Christopher Faylor
2001-11-24
1
-1
/
+1
*
* select.cc: Set errno using set_sig_errno() throughout.
Corinna Vinschen
2001-11-08
1
-9
/
+9
*
* select.cc (fhandler_tty_slave::ready_for_read): Return 0 on EBADF.
Corinna Vinschen
2001-11-08
1
-1
/
+1
*
* select.cc (fhandler_tty_slave::ready_for_read): Correct inverted not_open
Christopher Faylor
2001-11-06
1
-1
/
+1
*
Eliminate excess whitespace.
Christopher Faylor
2001-11-05
1
-2
/
+2
*
* select.cc: Add more comments throughout. Use bool 'true' where appropriate
Christopher Faylor
2001-11-05
1
-17
/
+26
*
* select.cc (verify_console): New function.
Christopher Faylor
2001-11-04
1
-2
/
+17
*
* fhandler.h (fhandler_base::ready_for_read): Remove unused argument.
Christopher Faylor
2001-11-04
1
-155
/
+107
*
* fhandler.cc (fhandler_base::read): Return just read ahead characters if slow
Christopher Faylor
2001-11-03
1
-9
/
+12
*
* dll_init.h (class dll_list): Reorder functions to avoid compiler "can't
Christopher Faylor
2001-11-03
1
-6
/
+17
*
* fhandler.h: Change Windows 'BOOL's to c++ 'bool's for all variables.
Christopher Faylor
2001-11-02
1
-0
/
+1
*
* cygheap.h (cygheap_fdmanip::isopen): Set appropriate errno if fd not open.
Christopher Faylor
2001-11-01
1
-0
/
+3
*
* dtable.cc (dtable::build_fhandler): Issue internal error on unknown device.
Christopher Faylor
2001-11-01
1
-61
/
+53
*
* select.cc (MAKEready): Remove extraneous select_read.
Christopher Faylor
2001-10-29
1
-1
/
+0
*
* fhandler.h (fhandler_serial::fhandler_serial): Change to only accept unit
Christopher Faylor
2001-10-29
1
-1
/
+1
*
* select.cc (MAKEready): Check for read_ready in loop since select_read could
Christopher Faylor
2001-10-26
1
-6
/
+6
*
* autoload.cc (load_wsock32): Declare dummy function to force loading of
Christopher Faylor
2001-10-14
1
-0
/
+1
*
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
[next]