index
:
cygnal
cygnal-2.5.2
cygnal-2.9.0-branch
cygnal-3-1-6-98-branch
cygnal-3-1-98-branch
cygwin-master
"Cygwin Native Application Lib" --- http://www.kylheku.com/cygnal
kaz@kylheku.com
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
winsup
/
cygwin
/
fhandler_raw.cc
Commit message (
Expand
)
Author
Age
Files
Lines
*
* fhandler_mailslot.cc (fhandler_mailslot::fstat): Set new stat member
Corinna Vinschen
2007-03-06
1
-1
/
+1
*
* exceptions.cc (dummy_ctrl_c_handler): Remove.
Corinna Vinschen
2007-02-23
1
-7
/
+0
*
* fhandler.h (PREFERRED_IO_BLKSIZE): Define as 64K.
Corinna Vinschen
2007-01-04
1
-2
/
+2
*
* fhandler.cc (ACCFLAGS): Remove macro.
Corinna Vinschen
2005-12-14
1
-1
/
+1
*
* fhandler.cc (fhandler_base::open_9x): Handle O_SYNC and O_DIRECT
Corinna Vinschen
2005-12-14
1
-3
/
+5
*
* fhandler_raw.cc (fhandler_dev_raw::ioctl): Only allow 0, 1 or a
Corinna Vinschen
2005-12-08
1
-2
/
+8
*
* fhandler_raw.cc (fhandler_dev_raw::ioctl): Fix INVALID_PARAMETER
Corinna Vinschen
2005-12-07
1
-3
/
+6
*
* fhandler_raw.cc (fhandler_dev_raw::ioctl): Fix setting devbuf
Corinna Vinschen
2005-12-07
1
-3
/
+5
*
* cygheap.h (init_cygheap::manage_console_count): Declare new function.
Christopher Faylor
2005-11-14
1
-5
/
+8
*
* fhandler.h (class fhandler_dev_raw): Delete current_position and
Corinna Vinschen
2005-09-28
1
-234
/
+1
*
Revert erroneous checkin.
Corinna Vinschen
2005-09-28
1
-4
/
+3
*
* fhandler.h (class fhandler_dev_raw): Delete current_position and
Corinna Vinschen
2005-09-28
1
-3
/
+4
*
* fhandler.h (class fhandler_dev_raw): Add drive information members
Corinna Vinschen
2005-09-26
1
-2
/
+19
*
Remove some more unneeded 'return;'s throughout.
Christopher Faylor
2005-09-14
1
-1
/
+0
*
Change foo (void) to foo () for all c++ functions throughout. Remove all
Christopher Faylor
2005-07-05
1
-7
/
+1
*
* wininfo.h (wininfo::timer_active): Delete.
Christopher Faylor
2005-03-27
1
-1
/
+1
*
* sigproc.cc (_pinfo::set_ctty): Move function
Christopher Faylor
2005-02-27
1
-11
/
+15
*
* fhandler.h (class fhandler_dev_raw): Remove is_writing flag.
Corinna Vinschen
2004-07-15
1
-38
/
+3
*
* fhandler_raw.cc (fhandler_dev_raw::raw_write): Remove buffered
Corinna Vinschen
2004-07-14
1
-70
/
+1
*
* path.cc (chdir): Always use the normalized_path as posix_cwd, except if it
Christopher Faylor
2004-05-28
1
-1
/
+1
*
* fhandler.cc (fhandler_base::open): Remove special DEV_FLOPPY_MAJOR
Corinna Vinschen
2004-04-20
1
-4
/
+3
*
* autoload.cc (NtCreateFile): Add.
Corinna Vinschen
2004-04-16
1
-29
/
+4
*
* Use new unified status_flag accessor methods from classes fhandler_*,
Corinna Vinschen
2004-04-10
1
-1
/
+1
*
* fhandler.h (class fhandler_dev_raw): Move status bits into protected
Corinna Vinschen
2004-04-09
1
-45
/
+24
*
* fhandler_raw.cc (fhandler_dev_raw::open): Actually use "options".
Corinna Vinschen
2004-04-06
1
-1
/
+1
*
* errno.cc (errmap): Map ERROR_SHARING_VIOLATION to EBUSY,
Corinna Vinschen
2004-03-26
1
-19
/
+25
*
* errno.cc (errmap): Handle ERROR_BUS_RESET.
Corinna Vinschen
2004-03-13
1
-90
/
+51
*
* fhandler_raw.cc (fhandler_dev_raw::raw_read): When reading with
Corinna Vinschen
2004-03-02
1
-11
/
+26
*
* debug.h (console_printf): Define for non-debugging condition.
Christopher Faylor
2004-02-09
1
-1
/
+1
*
* fhandler.h (*::fixup_after_exec): Eliminate unused handle argument.
Christopher Faylor
2004-02-02
1
-1
/
+1
*
* fhandler.cc (fhandler_base::open): Use major numbers rather than device
Christopher Faylor
2004-01-21
1
-14
/
+8
*
2003-11-11 Robert Collins <rbtcollins@hotmail.com>
Robert Collins
2003-11-14
1
-1
/
+1
*
* fhandler.h (class fhandler_dev_raw): Add method fstat.
Corinna Vinschen
2003-09-30
1
-0
/
+25
*
* devices.cc: New file.
Christopher Faylor
2003-09-25
1
-7
/
+6
*
* signal.cc (nanosleep): Improve test for valid values. Round delay up to
Christopher Faylor
2003-09-07
1
-1
/
+1
*
* dcrt0.cc (__argc_safe): New variable.
Christopher Faylor
2003-09-05
1
-1
/
+1
*
* errno.cc (errmap): Map ERROR_INVALID_BLOCK_LENGTH to EIO.
Corinna Vinschen
2003-08-17
1
-6
/
+7
*
Throughout, remove "include <errno.h>" from files which already include
Christopher Faylor
2003-06-16
1
-1
/
+0
*
Throughout, change fhandler_*::read and fhandler_*::raw_read to void functions
Christopher Faylor
2002-12-14
1
-10
/
+16
*
* fhandler.cc (fhandler_base::dup): Don't set handle on failure. Caller has
Christopher Faylor
2002-09-22
1
-2
/
+2
*
* fhandler_clipboard.c (fhandler_dev_clipboard::open): Force text mode.
Christopher Faylor
2002-07-01
1
-1
/
+1
*
* dtable.cc (handle_to_fn): Attempt to handle "raw" accesses to remote shares.
Christopher Faylor
2002-06-05
1
-1
/
+1
*
Remove fcntl.h includes throughout.
Christopher Faylor
2002-06-05
1
-4
/
+1
*
* fhandler_raw.cc (fhandler_dev_raw::open): Replace set_errno()
Corinna Vinschen
2002-05-17
1
-2
/
+1
*
* fhandler_raw.cc (fhandler_dev_raw::clear): Don't reset unit.
Corinna Vinschen
2001-11-16
1
-1
/
+0
*
Remove 'cb' parameter and modify fhandler_* constructors throughout.
Christopher Faylor
2001-10-22
1
-3
/
+2
*
* fhandler_raw.cc (fhandler_dev_raw::open): Eliminate compatibility
Corinna Vinschen
2001-10-16
1
-33
/
+23
*
* autoload.cc: Add load statement for `NtOpenFile'.
Corinna Vinschen
2001-10-16
1
-17
/
+57
*
* fhandler_dsp.cc (fhandler_dsp::ioctl): Return 0 for successful
Christopher Faylor
2001-10-13
1
-1
/
+2
*
Add second path_conv * argument to fstat()s throughout.
Christopher Faylor
2001-10-05
1
-14
/
+2
[next]