]> sourceware.org Git - newlib-cygwin.git/history - winsup/cygwin/errno.cc
* Merge in cygwin-64bit-branch.
[newlib-cygwin.git] / winsup / cygwin / errno.cc
2013-04-23 Corinna Vinschen * Merge in cygwin-64bit-branch.
2013-01-21 Christopher FaylorThroughout, change __attribute__ ((regparm (N))) to...
2013-01-18 Corinna Vinschen * errno.cc (errmap): Map ERROR_LOCK_VIOLATION to EBUSY.
2012-08-14 Christopher Faylor* errno.cc (errmap): Keep sorted.
2012-08-14 Christopher Faylor* errno.cc (errmap): Keep sorted.
2012-08-13 Christopher Faylor* errno.cc (errmap): Map ERROR_SXS_CANT_GEN_ACTCTX...
2011-12-03 Christopher FaylorThroughout, remove extra space after function name...
2011-06-15 Christopher Faylor* errno.cc (EIO): Lowercase "o" representative string.
2011-06-06 Christopher Faylorwhitespace elimination
2011-05-25 Eric Blakeperror: fix POSIX compliance and work with recent newli...
2011-05-23 Eric Blakestrerror: match recent glibc changes
2011-05-18 Yaakov Selkowitz* cygwin.din (error): Export.
2011-04-29 Corinna Vinschen * errno.cc (errmap): Sort. Map ERROR_EXE_MACHINE_TYPE...
2011-04-28 Corinna Vinschen * cygerrno.h (geterrno_from_nt_status): Declare.
2011-03-09 Christopher Faylor* errno.cc (errmap): Change mapping of NO_SYSTEM_RESOUR...
2011-03-03 Corinna Vinschen * errno.cc (__xpg_strerror_r): Add accidentally missin...
2011-02-10 Eric Blakestrerror_r: fix compilation bug in previous patch
2011-02-10 Eric Blakestrerror_r: obey POSIX, and match newlib header change
2011-01-19 Corinna Vinschen * errno.cc (errmap): Add error codes for invalid binaries.
2010-09-24 Corinna Vinschen * errno.cc (errmap): Map ERROR_BAD_NET_RESP to ENOSYS.
2010-04-16 Corinna Vinschen * cygerrno.h (seterrno_from_nt_status): Declare.
2009-06-14 Christopher Faylor* errno.cc (errmap): Add mapping for ERROR_IO_INCOMPLETE.
2009-03-15 Corinna Vinschen * errno.cc (_sys_errlist): Add ESTRPIPE.
2009-01-16 Corinna Vinschen * Fix copyright dates.
2009-01-11 Corinna Vinschen * errno.cc (errmap): Set errno to ENOENT instead of...
2008-09-19 Eric Blake* errno.cc (_sys_errlist): Add ECANCELED, ENOTRECOVERAB...
2008-09-11 Christopher Faylor* cygwin.din (sys_sigabbrev): Add this here.
2008-07-11 Corinna Vinschen Change length for domain buffers from INTERNET_MAX_HOS...
2008-04-07 Christopher FaylorRemove unneeded header files from source files throughout.
2008-04-01 Corinna Vinschen * Fix copyright dates.
2008-02-10 Corinna Vinschen * Makefile.in (DLL_OFILES): Add ntea.o.
2006-09-07 Christopher Faylor* environ.cc (build_env): Don't put an empty environmen...
2005-09-26 Corinna Vinschen * errno.cc (errmap): Map ERROR_SEEK and ERROR_SECTOR_N...
2005-09-13 Christopher Faylor* dcrt0.cc (do_exit): Rely on sigproc_terminate to...
2005-08-28 Christopher Faylor* cygwin.din: Correct readdir_r typo.
2005-08-25 Christopher Faylor* errno.cc (errmap): Translate ERROR_NO_MORE_ITEMS...
2005-08-18 Corinna Vinschen * errno.cc (strerror): Check errnum for underflow.
2005-05-22 Christopher Faylor* spawn.cc (find_exec): Accept a PATH-like string in...
2005-04-30 Christopher Faylor* errno.cc (errmap): Sort table.
2005-04-30 Christopher Faylor* errno.cc (errmap): Map ERROR_NETNAME_DELETED to ENOSHARE.
2005-03-30 Corinna Vinschen * errno.cc (NO_SYSTEM_RESOURCES): Map to EAGAIN.
2005-03-28 Christopher Faylor* timer.cc (timer_tracker::timer_tracker): Eliminate...
2005-03-28 Christopher Faylor* errno.cc (FILENAME_EXCED_RANGE): Map to ENAMETOOLONG.
2005-03-16 Christopher Faylor* errno.cc (errmap): Correct typo in previous change.
2005-03-15 Christopher Faylor* cygtls.cc (_cygtls::remove): Free process_ident,...
2005-02-20 Christopher Faylorcopyright
2005-01-11 Christopher Faylor* pinfo.h (_pinfo::set_exit_state): Declare new function.
2004-12-10 Corinna Vinschen * errno.cc (errmap): Map ERROR_INVALID_ADDRESS to...
2004-08-19 Corinna Vinschen * errno.cc (_sys_errlist): Change various text to...
2004-08-03 Corinna Vinschen * errno.cc (errmap): Add ERROR_TOO_MANY_LINKS -> EMLIN...
2004-04-19 Corinna Vinschen * errno.cc (errmap): Handle ERROR_IO_PENDING.
2004-03-26 Corinna Vinschen * errno.cc (errmap): Map ERROR_SHARING_VIOLATION to...
2004-03-14 Corinna Vinschen * errno.cc (errmap): Map ERROR_BEGINNING_OF_MEDIA and
2004-03-13 Corinna Vinschen * errno.cc (errmap): Handle ERROR_BUS_RESET.
2003-12-23 Christopher Faylor* exceptions.cc (set_signal_mask): Redefine to not...
2003-08-17 Corinna Vinschen * errno.cc (errmap): Map ERROR_INVALID_BLOCK_LENGTH...
2003-06-16 Christopher FaylorThroughout, remove "include <errno.h>" from files which...
2003-05-11 Christopher Faylor* dir.cc (readdir): Fill out new old_d_ino field.
2003-05-09 Christopher Faylorrevert errnoneous checkin
2003-05-09 Christopher Faylor* cygthread.cc (cygthread::detach): Prioritize waiting...
2003-04-27 Christopher Faylorreally check in correct fix.
2003-04-27 Christopher Faylor* errno.cc (_sys_nerr): Fix compile error erroneously...
2003-04-24 Christopher Faylor* fork.cc: Change SLOW_PID_REUSE to NO_SLOW_PID_REUSE...
2002-09-24 Corinna Vinschen * errno.cc (errmap): Map ERROR_INVALID_ADDRESS to...
2002-09-22 Christopher Faylor* fhandler.cc (fhandler_base::dup): Don't set handle...
2002-07-01 Christopher Faylor* syscalls.c (seteuid32): Do not return an error when...
2002-06-21 Christopher Faylor* errno.cc: Change text description for EBADF throughout.
2002-06-05 Christopher Faylor* dtable.cc (handle_to_fn): Attempt to handle "raw...
2002-03-05 Christopher Faylor* errno.cc: Change EPERM associated text to "Operation...
2001-10-13 Christopher Faylor* fhandler_dsp.cc (fhandler_dsp::ioctl): Return 0 for...
2001-09-06 Christopher FaylorMove appropriate variables to NO_COPY segment, throughout.
2001-05-14 Christopher Faylor* errno.cc (_sys_errlist): Add missing commas.
2001-04-12 Corinna Vinschen * dir.cc (mkdir): Check for case clash.
2001-04-03 Corinna Vinschen * errno.cc (errmap): Map ERROR_FILE_INVALID...
2001-03-18 Christopher FaylorUpdate copyrights.
2001-02-22 Corinna Vinschen * cygerrno.h: Revert previous patch.
2001-02-22 Corinna Vinschen * shortcut.c: New file. Provides a C interface...
2000-11-06 Christopher Faylor* errno.cc (strerror): Change EAGAIN case to return...
2000-10-12 Christopher Faylor* errno.cc (seterrno_from_win_error): Fix debugging...
2000-08-31 Christopher Faylor* errno.cc (set_errno_from_win_error): Actually use...
2000-08-22 Christopher Faylor* winsup.h: Eliminate inclusion of most of the cygwin...
2000-08-22 Christopher Faylor* cygerrno.h: New file. Use this throughout whenever...
2000-08-02 Christopher Faylor* strace.cc (strace::prntf): Make second argument the...
2000-08-02 DJ Delorie* winsup.h: take out protections of environ, errno...
2000-05-26 Corinna Vinschen * errno.cc (errmap): Map ERROR_BAD_NET_NAME...
2000-05-09 Corinna Vinschen * errno.cc: Change mapping of ERROR_BAD_PATHNAM...
2000-05-06 Christopher Faylor* errno.cc (errmap): Correct DIRECTORY mapping to ENOTDIR.
2000-05-03 Corinna Vinschen * errno.cc (errmap): Map ERROR_BAD_NETPATH...
2000-03-15 Corinna Vinschen* errno.cc: Map ERROR_NOACCESS to EFAULT.
2000-03-07 Christopher FaylorThroughout use strace class in place of individual...
2000-02-24 Christopher Faylor* exceptions.cc (interruptible): Change method for...
2000-02-22 Ian Lance TaylorThis commit was generated by cvs2svn to track changes...
2000-02-17 Christopher Faylorimport winsup-2000-02-17 snapshot
This page took 0.690329 seconds and 101 git commands to generate.