aboutsummaryrefslogtreecommitdiff
path: root/winsup/cygwin/fhandler_tape.cc
AgeCommit message (Expand)AuthorFilesLines
2016-06-23Switching the Cygwin DLL to LGPLv3+, dropping commercial buyout optioncygwin-2_5_2-releaseCorinna Vinschen1-3/+0
2015-02-25 * fhandler_tape.cc (fhandler_dev_tape::_lock): Add cw_sig_restart toCorinna Vinschen1-2/+3
2014-08-22 * Throughout, use __try/__except/__endtry blocks, rather than myfaultCorinna Vinschen1-143/+147
2013-10-24 * fhandler.h (fhandler_dev_zero::lseek): Convert to inline method.Corinna Vinschen1-0/+6
2013-08-30 * fhandler_tape.cc (mtinfo_drive::open): Handle bus reset gracefullyCorinna Vinschen1-1/+4
2013-08-26 * mtinfo.h (class mtinfo_part): Change type of block numbers to int64_t.Corinna Vinschen1-21/+23
2013-08-21 * fhandler_tape.cc (mtinfo_drive::create_partitions): Allow partitioningCorinna Vinschen1-1/+7
2013-08-20 * fhandler_tape.cc (mtinfo_drive::create_partitions): Fix long-standingCorinna Vinschen1-4/+7
2013-08-19 * fhandler_tape.cc (mtinfo_drive::set_pos): Remove unneeded linebreak.Corinna Vinschen1-4/+3
2013-05-01Throughout, (mainly in fhandler*) fix remaining gcc 4.7 mismatchYaakov Selkowitz1-2/+2
2013-04-23 * Merge in cygwin-64bit-branch.Corinna Vinschen1-80/+78
2013-01-21Throughout, change __attribute__ ((regparm (N))) to just __regN. Throughout,Christopher Faylor1-3/+3
2012-11-26 * fhandler_registry.cc: Drop Mingw.org considerations.Corinna Vinschen1-4/+0
2012-10-13 * fhandler.h (class fhandler_dev_raw): Add members devbufalloc andCorinna Vinschen1-2/+2
2012-08-15Rename cancelable_wait -> cygwait throughout.Christopher Faylor1-1/+1
2012-07-21* DevNotes: Add entry cgf-000013.Christopher Faylor1-14/+1
2012-06-28 * fhandler_serial.cc: Fix includes for IOCTL codes to support Mingw64.Corinna Vinschen1-0/+5
2012-06-19Revert errneous checkin.Christopher Faylor1-1/+13
2012-06-19* cygwait.cc (cancelable_wait): Mimic old cygwait behavior more closely wrtChristopher Faylor1-13/+1
2012-03-08 * Throughout, replace usage of w32api's min with MIN from sys/param.h.Corinna Vinschen1-2/+2
2011-11-14Throughout use "have_execed" macro rather than "hExeced" global handle.Christopher Faylor1-1/+2
2011-10-15* cygerrno.h (__set_errno): Modify debugging output to make searching straceChristopher Faylor1-2/+2
2011-06-06whitespace eliminationChristopher Faylor1-1/+1
2011-05-28* autoload.cc: Call _api_fatal in asm.Christopher Faylor1-1/+1
2011-05-04 * fhandler.h (fhandler_dev_tape::_lock): Add bool parameter.Corinna Vinschen1-10/+30
2010-01-14 * cygwin.din (dup3): Export.Corinna Vinschen1-2/+2
2009-12-18 Throughout, replace hMainProc with GetCurrentProcess/NtCurrentProcessCorinna Vinschen1-4/+6
2009-07-24* sigproc.h (wait_for_sigthread): Eliminate parameter.Christopher Faylor1-2/+2
2008-09-11* cygheap.cc (creturn): Reorganize to avoid a new compiler warning/error.Christopher Faylor1-5/+6
2008-07-15 * fhandler_tape.cc (mtinfo::initialize): Remove synchronization stuff.Corinna Vinschen1-28/+4
2008-04-18 * fhandler.h (-struct wsa_event): Move to wsa_event.h. IncludeCorinna Vinschen1-9/+2
2008-04-07Remove unneeded header files from source files throughout.Christopher Faylor1-4/+0
2007-11-28 * fhandler_tape.cc (mtinfo::initialize): Use MAX_PATH instead ofCorinna Vinschen1-1/+1
2006-07-26 * cygheap.h (struct init_cygheap): Remove shared_h and mt_h members.Corinna Vinschen1-18/+15
2005-12-22whitespace cleanup to force snapshot.Christopher Faylor1-3/+3
2005-12-14 * fhandler.cc (fhandler_base::open_9x): Handle O_SYNC and O_DIRECTCorinna Vinschen1-61/+80
2005-09-28 Revert erroneous checkin.Corinna Vinschen1-4/+4
2005-09-28 * fhandler.h (class fhandler_dev_raw): Delete current_position andCorinna Vinschen1-4/+4
2005-07-05 * fhandler_tape.cc (fhandler_dev_tape::close): Don't do "extra stuff"Corinna Vinschen1-7/+12
2005-07-05Change foo (void) to foo () for all c++ functions throughout. Remove allChristopher Faylor1-2/+2
2005-07-03Replace valid memory checks with new myfault class "exception handling", almostChristopher Faylor1-14/+7
2005-06-22 * fhandler.h (class fhandler_dev_tape): Add declaration forCorinna Vinschen1-1/+39
2005-04-28* shared_info.h (cygwin_shared_address): Bump to a higher value to avoidChristopher Faylor1-1/+2
2005-03-27* wininfo.h (wininfo::timer_active): Delete.Christopher Faylor1-1/+1
2005-03-16* fhandler_tape.cc (get_ll): This is a generally useful function so move itChristopher Faylor1-3/+0
2004-09-09 * fhandler_tape.cc (fhandler_dev_tape::open): Fix typo.Corinna Vinschen1-1/+1
2004-09-03Regularize most strace_prints throughout so that %E is always preceded by aChristopher Faylor1-2/+2
2004-08-20 * fhandler_tape.cc (fhandler_dev_tape::raw_read): Use ?: instead ofCorinna Vinschen1-5/+2
2004-05-28* path.cc (chdir): Always use the normalized_path as posix_cwd, except if itChristopher Faylor1-48/+48
2004-05-12 * cygheap.h (struct init_cygheap): Add mt_h member.Corinna Vinschen1-2/+2