| Commit message (Expand) | Author | Age | Files | Lines |
* | * Throughout, use __try/__except/__endtry blocks, rather than myfault | Corinna Vinschen | 2014-08-22 | 1 | -66/+69 |
* | * autoload.cc (CancelSynchronousIo): Define. | Corinna Vinschen | 2013-06-02 | 1 | -10/+1 |
* | * fcntl.cc (fcntl): Define as export alias for fcntl64 on x86_64. | Corinna Vinschen | 2013-04-26 | 1 | -0/+1 |
* | * Merge in cygwin-64bit-branch. | Corinna Vinschen | 2013-04-23 | 1 | -11/+28 |
* | Throughout, update copyrights to reflect dates which correspond to main-branch | Christopher Faylor | 2013-01-21 | 1 | -2/+2 |
* | * fcntl.cc (fcntl64): Add introductory debug statement. Call dup3 directory | Christopher Faylor | 2012-02-01 | 1 | -3/+7 |
* | Throughout, remove extra space after function name from debugging output. | Christopher Faylor | 2011-12-03 | 1 | -1/+1 |
* | * fcntl.cc (fcntl64): Call pthread_testcancel. | Corinna Vinschen | 2011-04-30 | 1 | -1/+3 |
* | * cygwin.din (dup3): Export. | Corinna Vinschen | 2010-01-14 | 1 | -2/+4 |
* | Match dup2 and fcntl error values to POSIX. | Eric Blake | 2009-09-22 | 1 | -2/+3 |
* | * fcntl.cc (fcntl64): Detect negative fd as error. | Christopher Faylor | 2009-08-21 | 1 | -1/+7 |
* | Remove unneeded whitespace. | Christopher Faylor | 2008-11-26 | 1 | -3/+3 |
* | Remove unneeded header files from source files throughout. | Christopher Faylor | 2008-04-07 | 1 | -2/+0 |
* | * Fix copyright dates. | Corinna Vinschen | 2008-04-01 | 1 | -1/+1 |
* | Throughout, call fcntl64 instead of fcntl or fcntl_worker. | Corinna Vinschen | 2008-04-01 | 1 | -22/+32 |
* | * fcntl.cc (fcntl_worker): Protect with a 'myfault'. | Corinna Vinschen | 2008-03-14 | 1 | -0/+5 |
* | Reorganize header file inclusion throughout so that cygerrno.h comes first. | Christopher Faylor | 2005-01-12 | 1 | -1/+1 |
* | * fcntl.cc (fcntl_worker): Remove static storage class. | Corinna Vinschen | 2003-12-03 | 1 | -1/+1 |
* | * fcntl.cc (_fcntl): Whitespace cleanup. | Corinna Vinschen | 2003-12-03 | 1 | -3/+3 |
* | * fcntl.cc (_fcntl): Silence a compiler warning. | Christopher Faylor | 2003-12-02 | 1 | -3/+3 |
* | * Makefile.in (OBSOLETE_FUNCTIONS): Add fcntl. | Corinna Vinschen | 2003-12-01 | 1 | -9/+47 |
* | * devices.cc: New file. | Christopher Faylor | 2003-09-25 | 1 | -1/+1 |
* | Throughout, remove "include <errno.h>" from files which already include | Christopher Faylor | 2003-06-16 | 1 | -1/+0 |
* | Do some minor reformatting of 'extern "C"' use throughout. | Christopher Faylor | 2003-03-09 | 1 | -2/+1 |
* | * dtable.cc (handle_to_fn): Attempt to handle "raw" accesses to remote shares. | Christopher Faylor | 2002-06-05 | 1 | -1/+1 |
* | Remove fcntl.h includes throughout. | Christopher Faylor | 2002-06-05 | 1 | -1/+0 |
* | * cygerrno.h (set_errno): Define more informative version of this function for | Christopher Faylor | 2001-10-16 | 1 | -7/+1 |
* | * fhandler.cc (fhandler_base::fork_fixup): Don't protect handle. | Christopher Faylor | 2001-10-15 | 1 | -8/+12 |
* | Add "path.h" include throughout, where needed. Use new path_conv methods and | Christopher Faylor | 2001-10-01 | 1 | -0/+1 |
* | Update copyrights. | Christopher Faylor | 2001-09-11 | 1 | -1/+1 |
* | Throughout, reorganize header file inclusion to put security.h prior to | Christopher Faylor | 2001-07-26 | 1 | -0/+1 |
* | Throughout, change fdtab references to cygheap->fdtab. | Christopher Faylor | 2001-04-18 | 1 | -3/+4 |
* | * fcntl.cc (_fcntl): Rearrange as wrapper function. Move all | Corinna Vinschen | 2000-10-23 | 1 | -72/+11 |
* | * winsup.h: Eliminate inclusion of most of the cygwin .h files. Use .h files | Christopher Faylor | 2000-08-22 | 1 | -0/+2 |
* | * cygerrno.h: New file. Use this throughout whenever errno manipulation is | Christopher Faylor | 2000-08-22 | 1 | -0/+1 |
* | * winsup.h: Split out dtable definitions into separate header file. | Christopher Faylor | 2000-08-12 | 1 | -0/+1 |
* | Rename hinfo -> dtable. Name the former dtable array 'fdtab'. | Christopher Faylor | 2000-08-12 | 1 | -8/+8 |
* | * winsup.h: take out protections of environ, errno, allow C use | DJ Delorie | 2000-08-02 | 1 | -1/+1 |
* | import winsup-2000-02-17 snapshot | Christopher Faylor | 2000-02-17 | 1 | -0/+106 |