aboutsummaryrefslogtreecommitdiff
path: root/winsup/cygwin/fhandler_raw.cc
AgeCommit message (Expand)AuthorFilesLines
2013-10-26 * devices.in (dev_storage): Map /dev/dsp to \Device\Null.Corinna Vinschen1-1/+2
2013-04-23 * Merge in cygwin-64bit-branch.Corinna Vinschen1-5/+7
2013-01-21Throughout, change __attribute__ ((regparm (N))) to just __regN. Throughout,Christopher Faylor1-2/+2
2012-10-16 * fhandler_floppy.cc (fhandler_dev_floppy::lseek): Remove lloffset.Corinna Vinschen1-18/+15
2012-10-15 * fhandler_raw.cc (fhandler_dev_raw::fhandler_dev_raw): Drop gratuitousCorinna Vinschen1-6/+0
2012-10-13 * fhandler.h (class fhandler_dev_raw): Add members devbufalloc andCorinna Vinschen1-7/+22
2012-10-12 * fhandler_raw.cc (fhandler_dev_raw::open): Allow O_EXCL flag, as onCorinna Vinschen1-3/+3
2011-11-14update copyrightsChristopher Faylor1-1/+1
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-1/+0
2011-06-06whitespace eliminationChristopher Faylor1-1/+1
2009-01-03Remove unneeded header files from source files throughout. Update copyrightsChristopher Faylor1-2/+2
2008-04-07Remove unneeded header files from source files throughout.Christopher Faylor1-7/+0
2007-03-06 * fhandler_mailslot.cc (fhandler_mailslot::fstat): Set new stat memberCorinna Vinschen1-1/+1
2007-02-23 * exceptions.cc (dummy_ctrl_c_handler): Remove.Corinna Vinschen1-7/+0
2007-01-04 * fhandler.h (PREFERRED_IO_BLKSIZE): Define as 64K.Corinna Vinschen1-2/+2
2005-12-14 * fhandler.cc (ACCFLAGS): Remove macro.Corinna Vinschen1-1/+1
2005-12-14 * fhandler.cc (fhandler_base::open_9x): Handle O_SYNC and O_DIRECTCorinna Vinschen1-3/+5
2005-12-08 * fhandler_raw.cc (fhandler_dev_raw::ioctl): Only allow 0, 1 or aCorinna Vinschen1-2/+8
2005-12-07 * fhandler_raw.cc (fhandler_dev_raw::ioctl): Fix INVALID_PARAMETERCorinna Vinschen1-3/+6
2005-12-07 * fhandler_raw.cc (fhandler_dev_raw::ioctl): Fix setting devbufCorinna Vinschen1-3/+5
2005-11-14* cygheap.h (init_cygheap::manage_console_count): Declare new function.Christopher Faylor1-5/+8
2005-09-28 * fhandler.h (class fhandler_dev_raw): Delete current_position andCorinna Vinschen1-234/+1
2005-09-28 Revert erroneous checkin.Corinna Vinschen1-4/+3
2005-09-28 * fhandler.h (class fhandler_dev_raw): Delete current_position andCorinna Vinschen1-3/+4
2005-09-26 * fhandler.h (class fhandler_dev_raw): Add drive information membersCorinna Vinschen1-2/+19
2005-09-14Remove some more unneeded 'return;'s throughout.Christopher Faylor1-1/+0
2005-07-05Change foo (void) to foo () for all c++ functions throughout. Remove allChristopher Faylor1-7/+1
2005-03-27* wininfo.h (wininfo::timer_active): Delete.Christopher Faylor1-1/+1
2005-02-27* sigproc.cc (_pinfo::set_ctty): Move functionChristopher Faylor1-11/+15
2004-07-15 * fhandler.h (class fhandler_dev_raw): Remove is_writing flag.Corinna Vinschen1-38/+3
2004-07-14 * fhandler_raw.cc (fhandler_dev_raw::raw_write): Remove bufferedCorinna Vinschen1-70/+1
2004-05-28* path.cc (chdir): Always use the normalized_path as posix_cwd, except if itChristopher Faylor1-1/+1
2004-04-20 * fhandler.cc (fhandler_base::open): Remove special DEV_FLOPPY_MAJORCorinna Vinschen1-4/+3
2004-04-16 * autoload.cc (NtCreateFile): Add.Corinna Vinschen1-29/+4
2004-04-10 * Use new unified status_flag accessor methods from classes fhandler_*,Corinna Vinschen1-1/+1
2004-04-09 * fhandler.h (class fhandler_dev_raw): Move status bits into protectedCorinna Vinschen1-45/+24
2004-04-06 * fhandler_raw.cc (fhandler_dev_raw::open): Actually use "options".Corinna Vinschen1-1/+1
2004-03-26 * errno.cc (errmap): Map ERROR_SHARING_VIOLATION to EBUSY,Corinna Vinschen1-19/+25
2004-03-13 * errno.cc (errmap): Handle ERROR_BUS_RESET.Corinna Vinschen1-90/+51
2004-03-02 * fhandler_raw.cc (fhandler_dev_raw::raw_read): When reading withCorinna Vinschen1-11/+26
2004-02-09* debug.h (console_printf): Define for non-debugging condition.Christopher Faylor1-1/+1
2004-02-02* fhandler.h (*::fixup_after_exec): Eliminate unused handle argument.Christopher Faylor1-1/+1
2004-01-21* fhandler.cc (fhandler_base::open): Use major numbers rather than deviceChristopher Faylor1-14/+8
2003-11-142003-11-11 Robert Collins <rbtcollins@hotmail.com>Robert Collins1-1/+1
2003-09-30 * fhandler.h (class fhandler_dev_raw): Add method fstat.Corinna Vinschen1-0/+25
2003-09-25* devices.cc: New file.Christopher Faylor1-7/+6
2003-09-07* signal.cc (nanosleep): Improve test for valid values. Round delay up toChristopher Faylor1-1/+1
2003-09-05* dcrt0.cc (__argc_safe): New variable.Christopher Faylor1-1/+1
2003-08-17 * errno.cc (errmap): Map ERROR_INVALID_BLOCK_LENGTH to EIO.Corinna Vinschen1-6/+7