summaryrefslogtreecommitdiffstats
path: root/winsup/cygwin/fhandler_raw.cc
Commit message (Expand)AuthorAgeFilesLines
* * 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
* * errno.cc (errmap): Map ERROR_INVALID_BLOCK_LENGTH to EIO.Corinna Vinschen2003-08-171-6/+7
* Throughout, remove "include <errno.h>" from files which already includeChristopher Faylor2003-06-161-1/+0
* Throughout, change fhandler_*::read and fhandler_*::raw_read to void functionsChristopher Faylor2002-12-141-10/+16
* * fhandler.cc (fhandler_base::dup): Don't set handle on failure. Caller hasChristopher Faylor2002-09-221-2/+2
* * fhandler_clipboard.c (fhandler_dev_clipboard::open): Force text mode.Christopher Faylor2002-07-011-1/+1
* * dtable.cc (handle_to_fn): Attempt to handle "raw" accesses to remote shares.Christopher Faylor2002-06-051-1/+1
* Remove fcntl.h includes throughout.Christopher Faylor2002-06-051-4/+1
* * fhandler_raw.cc (fhandler_dev_raw::open): Replace set_errno()Corinna Vinschen2002-05-171-2/+1
* * fhandler_raw.cc (fhandler_dev_raw::clear): Don't reset unit.Corinna Vinschen2001-11-161-1/+0
* Remove 'cb' parameter and modify fhandler_* constructors throughout.Christopher Faylor2001-10-221-3/+2
* * fhandler_raw.cc (fhandler_dev_raw::open): Eliminate compatibilityCorinna Vinschen2001-10-161-33/+23
* * autoload.cc: Add load statement for `NtOpenFile'.Corinna Vinschen2001-10-161-17/+57
* * fhandler_dsp.cc (fhandler_dsp::ioctl): Return 0 for successfulChristopher Faylor2001-10-131-1/+2
* Add second path_conv * argument to fstat()s throughout.Christopher Faylor2001-10-051-14/+2
* * dcrt0.cc (dll_crt0_1): Don't close hexec_proc if it is NULL.Christopher Faylor2001-10-041-5/+2
* Add "path.h" include throughout, where needed. Use new path_conv methods andChristopher Faylor2001-10-011-1/+1
* * fhandler.h (fhandler_socket::fixup_after_exec): Remove inlineCorinna Vinschen2001-09-201-0/+8
* Throughout, reorganize header file inclusion to put security.h prior toChristopher Faylor2001-07-261-0/+1
* Throughout, change fdtab references to cygheap->fdtab.Christopher Faylor2001-04-181-1/+2
* Update copyrights.Christopher Faylor2001-03-181-1/+1
* * dlopen.c (dlopen): Return NULL when name is NULL (suggested byChristopher Faylor2001-03-051-0/+1
* * fhandler.cc (fhandler_base::open): Always add GENERIC_READ accessCorinna Vinschen2001-02-051-3/+8
* * fhandler.h (fhandler_dev_raw): Add definition for methodCorinna Vinschen2000-10-311-13/+21
* * Makefile.in: Add cygheap.o.Christopher Faylor2000-09-031-50/+39
* * winsup.h: Eliminate inclusion of most of the cygwin .h files. Use .h filesChristopher Faylor2000-08-221-0/+2
* * cygerrno.h: New file. Use this throughout whenever errno manipulation isChristopher Faylor2000-08-221-0/+1
* * winsup.h: take out protections of environ, errno, allow C useDJ Delorie2000-08-021-1/+1
* * fhandler.h (class fhandler_dev_raw): Add private member `varblkop'Corinna Vinschen2000-07-231-25/+38
* Throughout, eliminate third argument to path_conv and use new PC_* constantsChristopher Faylor2000-07-171-1/+1
* * fhandler_raw.cc (write_file, read_file): New wrapper functionsCorinna Vinschen2000-05-121-22/+51
* import winsup-2000-02-17 snapshotChristopher Faylor2000-02-171-0/+495