summaryrefslogtreecommitdiffstats
path: root/winsup/cygwin/fhandler_disk_file.cc
Commit message (Expand)AuthorAgeFilesLines
* 2003-06-03 Pierre Humblet <pierre.humblet@ieee.org>Pierre Humblet2003-06-041-25/+10
* 2003-06-01 Pierre Humblet <pierre.humblet@ieee.org>Pierre Humblet2003-06-011-12/+12
* * fhandler_disk_file.cc (fhandler_disk_file::fstat_helper): FilterCorinna Vinschen2003-05-271-0/+3
* * fhandler.h: Rename FH_W95LSBUG flag to FH_LSEEKED.Corinna Vinschen2003-05-261-14/+1
* * autoload.cc (GetDiskFreeSpaceEx): Add.Corinna Vinschen2003-05-251-31/+18
* Replace ino_t by __ino64_t throughout.Corinna Vinschen2003-05-111-1/+2
* * dir.cc (readdir): Fill out new old_d_ino field.Christopher Faylor2003-05-111-1/+1
* * security.cc (get_info_from_sd): New function.Corinna Vinschen2003-04-111-10/+9
* * dir.cc: Change __off32_t to _off_t and __off64_t to _off64_tCorinna Vinschen2003-04-011-9/+9
* * fhandler_disk_file.cc (fhandler_disk_file::fstat_helper): FixCorinna Vinschen2003-03-191-1/+1
* whitespace cleanupChristopher Faylor2003-03-091-1/+1
* * fhandler.cc (fhandler_base::open): Move some filesystem specific stuff.Christopher Faylor2003-02-211-0/+8
* * fhandler_disk_file.cc (fhandler_disk_file::opendir): Check descriptorCorinna Vinschen2003-02-201-16/+19
* * autoload.cc (GetCompressedFileSize): Add.Corinna Vinschen2003-02-201-1/+14
* w32api:Corinna Vinschen2003-02-201-0/+14
* * include/cygwin/in.h (in_attr_t): Define new type.Christopher Faylor2003-02-101-1/+1
* Eliminate most unneeded this-> pointers throughout.Christopher Faylor2003-02-041-2/+2
* Split ChangeLog, create ChangeLog-2002.Corinna Vinschen2003-01-101-1/+1
* * fhandler_disk_file.cc (num_entries): Return 2 as link count ifCorinna Vinschen2003-01-091-1/+1
* Use isdirsep rather than SLASH_P throughout.Christopher Faylor2003-01-091-1/+1
* * fhandler_disk_file.cc (fhandler_disk_file::fstat_helper): Nevermind. RevertChristopher Faylor2002-10-231-27/+25
* * fhandler_disk_file.cc (fhandler_disk_file::fstat_helper): Oops. Only do theChristopher Faylor2002-10-221-28/+28
* * fhandler_disk_file.cc (fhandler_disk_file::fstat_helper): Always considerChristopher Faylor2002-10-221-26/+29
* * fhandler.cc (fhandler_base::dup): Don't set handle on failure. Caller hasChristopher Faylor2002-09-221-4/+4
* * cygthread.cc (cygthread::initialized): Avoid copying on fork or some threadsChristopher Faylor2002-09-191-14/+10
* * fhandler_disk_file.cc (fhandler_cygdrive::set_drives): Incorporate . and ..Christopher Faylor2002-07-301-15/+13
* * path.cc (path_conv::check): Always set fileattr when component == 0.Christopher Faylor2002-07-241-3/+3
* * fhandler_disk_file.cc (fhandler_disk_file::open): Don'tCorinna Vinschen2002-07-111-3/+0
* * fhandler_disk_file.cc (fhandler_disk_file::fstat_by_name): ForceChristopher Faylor2002-06-271-13/+32
* * cygheap.cc (cygheap_user::set_name): Correct thinko in below change.Christopher Faylor2002-06-271-1/+3
* * fhandler_disk_file.cc (fhandler_disk_file::fstat_helper): Correctly setChristopher Faylor2002-06-101-7/+8
* * 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