aboutsummaryrefslogtreecommitdiff
path: root/winsup/cygwin/fhandler_floppy.cc
AgeCommit message (Expand)AuthorFilesLines
2020-04-24Cygwin: raw disk I/O: lock floppys as wellCorinna Vinschen1-2/+2
2020-04-24Cygwin: raw disk I/O: Fix return value in error caseCorinna Vinschen1-3/+4
2020-03-11Cygwin: fix formatting: drop trailing whitespaceCorinna Vinschen1-1/+1
2020-03-11Cygwin: fix formatting: collapse whitespace-only linesCorinna Vinschen1-1/+1
2020-03-11Cygwin: fix formatting: drop spaces leading tabsCorinna Vinschen1-3/+3
2019-02-09Cygwin: disk device: stop using SetFilePointerCorinna Vinschen1-3/+6
2017-12-19cygwin: block devices: fix file offset after short writesnewlib-snapshot-20171222Corinna Vinschen1-2/+10
2016-06-24fhandler_dev_floppy::get_drive_info: fix commentCorinna Vinschen1-3/+3
2016-06-24Drop has_restricted_raw_disk_access flagCorinna Vinschen1-1/+0
2016-06-24Fix major device check when locking partitionsCorinna Vinschen1-10/+7
2016-06-23Handle up to 63 partitions per driveCorinna Vinschen1-2/+3
2016-06-23Switching the Cygwin DLL to LGPLv3+, dropping commercial buyout optioncygwin-2_5_2-releaseCorinna Vinschen1-3/+0
2014-05-20 * fhandler_floppy.cc (fhandler_dev_floppy::get_drive_info): Fix floppyCorinna Vinschen1-8/+22
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-105/+60
2013-03-31whitespaceChristopher Faylor1-2/+2
2013-01-21Throughout, update copyrights to reflect dates which correspond to main-branchChristopher Faylor1-2/+2
2012-10-16 * fhandler_floppy.cc (fhandler_dev_floppy::lseek): Remove lloffset.Corinna Vinschen1-20/+12
2012-10-15 * fhandler_floppy.cc (fhandler_dev_floppy::open): Fix comment.Corinna Vinschen1-3/+3
2012-10-13 * fhandler.h (class fhandler_dev_raw): Add members devbufalloc andCorinna Vinschen1-66/+142
2012-03-08 * Throughout, replace usage of w32api's min with MIN from sys/param.h.Corinna Vinschen1-2/+3
2011-10-15* cygerrno.h (__set_errno): Modify debugging output to make searching straceChristopher Faylor1-2/+2
2011-07-31 * fhandler.h (class fhandler_dev_mem): Remove dup method declaration.Corinna Vinschen1-13/+2
2011-06-06whitespace eliminationChristopher Faylor1-5/+5
2011-03-29 * autoload.cc (UuidCreate): Remove.Corinna Vinschen1-1/+3
2011-01-12 * fhandler.h (struct part_t): New type.Corinna Vinschen1-66/+168
2011-01-11 * fhandler.h (MAX_PARTITIONS): New definition.Corinna Vinschen1-4/+78
2009-07-24* sigproc.h (wait_for_sigthread): Eliminate parameter.Christopher Faylor1-2/+2
2009-02-09 * fhandler_floppy.cc (fhandler_dev_floppy::open): Fix format. AddCorinna Vinschen1-6/+24
2008-11-21 * fhandler_floppy.cc (fhandler_dev_floppy::raw_read): DropCorinna Vinschen1-2/+3
2008-11-07* pthread.cc (pthread_mutex::_unlock): Avoid unlocking a mutex if theChristopher Faylor1-1/+1
2008-10-09 * fhandler_floppy.cc (fhandler_dev_floppy::raw_read): Keep track ofCorinna Vinschen1-12/+18
2008-08-09 * fhandler_floppy.cc (fhandler_dev_floppy::raw_read): Don't setCorinna Vinschen1-4/+1
2008-04-07Remove unneeded header files from source files throughout.Christopher Faylor1-3/+0
2007-05-22 * fhandler_floppy.cc (fhandler_dev_floppy::lseek): Don't invalidateCorinna Vinschen1-1/+15
2007-05-21 * fhandler_floppy.cc (fhandler_dev_floppy::lseek): Set buf size toCorinna Vinschen1-4/+6
2006-07-18 * fhandler_floppy.cc (fhandler_dev_floppy::ioctl): Fix typo in lintCorinna Vinschen1-1/+1
2006-07-17GCC 4.1 fixes.Christopher Faylor1-2/+1
2006-05-28white spaceChristopher Faylor1-6/+6
2006-03-24 * fhandler_floppy.cc: Include ntdef.h and ntdll.h.Corinna Vinschen1-51/+94
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-3/+4
2005-12-07 * fhandler_floppy.cc (fhandler_dev_floppy::lseek): Fix test forCorinna Vinschen1-1/+1
2005-09-30 * fhandler_floppy.cc (fhandler_dev_floppy::get_drive_info): UseCorinna Vinschen1-2/+3
2005-09-29 * fhandler_floppy.cc (fhandler_dev_floppy::get_drive_info): Don't callCorinna Vinschen1-1/+1
2005-09-28 * fhandler.h (class fhandler_dev_raw): Delete current_position andCorinna Vinschen1-67/+279
2005-09-27 * fhandler_floppy.cc (fhandler_dev_floppy::get_drive_info): AlwaysCorinna Vinschen1-27/+61
2005-09-26 * fhandler.h (class fhandler_dev_raw): Add drive information membersCorinna Vinschen1-146/+79
2005-01-12Reorganize header file inclusion throughout so that cygerrno.h comes first.Christopher Faylor1-1/+1
2004-07-19 * fhandler_dsp.cc (fhandler_dev_dsp::Audio_out::init): Fix non-ISOCorinna Vinschen1-1/+0