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
/
poll.cc
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove unneeded header files from source files throughout. Update copyrights
Christopher Faylor
2009-01-03
1
-3
/
+2
*
Remove unneeded header files from source files throughout.
Christopher Faylor
2008-04-07
1
-3
/
+0
*
* poll.cc (poll): Return count of fds with events instead of total
Corinna Vinschen
2007-12-13
1
-39
/
+46
*
* fhandler_socket.cc (fhandler_socket::recv_internal): Fix a problem
Corinna Vinschen
2006-07-31
1
-34
/
+10
*
* fhandler_socket.cc: Revert misguided attempt to handle FD_CLOSE error
Corinna Vinschen
2006-07-27
1
-5
/
+2
*
2006-07-25 Corinna Vinschen <corinna@vinschen.de>
Corinna Vinschen
2006-07-25
1
-12
/
+6
*
* fhandler_socket.cc (fhandler_socket::recvfrom): Just return 0 (EOF)
Corinna Vinschen
2005-11-13
1
-2
/
+5
*
white space and minor comment cleanup.
Christopher Faylor
2005-05-02
1
-1
/
+1
*
* fhandler.h (enum conn_state): Add connect_failed state.
Corinna Vinschen
2005-04-18
1
-8
/
+20
*
copyright
Christopher Faylor
2005-02-20
1
-1
/
+1
*
Reorganize header file inclusion throughout so that cygerrno.h comes first.
Christopher Faylor
2005-01-12
1
-1
/
+1
*
* path.cc (chdir): Always use the normalized_path as posix_cwd, except if it
Christopher Faylor
2004-05-28
1
-1
/
+1
*
Eliminate use of sigframe and sigthread throughout.
Christopher Faylor
2003-11-28
1
-1
/
+0
*
* devices.cc: New file.
Christopher Faylor
2003-09-25
1
-1
/
+1
*
Throughout, remove "include <errno.h>" from files which already include
Christopher Faylor
2003-06-16
1
-1
/
+0
*
* poll.cc: Define FD_SETSIZE to ridiculously large number so that there will be
Christopher Faylor
2003-06-07
1
-0
/
+1
*
Do some minor reformatting of 'extern "C"' use throughout.
Christopher Faylor
2003-03-09
1
-2
/
+1
*
* poll.cc (poll): ...but set POLLIN instead.
Corinna Vinschen
2002-11-20
1
-1
/
+3
*
* poll.cc (poll): Don't set POLLERR if a listening socket has a
Corinna Vinschen
2002-11-20
1
-13
/
+31
*
* fhandler.cc (fhandler_base::dup): Don't set handle on failure. Caller has
Christopher Faylor
2002-09-22
1
-4
/
+4
*
* poll.cc (poll): Peek sockets ready for read to see if there's
Corinna Vinschen
2002-08-29
1
-1
/
+22
*
* poll.cc (poll): Eliminate erroneous POLLERR conditional.
Corinna Vinschen
2002-08-28
1
-2
/
+0
*
* dtable.cc (handle_to_fn): Attempt to handle "raw" accesses to remote shares.
Christopher Faylor
2002-06-05
1
-1
/
+1
*
* autoload.cc (LoadFuncEx): Define via new LoadFuncEx2 macro.
Christopher Faylor
2002-05-28
1
-44
/
+44
*
add eol to end
Christopher Faylor
2002-03-21
1
-1
/
+1
*
* poll.cc (poll): Add support for invalid descriptors.
Corinna Vinschen
2002-03-19
1
-25
/
+35
*
* poll.cc: Remove variable open_fds, rearrange and add code
Corinna Vinschen
2002-03-14
1
-45
/
+37
*
* exceptions.cc: Add stdlib.h include for alloca declaration.
Christopher Faylor
2001-11-15
1
-0
/
+1
*
Eliminate excess whitespace.
Christopher Faylor
2001-11-05
1
-1
/
+1
*
Patch from Frederic Devernay <Frederic.Devernay@sophia.inria.fr>:
Corinna Vinschen
2001-10-17
1
-8
/
+7
*
* fhandler.cc (fhandler_base::fork_fixup): Don't protect handle.
Christopher Faylor
2001-10-15
1
-1
/
+1
*
Add "path.h" include throughout, where needed. Use new path_conv methods and
Christopher Faylor
2001-10-01
1
-0
/
+1
*
Update copyrights.
Christopher Faylor
2001-09-11
1
-1
/
+1
*
Fri Sep 7 10:53:34 2001 Jason Tishler <jason@tishler.net>
Corinna Vinschen
2001-09-07
1
-3
/
+11
*
Throughout, reorganize header file inclusion to put security.h prior to
Christopher Faylor
2001-07-26
1
-0
/
+1
*
Throughout, change fdtab references to cygheap->fdtab.
Christopher Faylor
2001-04-18
1
-2
/
+3
*
* exceptions.cc (interruptible): Update debugging output.
Christopher Faylor
2001-03-19
1
-0
/
+2
*
Break out more header info into separate files. Use appropriate header files
Christopher Faylor
2000-09-08
1
-0
/
+1
*
* Makefile.in: Add cygheap.o.
Christopher Faylor
2000-09-03
1
-20
/
+20
*
* winsup.h: Eliminate inclusion of most of the cygwin .h files. Use .h files
Christopher Faylor
2000-08-22
1
-0
/
+1
*
* cygerrno.h: New file. Use this throughout whenever errno manipulation is
Christopher Faylor
2000-08-22
1
-0
/
+1
*
* poll.cc: Make winsup.h the first include file, re 2000-08-02 change.
Christopher Faylor
2000-08-12
1
-1
/
+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
-2
/
+2
*
* poll.cc: Allow any descriptor and any number of descriptors.
Corinna Vinschen
2000-08-11
1
-20
/
+34
*
* poll.cc: Add bounds checking for file descriptors. Return POLLNVAL
Corinna Vinschen
2000-08-11
1
-19
/
+22
*
* winsup.h: take out protections of environ, errno, allow C use
DJ Delorie
2000-08-02
1
-1
/
+1
*
Patch suggested by Eric Fifer <EFifer@sanwaint.com>
Corinna Vinschen
2000-07-17
1
-3
/
+3
*
* poll.cc (poll): Zero out `open_fds' as well.
Corinna Vinschen
2000-07-04
1
-0
/
+1
*
* poll.cc: New file. Implement `poll' system call.
Corinna Vinschen
2000-07-04
1
-0
/
+63