summaryrefslogtreecommitdiffstats
path: root/winsup/cygwin/fcntl.cc
Commit message (Expand)AuthorAgeFilesLines
* * Throughout, use __try/__except/__endtry blocks, rather than myfaultCorinna Vinschen2014-08-221-66/+69
* * autoload.cc (CancelSynchronousIo): Define.Corinna Vinschen2013-06-021-10/+1
* * fcntl.cc (fcntl): Define as export alias for fcntl64 on x86_64.Corinna Vinschen2013-04-261-0/+1
* * Merge in cygwin-64bit-branch.Corinna Vinschen2013-04-231-11/+28
* Throughout, update copyrights to reflect dates which correspond to main-branchChristopher Faylor2013-01-211-2/+2
* * fcntl.cc (fcntl64): Add introductory debug statement. Call dup3 directoryChristopher Faylor2012-02-011-3/+7
* Throughout, remove extra space after function name from debugging output.Christopher Faylor2011-12-031-1/+1
* * fcntl.cc (fcntl64): Call pthread_testcancel.Corinna Vinschen2011-04-301-1/+3
* * cygwin.din (dup3): Export.Corinna Vinschen2010-01-141-2/+4
* Match dup2 and fcntl error values to POSIX.Eric Blake2009-09-221-2/+3
* * fcntl.cc (fcntl64): Detect negative fd as error.Christopher Faylor2009-08-211-1/+7
* Remove unneeded whitespace.Christopher Faylor2008-11-261-3/+3
* Remove unneeded header files from source files throughout.Christopher Faylor2008-04-071-2/+0
* * Fix copyright dates.Corinna Vinschen2008-04-011-1/+1
* Throughout, call fcntl64 instead of fcntl or fcntl_worker.Corinna Vinschen2008-04-011-22/+32
* * fcntl.cc (fcntl_worker): Protect with a 'myfault'.Corinna Vinschen2008-03-141-0/+5
* Reorganize header file inclusion throughout so that cygerrno.h comes first.Christopher Faylor2005-01-121-1/+1
* * fcntl.cc (fcntl_worker): Remove static storage class.Corinna Vinschen2003-12-031-1/+1
* * fcntl.cc (_fcntl): Whitespace cleanup.Corinna Vinschen2003-12-031-3/+3
* * fcntl.cc (_fcntl): Silence a compiler warning.Christopher Faylor2003-12-021-3/+3
* * Makefile.in (OBSOLETE_FUNCTIONS): Add fcntl.Corinna Vinschen2003-12-011-9/+47
* * devices.cc: New file.Christopher Faylor2003-09-251-1/+1
* Throughout, remove "include <errno.h>" from files which already includeChristopher Faylor2003-06-161-1/+0
* Do some minor reformatting of 'extern "C"' use throughout.Christopher Faylor2003-03-091-2/+1
* * dtable.cc (handle_to_fn): Attempt to handle "raw" accesses to remote shares.Christopher Faylor2002-06-051-1/+1
* Remove fcntl.h includes throughout.Christopher Faylor2002-06-051-1/+0
* * cygerrno.h (set_errno): Define more informative version of this function forChristopher Faylor2001-10-161-7/+1
* * fhandler.cc (fhandler_base::fork_fixup): Don't protect handle.Christopher Faylor2001-10-151-8/+12
* Add "path.h" include throughout, where needed. Use new path_conv methods andChristopher Faylor2001-10-011-0/+1
* Update copyrights.Christopher Faylor2001-09-111-1/+1
* Throughout, reorganize header file inclusion to put security.h prior toChristopher Faylor2001-07-261-0/+1
* Throughout, change fdtab references to cygheap->fdtab.Christopher Faylor2001-04-181-3/+4
* * fcntl.cc (_fcntl): Rearrange as wrapper function. Move allCorinna Vinschen2000-10-231-72/+11
* * winsup.h: Eliminate inclusion of most of the cygwin .h files. Use .h filesChristopher Faylor2000-08-221-0/+2
* * cygerrno.h: New file. Use this throughout whenever errno manipulation isChristopher Faylor2000-08-221-0/+1
* * winsup.h: Split out dtable definitions into separate header file.Christopher Faylor2000-08-121-0/+1
* Rename hinfo -> dtable. Name the former dtable array 'fdtab'.Christopher Faylor2000-08-121-8/+8
* * winsup.h: take out protections of environ, errno, allow C useDJ Delorie2000-08-021-1/+1
* import winsup-2000-02-17 snapshotChristopher Faylor2000-02-171-0/+106