Welcome to mirror list, hosted at ThFree Co, Russian Federation.

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