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
*
* cygerrno.h (seterrno): Define as (always) inline function.
Corinna Vinschen
2014-08-15
1
-8
/
+1
*
* errno.cc (errmap): Fix order of SERVICE_REQUEST_TIMEOUT.
Corinna Vinschen
2014-06-25
1
-1
/
+1
*
* errno.cc (errmap): Handle Windows error codes ERROR_CANCELLED,
Corinna Vinschen
2014-06-25
1
-0
/
+8
*
* Merge in cygwin-64bit-branch.
Corinna Vinschen
2013-04-23
1
-4
/
+4
*
Throughout, change __attribute__ ((regparm (N))) to just __regN. Throughout,
Christopher Faylor
2013-01-21
1
-7
/
+7
*
* errno.cc (errmap): Map ERROR_LOCK_VIOLATION to EBUSY.
Corinna Vinschen
2013-01-18
1
-2
/
+2
*
* errno.cc (errmap): Keep sorted.
Christopher Faylor
2012-08-14
1
-1
/
+1
*
* errno.cc (errmap): Keep sorted.
Christopher Faylor
2012-08-14
1
-1
/
+1
*
* errno.cc (errmap): Map ERROR_SXS_CANT_GEN_ACTCTX to ELIBBAD.
Christopher Faylor
2012-08-13
1
-0
/
+1
*
Throughout, remove extra space after function name from debugging output.
Christopher Faylor
2011-12-03
1
-0
/
+1
*
* errno.cc (EIO): Lowercase "o" representative string.
Christopher Faylor
2011-06-15
1
-1
/
+1
*
whitespace elimination
Christopher Faylor
2011-06-06
1
-5
/
+5
*
perror: fix POSIX compliance and work with recent newlib change
Eric Blake
2011-05-25
1
-13
/
+30
*
strerror: match recent glibc changes
Eric Blake
2011-05-23
1
-4
/
+4
*
* cygwin.din (error): Export.
Yaakov Selkowitz
2011-05-18
1
-0
/
+71
*
* errno.cc (errmap): Sort. Map ERROR_EXE_MACHINE_TYPE_MISMATCH to
Corinna Vinschen
2011-04-29
1
-4
/
+5
*
* cygerrno.h (geterrno_from_nt_status): Declare.
Corinna Vinschen
2011-04-28
1
-0
/
+6
*
* errno.cc (errmap): Change mapping of NO_SYSTEM_RESOURCES to EFBIG.
Christopher Faylor
2011-03-09
1
-1
/
+1
*
* errno.cc (__xpg_strerror_r): Add accidentally missing condition.
Corinna Vinschen
2011-03-03
1
-0
/
+1
*
strerror_r: fix compilation bug in previous patch
Eric Blake
2011-02-10
1
-0
/
+2
*
strerror_r: obey POSIX, and match newlib header change
Eric Blake
2011-02-10
1
-29
/
+55
*
* errno.cc (errmap): Add error codes for invalid binaries.
Corinna Vinschen
2011-01-19
1
-1
/
+5
*
* errno.cc (errmap): Map ERROR_BAD_NET_RESP to ENOSYS.
Corinna Vinschen
2010-09-24
1
-0
/
+1
*
* cygerrno.h (seterrno_from_nt_status): Declare.
Corinna Vinschen
2010-04-16
1
-2
/
+15
*
* errno.cc (errmap): Add mapping for ERROR_IO_INCOMPLETE.
Christopher Faylor
2009-06-14
1
-0
/
+1
*
* errno.cc (_sys_errlist): Add ESTRPIPE.
Corinna Vinschen
2009-03-15
1
-1
/
+2
*
* Fix copyright dates.
Corinna Vinschen
2009-01-16
1
-1
/
+1
*
* errno.cc (errmap): Set errno to ENOENT instead of ENOSHARE throughout.
Corinna Vinschen
2009-01-11
1
-3
/
+3
*
* errno.cc (_sys_errlist): Add ECANCELED, ENOTRECOVERABLE, EOWNERDEAD.
Eric Blake
2008-09-19
1
-21
/
+24
*
* cygwin.din (sys_sigabbrev): Add this here.
Christopher Faylor
2008-09-11
1
-1
/
+1
*
Change length for domain buffers from INTERNET_MAX_HOST_NAME_LENGTH to
Corinna Vinschen
2008-07-11
1
-0
/
+1
*
Remove unneeded header files from source files throughout.
Christopher Faylor
2008-04-07
1
-3
/
+0
*
* Fix copyright dates.
Corinna Vinschen
2008-04-01
1
-2
/
+2
*
* Makefile.in (DLL_OFILES): Add ntea.o.
Corinna Vinschen
2008-02-10
1
-0
/
+6
*
* 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
[next]