OSDN Git Service

Replace valid memory checks with new myfault class "exception handling", almost
[pf3gnuchains/pf3gnuchains4x.git] / winsup / cygwin / fhandler_tape.cc
2005-07-03 cgfReplace valid memory checks with new myfault class...
2005-06-22 corinna * fhandler.h (class fhandler_dev_tape): Add declaratio...
2005-04-28 cgf* shared_info.h (cygwin_shared_address): Bump to a...
2005-03-27 cgf* wininfo.h (wininfo::timer_active): Delete.
2005-03-16 cgf* fhandler_tape.cc (get_ll): This is a generally useful...
2004-09-09 corinna * fhandler_tape.cc (fhandler_dev_tape::open): Fix...
2004-09-03 cgfRegularize most strace_prints throughout so that %E...
2004-08-20 corinna * fhandler_tape.cc (fhandler_dev_tape::raw_read):...
2004-05-28 cgf* path.cc (chdir): Always use the normalized_path as...
2004-05-12 corinna * cygheap.h (struct init_cygheap): Add mt_h member.
2004-04-20 corinna * fhandler.cc (fhandler_base::open): Remove special...
2004-04-19 corinna * errno.cc (errmap): Handle ERROR_IO_PENDING.
2004-04-19 corinna * fhandler_tape.cc (mtinfo_drive::_set_pos): Take...
2004-04-09 corinna * fhandler.h (class fhandler_dev_raw): Move status...
2004-03-31 corinna * fhandler_tape.cc (mtinfo::initialize): Fix fatal...
2004-03-31 corinna * fhandler_tape.cc (mtinfo_drive::get_pos): Only set...
2004-03-26 corinna * errno.cc (errmap): Map ERROR_SHARING_VIOLATION to...
2004-03-15 corinna Fix ChangeLog dates.
2004-03-14 corinna * errno.cc (errmap): Map ERROR_BEGINNING_OF_MEDIA and
2004-03-13 corinna * errno.cc (errmap): Handle ERROR_BUS_RESET.
2004-03-02 corinna * fhandler_raw.cc (fhandler_dev_raw::raw_read): When...
2004-02-09 cgf* debug.h (console_printf): Define for non-debugging...
2003-12-07 cgfChange use of BOOL, TRUE, FALSE to bool, true, false...
2003-09-25 cgf* devices.cc: New file.
2003-06-16 cgfThroughout, remove "include <errno.h>" from files which...
2003-04-01 corinna * dir.cc: Change __off32_t to _off_t and __off64_t...
2002-09-30 cgfRemove \n from calls to strace class printfs throughout.
2002-09-22 cgf* fhandler.cc (fhandler_base::dup): Don't set handle...
2002-06-05 cgfRemove fcntl.h includes throughout.
2002-06-02 cgf* fhandler.cc (fhandler_base::fstat): Move dev and...
2002-02-25 corinna * cygwin.din (fstat64): New symbol.
2002-02-10 corinna * child_info.h, cygheap.h, fhandler_clipboard.cc,...
2002-02-10 corinna * (child_info.h, cygheap.h, dcrt0.cc, dir.cc, fhandler...
2001-11-16 corinna * fhandler_raw.cc (fhandler_dev_raw::clear): Don't...
2001-10-22 cgfRemove 'cb' parameter and modify fhandler_* constructor...
2001-10-16 corinna * fhandler_raw.cc (fhandler_dev_raw::open)...
2001-10-16 corinna * fhandler_tape.cc (fhandler_dev_tape::tape_sta...
2001-10-16 corinna * autoload.cc: Add load statement for `NtOpenFile'.
2001-10-13 cgf* fhandler_dsp.cc (fhandler_dsp::ioctl): Return 0 for...
2001-10-05 cgfAdd second path_conv * argument to fstat()s throughout.
2001-10-04 cgf* dcrt0.cc (dll_crt0_1): Don't close hexec_proc if...
2001-10-01 cgfAdd "path.h" include throughout, where needed. Use...
2001-09-11 cgfUpdate copyrights.
2001-07-26 cgfThroughout, reorganize header file inclusion to put...
2001-06-22 corinna * fhandler_tape.cc (fhandler_dev_tape::tape_era...
2001-06-15 corinna * fhandler_tape.cc (fhandler_dev_tape::tape_sta...
2001-04-18 cgfThroughout, change fdtab references to cygheap->fdtab.
2001-03-05 cgf* dlopen.c (dlopen): Return NULL when name is NULL...
2000-10-31 corinna * fhandler.h (fhandler_dev_raw): Add definition...
2000-10-31 corinna * fhandler_tape.cc (fhandler_dev_tape::open...
2000-09-03 cgf* Makefile.in: Add cygheap.o.
2000-08-22 cgf* winsup.h: Eliminate inclusion of most of the cygwin...
2000-08-22 cgf* cygerrno.h: New file. Use this throughout whenever...
2000-08-02 dj* winsup.h: take out protections of environ, errno...
2000-07-23 corinna * fhandler.h (class fhandler_dev_raw): Add...
2000-05-16 corinna * fhandler_tape.cc (fhandler_dev_tape::ioctl...
2000-02-17 cgfInitial revision