summaryrefslogtreecommitdiffstats
path: root/winsup/cygwin/fhandler_floppy.cc
Commit message (Expand)AuthorAgeFilesLines
* fhandler_dev_floppy::get_drive_info: fix commentCorinna Vinschen2016-06-241-3/+3
* Drop has_restricted_raw_disk_access flagCorinna Vinschen2016-06-241-1/+0
* Fix major device check when locking partitionsCorinna Vinschen2016-06-241-10/+7
* Handle up to 63 partitions per driveCorinna Vinschen2016-06-231-2/+3
* Switching the Cygwin DLL to LGPLv3+, dropping commercial buyout optioncygwin-2_5_2-releaseCorinna Vinschen2016-06-231-3/+0
* * fhandler_floppy.cc (fhandler_dev_floppy::get_drive_info): Fix floppyCorinna Vinschen2014-05-201-8/+22
* Throughout, (mainly in fhandler*) fix remaining gcc 4.7 mismatchYaakov Selkowitz2013-05-011-2/+2
* * Merge in cygwin-64bit-branch.Corinna Vinschen2013-04-231-105/+60
* whitespaceChristopher Faylor2013-03-311-2/+2
* Throughout, update copyrights to reflect dates which correspond to main-branchChristopher Faylor2013-01-211-2/+2
* * fhandler_floppy.cc (fhandler_dev_floppy::lseek): Remove lloffset.Corinna Vinschen2012-10-161-20/+12
* * fhandler_floppy.cc (fhandler_dev_floppy::open): Fix comment.Corinna Vinschen2012-10-151-3/+3
* * fhandler.h (class fhandler_dev_raw): Add members devbufalloc andCorinna Vinschen2012-10-131-66/+142
* * Throughout, replace usage of w32api's min with MIN from sys/param.h.Corinna Vinschen2012-03-081-2/+3
* * cygerrno.h (__set_errno): Modify debugging output to make searching straceChristopher Faylor2011-10-151-2/+2
* * fhandler.h (class fhandler_dev_mem): Remove dup method declaration.Corinna Vinschen2011-07-311-13/+2
* whitespace eliminationChristopher Faylor2011-06-061-5/+5
* * autoload.cc (UuidCreate): Remove.Corinna Vinschen2011-03-291-1/+3
* * fhandler.h (struct part_t): New type.Corinna Vinschen2011-01-121-66/+168
* * fhandler.h (MAX_PARTITIONS): New definition.Corinna Vinschen2011-01-111-4/+78
* * sigproc.h (wait_for_sigthread): Eliminate parameter.Christopher Faylor2009-07-241-2/+2
* * fhandler_floppy.cc (fhandler_dev_floppy::open): Fix format. AddCorinna Vinschen2009-02-091-6/+24
* * fhandler_floppy.cc (fhandler_dev_floppy::raw_read): DropCorinna Vinschen2008-11-211-2/+3
* * pthread.cc (pthread_mutex::_unlock): Avoid unlocking a mutex if theChristopher Faylor2008-11-071-1/+1
* * fhandler_floppy.cc (fhandler_dev_floppy::raw_read): Keep track ofCorinna Vinschen2008-10-091-12/+18
* * fhandler_floppy.cc (fhandler_dev_floppy::raw_read): Don't setCorinna Vinschen2008-08-091-4/+1
* Remove unneeded header files from source files throughout.Christopher Faylor2008-04-071-3/+0
* * fhandler_floppy.cc (fhandler_dev_floppy::lseek): Don't invalidateCorinna Vinschen2007-05-221-1/+15
* * fhandler_floppy.cc (fhandler_dev_floppy::lseek): Set buf size toCorinna Vinschen2007-05-211-4/+6
* * fhandler_floppy.cc (fhandler_dev_floppy::ioctl): Fix typo in lintCorinna Vinschen2006-07-181-1/+1
* GCC 4.1 fixes.Christopher Faylor2006-07-171-2/+1
* white spaceChristopher Faylor2006-05-281-6/+6
* * fhandler_floppy.cc: Include ntdef.h and ntdll.h.Corinna Vinschen2006-03-241-51/+94
* 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-3/+4
* * fhandler_floppy.cc (fhandler_dev_floppy::lseek): Fix test forCorinna Vinschen2005-12-071-1/+1
* * fhandler_floppy.cc (fhandler_dev_floppy::get_drive_info): UseCorinna Vinschen2005-09-301-2/+3
* * fhandler_floppy.cc (fhandler_dev_floppy::get_drive_info): Don't callCorinna Vinschen2005-09-291-1/+1
* * fhandler.h (class fhandler_dev_raw): Delete current_position andCorinna Vinschen2005-09-281-67/+279
* * fhandler_floppy.cc (fhandler_dev_floppy::get_drive_info): AlwaysCorinna Vinschen2005-09-271-27/+61
* * fhandler.h (class fhandler_dev_raw): Add drive information membersCorinna Vinschen2005-09-261-146/+79
* Reorganize header file inclusion throughout so that cygerrno.h comes first.Christopher Faylor2005-01-121-1/+1
* * fhandler_dsp.cc (fhandler_dev_dsp::Audio_out::init): Fix non-ISOCorinna Vinschen2004-07-191-1/+0
* * fhandler.h (class fhandler_dev_raw): Remove is_writing flag.Corinna Vinschen2004-07-151-21/+3
* * fhandler.h (class fhandler_dev_raw): Move status bits into protectedCorinna Vinschen2004-04-091-1/+1
* * debug.h (console_printf): Define for non-debugging condition.Christopher Faylor2004-02-091-1/+1
* Substitute 0x7fffffff and 0xffffffff by INT32_MAX and UINT32_MAXCorinna Vinschen2003-12-031-1/+1
* * devices.cc: New file.Christopher Faylor2003-09-251-3/+5
* Throughout, remove "include <errno.h>" from files which already includeChristopher Faylor2003-06-161-1/+0
* * dir.cc: Change __off32_t to _off_t and __off64_t to _off64_tCorinna Vinschen2003-04-011-11/+11