OSDN Git Service

Rename cygWFMO to cygwait throughout and use the magic of polymorphism to "wait
[pf3gnuchains/pf3gnuchains4x.git] / winsup / cygwin / fcntl.cc
2011-12-03 cgfThroughout, remove extra space after function name...
2011-04-30 corinna * fcntl.cc (fcntl64): Call pthread_testcancel.
2010-01-14 corinna * cygwin.din (dup3): Export.
2009-09-22 ericbMatch dup2 and fcntl error values to POSIX.
2009-08-21 cgf* fcntl.cc (fcntl64): Detect negative fd as error.
2008-11-26 cgfRemove unneeded whitespace.
2008-04-07 cgfRemove unneeded header files from source files throughout.
2008-04-01 corinna * Fix copyright dates.
2008-04-01 corinna Throughout, call fcntl64 instead of fcntl or fcntl_worker.
2008-03-14 corinna * fcntl.cc (fcntl_worker): Protect with a 'myfault'.
2005-01-12 cgfReorganize header file inclusion throughout so that...
2003-12-03 corinna * fcntl.cc (fcntl_worker): Remove static storage class.
2003-12-03 corinna * fcntl.cc (_fcntl): Whitespace cleanup.
2003-12-02 cgf* fcntl.cc (_fcntl): Silence a compiler warning.
2003-12-01 corinna * Makefile.in (OBSOLETE_FUNCTIONS): Add fcntl.
2003-09-25 cgf* devices.cc: New file.
2003-06-16 cgfThroughout, remove "include <errno.h>" from files which...
2003-03-09 cgfDo some minor reformatting of 'extern "C"' use throughout.
2002-06-05 cgf* dtable.cc (handle_to_fn): Attempt to handle "raw...
2002-06-05 cgfRemove fcntl.h includes throughout.
2001-10-16 cgf* cygerrno.h (set_errno): Define more informative versi...
2001-10-15 cgf* fhandler.cc (fhandler_base::fork_fixup): Don't protec...
2001-10-01 cgfAdd "path.h" include throughout, where needed. Use...
2001-09-11 cgfUpdate copyrights.
2001-07-26 cgfThroughout, reorganize header file inclusion to put...
2001-04-18 cgfThroughout, change fdtab references to cygheap->fdtab.
2000-10-23 corinna * fcntl.cc (_fcntl): Rearrange as wrapper funct...
2000-08-22 cgf* winsup.h: Eliminate inclusion of most of the cygwin...
2000-08-22 cgf* cygerrno.h: New file. Use this throughout whenever...
2000-08-12 cgf* winsup.h: Split out dtable definitions into separate...
2000-08-12 cgfRename hinfo -> dtable. Name the former dtable array...
2000-08-02 dj* winsup.h: take out protections of environ, errno...
2000-02-17 cgfInitial revision