summaryrefslogtreecommitdiffstats
path: root/winsup/cygwin/fhandler_disk_file.cc
Commit message (Expand)AuthorAgeFilesLines
* Switching the Cygwin DLL to LGPLv3+, dropping commercial buyout optioncygwin-2_5_2-releaseCorinna Vinschen2016-06-231-3/+0
* Drop useless calls to path_conv.isgood_inodeCorinna Vinschen2016-06-211-6/+2
* Use correct file info (especially inode number) for newly created filesCorinna Vinschen2016-06-211-3/+9
* Use new path_conv_handle functions to access file infoCorinna Vinschen2016-06-211-2/+2
* Add necessary braces to if statementsPeter Foley2016-03-201-1/+2
* Implement POSIX.1e ACL functionsCorinna Vinschen2016-03-081-1/+1
* Treat ACLs with extra ACEs for Admins and SYSTEM like a trivial ACLCorinna Vinschen2016-01-281-15/+15
* Only request WRITE_DAC rights when writing an ACLCorinna Vinschen2015-12-251-2/+2
* Fix regparm attribute of fhandler_base::fstat_helperKen Brown2015-12-141-1/+1
* Fetch and store FileAllInformation rather than FileNetworkOpenInformationCorinna Vinschen2015-12-101-55/+26
* Drop unused path_conv::ndisk_links methodCorinna Vinschen2015-12-091-86/+0
* Use fii instead of fai for FILE_INTERNAL_INFORMATION varsCorinna Vinschen2015-12-091-8/+8
* In FILE_ID_BOTH_DIR_INFORMATION it's actually FileId, not IndexNumberCorinna Vinschen2015-12-091-2/+2
* Rename FileId to IndexNumber in NT structures to align with upstreamCorinna Vinschen2015-12-081-8/+8
* Fix up POSIX permission handlingCorinna Vinschen2015-11-181-0/+10
* Reapply POSIX ACL changes.Corinna Vinschen2015-11-181-51/+107
* Add support for Parallels Desktop FS (prlfs)Corinna Vinschen2015-11-021-1/+1
* Try harder to avoid LDAP access for RFC2307 mappingCorinna Vinschen2015-08-171-29/+40
* Don't perform RFC2307 account mapping without account DBCorinna Vinschen2015-08-141-2/+2
* Introduce sidfromuid and sidfromgidCorinna Vinschen2015-04-231-2/+2
* * path.h (path_conv): Make path_flags private. Rename known_suffix toCorinna Vinschen2015-02-151-3/+3
* * fhandler_disk_file.cc (fhandler_disk_file::readdir_helper): Set d_typeCorinna Vinschen2014-10-091-1/+2
* * fhandler.cc (fhandler_base::facl): Drop CLASS_OBJ entry.Corinna Vinschen2014-08-281-3/+0
* * fhandler_disk_file.cc (fhandler_disk_file::fstatvfs): Try theCorinna Vinschen2014-08-281-0/+20
* * fhandler.h (fhandler_pty_slave::fch_open_handles): Add bool parameterCorinna Vinschen2014-08-271-1/+1
* * path.h (path_conv::init_reopen_attr): Change from void to returningCorinna Vinschen2014-08-261-10/+10
* * fhandler_disk_file.cc (fhandler_disk_file::fstatvfs): Add debugCorinna Vinschen2014-07-031-0/+4
* * autoload.cc (ldap_search_sW): Replace ldap_search_stW.Corinna Vinschen2014-06-251-2/+2
* * cygheap.h (enum cygheap_pwdgrp::cache_t): Remove.Corinna Vinschen2014-03-121-2/+1
* * autoload.cc (NetLocalGroupGetInfo): Replace NetGroupGetInfo.Corinna Vinschen2014-02-111-4/+4
* Introduce reading passwd/group entries from SAM/AD. IntroduceCorinna Vinschen2014-02-091-11/+36
* * fhandler_disk_file.cc (fhandler_disk_file::fchown): Fix typo inCorinna Vinschen2014-02-061-2/+2
* * devices.in (dev_cygdrive_storage): Revert mapping to \Device\Null.Corinna Vinschen2013-10-311-10/+2
* * devices.in (dev_cygdrive_storage): Map to \Device\Null.Corinna Vinschen2013-10-301-15/+20
* * fhandler_disk_file.cc (fhandler_base::fstat_fs): Fix comment.Corinna Vinschen2013-10-251-1/+1
* * devices.in (dev_storage): Map /dev/zero and /dev/full to \Device\Null.Corinna Vinschen2013-10-241-16/+1
* * fhandler_disk_file.cc (fhandler_base::open_fs): Fix indentation.Corinna Vinschen2013-08-071-4/+4
* Streamline time/times functionality. Remove last remains of formerCorinna Vinschen2013-06-141-7/+7
* * fhandler_disk_file.cc (fhandler_disk_file::pread): Skip to non-atomicCorinna Vinschen2013-06-071-4/+6
* * fhandler.cc (fhandler_base::lock): Move to flock.cc.Corinna Vinschen2013-06-041-6/+6
* * autoload.cc (CancelSynchronousIo): Define.Corinna Vinschen2013-06-021-3/+32
* Throughout, (mainly in fhandler*) fix remaining gcc 4.7 mismatchYaakov Selkowitz2013-05-011-13/+13
* * Merge in cygwin-64bit-branch.Corinna Vinschen2013-04-231-131/+93
* Throughout, change __attribute__ ((regparm (N))) to just __regN. Throughout,Christopher Faylor2013-01-211-3/+3
* * fhandler.cc (fhandler_base::write): Don't attempt to sparsifyCorinna Vinschen2012-12-141-2/+5
* * fhandler_disk_file.cc (fhandler_disk_file::rewinddir): Fix usingCorinna Vinschen2012-10-311-1/+1
* * Makefile.in: Add some more optimization flags for cygwait, malloc and path....Christopher Faylor2012-07-021-1/+1
* * fhandler_disk_file.cc (fhandler_disk_file::link ): TranslateCorinna Vinschen2012-06-041-1/+2
* * fhandler_disk_file.cc (path_conv::isgood_inode): Rearrange, takeCorinna Vinschen2012-05-211-5/+20
* * fhandler.h (fhandler_dev::open): Declare.Corinna Vinschen2012-04-021-1/+12