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
*
* environ.cc (build_env): Don't put an empty environment variable into the
Christopher Faylor
2006-09-07
1
-1
/
+1
*
* errno.cc (errmap): Map ERROR_SEEK and ERROR_SECTOR_NOT_FOUND.
Corinna Vinschen
2005-09-26
1
-0
/
+2
*
* dcrt0.cc (do_exit): Rely on sigproc_terminate to set exit_state
Christopher Faylor
2005-09-13
1
-1
/
+0
*
* cygwin.din: Correct readdir_r typo.
Christopher Faylor
2005-08-28
1
-18
/
+29
*
* errno.cc (errmap): Translate ERROR_NO_MORE_ITEMS to ENMFILE.
Christopher Faylor
2005-08-25
1
-0
/
+1
*
* errno.cc (strerror): Check errnum for underflow.
Corinna Vinschen
2005-08-18
1
-1
/
+1
*
* spawn.cc (find_exec): Accept a PATH-like string in place of an environment
Christopher Faylor
2005-05-22
1
-0
/
+1
*
* errno.cc (errmap): Sort table.
Christopher Faylor
2005-04-30
1
-79
/
+79
*
* errno.cc (errmap): Map ERROR_NETNAME_DELETED to ENOSHARE.
Christopher Faylor
2005-04-30
1
-0
/
+1
*
* errno.cc (NO_SYSTEM_RESOURCES): Map to EAGAIN.
Corinna Vinschen
2005-03-30
1
-0
/
+6
*
* timer.cc (timer_tracker::timer_tracker): Eliminate simple constructor.
Christopher Faylor
2005-03-28
1
-1
/
+1
*
* errno.cc (FILENAME_EXCED_RANGE): Map to ENAMETOOLONG.
Christopher Faylor
2005-03-28
1
-1
/
+1
*
* errno.cc (errmap): Correct typo in previous change.
Christopher Faylor
2005-03-16
1
-1
/
+1
*
* cygtls.cc (_cygtls::remove): Free process_ident, if it exists.
Christopher Faylor
2005-03-15
1
-0
/
+1
*
copyright
Christopher Faylor
2005-02-20
1
-1
/
+2
*
* pinfo.h (_pinfo::set_exit_state): Declare new function.
Christopher Faylor
2005-01-11
1
-0
/
+1
*
* errno.cc (errmap): Map ERROR_INVALID_ADDRESS to EINVAL instead of
Corinna Vinschen
2004-12-10
1
-1
/
+1
*
* 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
[next]