summaryrefslogtreecommitdiffstats
path: root/winsup/cygwin/errno.cc
Commit message (Expand)AuthorAgeFilesLines
* Remove unneeded header files from source files throughout.Christopher Faylor2008-04-071-3/+0
* * Fix copyright dates.Corinna Vinschen2008-04-011-2/+2
* * Makefile.in (DLL_OFILES): Add ntea.o.Corinna Vinschen2008-02-101-0/+6
* * environ.cc (build_env): Don't put an empty environment variable into theChristopher Faylor2006-09-071-1/+1
* * errno.cc (errmap): Map ERROR_SEEK and ERROR_SECTOR_NOT_FOUND.Corinna Vinschen2005-09-261-0/+2
* * dcrt0.cc (do_exit): Rely on sigproc_terminate to set exit_stateChristopher Faylor2005-09-131-1/+0
* * cygwin.din: Correct readdir_r typo.Christopher Faylor2005-08-281-18/+29
* * errno.cc (errmap): Translate ERROR_NO_MORE_ITEMS to ENMFILE.Christopher Faylor2005-08-251-0/+1
* * errno.cc (strerror): Check errnum for underflow.Corinna Vinschen2005-08-181-1/+1
* * spawn.cc (find_exec): Accept a PATH-like string in place of an environmentChristopher Faylor2005-05-221-0/+1
* * errno.cc (errmap): Sort table.Christopher Faylor2005-04-301-79/+79
* * errno.cc (errmap): Map ERROR_NETNAME_DELETED to ENOSHARE.Christopher Faylor2005-04-301-0/+1
* * errno.cc (NO_SYSTEM_RESOURCES): Map to EAGAIN.Corinna Vinschen2005-03-301-0/+6
* * timer.cc (timer_tracker::timer_tracker): Eliminate simple constructor.Christopher Faylor2005-03-281-1/+1
* * errno.cc (FILENAME_EXCED_RANGE): Map to ENAMETOOLONG.Christopher Faylor2005-03-281-1/+1
* * errno.cc (errmap): Correct typo in previous change.Christopher Faylor2005-03-161-1/+1
* * cygtls.cc (_cygtls::remove): Free process_ident, if it exists.Christopher Faylor2005-03-151-0/+1
* copyrightChristopher Faylor2005-02-201-1/+2
* * pinfo.h (_pinfo::set_exit_state): Declare new function.Christopher Faylor2005-01-111-0/+1
* * errno.cc (errmap): Map ERROR_INVALID_ADDRESS to EINVAL instead ofCorinna Vinschen2004-12-101-1/+1
* * errno.cc (_sys_errlist): Change various text to their english LinuxCorinna Vinschen2004-08-191-506/+138
* * errno.cc (errmap): Add ERROR_TOO_MANY_LINKS -> EMLINK mapping.Corinna Vinschen2004-08-031-0/+1
* * errno.cc (errmap): Handle ERROR_IO_PENDING.Corinna Vinschen2004-04-191-0/+1
* * errno.cc (errmap): Map ERROR_SHARING_VIOLATION to EBUSY,Corinna Vinschen2004-03-261-3/+6
* * errno.cc (errmap): Map ERROR_BEGINNING_OF_MEDIA andCorinna Vinschen2004-03-141-2/+3
* * errno.cc (errmap): Handle ERROR_BUS_RESET.Corinna Vinschen2004-03-131-0/+1
* * exceptions.cc (set_signal_mask): Redefine to not pass by address. ReportChristopher Faylor2003-12-231-7/+3
* * errno.cc (errmap): Map ERROR_INVALID_BLOCK_LENGTH to EIO.Corinna Vinschen2003-08-171-0/+1
* Throughout, remove "include <errno.h>" from files which already includeChristopher Faylor2003-06-161-2/+0
* * dir.cc (readdir): Fill out new old_d_ino field.Christopher Faylor2003-05-111-43/+44
* revert errnoneous checkinChristopher Faylor2003-05-091-129/+127
* * cygthread.cc (cygthread::detach): Prioritize waiting for I/O completion overChristopher Faylor2003-05-091-127/+129
* really check in correct fix.Christopher Faylor2003-04-271-1/+1
* * errno.cc (_sys_nerr): Fix compile error erroneously checked in on 2003-04-23.Christopher Faylor2003-04-271-1/+1
* * fork.cc: Change SLOW_PID_REUSE to NO_SLOW_PID_REUSE and invert ifdef senseChristopher Faylor2003-04-241-3/+3
* * errno.cc (errmap): Map ERROR_INVALID_ADDRESS to new errno codeCorinna Vinschen2002-09-241-0/+9
* * fhandler.cc (fhandler_base::dup): Don't set handle on failure. Caller hasChristopher Faylor2002-09-221-1/+1
* * syscalls.c (seteuid32): Do not return an error when the token cannot beChristopher Faylor2002-07-011-1/+1
* * errno.cc: Change text description for EBADF throughout.Christopher Faylor2002-06-211-2/+2
* * dtable.cc (handle_to_fn): Attempt to handle "raw" accesses to remote shares.Christopher Faylor2002-06-051-1/+1
* * errno.cc: Change EPERM associated text to "Operation not permitted"Christopher Faylor2002-03-051-2/+5
* * fhandler_dsp.cc (fhandler_dsp::ioctl): Return 0 for successfulChristopher Faylor2001-10-131-3/+8
* Move appropriate variables to NO_COPY segment, throughout.Christopher Faylor2001-09-061-3/+3
* * errno.cc (_sys_errlist): Add missing commas.Christopher Faylor2001-05-141-2/+2
* * dir.cc (mkdir): Check for case clash.Corinna Vinschen2001-04-121-1/+5
* * errno.cc (errmap): Map ERROR_FILE_INVALID to ENXIO.Corinna Vinschen2001-04-031-0/+1
* Update copyrights.Christopher Faylor2001-03-181-1/+1
* * cygerrno.h: Revert previous patch.Corinna Vinschen2001-02-221-1/+1
* * shortcut.c: New file. Provides a C interface to reading ofCorinna Vinschen2001-02-221-1/+1
* * errno.cc (strerror): Change EAGAIN case to return "Resource temporarilyChristopher Faylor2000-11-061-1/+1