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_disk_file.cc
Commit message (
Expand
)
Author
Age
Files
Lines
*
Introduce sidfromuid and sidfromgid
Corinna Vinschen
2015-04-23
1
-2
/
+2
*
* path.h (path_conv): Make path_flags private. Rename known_suffix to
Corinna Vinschen
2015-02-15
1
-3
/
+3
*
* fhandler_disk_file.cc (fhandler_disk_file::readdir_helper): Set d_type
Corinna Vinschen
2014-10-09
1
-1
/
+2
*
* fhandler.cc (fhandler_base::facl): Drop CLASS_OBJ entry.
Corinna Vinschen
2014-08-28
1
-3
/
+0
*
* fhandler_disk_file.cc (fhandler_disk_file::fstatvfs): Try the
Corinna Vinschen
2014-08-28
1
-0
/
+20
*
* fhandler.h (fhandler_pty_slave::fch_open_handles): Add bool parameter
Corinna Vinschen
2014-08-27
1
-1
/
+1
*
* path.h (path_conv::init_reopen_attr): Change from void to returning
Corinna Vinschen
2014-08-26
1
-10
/
+10
*
* fhandler_disk_file.cc (fhandler_disk_file::fstatvfs): Add debug
Corinna Vinschen
2014-07-03
1
-0
/
+4
*
* autoload.cc (ldap_search_sW): Replace ldap_search_stW.
Corinna Vinschen
2014-06-25
1
-2
/
+2
*
* cygheap.h (enum cygheap_pwdgrp::cache_t): Remove.
Corinna Vinschen
2014-03-12
1
-2
/
+1
*
* autoload.cc (NetLocalGroupGetInfo): Replace NetGroupGetInfo.
Corinna Vinschen
2014-02-11
1
-4
/
+4
*
Introduce reading passwd/group entries from SAM/AD. Introduce
Corinna Vinschen
2014-02-09
1
-11
/
+36
*
* fhandler_disk_file.cc (fhandler_disk_file::fchown): Fix typo in
Corinna Vinschen
2014-02-06
1
-2
/
+2
*
* devices.in (dev_cygdrive_storage): Revert mapping to \Device\Null.
Corinna Vinschen
2013-10-31
1
-10
/
+2
*
* devices.in (dev_cygdrive_storage): Map to \Device\Null.
Corinna Vinschen
2013-10-30
1
-15
/
+20
*
* fhandler_disk_file.cc (fhandler_base::fstat_fs): Fix comment.
Corinna Vinschen
2013-10-25
1
-1
/
+1
*
* devices.in (dev_storage): Map /dev/zero and /dev/full to \Device\Null.
Corinna Vinschen
2013-10-24
1
-16
/
+1
*
* fhandler_disk_file.cc (fhandler_base::open_fs): Fix indentation.
Corinna Vinschen
2013-08-07
1
-4
/
+4
*
Streamline time/times functionality. Remove last remains of former
Corinna Vinschen
2013-06-14
1
-7
/
+7
*
* fhandler_disk_file.cc (fhandler_disk_file::pread): Skip to non-atomic
Corinna Vinschen
2013-06-07
1
-4
/
+6
*
* fhandler.cc (fhandler_base::lock): Move to flock.cc.
Corinna Vinschen
2013-06-04
1
-6
/
+6
*
* autoload.cc (CancelSynchronousIo): Define.
Corinna Vinschen
2013-06-02
1
-3
/
+32
*
Throughout, (mainly in fhandler*) fix remaining gcc 4.7 mismatch
Yaakov Selkowitz
2013-05-01
1
-13
/
+13
*
* Merge in cygwin-64bit-branch.
Corinna Vinschen
2013-04-23
1
-131
/
+93
*
Throughout, change __attribute__ ((regparm (N))) to just __regN. Throughout,
Christopher Faylor
2013-01-21
1
-3
/
+3
*
* fhandler.cc (fhandler_base::write): Don't attempt to sparsify
Corinna Vinschen
2012-12-14
1
-2
/
+5
*
* fhandler_disk_file.cc (fhandler_disk_file::rewinddir): Fix using
Corinna Vinschen
2012-10-31
1
-1
/
+1
*
* Makefile.in: Add some more optimization flags for cygwait, malloc and path....
Christopher Faylor
2012-07-02
1
-1
/
+1
*
* fhandler_disk_file.cc (fhandler_disk_file::link ): Translate
Corinna Vinschen
2012-06-04
1
-1
/
+2
*
* fhandler_disk_file.cc (path_conv::isgood_inode): Rearrange, take
Corinna Vinschen
2012-05-21
1
-5
/
+20
*
* fhandler.h (fhandler_dev::open): Declare.
Corinna Vinschen
2012-04-02
1
-1
/
+12
*
(Interim checkin while we work on this)
Christopher Faylor
2012-03-31
1
-60
/
+0
*
* Makefile.in (DLL_OFILES): Add fhandler_dev.o.
Corinna Vinschen
2012-03-29
1
-1
/
+75
*
* autoload.cc (NetUseGetInfo): Define.
Corinna Vinschen
2012-02-16
1
-3
/
+25
*
* fhandler_disk_file.cc (fhandler_cygdrive::fstat): Don't bother to
Corinna Vinschen
2012-02-14
1
-9
/
+1
*
Fix memory and handle leaks due to fdopendir:
Corinna Vinschen
2012-02-02
1
-14
/
+1
*
Clean up whitespace.
Christopher Faylor
2011-12-17
1
-1
/
+1
*
* fhandler_disk_file.cc (fhandler_base::fstat_by_handle): Call
Corinna Vinschen
2011-12-13
1
-3
/
+1
*
Throughout, remove extra space after function name from debugging output.
Christopher Faylor
2011-12-03
1
-6
/
+6
*
* fhandler_disk_file.cc (fhandler_disk_file::rmdir): Check invalid
Corinna Vinschen
2011-10-21
1
-1
/
+2
*
* cygerrno.h (__set_errno): Modify debugging output to make searching strace
Christopher Faylor
2011-10-15
1
-2
/
+2
*
* fhandler.cc (fhandler_base::open): Fix typo in comment.
Corinna Vinschen
2011-08-27
1
-0
/
+4
*
* syscalls.cc (faccessat): Fix parens in flag expression when calling
Corinna Vinschen
2011-08-01
1
-1
/
+1
*
* fhandler_disk_file.cc (__DIR_mounts::eval_ino): Create path_conv
Corinna Vinschen
2011-07-26
1
-1
/
+1
*
* fhandler.cc (fhandler_base::open): Never create files with WRITE_DAC
Corinna Vinschen
2011-07-05
1
-4
/
+9
*
* fhandler.cc (fhandler_base::open): Don't open file with WRITE_DAC
Corinna Vinschen
2011-07-05
1
-2
/
+6
*
* fhandler.cc (fhandler_base::open): Drop local create_options variable.
Corinna Vinschen
2011-06-17
1
-11
/
+110
*
whitespace elimination
Christopher Faylor
2011-06-06
1
-9
/
+10
*
* fhandler_disk_file.cc (fhandler_disk_file::pread): Reset windows file
Christopher Faylor
2011-06-06
1
-1
/
+5
*
* fhandler_disk_file.cc (fhandler_disk_file::pread): Correctly return
Corinna Vinschen
2011-05-05
1
-0
/
+12
[next]