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
2003-06-16Throughout, remove "include <errno.h>" from files which already includeChristopher Faylor
2003-05-11* dir.cc (readdir): Fill out new old_d_ino field.Christopher Faylor
2003-05-09revert errnoneous checkinChristopher Faylor
2003-05-09* cygthread.cc (cygthread::detach): Prioritize waiting for I/O completion overChristopher Faylor
2003-04-27really check in correct fix.Christopher Faylor
2003-04-27* errno.cc (_sys_nerr): Fix compile error erroneously checked in on 2003-04-23.Christopher Faylor
2003-04-24* fork.cc: Change SLOW_PID_REUSE to NO_SLOW_PID_REUSE and invert ifdef senseChristopher Faylor
2002-09-24 * errno.cc (errmap): Map ERROR_INVALID_ADDRESS to new errno codeCorinna Vinschen
2002-09-22* fhandler.cc (fhandler_base::dup): Don't set handle on failure. Caller hasChristopher Faylor
2002-07-02* syscalls.c (seteuid32): Do not return an error when the token cannot beChristopher Faylor
2002-06-21* errno.cc: Change text description for EBADF throughout.Christopher Faylor
2002-06-05* dtable.cc (handle_to_fn): Attempt to handle "raw" accesses to remote shares.Christopher Faylor
2002-03-05* errno.cc: Change EPERM associated text to "Operation not permitted"Christopher Faylor
2001-10-13* fhandler_dsp.cc (fhandler_dsp::ioctl): Return 0 for successfulChristopher Faylor
2001-09-06Move appropriate variables to NO_COPY segment, throughout.Christopher Faylor
2001-05-14* errno.cc (_sys_errlist): Add missing commas.Christopher Faylor
2001-04-13 * dir.cc (mkdir): Check for case clash.Corinna Vinschen
2001-04-03 * errno.cc (errmap): Map ERROR_FILE_INVALID to ENXIO.Corinna Vinschen
2001-03-18Update copyrights.Christopher Faylor
2001-02-22 * cygerrno.h: Revert previous patch.Corinna Vinschen
2001-02-22 * shortcut.c: New file. Provides a C interface to reading ofCorinna Vinschen
2000-11-06* errno.cc (strerror): Change EAGAIN case to return "Resource temporarilyChristopher Faylor
2000-10-12* errno.cc (seterrno_from_win_error): Fix debugging output.Christopher Faylor
2000-09-01* errno.cc (set_errno_from_win_error): Actually use arguments to strace_printf.Christopher Faylor
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-02* strace.cc (strace::prntf): Make second argument the function name, ratherChristopher Faylor
2000-08-02* winsup.h: take out protections of environ, errno, allow C useDJ Delorie
2000-05-26 * errno.cc (errmap): Map ERROR_BAD_NET_NAME to errno ENOSHARE.Corinna Vinschen
2000-05-09 * errno.cc: Change mapping of ERROR_BAD_PATHNAME to ENOENT.Corinna Vinschen
2000-05-06* errno.cc (errmap): Correct DIRECTORY mapping to ENOTDIR.Christopher Faylor
2000-05-03 * errno.cc (errmap): Map ERROR_BAD_NETPATH to new errno ENOSHARE.Corinna Vinschen
2000-03-15* errno.cc: Map ERROR_NOACCESS to EFAULT.Corinna Vinschen
2000-03-07Throughout use strace class in place of individual functions and variables.Christopher Faylor
2000-02-24* exceptions.cc (interruptible): Change method for determining if something isChristopher Faylor
2000-02-17import winsup-2000-02-17 snapshotChristopher Faylor