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.cc
Commit message (
Expand
)
Author
Age
Files
Lines
*
* cygmalloc.h (MALLOC_FAILURE_ACTION): Define empty.
Corinna Vinschen
2007-02-07
1
-4
/
+6
*
* fhandler.h (PREFERRED_IO_BLKSIZE): Define as 64K.
Corinna Vinschen
2007-01-04
1
-2
/
+2
*
* child_info.h (child_info_spawn::__stdin): New element.
Christopher Faylor
2006-12-11
1
-12
/
+16
*
* fhandler.cc (rootdir): Fix typo in comment.
Corinna Vinschen
2006-12-11
1
-2
/
+2
*
* fhandler.cc (rootdir): Clarify comment.
Corinna Vinschen
2006-12-10
1
-2
/
+3
*
* fhandler.cc (rootdir): Don't look for volume mount points on remote
Corinna Vinschen
2006-12-10
1
-2
/
+3
*
* fhandler.cc (rootdir): Drop useless post-increment. Take volume
Corinna Vinschen
2006-12-10
1
-2
/
+56
*
* fhandler.cc (fhandler_base::open): Fix previous patch to handle the
Corinna Vinschen
2006-11-28
1
-4
/
+5
*
* fhandler.cc (fhandler_base::open): Fix handling of files with
Corinna Vinschen
2006-11-27
1
-0
/
+7
*
* fhandler.cc (check_posix_perm): Moved here from syscalls.cc.
Corinna Vinschen
2006-11-07
1
-0
/
+96
*
* fhandler_disk_file.cc (fhandler_disk_file::facl): Fix whitespace.
Corinna Vinschen
2006-10-22
1
-1
/
+1
*
* fhandler.cc (fhandler_base::fhaccess): Check if opening registry
Corinna Vinschen
2006-10-22
1
-1
/
+2
*
* fhandler.cc (fhandler_base::fhaccess): Call check_registry_access
Corinna Vinschen
2006-10-21
1
-0
/
+6
*
* autoload.cc (PrivilegeCheck): Define.
Corinna Vinschen
2006-10-16
1
-4
/
+13
*
revert erroneous checkin
Christopher Faylor
2006-08-10
1
-2
/
+16
*
* winsup.h: Turn on DEBUGGING by default for now.
Christopher Faylor
2006-08-10
1
-16
/
+2
*
* autoload.cc (NtSetInformationFile): Define.
Corinna Vinschen
2006-08-07
1
-1
/
+8
*
* fhandler.cc (fhandler_base::read): Call get_readahead_into_buffer instead of
Christopher Faylor
2006-07-27
1
-11
/
+2
*
2006-07-25 Corinna Vinschen <corinna@vinschen.de>
Corinna Vinschen
2006-07-25
1
-0
/
+16
*
* fhandler.cc (fhandler_base::raw_read): Only return EISDIR when we're really
Christopher Faylor
2006-07-13
1
-1
/
+1
*
* autoload.cc (NtQueryEaFile): Define.
Corinna Vinschen
2006-07-03
1
-2
/
+4
*
* fhandler.cc (fhandler_base::fixup_after_exec): Declare here.
Christopher Faylor
2006-06-02
1
-0
/
+6
*
* debug.h (ModifyHandle): Define new macro.
Christopher Faylor
2006-05-25
1
-3
/
+9
*
* fhandler.cc (readv): Remove nonsensical assert.
Christopher Faylor
2006-05-24
1
-2
/
+0
*
* fhandler.cc (fcntl): Print flags in hex.
Christopher Faylor
2006-03-22
1
-1
/
+1
*
* fhandler.cc (fhandler_base::open): Add FILE_READ_ATTRIBUTES to
Corinna Vinschen
2006-02-22
1
-2
/
+2
*
* fhandler.cc (fhandler_base::open): Fix bug in argument order to
Corinna Vinschen
2006-01-26
1
-1
/
+1
*
*** cygwin DLL Changes:
Christopher Faylor
2005-12-29
1
-1
/
+1
*
* fhandler.cc (ACCFLAGS): Remove macro.
Corinna Vinschen
2005-12-14
1
-11
/
+11
*
* fhandler.cc (fhandler_base::open_9x): Handle O_SYNC and O_DIRECT
Corinna Vinschen
2005-12-14
1
-6
/
+8
*
* fhandler_base.cc (fhandler_base::readv): Free buf, not a pointer into the
Christopher Faylor
2005-11-08
1
-3
/
+4
*
Revert erroneous checkin.
Corinna Vinschen
2005-09-28
1
-13
/
+10
*
* fhandler.h (class fhandler_dev_raw): Delete current_position and
Corinna Vinschen
2005-09-28
1
-10
/
+13
*
* dcrt0.cc (do_exit): Rely on sigproc_terminate to set exit_state
Christopher Faylor
2005-09-13
1
-4
/
+0
*
* cygerrno.h (geterrno_from_win_error): Change declaration to default to using
Christopher Faylor
2005-08-20
1
-4
/
+3
*
* fhandler.h (fhandler_base::pread): Declare new function.
Christopher Faylor
2005-07-29
1
-0
/
+14
*
Eliminate (void) cast on standalone function calls throughout.
Christopher Faylor
2005-07-06
1
-2
/
+2
*
Change foo (void) to foo () for all c++ functions throughout. Remove all
Christopher Faylor
2005-07-05
1
-15
/
+3
*
* fhandler.cc (fhandler_base::readv): Use malloc/free instead of alloca.
Corinna Vinschen
2005-06-30
1
-4
/
+6
*
* fhandler.cc (rootdir): Don't set errno.
Corinna Vinschen
2005-06-24
1
-6
/
+2
*
* cygthread.cc (cygthread::detach): Make error message a little more detailed.
Christopher Faylor
2005-06-07
1
-1
/
+1
*
* fhandler.h (fhandler_base::mkdir): New virtual method.
Christopher Faylor
2005-05-25
1
-0
/
+22
*
(check in files that should have been checked in previously)
Christopher Faylor
2005-04-28
1
-3
/
+1
*
* fhandler.cc (fhandler_base::read): Remove unused signal state tweaks.
Christopher Faylor
2005-04-22
1
-5
/
+0
*
* fhandler.cc (fhandler::dup): Duplicate flags, too.
Christopher Faylor
2005-04-16
1
-0
/
+1
*
* cygerrno.h (__seterrno_from_nt_status): Define. Always set Win32
Corinna Vinschen
2005-04-13
1
-1
/
+1
*
* fhandler.h (fhandler_base::utimes_fs): New method.
Christopher Faylor
2005-04-13
1
-0
/
+3
*
* autoload.cc (NtQueryVolumeInformationFile): Add.
Corinna Vinschen
2005-04-12
1
-1
/
+0
*
* dcrt0.cc (dll_crt0_1): Don't call set_cygwin_privileges on 9x.
Corinna Vinschen
2005-04-04
1
-1
/
+1
*
* fhandler.cc (fhandler_base::open_9x): Satisfy query_open values.
Corinna Vinschen
2005-03-04
1
-6
/
+19
[next]