index
:
cygnal
cygnal-2.5.2
cygnal-2.9.0-branch
cygnal-3-1-6-98-branch
cygnal-3-1-98-branch
cygwin-master
"Cygwin Native Application Lib" --- http://www.kylheku.com/cygnal
kaz@kylheku.com
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
winsup
/
cygwin
/
errno.cc
Commit message (
Expand
)
Author
Age
Files
Lines
*
* errno.cc (_sys_errlist): Change various text to their english Linux
Corinna Vinschen
2004-08-19
1
-506
/
+138
*
* errno.cc (errmap): Add ERROR_TOO_MANY_LINKS -> EMLINK mapping.
Corinna Vinschen
2004-08-03
1
-0
/
+1
*
* errno.cc (errmap): Handle ERROR_IO_PENDING.
Corinna Vinschen
2004-04-19
1
-0
/
+1
*
* errno.cc (errmap): Map ERROR_SHARING_VIOLATION to EBUSY,
Corinna Vinschen
2004-03-26
1
-3
/
+6
*
* errno.cc (errmap): Map ERROR_BEGINNING_OF_MEDIA and
Corinna Vinschen
2004-03-14
1
-2
/
+3
*
* errno.cc (errmap): Handle ERROR_BUS_RESET.
Corinna Vinschen
2004-03-13
1
-0
/
+1
*
* exceptions.cc (set_signal_mask): Redefine to not pass by address. Report
Christopher Faylor
2003-12-23
1
-7
/
+3
*
* errno.cc (errmap): Map ERROR_INVALID_BLOCK_LENGTH to EIO.
Corinna Vinschen
2003-08-17
1
-0
/
+1
*
Throughout, remove "include <errno.h>" from files which already include
Christopher Faylor
2003-06-16
1
-2
/
+0
*
* dir.cc (readdir): Fill out new old_d_ino field.
Christopher Faylor
2003-05-11
1
-43
/
+44
*
revert errnoneous checkin
Christopher Faylor
2003-05-09
1
-129
/
+127
*
* cygthread.cc (cygthread::detach): Prioritize waiting for I/O completion over
Christopher Faylor
2003-05-09
1
-127
/
+129
*
really check in correct fix.
Christopher Faylor
2003-04-27
1
-1
/
+1
*
* errno.cc (_sys_nerr): Fix compile error erroneously checked in on 2003-04-23.
Christopher Faylor
2003-04-27
1
-1
/
+1
*
* fork.cc: Change SLOW_PID_REUSE to NO_SLOW_PID_REUSE and invert ifdef sense
Christopher Faylor
2003-04-24
1
-3
/
+3
*
* errno.cc (errmap): Map ERROR_INVALID_ADDRESS to new errno code
Corinna Vinschen
2002-09-24
1
-0
/
+9
*
* fhandler.cc (fhandler_base::dup): Don't set handle on failure. Caller has
Christopher Faylor
2002-09-22
1
-1
/
+1
*
* syscalls.c (seteuid32): Do not return an error when the token cannot be
Christopher Faylor
2002-07-01
1
-1
/
+1
*
* errno.cc: Change text description for EBADF throughout.
Christopher Faylor
2002-06-21
1
-2
/
+2
*
* dtable.cc (handle_to_fn): Attempt to handle "raw" accesses to remote shares.
Christopher Faylor
2002-06-05
1
-1
/
+1
*
* errno.cc: Change EPERM associated text to "Operation not permitted"
Christopher Faylor
2002-03-05
1
-2
/
+5
*
* fhandler_dsp.cc (fhandler_dsp::ioctl): Return 0 for successful
Christopher Faylor
2001-10-13
1
-3
/
+8
*
Move appropriate variables to NO_COPY segment, throughout.
Christopher Faylor
2001-09-06
1
-3
/
+3
*
* errno.cc (_sys_errlist): Add missing commas.
Christopher Faylor
2001-05-14
1
-2
/
+2
*
* dir.cc (mkdir): Check for case clash.
Corinna Vinschen
2001-04-12
1
-1
/
+5
*
* errno.cc (errmap): Map ERROR_FILE_INVALID to ENXIO.
Corinna Vinschen
2001-04-03
1
-0
/
+1
*
Update copyrights.
Christopher Faylor
2001-03-18
1
-1
/
+1
*
* cygerrno.h: Revert previous patch.
Corinna Vinschen
2001-02-22
1
-1
/
+1
*
* shortcut.c: New file. Provides a C interface to reading of
Corinna Vinschen
2001-02-22
1
-1
/
+1
*
* errno.cc (strerror): Change EAGAIN case to return "Resource temporarily
Christopher Faylor
2000-11-06
1
-1
/
+1
*
* errno.cc (seterrno_from_win_error): Fix debugging output.
Christopher Faylor
2000-10-12
1
-1
/
+1
*
* errno.cc (set_errno_from_win_error): Actually use arguments to strace_printf.
Christopher Faylor
2000-08-31
1
-6
/
+6
*
* winsup.h: Eliminate inclusion of most of the cygwin .h files. Use .h files
Christopher Faylor
2000-08-22
1
-0
/
+1
*
* cygerrno.h: New file. Use this throughout whenever errno manipulation is
Christopher Faylor
2000-08-22
1
-24
/
+23
*
* strace.cc (strace::prntf): Make second argument the function name, rather
Christopher Faylor
2000-08-02
1
-2
/
+2
*
* winsup.h: take out protections of environ, errno, allow C use
DJ Delorie
2000-08-02
1
-1
/
+1
*
* errno.cc (errmap): Map ERROR_BAD_NET_NAME to errno ENOSHARE.
Corinna Vinschen
2000-05-26
1
-0
/
+1
*
* errno.cc: Change mapping of ERROR_BAD_PATHNAME to ENOENT.
Corinna Vinschen
2000-05-09
1
-1
/
+1
*
* errno.cc (errmap): Correct DIRECTORY mapping to ENOTDIR.
Christopher Faylor
2000-05-06
1
-1
/
+1
*
* errno.cc (errmap): Map ERROR_BAD_NETPATH to new errno ENOSHARE.
Corinna Vinschen
2000-05-03
1
-2
/
+6
*
* errno.cc: Map ERROR_NOACCESS to EFAULT.
Corinna Vinschen
2000-03-15
1
-0
/
+1
*
Throughout use strace class in place of individual functions and variables.
Christopher Faylor
2000-03-07
1
-4
/
+4
*
* exceptions.cc (interruptible): Change method for determining if something is
Christopher Faylor
2000-02-24
1
-1
/
+1
*
import winsup-2000-02-17 snapshot
Christopher Faylor
2000-02-17
1
-0
/
+669