summaryrefslogtreecommitdiffstats
path: root/winsup/cygwin/fhandler_disk_file.cc
Commit message (Expand)AuthorAgeFilesLines
* * fhandler_disk_file.cc (fhandler_base::fstat_fs): Use createdCorinna Vinschen2004-03-231-3/+11
* * debug.h (console_printf): Define for non-debugging condition.Christopher Faylor2004-02-091-1/+1
* * cygheap.cc (init_cygheap::close_ctty): Protect YA vforkism.Christopher Faylor2004-01-241-4/+1
* * winsup.h (access_worker): Declare with added fhandler_base parameter.Christopher Faylor2003-12-151-1/+1
* white spaceChristopher Faylor2003-12-151-1/+1
* * fhandler_disk_file.cc (fhandler_disk_file::lock): Use UINT32_MAXCorinna Vinschen2003-12-031-3/+6
* * fhandler_disk_file.cc (fhandler_disk_file::lock): InterchangeCorinna Vinschen2003-12-031-2/+2
* * Makefile.in (OBSOLETE_FUNCTIONS): Add fcntl.Corinna Vinschen2003-12-011-18/+21
* * fhandler_disk_file.cc (fhandler_disk_file::readdir): Reorganize to avoidChristopher Faylor2003-11-271-8/+8
* 2003-11-11 Robert Collins <rbtcollins@hotmail.com>Robert Collins2003-11-141-2/+2
* * cygthread.cc (cygthread::freerange): Set inuse count. Avoid setting ev fromChristopher Faylor2003-11-071-26/+32
* * fhandler_disk_file.cc (fhandler_disk_file::opendir): Detect attempt to open aChristopher Faylor2003-11-051-2/+7
* 2003-09-24 Pierre Humblet <pierre.humblet@ieee.org>Pierre Humblet2003-09-251-1/+1
* * devices.cc: New file.Christopher Faylor2003-09-251-91/+104
* * fhandler_disk_file.cc (path_conv::ndisk_links): Fix potential off-by-oneChristopher Faylor2003-09-141-1/+2
* * fhandler_disk_file.cc (path_conv::ndisk_links): Fix problem where searchChristopher Faylor2003-09-121-2/+2
* * fhandler_disk_file.cc (path_conv::ndisk_links): Rename from num_entries.Christopher Faylor2003-09-111-25/+50
* * fhandler_disk_file.cc (num_entries): Take . and .. into account if they doChristopher Faylor2003-09-101-14/+13
* Throughout, remove __d_u.__d_data fields from DIR structure.Christopher Faylor2003-09-081-19/+15
* * fhandler_disk_file.cc (fhandler_cygdrive::readdir): Do not change 'errno' ifChristopher Faylor2003-08-051-4/+1
* * exceptions.cc (ctrl_c_handler): Send SIGHUP when events occur only if thereChristopher Faylor2003-07-261-2/+2
* * fhandler.h (FH_ENC): New enum.Christopher Faylor2003-07-041-4/+7
* Throughout, remove "include <errno.h>" from files which already includeChristopher Faylor2003-06-161-1/+0
* 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