aboutsummaryrefslogtreecommitdiff
path: root/winsup/cygwin/fcntl.cc
AgeCommit message (Expand)AuthorFilesLines
2022-05-29Cygwin: simplify some function namesKen Brown1-3/+2
2022-05-29Cygwin: remove some 32-bit-only function definitionsKen Brown1-41/+0
2021-02-01Cygwin: remove the OPEN_MAX_MAX macroKen Brown1-1/+1
2020-03-11Cygwin: fix formatting: collapse whitespace-only linesCorinna Vinschen1-1/+1
2017-11-27cygwin: convert most #ifndef __x86_64__ to #ifdef __i386__Corinna Vinschen1-4/+4
2016-06-23Switching the Cygwin DLL to LGPLv3+, dropping commercial buyout optioncygwin-2_5_2-releaseCorinna Vinschen1-3/+0
2015-11-05Avoid deadlock in flock(2)Corinna Vinschen1-2/+4
2014-08-22 * Throughout, use __try/__except/__endtry blocks, rather than myfaultCorinna Vinschen1-66/+69
2013-06-02 * autoload.cc (CancelSynchronousIo): Define.Corinna Vinschen1-10/+1
2013-04-26 * fcntl.cc (fcntl): Define as export alias for fcntl64 on x86_64.Corinna Vinschen1-0/+1
2013-04-23 * Merge in cygwin-64bit-branch.Corinna Vinschen1-11/+28
2013-01-21Throughout, update copyrights to reflect dates which correspond to main-branchChristopher Faylor1-2/+2
2012-02-01* fcntl.cc (fcntl64): Add introductory debug statement. Call dup3 directoryChristopher Faylor1-3/+7
2011-12-03Throughout, remove extra space after function name from debugging output.Christopher Faylor1-1/+1
2011-04-30 * fcntl.cc (fcntl64): Call pthread_testcancel.Corinna Vinschen1-1/+3
2010-01-14 * cygwin.din (dup3): Export.Corinna Vinschen1-2/+4
2009-09-22Match dup2 and fcntl error values to POSIX.Eric Blake1-2/+3
2009-08-21* fcntl.cc (fcntl64): Detect negative fd as error.Christopher Faylor1-1/+7
2008-11-26Remove unneeded whitespace.Christopher Faylor1-3/+3
2008-04-07Remove unneeded header files from source files throughout.Christopher Faylor1-2/+0
2008-04-01 * Fix copyright dates.Corinna Vinschen1-1/+1
2008-04-01 Throughout, call fcntl64 instead of fcntl or fcntl_worker.Corinna Vinschen1-22/+32
2008-03-14 * fcntl.cc (fcntl_worker): Protect with a 'myfault'.Corinna Vinschen1-0/+5
2005-01-12Reorganize header file inclusion throughout so that cygerrno.h comes first.Christopher Faylor1-1/+1
2003-12-03 * fcntl.cc (fcntl_worker): Remove static storage class.Corinna Vinschen1-1/+1
2003-12-03 * fcntl.cc (_fcntl): Whitespace cleanup.Corinna Vinschen1-3/+3
2003-12-02* fcntl.cc (_fcntl): Silence a compiler warning.Christopher Faylor1-3/+3
2003-12-01 * Makefile.in (OBSOLETE_FUNCTIONS): Add fcntl.Corinna Vinschen1-9/+47
2003-09-25* devices.cc: New file.Christopher Faylor1-1/+1
2003-06-16Throughout, remove "include <errno.h>" from files which already includeChristopher Faylor1-1/+0
2003-03-09Do some minor reformatting of 'extern "C"' use throughout.Christopher Faylor1-2/+1
2002-06-05* dtable.cc (handle_to_fn): Attempt to handle "raw" accesses to remote shares.Christopher Faylor1-1/+1
2002-06-05Remove fcntl.h includes throughout.Christopher Faylor1-1/+0
2001-10-16* cygerrno.h (set_errno): Define more informative version of this function forChristopher Faylor1-7/+1
2001-10-15* fhandler.cc (fhandler_base::fork_fixup): Don't protect handle.Christopher Faylor1-8/+12
2001-10-01Add "path.h" include throughout, where needed. Use new path_conv methods andChristopher Faylor1-0/+1
2001-09-11Update copyrights.Christopher Faylor1-1/+1
2001-07-26Throughout, reorganize header file inclusion to put security.h prior toChristopher Faylor1-0/+1
2001-04-18Throughout, change fdtab references to cygheap->fdtab.Christopher Faylor1-3/+4
2000-10-23 * fcntl.cc (_fcntl): Rearrange as wrapper function. Move allCorinna Vinschen1-72/+11
2000-08-22* winsup.h: Eliminate inclusion of most of the cygwin .h files. Use .h filesChristopher Faylor1-0/+2
2000-08-22* cygerrno.h: New file. Use this throughout whenever errno manipulation isChristopher Faylor1-0/+1
2000-08-12* winsup.h: Split out dtable definitions into separate header file.Christopher Faylor1-0/+1
2000-08-12Rename hinfo -> dtable. Name the former dtable array 'fdtab'.Christopher Faylor1-8/+8
2000-08-02* winsup.h: take out protections of environ, errno, allow C useDJ Delorie1-1/+1
2000-02-17import winsup-2000-02-17 snapshotChristopher Faylor1-0/+106