summaryrefslogtreecommitdiffstats
path: root/winsup/cygwin/fhandler_disk_file.cc
Commit message (Expand)AuthorAgeFilesLines
* * fhandler.cc (fhandler_base::fstat): Initialise tv_nsec member ofCorinna Vinschen2002-06-061-3/+3
* Remove fcntl.h includes throughout.Christopher Faylor2002-06-051-4/+0
* * fhandler.cc (fhandler_base::open): Don't set binmode if already set. Don'tChristopher Faylor2002-06-041-5/+2
* * fhandler_disk_file.cc (fhandler_disk_file::fstat_by_name): Check specificallyChristopher Faylor2002-06-021-2/+8
* Remove unneeded sigproc.h includes throughout.Christopher Faylor2002-06-021-1/+0
* * fhandler_disk_file.cc (readdir): Move inode calculation into caller.Christopher Faylor2002-06-011-34/+16
* * fhandler_console.cc (fhandler_console::open): Reinstate setting of flags.Christopher Faylor2002-05-311-1/+1
* * fhandler_disk_file.cc (fhandler_disk_file::fstat): Always call fstat_by_nameChristopher Faylor2002-05-311-3/+3
* Change internal uid datatype from __uid16_t to __uid32_tCorinna Vinschen2002-05-291-2/+2
* * fhandler_disk_file.cc (fhandler_disk_file::fstat_helper): Properly check forChristopher Faylor2002-05-291-1/+4
* Change internal gid datatype from __gid16_t to __gid32_tCorinna Vinschen2002-05-281-2/+2
* * fhandler_disk_file.cc (fhandler_disk_file::fstat): Minor logic cleanup.Christopher Faylor2002-05-281-3/+1
* * autoload.cc (LoadFuncEx): Define via new LoadFuncEx2 macro.Christopher Faylor2002-05-281-187/+155
* * dtable.cc (dtable::build_fhandler_from_name): Just pass posix path along toChristopher Faylor2002-05-241-3/+3
* * fhandler_disk_file.cc (fhandler_disk_file::fstat): Make handling of nlinkChristopher Faylor2002-05-181-4/+3
* * fhandler_disk_file.cc (fhandler_disk_file::open): Avoid using O_DIROPEN whenChristopher Faylor2002-05-121-4/+8
* * fhandler_disk_file.cc (fhandler_disk_file::fstat_helper): Always setChristopher Faylor2002-03-221-3/+3
* * cygwin.din (fstat64): New symbol.Corinna Vinschen2002-02-251-22/+30
* * (child_info.h, cygheap.h, dcrt0.cc, dir.cc, fhandler.cc, fhandler.h,Corinna Vinschen2002-02-101-7/+7
* * dir.cc: Use INVALID_FILE_ATTRIBUTES instead of "(DWORD) -1"Corinna Vinschen2002-01-141-3/+3
* * fhandler_disk_file.cc (fhandler_cygdrive::readdir): Avoid reportingChristopher Faylor2001-11-251-0/+5
* * dtable.cc (dtable::vfork_parent_restore): Add debugging statement.Christopher Faylor2001-11-241-0/+1
* * path.cc (conv_path_list): Fix wild indexing into path due to conflictingChristopher Faylor2001-11-221-9/+110
* * Makefile.in (DLL_OFILES): Add fhandler_disk_file.o.Christopher Faylor2001-11-211-0/+750