summaryrefslogtreecommitdiffstats
path: root/winsup/cygwin/fhandler_tape.cc
Commit message (Expand)AuthorAgeFilesLines
* Switching the Cygwin DLL to LGPLv3+, dropping commercial buyout optioncygwin-2_5_2-releaseCorinna Vinschen2016-06-231-3/+0
* * fhandler_tape.cc (fhandler_dev_tape::_lock): Add cw_sig_restart toCorinna Vinschen2015-02-251-2/+3
* * Throughout, use __try/__except/__endtry blocks, rather than myfaultCorinna Vinschen2014-08-221-143/+147
* * fhandler.h (fhandler_dev_zero::lseek): Convert to inline method.Corinna Vinschen2013-10-241-0/+6
* * fhandler_tape.cc (mtinfo_drive::open): Handle bus reset gracefullyCorinna Vinschen2013-08-301-1/+4
* * mtinfo.h (class mtinfo_part): Change type of block numbers to int64_t.Corinna Vinschen2013-08-261-21/+23
* * fhandler_tape.cc (mtinfo_drive::create_partitions): Allow partitioningCorinna Vinschen2013-08-211-1/+7
* * fhandler_tape.cc (mtinfo_drive::create_partitions): Fix long-standingCorinna Vinschen2013-08-201-4/+7
* * fhandler_tape.cc (mtinfo_drive::set_pos): Remove unneeded linebreak.Corinna Vinschen2013-08-191-4/+3
* Throughout, (mainly in fhandler*) fix remaining gcc 4.7 mismatchYaakov Selkowitz2013-05-011-2/+2
* * Merge in cygwin-64bit-branch.Corinna Vinschen2013-04-231-80/+78
* Throughout, change __attribute__ ((regparm (N))) to just __regN. Throughout,Christopher Faylor2013-01-211-3/+3
* * fhandler_registry.cc: Drop Mingw.org considerations.Corinna Vinschen2012-11-261-4/+0
* * fhandler.h (class fhandler_dev_raw): Add members devbufalloc andCorinna Vinschen2012-10-131-2/+2
* Rename cancelable_wait -> cygwait throughout.Christopher Faylor2012-08-151-1/+1
* * DevNotes: Add entry cgf-000013.Christopher Faylor2012-07-211-14/+1
* * fhandler_serial.cc: Fix includes for IOCTL codes to support Mingw64.Corinna Vinschen2012-06-281-0/+5
* Revert errneous checkin.Christopher Faylor2012-06-191-1/+13
* * cygwait.cc (cancelable_wait): Mimic old cygwait behavior more closely wrtChristopher Faylor2012-06-191-13/+1
* * Throughout, replace usage of w32api's min with MIN from sys/param.h.Corinna Vinschen2012-03-081-2/+2
* Throughout use "have_execed" macro rather than "hExeced" global handle.Christopher Faylor2011-11-141-1/+2
* * cygerrno.h (__set_errno): Modify debugging output to make searching straceChristopher Faylor2011-10-151-2/+2
* whitespace eliminationChristopher Faylor2011-06-061-1/+1
* * autoload.cc: Call _api_fatal in asm.Christopher Faylor2011-05-281-1/+1
* * fhandler.h (fhandler_dev_tape::_lock): Add bool parameter.Corinna Vinschen2011-05-041-10/+30
* * cygwin.din (dup3): Export.Corinna Vinschen2010-01-141-2/+2
* Throughout, replace hMainProc with GetCurrentProcess/NtCurrentProcessCorinna Vinschen2009-12-181-4/+6
* * sigproc.h (wait_for_sigthread): Eliminate parameter.Christopher Faylor2009-07-241-2/+2
* * cygheap.cc (creturn): Reorganize to avoid a new compiler warning/error.Christopher Faylor2008-09-111-5/+6
* * fhandler_tape.cc (mtinfo::initialize): Remove synchronization stuff.Corinna Vinschen2008-07-151-28/+4
* * fhandler.h (-struct wsa_event): Move to wsa_event.h. IncludeCorinna Vinschen2008-04-181-9/+2
* Remove unneeded header files from source files throughout.Christopher Faylor2008-04-071-4/+0
* * fhandler_tape.cc (mtinfo::initialize): Use MAX_PATH instead ofCorinna Vinschen2007-11-281-1/+1
* * cygheap.h (struct init_cygheap): Remove shared_h and mt_h members.Corinna Vinschen2006-07-261-18/+15
* whitespace cleanup to force snapshot.Christopher Faylor2005-12-221-3/+3
* * fhandler.cc (fhandler_base::open_9x): Handle O_SYNC and O_DIRECTCorinna Vinschen2005-12-141-61/+80
* Revert erroneous checkin.Corinna Vinschen2005-09-281-4/+4
* * fhandler.h (class fhandler_dev_raw): Delete current_position andCorinna Vinschen2005-09-281-4/+4
* * fhandler_tape.cc (fhandler_dev_tape::close): Don't do "extra stuff"Corinna Vinschen2005-07-051-7/+12
* Change foo (void) to foo () for all c++ functions throughout. Remove allChristopher Faylor2005-07-051-2/+2
* Replace valid memory checks with new myfault class "exception handling", almostChristopher Faylor2005-07-031-14/+7
* * fhandler.h (class fhandler_dev_tape): Add declaration forCorinna Vinschen2005-06-221-1/+39
* * shared_info.h (cygwin_shared_address): Bump to a higher value to avoidChristopher Faylor2005-04-281-1/+2
* * wininfo.h (wininfo::timer_active): Delete.Christopher Faylor2005-03-271-1/+1
* * fhandler_tape.cc (get_ll): This is a generally useful function so move itChristopher Faylor2005-03-161-3/+0
* * fhandler_tape.cc (fhandler_dev_tape::open): Fix typo.Corinna Vinschen2004-09-091-1/+1
* Regularize most strace_prints throughout so that %E is always preceded by aChristopher Faylor2004-09-031-2/+2
* * fhandler_tape.cc (fhandler_dev_tape::raw_read): Use ?: instead ofCorinna Vinschen2004-08-201-5/+2
* * path.cc (chdir): Always use the normalized_path as posix_cwd, except if itChristopher Faylor2004-05-281-48/+48
* * cygheap.h (struct init_cygheap): Add mt_h member.Corinna Vinschen2004-05-121-2/+2