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
*
* fhandler_mailslot.cc (fhandler_mailslot::fstat): Set new stat member
Corinna Vinschen
2007-03-06
1
-1
/
+1
*
* Makefile (DLL_OFILES): Remove ntea.o
Christopher Faylor
2007-03-01
1
-9
/
+2
*
* fhandler.cc(fhandler_base::open): Open with READ_CONTROL only in
Corinna Vinschen
2007-02-27
1
-0
/
+15
*
* fhandler.cc (fhandler_base::fstat): Set all file times to arbitrary
Corinna Vinschen
2007-02-26
1
-1
/
+2
*
Throughout remove all usage of wincap.has_security.
Corinna Vinschen
2007-02-23
1
-4
/
+0
*
* devices.in: Change native device name to native NT device name for
Corinna Vinschen
2007-02-23
1
-125
/
+0
*
* fhandler.cc (fhandler_base::lseek): Drop 9x considerations.
Corinna Vinschen
2007-02-23
1
-24
/
+4
*
* fhandler.cc (fhandler_base::set_no_inheritance): Always use
Corinna Vinschen
2007-02-22
1
-15
/
+3
*
* fhandler.cc (fhandler_base::write): Remove wincap.has_lseek_bug case.
Corinna Vinschen
2007-02-22
1
-59
/
+11
*
Throughout replace all usage of wincap.shared with the constant
Corinna Vinschen
2007-02-22
1
-7
/
+3
*
* Makefile.in (DLL_IMPORTS): Add libntdll.a.
Corinna Vinschen
2007-02-22
1
-3
/
+0
*
Remove extraneous whitespace.
Christopher Faylor
2007-02-20
1
-7
/
+7
*
* 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
[next]