summaryrefslogtreecommitdiffstats
path: root/winsup/cygwin/path.h
Commit message (Expand)AuthorAgeFilesLines
* First steps toward native path handling.Kaz Kylheku2016-07-081-0/+1
* More secure way of obtaining command interpreter.Kaz Kylheku2016-07-071-0/+1
* Switching the Cygwin DLL to LGPLv3+, dropping commercial buyout optioncygwin-2_5_2-releaseCorinna Vinschen2016-06-231-3/+0
* Improve encapsulation of FS type behind path_conv coverCorinna Vinschen2016-06-211-3/+24
* Drop has_broken_fnoi flagCorinna Vinschen2016-01-271-1/+0
* Fetch and store FileAllInformation rather than FileNetworkOpenInformationCorinna Vinschen2015-12-101-16/+5
* Drop unused path_conv::ndisk_links methodCorinna Vinschen2015-12-091-3/+0
* Accommodate trailing NUL in PrlSF filesystem name.Corinna Vinschen2015-11-041-0/+1
* Add support for Parallels Desktop FS (prlfs)Corinna Vinschen2015-11-021-0/+1
* Handle unlinking in-use files on virtual drivesCorinna Vinschen2015-04-231-0/+1
* * path.h (path_conv): Make path_flags private. Rename known_suffix toCorinna Vinschen2015-02-151-20/+22
* * dlfcn.cc (check_path_access): Drop FE_NATIVE from find_exec call.Corinna Vinschen2015-02-111-3/+2
* * path.h (path_conv::init_reopen_attr): Change from void to returningCorinna Vinschen2014-08-261-3/+4
* Introduce reading passwd/group entries from SAM/AD. IntroduceCorinna Vinschen2014-02-091-17/+0
* * devices.in (dev_cygdrive_storage): Revert mapping to \Device\Null.Corinna Vinschen2013-10-311-1/+0
* * devices.in (dev_cygdrive_storage): Map to \Device\Null.Corinna Vinschen2013-10-301-0/+1
* * path.h (enum path_types): Drop definition of PATH_64BITEXEC.Corinna Vinschen2013-08-231-13/+2
* * autoload.cc (CreateSymbolicLink): Define.Corinna Vinschen2013-04-241-0/+3
* * Merge in cygwin-64bit-branch.Corinna Vinschen2013-04-231-5/+25
* Throughout, change __attribute__ ((regparm (N))) to just __regN. Throughout,Christopher Faylor2013-01-211-16/+15
* Fix copyrightsCorinna Vinschen2013-01-141-1/+1
* * path.h (path_conv::fs_type): New method.Corinna Vinschen2013-01-101-0/+1
* Revert the reversion and go with implementation described in cgf-000017, withChristopher Faylor2012-12-211-1/+1
* * fhandler.cc (fhandler_base::write): Don't attempt to sparsifyCorinna Vinschen2012-12-141-2/+8
* * path.cc (etc::dir_changed): Change `io' to a static NO_COPYCorinna Vinschen2012-07-311-1/+0
* * globals.cc (ro_u_refs): New R/O unicode string.Corinna Vinschen2012-06-031-0/+1
* * dtable.cc (fh_alloc): Only disallow opening of nonexistent on-disk device.Christopher Faylor2012-04-211-2/+0
* * dtable.cc (fh_alloc): Keep fh which was flagged as error if it is for anChristopher Faylor2012-04-191-0/+2
* * fhandler.h (fhandler_dev::open): Declare.Corinna Vinschen2012-04-021-1/+2
* * autoload.cc (NetUseGetInfo): Define.Corinna Vinschen2012-02-161-1/+0
* * fhandler_disk_file.cc (fhandler_base::fstat_by_handle): CallCorinna Vinschen2011-12-131-0/+1
* * dtable.cc (dtable::delete_archetype): Improve debugging output.Christopher Faylor2011-10-221-2/+30
* * globals.cc (ro_u_ncfsd): New R/O unicode string.Corinna Vinschen2011-10-211-0/+1
* * fhandler.h (fhandler*::copyto): Free path_conv strings first.Christopher Faylor2011-10-201-4/+13
* Throughout change TTY_* to PTY_*, tty_* to pty_*, and ttym_* to ptmx_*.Christopher Faylor2011-10-201-5/+4
* * cygerrno.h (__set_errno): Modify debugging output to make searching straceChristopher Faylor2011-10-151-2/+8
* * fhandler_disk_file.cc (__DIR_mounts::eval_ino): Create path_convCorinna Vinschen2011-07-261-1/+7
* * autoload.cc: Call _api_fatal in asm.Christopher Faylor2011-05-281-15/+7
* * devices.h: Renumber internal devices so that FH_PROCESS is part ofCorinna Vinschen2011-04-201-1/+1
* * devices.h (fh_devices): Define FH_PROC_MIN_MINOR.Yaakov Selkowitz2011-04-041-2/+1
* Implement /proc/sysvipc/*Yaakov Selkowitz2011-04-011-1/+1
* * path.cc (path_conv::check): Don't follow reparse point symlinks ifCorinna Vinschen2011-01-171-1/+2
* * fhandler_tty.cc (fhandler_tty_slave::dup): Free path_conv stringsCorinna Vinschen2010-11-291-0/+5
* * fhandler.h (fhandler_base::get_stat_access): Delete.Corinna Vinschen2010-10-071-11/+5
* * path.h (enum pathconv_arg): Remove PC_CHECK_EA.Corinna Vinschen2010-10-051-1/+0
* * fhandler.cc: Drop including nfs.h.Corinna Vinschen2010-09-301-12/+20
* * errno.cc (errmap): Map ERROR_BAD_NET_RESP to ENOSYS.Corinna Vinschen2010-09-241-2/+0
* * mount.h (class fs_info): Add has_buggy_reopen flag and accessorCorinna Vinschen2010-09-211-2/+21
* * fhandler.h (class fhandler_base): Change inheritance of fstat_helperCorinna Vinschen2010-09-131-2/+17
* * Makefile.in (DLL_OFILES): Add fhandler_procsys.o.Corinna Vinschen2010-09-061-1/+3