summaryrefslogtreecommitdiffstats
path: root/winsup/cygwin/fcntl.cc
Commit message (Expand)AuthorAgeFilesLines
* This commit was manufactured by cvs2svn to create branch 'binutils-binutils-2_20-branchpointcvs2svn2009-09-041-104/+0
* * 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