aboutsummaryrefslogtreecommitdiff
path: root/winsup/cygwin/errno.cc
AgeCommit message (Expand)AuthorFilesLines
2000-08-22* winsup.h: Eliminate inclusion of most of the cygwin .h files. Use .h filesChristopher Faylor1-0/+1
2000-08-22* cygerrno.h: New file. Use this throughout whenever errno manipulation isChristopher Faylor1-24/+23
2000-08-02* strace.cc (strace::prntf): Make second argument the function name, ratherChristopher Faylor1-2/+2
2000-08-02* winsup.h: take out protections of environ, errno, allow C useDJ Delorie1-1/+1
2000-05-26 * errno.cc (errmap): Map ERROR_BAD_NET_NAME to errno ENOSHARE.Corinna Vinschen1-0/+1
2000-05-09 * errno.cc: Change mapping of ERROR_BAD_PATHNAME to ENOENT.Corinna Vinschen1-1/+1
2000-05-06* errno.cc (errmap): Correct DIRECTORY mapping to ENOTDIR.Christopher Faylor1-1/+1
2000-05-03 * errno.cc (errmap): Map ERROR_BAD_NETPATH to new errno ENOSHARE.Corinna Vinschen1-2/+6
2000-03-15* errno.cc: Map ERROR_NOACCESS to EFAULT.Corinna Vinschen1-0/+1
2000-03-07Throughout use strace class in place of individual functions and variables.Christopher Faylor1-4/+4
2000-02-24* exceptions.cc (interruptible): Change method for determining if something isChristopher Faylor1-1/+1
2000-02-17import winsup-2000-02-17 snapshotChristopher Faylor1-0/+669