aboutsummaryrefslogtreecommitdiff
path: root/winsup/cygwin/fhandler_raw.cc
AgeCommit message (Expand)AuthorFilesLines
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
2003-06-16Throughout, remove "include <errno.h>" from files which already includeChristopher Faylor1-1/+0
2002-12-14Throughout, change fhandler_*::read and fhandler_*::raw_read to void functionsChristopher Faylor1-10/+16
2002-09-22* fhandler.cc (fhandler_base::dup): Don't set handle on failure. Caller hasChristopher Faylor1-2/+2
2002-07-01* fhandler_clipboard.c (fhandler_dev_clipboard::open): Force text mode.Christopher Faylor1-1/+1
2002-06-05* dtable.cc (handle_to_fn): Attempt to handle "raw" accesses to remote shares.Christopher Faylor1-1/+1
2002-06-05Remove fcntl.h includes throughout.Christopher Faylor1-4/+1
2002-05-17 * fhandler_raw.cc (fhandler_dev_raw::open): Replace set_errno()Corinna Vinschen1-2/+1
2001-11-16 * fhandler_raw.cc (fhandler_dev_raw::clear): Don't reset unit.Corinna Vinschen1-1/+0
2001-10-22Remove 'cb' parameter and modify fhandler_* constructors throughout.Christopher Faylor1-3/+2
2001-10-16 * fhandler_raw.cc (fhandler_dev_raw::open): Eliminate compatibilityCorinna Vinschen1-33/+23
2001-10-16 * autoload.cc: Add load statement for `NtOpenFile'.Corinna Vinschen1-17/+57
2001-10-13* fhandler_dsp.cc (fhandler_dsp::ioctl): Return 0 for successfulChristopher Faylor1-1/+2
2001-10-05Add second path_conv * argument to fstat()s throughout.Christopher Faylor1-14/+2
2001-10-04* dcrt0.cc (dll_crt0_1): Don't close hexec_proc if it is NULL.Christopher Faylor1-5/+2
2001-10-01Add "path.h" include throughout, where needed. Use new path_conv methods andChristopher Faylor1-1/+1
2001-09-20 * fhandler.h (fhandler_socket::fixup_after_exec): Remove inlineCorinna Vinschen1-0/+8
2001-07-26Throughout, reorganize header file inclusion to put security.h prior toChristopher Faylor1-0/+1
2001-04-18Throughout, change fdtab references to cygheap->fdtab.Christopher Faylor1-1/+2
2001-03-18Update copyrights.Christopher Faylor1-1/+1
2001-03-05* dlopen.c (dlopen): Return NULL when name is NULL (suggested byChristopher Faylor1-0/+1
2001-02-05 * fhandler.cc (fhandler_base::open): Always add GENERIC_READ accessCorinna Vinschen1-3/+8
2000-10-31 * fhandler.h (fhandler_dev_raw): Add definition for methodCorinna Vinschen1-13/+21
2000-09-03* Makefile.in: Add cygheap.o.Christopher Faylor1-50/+39
2000-08-22* winsup.h: Eliminate inclusion of most of the cygwin .h files. Use .h filesChristopher Faylor1-0/+2
2000-08-22* cygerrno.h: New file. Use this throughout whenever errno manipulation isChristopher Faylor1-0/+1
2000-08-02* winsup.h: take out protections of environ, errno, allow C useDJ Delorie1-1/+1
2000-07-23 * fhandler.h (class fhandler_dev_raw): Add private member `varblkop'Corinna Vinschen1-25/+38
2000-07-17Throughout, eliminate third argument to path_conv and use new PC_* constantsChristopher Faylor1-1/+1