summaryrefslogtreecommitdiffstats
path: root/winsup/cygwin/errno.cc
Commit message (Expand)AuthorAgeFilesLines
...
* * dir.cc (mkdir): Check for case clash.Corinna Vinschen2001-04-121-1/+5
* * errno.cc (errmap): Map ERROR_FILE_INVALID to ENXIO.Corinna Vinschen2001-04-031-0/+1
* Update copyrights.Christopher Faylor2001-03-181-1/+1
* * cygerrno.h: Revert previous patch.Corinna Vinschen2001-02-221-1/+1
* * shortcut.c: New file. Provides a C interface to reading ofCorinna Vinschen2001-02-221-1/+1
* * errno.cc (strerror): Change EAGAIN case to return "Resource temporarilyChristopher Faylor2000-11-061-1/+1
* * errno.cc (seterrno_from_win_error): Fix debugging output.Christopher Faylor2000-10-121-1/+1
* * errno.cc (set_errno_from_win_error): Actually use arguments to strace_printf.Christopher Faylor2000-08-311-6/+6
* * winsup.h: Eliminate inclusion of most of the cygwin .h files. Use .h filesChristopher Faylor2000-08-221-0/+1
* * cygerrno.h: New file. Use this throughout whenever errno manipulation isChristopher Faylor2000-08-221-24/+23
* * strace.cc (strace::prntf): Make second argument the function name, ratherChristopher Faylor2000-08-021-2/+2
* * winsup.h: take out protections of environ, errno, allow C useDJ Delorie2000-08-021-1/+1
* * errno.cc (errmap): Map ERROR_BAD_NET_NAME to errno ENOSHARE.Corinna Vinschen2000-05-261-0/+1
* * errno.cc: Change mapping of ERROR_BAD_PATHNAME to ENOENT.Corinna Vinschen2000-05-091-1/+1
* * errno.cc (errmap): Correct DIRECTORY mapping to ENOTDIR.Christopher Faylor2000-05-061-1/+1
* * errno.cc (errmap): Map ERROR_BAD_NETPATH to new errno ENOSHARE.Corinna Vinschen2000-05-031-2/+6
* * errno.cc: Map ERROR_NOACCESS to EFAULT.Corinna Vinschen2000-03-151-0/+1
* Throughout use strace class in place of individual functions and variables.Christopher Faylor2000-03-071-4/+4
* * exceptions.cc (interruptible): Change method for determining if something isChristopher Faylor2000-02-241-1/+1
* import winsup-2000-02-17 snapshotChristopher Faylor2000-02-171-0/+669