Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2006-02-25This commit was manufactured by cvs2svn to create branch 'gdb-gdb-csl-20060226-branchpointcvs2svn
2005-09-26 * errno.cc (errmap): Map ERROR_SEEK and ERROR_SECTOR_NOT_FOUND.Corinna Vinschen
2005-09-13* dcrt0.cc (do_exit): Rely on sigproc_terminate to set exit_stateChristopher Faylor
2005-08-28* cygwin.din: Correct readdir_r typo.Christopher Faylor
2005-08-25* errno.cc (errmap): Translate ERROR_NO_MORE_ITEMS to ENMFILE.Christopher Faylor
2005-08-18 * errno.cc (strerror): Check errnum for underflow.Corinna Vinschen
2005-05-22* spawn.cc (find_exec): Accept a PATH-like string in place of an environmentChristopher Faylor
2005-04-30* errno.cc (errmap): Sort table.Christopher Faylor
2005-04-30* errno.cc (errmap): Map ERROR_NETNAME_DELETED to ENOSHARE.Christopher Faylor
2005-03-31 * errno.cc (NO_SYSTEM_RESOURCES): Map to EAGAIN.Corinna Vinschen
2005-03-28* timer.cc (timer_tracker::timer_tracker): Eliminate simple constructor.Christopher Faylor
2005-03-28* errno.cc (FILENAME_EXCED_RANGE): Map to ENAMETOOLONG.Christopher Faylor
2005-03-16* errno.cc (errmap): Correct typo in previous change.Christopher Faylor
2005-03-16* cygtls.cc (_cygtls::remove): Free process_ident, if it exists.Christopher Faylor
2005-02-20copyrightChristopher Faylor
2005-01-11* pinfo.h (_pinfo::set_exit_state): Declare new function.Christopher Faylor
2004-12-10 * errno.cc (errmap): Map ERROR_INVALID_ADDRESS to EINVAL instead ofCorinna Vinschen
2004-08-19 * errno.cc (_sys_errlist): Change various text to their english LinuxCorinna Vinschen
2004-08-03 * errno.cc (errmap): Add ERROR_TOO_MANY_LINKS -> EMLINK mapping.Corinna Vinschen
2004-04-19 * errno.cc (errmap): Handle ERROR_IO_PENDING.Corinna Vinschen
2004-03-27 * errno.cc (errmap): Map ERROR_SHARING_VIOLATION to EBUSY,Corinna Vinschen
2004-03-14 * errno.cc (errmap): Map ERROR_BEGINNING_OF_MEDIA andCorinna Vinschen
2004-03-13 * errno.cc (errmap): Handle ERROR_BUS_RESET.Corinna Vinschen
2003-12-23* exceptions.cc (set_signal_mask): Redefine to not pass by address. ReportChristopher Faylor
2003-08-17 * errno.cc (errmap): Map ERROR_INVALID_BLOCK_LENGTH to EIO.Corinna Vinschen
2003-06-16Throughout, remove "include <errno.h>" from files which already includeChristopher Faylor
2003-05-11* dir.cc (readdir): Fill out new old_d_ino field.Christopher Faylor
2003-05-09revert errnoneous checkinChristopher Faylor
2003-05-09* cygthread.cc (cygthread::detach): Prioritize waiting for I/O completion overChristopher Faylor
2003-04-27really check in correct fix.Christopher Faylor
2003-04-27* errno.cc (_sys_nerr): Fix compile error erroneously checked in on 2003-04-23.Christopher Faylor
2003-04-24* fork.cc: Change SLOW_PID_REUSE to NO_SLOW_PID_REUSE and invert ifdef senseChristopher Faylor
2002-09-24 * errno.cc (errmap): Map ERROR_INVALID_ADDRESS to new errno codeCorinna Vinschen
2002-09-22* fhandler.cc (fhandler_base::dup): Don't set handle on failure. Caller hasChristopher Faylor
2002-07-02* syscalls.c (seteuid32): Do not return an error when the token cannot beChristopher Faylor
2002-06-21* errno.cc: Change text description for EBADF throughout.Christopher Faylor
2002-06-05* dtable.cc (handle_to_fn): Attempt to handle "raw" accesses to remote shares.Christopher Faylor
2002-03-05* errno.cc: Change EPERM associated text to "Operation not permitted"Christopher Faylor
2001-10-13* fhandler_dsp.cc (fhandler_dsp::ioctl): Return 0 for successfulChristopher Faylor
2001-09-06Move appropriate variables to NO_COPY segment, throughout.Christopher Faylor
2001-05-14* errno.cc (_sys_errlist): Add missing commas.Christopher Faylor
2001-04-13 * dir.cc (mkdir): Check for case clash.Corinna Vinschen
2001-04-03 * errno.cc (errmap): Map ERROR_FILE_INVALID to ENXIO.Corinna Vinschen
2001-03-18Update copyrights.Christopher Faylor
2001-02-22 * cygerrno.h: Revert previous patch.Corinna Vinschen
2001-02-22 * shortcut.c: New file. Provides a C interface to reading ofCorinna Vinschen
2000-11-06* errno.cc (strerror): Change EAGAIN case to return "Resource temporarilyChristopher Faylor
2000-10-12* errno.cc (seterrno_from_win_error): Fix debugging output.Christopher Faylor
2000-09-01* errno.cc (set_errno_from_win_error): Actually use arguments to strace_printf.Christopher Faylor
2000-08-22* winsup.h: Eliminate inclusion of most of the cygwin .h files. Use .h filesChristopher Faylor