Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2004-04-20 * fhandler_disk_file.cc (fhandler_base::open_fs): ChangeCorinna Vinschen
2004-04-17 * autoload.cc (NtCreateFile): Add.Corinna Vinschen
2004-04-15 * fhandler_disk_file.cc (fhandler_disk_file::fchmo): Try openingCorinna Vinschen
2004-04-14 * fhandler.cc (fhandler_base::open): Simplify access evaluationCorinna Vinschen
2004-04-14 * fhandler.cc (fhandler_base::open): Accomodate query_write_controlCorinna Vinschen
2004-04-14 * autoload.cc (NtSetSecurityObject): Add.Corinna Vinschen
2004-04-142004-04-14 Pierre Humblet <pierre.humblet@ieee.org>Pierre Humblet
2004-04-14 * dir.cc (mkdir): Call set_file_attribute with additional handleCorinna Vinschen
2004-04-10 * Use new unified status_flag accessor methods from classes fhandler_*,Corinna Vinschen
2004-04-09 * fhandler.cc (fhandler_base::write): Use bool parameter in calls toCorinna Vinschen
2004-04-08 * fhandler.cc (fhandler_base::open): Set query access mode accordingCorinna Vinschen
2004-04-06 * fhandler_disk_file.cc (fhandler_base::fstat_helper): RequestCorinna Vinschen
2004-03-23 * fhandler_disk_file.cc (fhandler_base::fstat_fs): Use createdCorinna Vinschen
2004-02-09* debug.h (console_printf): Define for non-debugging condition.Christopher Faylor
2004-01-24* cygheap.cc (init_cygheap::close_ctty): Protect YA vforkism.Christopher Faylor
2003-12-15* winsup.h (access_worker): Declare with added fhandler_base parameter.Christopher Faylor
2003-12-15white spaceChristopher Faylor
2003-12-03 * fhandler_disk_file.cc (fhandler_disk_file::lock): Use UINT32_MAXCorinna Vinschen
2003-12-03 * fhandler_disk_file.cc (fhandler_disk_file::lock): InterchangeCorinna Vinschen
2003-12-01 * Makefile.in (OBSOLETE_FUNCTIONS): Add fcntl.Corinna Vinschen
2003-11-28* fhandler_disk_file.cc (fhandler_disk_file::readdir): Reorganize to avoidChristopher Faylor
2003-11-152003-11-11 Robert Collins <rbtcollins@hotmail.com>Robert Collins
2003-11-07* cygthread.cc (cygthread::freerange): Set inuse count. Avoid setting ev fromChristopher Faylor
2003-11-05* fhandler_disk_file.cc (fhandler_disk_file::opendir): Detect attempt to open aChristopher Faylor
2003-09-252003-09-24 Pierre Humblet <pierre.humblet@ieee.org>Pierre Humblet
2003-09-25* devices.cc: New file.Christopher Faylor
2003-09-14* fhandler_disk_file.cc (path_conv::ndisk_links): Fix potential off-by-oneChristopher Faylor
2003-09-13* fhandler_disk_file.cc (path_conv::ndisk_links): Fix problem where searchChristopher Faylor
2003-09-12* fhandler_disk_file.cc (path_conv::ndisk_links): Rename from num_entries.Christopher Faylor
2003-09-11* fhandler_disk_file.cc (num_entries): Take . and .. into account if they doChristopher Faylor
2003-09-08Throughout, remove __d_u.__d_data fields from DIR structure.Christopher Faylor
2003-08-05* fhandler_disk_file.cc (fhandler_cygdrive::readdir): Do not change 'errno' ifChristopher Faylor
2003-07-26* exceptions.cc (ctrl_c_handler): Send SIGHUP when events occur only if thereChristopher Faylor
2003-07-04* fhandler.h (FH_ENC): New enum.Christopher Faylor
2003-06-16Throughout, remove "include <errno.h>" from files which already includeChristopher Faylor
2003-06-042003-06-03 Pierre Humblet <pierre.humblet@ieee.org>Pierre Humblet
2003-06-012003-06-01 Pierre Humblet <pierre.humblet@ieee.org>Pierre Humblet
2003-05-27 * fhandler_disk_file.cc (fhandler_disk_file::fstat_helper): FilterCorinna Vinschen
2003-05-26 * fhandler.h: Rename FH_W95LSBUG flag to FH_LSEEKED.Corinna Vinschen
2003-05-25 * autoload.cc (GetDiskFreeSpaceEx): Add.Corinna Vinschen
2003-05-12 Replace ino_t by __ino64_t throughout.Corinna Vinschen
2003-05-11* dir.cc (readdir): Fill out new old_d_ino field.Christopher Faylor
2003-04-11 * security.cc (get_info_from_sd): New function.Corinna Vinschen
2003-04-01 * dir.cc: Change __off32_t to _off_t and __off64_t to _off64_tCorinna Vinschen
2003-03-20 * fhandler_disk_file.cc (fhandler_disk_file::fstat_helper): FixCorinna Vinschen
2003-03-09whitespace cleanupChristopher Faylor
2003-02-21* fhandler.cc (fhandler_base::open): Move some filesystem specific stuff.Christopher Faylor
2003-02-20 * fhandler_disk_file.cc (fhandler_disk_file::opendir): Check descriptorCorinna Vinschen
2003-02-20 * autoload.cc (GetCompressedFileSize): Add.Corinna Vinschen
2003-02-20w32api:Corinna Vinschen