summaryrefslogtreecommitdiffstats
path: root/winsup/cygwin/path.h
Commit message (Expand)AuthorAgeFilesLines
* * 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
* * path.cc (path_conv::check): Move fs-specific settings to a point where weChristopher Faylor2010-07-041-3/+6
* * dtable.cc (dtable::dup_worker): Reset path_conv handle in duplicatedCorinna Vinschen2010-06-151-0/+35
* * fhandler_disk_file.cc (path_conv::get_ino_by_handle): Convert fromCorinna Vinschen2010-06-151-0/+3
* * mount.cc (struct opt): Add "dos" and "ihash" options.Corinna Vinschen2010-04-291-1/+4
* * path.h (get_nt_native_path): Add third parameter to declaration andCorinna Vinschen2010-04-231-1/+1
* * path.cc (path_conv::set_normalized_path): Use crealloc_abort to avoid aChristopher Faylor2010-04-091-1/+1
* * fhandler_disk_file.cc (fhandler_base::fstat_helper): WorkaroundCorinna Vinschen2010-02-031-0/+2
* * globals.cc (ro_u_nwfs): New R/O unicode string.Corinna Vinschen2010-01-121-0/+1
* * dtable.cc (build_fh_name_worker): Remove. Move all functionalityCorinna Vinschen2010-01-121-2/+1
* * path.h (INTERIX_SYMLINK_COOKIE): Define.Corinna Vinschen2009-08-261-0/+3
* * path.cc (patch_conv::check): Zero path before setting it.Christopher Faylor2009-08-051-2/+3
* * fhandler_socket.cc (fhandler_socket::send_internal): Just use wmem size ifChristopher Faylor2009-08-041-1/+1
* * fhandler.h (fhandler_cygdrive:DRVSZ): New enum.Christopher Faylor2009-08-041-1/+1
* * cygheap_malloc.h: New file.Christopher Faylor2009-08-011-15/+21