Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2002-08-29 * poll.cc (poll): Peek sockets ready for read to see if there'sCorinna Vinschen
2002-08-28 * poll.cc (poll): Eliminate erroneous POLLERR conditional.Corinna Vinschen
2002-06-05* dtable.cc (handle_to_fn): Attempt to handle "raw" accesses to remote shares.Christopher Faylor
2002-05-28* autoload.cc (LoadFuncEx): Define via new LoadFuncEx2 macro.Christopher Faylor
2002-03-21add eol to endChristopher Faylor
2002-03-19 * poll.cc (poll): Add support for invalid descriptors.Corinna Vinschen
2002-03-14 * poll.cc: Remove variable open_fds, rearrange and add codeCorinna Vinschen
2001-11-15* exceptions.cc: Add stdlib.h include for alloca declaration.Christopher Faylor
2001-11-05Eliminate excess whitespace.Christopher Faylor
2001-10-17 Patch from Frederic Devernay <Frederic.Devernay@sophia.inria.fr>:Corinna Vinschen
2001-10-16* fhandler.cc (fhandler_base::fork_fixup): Don't protect handle.Christopher Faylor
2001-10-01Add "path.h" include throughout, where needed. Use new path_conv methods andChristopher Faylor
2001-09-12Update copyrights.Christopher Faylor
2001-09-07Fri Sep 7 10:53:34 2001 Jason Tishler <jason@tishler.net>Corinna Vinschen
2001-07-26Throughout, reorganize header file inclusion to put security.h prior toChristopher Faylor
2001-04-19Throughout, change fdtab references to cygheap->fdtab.Christopher Faylor
2001-03-20* exceptions.cc (interruptible): Update debugging output.Christopher Faylor
2000-09-08Break out more header info into separate files. Use appropriate header filesChristopher Faylor
2000-09-03* Makefile.in: Add cygheap.o.Christopher Faylor
2000-08-22* winsup.h: Eliminate inclusion of most of the cygwin .h files. Use .h filesChristopher Faylor
2000-08-22* cygerrno.h: New file. Use this throughout whenever errno manipulation isChristopher Faylor
2000-08-12* poll.cc: Make winsup.h the first include file, re 2000-08-02 change.Christopher Faylor
2000-08-12* winsup.h: Split out dtable definitions into separate header file.Christopher Faylor
2000-08-12Rename hinfo -> dtable. Name the former dtable array 'fdtab'.Christopher Faylor
2000-08-12 * poll.cc: Allow any descriptor and any number of descriptors.Corinna Vinschen
2000-08-11 * poll.cc: Add bounds checking for file descriptors. Return POLLNVALCorinna Vinschen
2000-08-02* winsup.h: take out protections of environ, errno, allow C useDJ Delorie
2000-07-17 Patch suggested by Eric Fifer <EFifer@sanwaint.com>Corinna Vinschen
2000-07-04 * poll.cc (poll): Zero out `open_fds' as well.Corinna Vinschen
2000-07-04 * poll.cc: New file. Implement `poll' system call.Corinna Vinschen