index
:
cygnal
cygnal-2.5.2
cygnal-2.9.0-branch
cygnal-3-1-6-98-branch
cygnal-3-1-98-branch
cygwin-master
"Cygwin Native Application Lib" --- http://www.kylheku.com/cygnal
kaz@kylheku.com
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
winsup
/
cygwin
/
fhandler_tape.cc
Commit message (
Expand
)
Author
Age
Files
Lines
*
* Merge in cygwin-64bit-branch.
Corinna Vinschen
2013-04-23
1
-80
/
+78
*
Throughout, change __attribute__ ((regparm (N))) to just __regN. Throughout,
Christopher Faylor
2013-01-21
1
-3
/
+3
*
* fhandler_registry.cc: Drop Mingw.org considerations.
Corinna Vinschen
2012-11-26
1
-4
/
+0
*
* fhandler.h (class fhandler_dev_raw): Add members devbufalloc and
Corinna Vinschen
2012-10-13
1
-2
/
+2
*
Rename cancelable_wait -> cygwait throughout.
Christopher Faylor
2012-08-15
1
-1
/
+1
*
* DevNotes: Add entry cgf-000013.
Christopher Faylor
2012-07-21
1
-14
/
+1
*
* fhandler_serial.cc: Fix includes for IOCTL codes to support Mingw64.
Corinna Vinschen
2012-06-28
1
-0
/
+5
*
Revert errneous checkin.
Christopher Faylor
2012-06-19
1
-1
/
+13
*
* cygwait.cc (cancelable_wait): Mimic old cygwait behavior more closely wrt
Christopher Faylor
2012-06-19
1
-13
/
+1
*
* Throughout, replace usage of w32api's min with MIN from sys/param.h.
Corinna Vinschen
2012-03-08
1
-2
/
+2
*
Throughout use "have_execed" macro rather than "hExeced" global handle.
Christopher Faylor
2011-11-14
1
-1
/
+2
*
* cygerrno.h (__set_errno): Modify debugging output to make searching strace
Christopher Faylor
2011-10-15
1
-2
/
+2
*
whitespace elimination
Christopher Faylor
2011-06-06
1
-1
/
+1
*
* autoload.cc: Call _api_fatal in asm.
Christopher Faylor
2011-05-28
1
-1
/
+1
*
* fhandler.h (fhandler_dev_tape::_lock): Add bool parameter.
Corinna Vinschen
2011-05-04
1
-10
/
+30
*
* cygwin.din (dup3): Export.
Corinna Vinschen
2010-01-14
1
-2
/
+2
*
Throughout, replace hMainProc with GetCurrentProcess/NtCurrentProcess
Corinna Vinschen
2009-12-18
1
-4
/
+6
*
* sigproc.h (wait_for_sigthread): Eliminate parameter.
Christopher Faylor
2009-07-24
1
-2
/
+2
*
* cygheap.cc (creturn): Reorganize to avoid a new compiler warning/error.
Christopher Faylor
2008-09-11
1
-5
/
+6
*
* fhandler_tape.cc (mtinfo::initialize): Remove synchronization stuff.
Corinna Vinschen
2008-07-15
1
-28
/
+4
*
* fhandler.h (-struct wsa_event): Move to wsa_event.h. Include
Corinna Vinschen
2008-04-18
1
-9
/
+2
*
Remove unneeded header files from source files throughout.
Christopher Faylor
2008-04-07
1
-4
/
+0
*
* fhandler_tape.cc (mtinfo::initialize): Use MAX_PATH instead of
Corinna Vinschen
2007-11-28
1
-1
/
+1
*
* cygheap.h (struct init_cygheap): Remove shared_h and mt_h members.
Corinna Vinschen
2006-07-26
1
-18
/
+15
*
whitespace cleanup to force snapshot.
Christopher Faylor
2005-12-22
1
-3
/
+3
*
* fhandler.cc (fhandler_base::open_9x): Handle O_SYNC and O_DIRECT
Corinna Vinschen
2005-12-14
1
-61
/
+80
*
Revert erroneous checkin.
Corinna Vinschen
2005-09-28
1
-4
/
+4
*
* fhandler.h (class fhandler_dev_raw): Delete current_position and
Corinna Vinschen
2005-09-28
1
-4
/
+4
*
* fhandler_tape.cc (fhandler_dev_tape::close): Don't do "extra stuff"
Corinna Vinschen
2005-07-05
1
-7
/
+12
*
Change foo (void) to foo () for all c++ functions throughout. Remove all
Christopher Faylor
2005-07-05
1
-2
/
+2
*
Replace valid memory checks with new myfault class "exception handling", almost
Christopher Faylor
2005-07-03
1
-14
/
+7
*
* fhandler.h (class fhandler_dev_tape): Add declaration for
Corinna Vinschen
2005-06-22
1
-1
/
+39
*
* shared_info.h (cygwin_shared_address): Bump to a higher value to avoid
Christopher Faylor
2005-04-28
1
-1
/
+2
*
* wininfo.h (wininfo::timer_active): Delete.
Christopher Faylor
2005-03-27
1
-1
/
+1
*
* fhandler_tape.cc (get_ll): This is a generally useful function so move it
Christopher Faylor
2005-03-16
1
-3
/
+0
*
* fhandler_tape.cc (fhandler_dev_tape::open): Fix typo.
Corinna Vinschen
2004-09-09
1
-1
/
+1
*
Regularize most strace_prints throughout so that %E is always preceded by a
Christopher Faylor
2004-09-03
1
-2
/
+2
*
* fhandler_tape.cc (fhandler_dev_tape::raw_read): Use ?: instead of
Corinna Vinschen
2004-08-20
1
-5
/
+2
*
* path.cc (chdir): Always use the normalized_path as posix_cwd, except if it
Christopher Faylor
2004-05-28
1
-48
/
+48
*
* cygheap.h (struct init_cygheap): Add mt_h member.
Corinna Vinschen
2004-05-12
1
-2
/
+2
*
* fhandler.cc (fhandler_base::open): Remove special DEV_FLOPPY_MAJOR
Corinna Vinschen
2004-04-20
1
-0
/
+1
*
* errno.cc (errmap): Handle ERROR_IO_PENDING.
Corinna Vinschen
2004-04-19
1
-17
/
+83
*
* fhandler_tape.cc (mtinfo_drive::_set_pos): Take additional dont_wait
Corinna Vinschen
2004-04-19
1
-8
/
+8
*
* fhandler.h (class fhandler_dev_raw): Move status bits into protected
Corinna Vinschen
2004-04-09
1
-43
/
+43
*
* fhandler_tape.cc (mtinfo::initialize): Fix fatal error message.
Corinna Vinschen
2004-03-31
1
-1
/
+1
*
* fhandler_tape.cc (mtinfo_drive::get_pos): Only set partition if
Corinna Vinschen
2004-03-31
1
-4
/
+27
*
* errno.cc (errmap): Map ERROR_SHARING_VIOLATION to EBUSY,
Corinna Vinschen
2004-03-26
1
-491
/
+1108
*
Fix ChangeLog dates.
Corinna Vinschen
2004-03-15
1
-58
/
+68
*
* errno.cc (errmap): Map ERROR_BEGINNING_OF_MEDIA and
Corinna Vinschen
2004-03-14
1
-130
/
+119
*
* errno.cc (errmap): Handle ERROR_BUS_RESET.
Corinna Vinschen
2004-03-13
1
-273
/
+198
[next]