summaryrefslogtreecommitdiffstats
path: root/winsup/cygwin/fhandler_raw.cc
Commit message (Expand)AuthorAgeFilesLines
* Switching the Cygwin DLL to LGPLv3+, dropping commercial buyout optioncygwin-2_5_2-releaseCorinna Vinschen2016-06-231-3/+0
* * devices.in (dev_storage): Map /dev/dsp to \Device\Null.Corinna Vinschen2013-10-261-1/+2
* * Merge in cygwin-64bit-branch.Corinna Vinschen2013-04-231-5/+7
* Throughout, change __attribute__ ((regparm (N))) to just __regN. Throughout,Christopher Faylor2013-01-211-2/+2
* * fhandler_floppy.cc (fhandler_dev_floppy::lseek): Remove lloffset.Corinna Vinschen2012-10-161-18/+15
* * fhandler_raw.cc (fhandler_dev_raw::fhandler_dev_raw): Drop gratuitousCorinna Vinschen2012-10-151-6/+0
* * fhandler.h (class fhandler_dev_raw): Add members devbufalloc andCorinna Vinschen2012-10-131-7/+22
* * fhandler_raw.cc (fhandler_dev_raw::open): Allow O_EXCL flag, as onCorinna Vinschen2012-10-121-3/+3
* update copyrightsChristopher Faylor2011-11-141-1/+1
* * 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-1/+0
* whitespace eliminationChristopher Faylor2011-06-061-1/+1
* Remove unneeded header files from source files throughout. Update copyrightsChristopher Faylor2009-01-031-2/+2
* Remove unneeded header files from source files throughout.Christopher Faylor2008-04-071-7/+0
* * fhandler_mailslot.cc (fhandler_mailslot::fstat): Set new stat memberCorinna Vinschen2007-03-061-1/+1
* * exceptions.cc (dummy_ctrl_c_handler): Remove.Corinna Vinschen2007-02-231-7/+0
* * fhandler.h (PREFERRED_IO_BLKSIZE): Define as 64K.Corinna Vinschen2007-01-041-2/+2
* * fhandler.cc (ACCFLAGS): Remove macro.Corinna Vinschen2005-12-141-1/+1
* * fhandler.cc (fhandler_base::open_9x): Handle O_SYNC and O_DIRECTCorinna Vinschen2005-12-141-3/+5
* * fhandler_raw.cc (fhandler_dev_raw::ioctl): Only allow 0, 1 or aCorinna Vinschen2005-12-081-2/+8
* * fhandler_raw.cc (fhandler_dev_raw::ioctl): Fix INVALID_PARAMETERCorinna Vinschen2005-12-071-3/+6
* * fhandler_raw.cc (fhandler_dev_raw::ioctl): Fix setting devbufCorinna Vinschen2005-12-071-3/+5
* * cygheap.h (init_cygheap::manage_console_count): Declare new function.Christopher Faylor2005-11-141-5/+8
* * fhandler.h (class fhandler_dev_raw): Delete current_position andCorinna Vinschen2005-09-281-234/+1
* Revert erroneous checkin.Corinna Vinschen2005-09-281-4/+3
* * fhandler.h (class fhandler_dev_raw): Delete current_position andCorinna Vinschen2005-09-281-3/+4
* * fhandler.h (class fhandler_dev_raw): Add drive information membersCorinna Vinschen2005-09-261-2/+19
* Remove some more unneeded 'return;'s throughout.Christopher Faylor2005-09-141-1/+0
* Change foo (void) to foo () for all c++ functions throughout. Remove allChristopher Faylor2005-07-051-7/+1
* * wininfo.h (wininfo::timer_active): Delete.Christopher Faylor2005-03-271-1/+1
* * sigproc.cc (_pinfo::set_ctty): Move functionChristopher Faylor2005-02-271-11/+15
* * fhandler.h (class fhandler_dev_raw): Remove is_writing flag.Corinna Vinschen2004-07-151-38/+3
* * fhandler_raw.cc (fhandler_dev_raw::raw_write): Remove bufferedCorinna Vinschen2004-07-141-70/+1
* * path.cc (chdir): Always use the normalized_path as posix_cwd, except if itChristopher Faylor2004-05-281-1/+1
* * fhandler.cc (fhandler_base::open): Remove special DEV_FLOPPY_MAJORCorinna Vinschen2004-04-201-4/+3
* * autoload.cc (NtCreateFile): Add.Corinna Vinschen2004-04-161-29/+4
* * Use new unified status_flag accessor methods from classes fhandler_*,Corinna Vinschen2004-04-101-1/+1
* * fhandler.h (class fhandler_dev_raw): Move status bits into protectedCorinna Vinschen2004-04-091-45/+24
* * fhandler_raw.cc (fhandler_dev_raw::open): Actually use "options".Corinna Vinschen2004-04-061-1/+1
* * errno.cc (errmap): Map ERROR_SHARING_VIOLATION to EBUSY,Corinna Vinschen2004-03-261-19/+25
* * errno.cc (errmap): Handle ERROR_BUS_RESET.Corinna Vinschen2004-03-131-90/+51
* * fhandler_raw.cc (fhandler_dev_raw::raw_read): When reading withCorinna Vinschen2004-03-021-11/+26
* * debug.h (console_printf): Define for non-debugging condition.Christopher Faylor2004-02-091-1/+1
* * fhandler.h (*::fixup_after_exec): Eliminate unused handle argument.Christopher Faylor2004-02-021-1/+1
* * fhandler.cc (fhandler_base::open): Use major numbers rather than deviceChristopher Faylor2004-01-211-14/+8
* 2003-11-11 Robert Collins <rbtcollins@hotmail.com>Robert Collins2003-11-141-1/+1
* * fhandler.h (class fhandler_dev_raw): Add method fstat.Corinna Vinschen2003-09-301-0/+25
* * devices.cc: New file.Christopher Faylor2003-09-251-7/+6
* * signal.cc (nanosleep): Improve test for valid values. Round delay up toChristopher Faylor2003-09-071-1/+1
* * dcrt0.cc (__argc_safe): New variable.Christopher Faylor2003-09-051-1/+1