aboutsummaryrefslogtreecommitdiff
path: root/winsup/cygwin/fhandler_disk_file.cc
AgeCommit message (Expand)AuthorFilesLines
2002-09-22* fhandler.cc (fhandler_base::dup): Don't set handle on failure. Caller hasChristopher Faylor1-4/+4
2002-09-19* cygthread.cc (cygthread::initialized): Avoid copying on fork or some threadsChristopher Faylor1-14/+10
2002-07-30* fhandler_disk_file.cc (fhandler_cygdrive::set_drives): Incorporate . and ..Christopher Faylor1-15/+13
2002-07-24* path.cc (path_conv::check): Always set fileattr when component == 0.Christopher Faylor1-3/+3
2002-07-11 * fhandler_disk_file.cc (fhandler_disk_file::open): Don'tCorinna Vinschen1-3/+0
2002-06-27* fhandler_disk_file.cc (fhandler_disk_file::fstat_by_name): ForceChristopher Faylor1-13/+32
2002-06-27* cygheap.cc (cygheap_user::set_name): Correct thinko in below change.Christopher Faylor1-1/+3
2002-06-10* fhandler_disk_file.cc (fhandler_disk_file::fstat_helper): Correctly setChristopher Faylor1-7/+8
2002-06-06 * fhandler.cc (fhandler_base::fstat): Initialise tv_nsec member ofCorinna Vinschen1-3/+3
2002-06-05Remove fcntl.h includes throughout.Christopher Faylor1-4/+0
2002-06-04* fhandler.cc (fhandler_base::open): Don't set binmode if already set. Don'tChristopher Faylor1-5/+2
2002-06-02* fhandler_disk_file.cc (fhandler_disk_file::fstat_by_name): Check specificallyChristopher Faylor1-2/+8
2002-06-02Remove unneeded sigproc.h includes throughout.Christopher Faylor1-1/+0
2002-06-01* fhandler_disk_file.cc (readdir): Move inode calculation into caller.Christopher Faylor1-34/+16
2002-05-31* fhandler_console.cc (fhandler_console::open): Reinstate setting of flags.Christopher Faylor1-1/+1
2002-05-31* fhandler_disk_file.cc (fhandler_disk_file::fstat): Always call fstat_by_nameChristopher Faylor1-3/+3
2002-05-29 Change internal uid datatype from __uid16_t to __uid32_tCorinna Vinschen1-2/+2
2002-05-29* fhandler_disk_file.cc (fhandler_disk_file::fstat_helper): Properly check forChristopher Faylor1-1/+4
2002-05-28 Change internal gid datatype from __gid16_t to __gid32_tCorinna Vinschen1-2/+2
2002-05-28* fhandler_disk_file.cc (fhandler_disk_file::fstat): Minor logic cleanup.Christopher Faylor1-3/+1
2002-05-28* autoload.cc (LoadFuncEx): Define via new LoadFuncEx2 macro.Christopher Faylor1-187/+155
2002-05-24* dtable.cc (dtable::build_fhandler_from_name): Just pass posix path along toChristopher Faylor1-3/+3
2002-05-18* fhandler_disk_file.cc (fhandler_disk_file::fstat): Make handling of nlinkChristopher Faylor1-4/+3
2002-05-12* fhandler_disk_file.cc (fhandler_disk_file::open): Avoid using O_DIROPEN whenChristopher Faylor1-4/+8
2002-03-22* fhandler_disk_file.cc (fhandler_disk_file::fstat_helper): Always setChristopher Faylor1-3/+3
2002-02-25 * cygwin.din (fstat64): New symbol.Corinna Vinschen1-22/+30
2002-02-10 * (child_info.h, cygheap.h, dcrt0.cc, dir.cc, fhandler.cc, fhandler.h,Corinna Vinschen1-7/+7
2002-01-14 * dir.cc: Use INVALID_FILE_ATTRIBUTES instead of "(DWORD) -1"Corinna Vinschen1-3/+3
2001-11-25* fhandler_disk_file.cc (fhandler_cygdrive::readdir): Avoid reportingChristopher Faylor1-0/+5
2001-11-24* dtable.cc (dtable::vfork_parent_restore): Add debugging statement.Christopher Faylor1-0/+1
2001-11-22* path.cc (conv_path_list): Fix wild indexing into path due to conflictingChristopher Faylor1-9/+110
2001-11-21* Makefile.in (DLL_OFILES): Add fhandler_disk_file.o.Christopher Faylor1-0/+750