summaryrefslogtreecommitdiffstats
path: root/winsup/cygwin/fhandler_disk_file.cc
Commit message (Expand)AuthorAgeFilesLines
* * fhandler_disk_file.cc (fhandler_base::utimes_fs): Use existing handle ifChristopher Faylor2005-10-191-12/+20
* * fhandler_disk_file.cc (fhandler_disk_file::rmdir): Convert anCorinna Vinschen2005-10-121-2/+7
* * fhandler_disk_file.cc: Change calls to pc.set_attributes intoCorinna Vinschen2005-09-301-3/+3
* * fhandler_disk_file.cc (fhandler_base::fstat_by_handle): Also useCorinna Vinschen2005-09-301-0/+1
* * fhandler_disk_file.cc (fhandler_base::fstat_by_handle): Only writeCorinna Vinschen2005-09-301-2/+2
* * fhandler_disk_file.cc (fhandler_base::fstat_helper): Fix copy/pasteCorinna Vinschen2005-09-221-1/+1
* * fhandler.h (fhandler_base::fstat_helper): Declare with additionalCorinna Vinschen2005-09-221-30/+48
* Remove some more unneeded 'return;'s throughout.Christopher Faylor2005-09-141-1/+0
* * cygthread.cc (cygthread::cygthread): Add more info to fatal error.Christopher Faylor2005-09-121-1/+1
* * sigproc.h (set_signal_mask): Remove default on second parameter and make passChristopher Faylor2005-08-231-8/+11
* * dir.cc (readdir_worker): Make static. Only add '.' and '..' when readdirChristopher Faylor2005-08-231-2/+5
* * cygerrno.h (geterrno_from_win_error): Change declaration to default to usingChristopher Faylor2005-08-201-33/+29
* * fhandler.h (dirent_states): Add dirent_saw_proc.Christopher Faylor2005-08-191-3/+8
* * fhandler.h (dirent_states): Add dirent_isroot, dirent_saw_cygdrive,Christopher Faylor2005-08-191-12/+45
* * fhandler_disk_file.cc (fhandler_base::pread): Don't move file offset pointerChristopher Faylor2005-07-291-6/+19
* * fhandler.h (fhandler_base::pread): Declare new function.Christopher Faylor2005-07-291-0/+24
* Eliminate (void) cast on standalone function calls throughout.Christopher Faylor2005-07-061-4/+4
* Change foo (void) to foo () for all c++ functions throughout. Remove allChristopher Faylor2005-07-051-4/+7
* * fhandler_disk_file.cc (fhandler_disk_file::facl): Add missing break.Corinna Vinschen2005-06-271-0/+1
* * fhandler_disk_file.cc (fhandler_disk_file::fchown): Make sure that disk openChristopher Faylor2005-06-021-1/+1
* * fhandler.h (fhandler_base::mkdir): New virtual method.Christopher Faylor2005-05-251-0/+102
* * fhandler.h (fhandler_cygdrive::seekdir): Delete declaration.Christopher Faylor2005-05-191-21/+1
* * fhandler_disk_file.cc (fhandler_base::fstat_by_handle): CheckCorinna Vinschen2005-05-141-1/+6
* Remove PC_FULL from path_conv usage throughout.Christopher Faylor2005-05-131-2/+2
* * fhandler_disk_file.cc (fhandler_disk_file::fchmod): Don't treatCorinna Vinschen2005-05-031-2/+7
* white space and minor comment cleanup.Christopher Faylor2005-05-021-2/+2
* Actually check in files.Christopher Faylor2005-04-171-5/+5
* * fhandler_disk_file.cc (fhandler_base::utimes_fs): IgnoreCorinna Vinschen2005-04-161-1/+3
* * fhandler_disk_file.cc (fhandler_base::utimes_fs): Drop touchingCorinna Vinschen2005-04-161-4/+2
* * dcrt0.cc (do_global_dtors): Run DLL dtors.Christopher Faylor2005-04-141-2/+2
* * cygerrno.h (__seterrno_from_nt_status): Define. Always set Win32Corinna Vinschen2005-04-131-1/+1
* * fhandler.h (fhandler_base::utimes_fs): New method.Christopher Faylor2005-04-131-4/+17
* * fhandler_disk_file.cc (fhandler_disk_file::utimes): Don't set errnoCorinna Vinschen2005-04-131-1/+0
* * autoload.cc (NtQueryVolumeInformationFile): Add.Corinna Vinschen2005-04-121-49/+80
* * dcrt0.cc (dll_crt0_1): Don't call set_cygwin_privileges on 9x.Corinna Vinschen2005-04-041-17/+21
* * cygheap.cc (cygheap_init): Accomodate set_process_privilege change.Corinna Vinschen2005-04-031-4/+0
* Unify usage of CYG_MAX_PATH throughout. Change buffers fromCorinna Vinschen2005-04-031-1/+1
* * Makefile.in (DLL_OFILES): Add hookapi.o. Eliminate some cruft.Christopher Faylor2005-03-221-2/+2
* * fhandler_disk_file.cc (fhandler_disk_file::utimes): Handle openingCorinna Vinschen2005-03-171-4/+3
* missing file from previous checkin.Christopher Faylor2005-03-161-20/+12
* * fhandler_disk_file.cc (fhandler_disk_file::touch_ctime): ReplaceCorinna Vinschen2005-03-021-3/+1
* * fhandler_disk_file.cc (fhandler_cygdrive::closedir): Return 0 when closingChristopher Faylor2005-02-231-1/+1
* * fhandler.h (fhandler_base::fstat_helper): Declare with additionalCorinna Vinschen2005-02-201-3/+9
* * fhandler.h (enum query_state): Add query_write_attributes state.Corinna Vinschen2005-02-201-35/+77
* * fhandler.h (class fhandler_base): Declare new method link.Corinna Vinschen2005-02-191-27/+179
* * fhandler_disk_file.cc (fhandler_disk_file::fstat): Set st_ctime ifCorinna Vinschen2005-02-171-0/+4
* * fhandler.cc (fhandler_base::raw_write): Mark as changed onCorinna Vinschen2005-02-111-15/+26
* * fhandler_disk_file.cc (fhandler_disk_file::ftruncate): Fix checkingCorinna Vinschen2005-02-091-1/+1
* * fhandler.h (fhandler_base::ftruncate): Define new virtual method.Corinna Vinschen2005-02-021-0/+48
* * fhandler_disk_file.cc (fhandler_disk_file::facl): Pretend successfulCorinna Vinschen2005-01-141-1/+5