aboutsummaryrefslogtreecommitdiff
path: root/winsup/cygwin/dir.cc
AgeCommit message (Expand)AuthorFilesLines
2004-05-28* path.cc (chdir): Always use the normalized_path as posix_cwd, except if itChristopher Faylor1-8/+8
2004-05-03 * dir.cc (writable_directory): Remove.Corinna Vinschen1-35/+0
2004-04-16 * autoload.cc (NtCreateFile): Add.Corinna Vinschen1-1/+1
2004-04-13 * dir.cc (mkdir): Call set_file_attribute with additional handleCorinna Vinschen1-1/+1
2004-03-202004-03-19 Pierre Humblet <pierre.humblet@ieee.org>Pierre Humblet1-36/+40
2004-03-142004-03-14 Pierre Humblet <pierre.humblet@ieee.org>Pierre Humblet1-48/+48
2003-11-26 * dir.cc (mkdir): Use local security_descriptor. CallCorinna Vinschen1-1/+2
2003-09-25* devices.cc: New file.Christopher Faylor1-6/+4
2003-09-11* dir.cc (rmdir): Add more samba workarounds.Christopher Faylor1-2/+7
2003-09-10* fhandler_disk_file.cc (num_entries): Take . and .. into account if they doChristopher Faylor1-0/+2
2003-09-09* dir.cc (readdir): Reinstate setting of old ino field for legacy applications.Christopher Faylor1-0/+1
2003-09-08Throughout, remove __d_u.__d_data fields from DIR structure.Christopher Faylor1-8/+39
2003-06-16Throughout, remove "include <errno.h>" from files which already includeChristopher Faylor1-1/+0
2003-05-11 Replace ino_t by __ino64_t throughout.Corinna Vinschen1-1/+1
2003-05-11* dir.cc (readdir): Fill out new old_d_ino field.Christopher Faylor1-0/+1
2003-04-01 * dir.cc: Change __off32_t to _off_t and __off64_t to _off64_tCorinna Vinschen1-5/+5
2002-09-23More GNUify non-GNU formatted functions calls throughout.Christopher Faylor1-1/+1
2002-06-05* dir.cc (rmdir): Streamline. Detect attempts to remove directories fromChristopher Faylor1-25/+18
2002-06-05Remove fcntl.h includes throughout.Christopher Faylor1-1/+0
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-1/+36
2002-05-28* autoload.cc (LoadFuncEx): Define via new LoadFuncEx2 macro.Christopher Faylor1-1/+1
2002-05-25Remove unneeded sync.h, where appropriate, throughout. Remove unneeded heap.h,Christopher Faylor1-2/+0
2002-02-25 * cygwin.din (fstat64): New symbol.Corinna Vinschen1-5/+17
2002-02-10 * (child_info.h, cygheap.h, dcrt0.cc, dir.cc, fhandler.cc, fhandler.h,Corinna Vinschen1-2/+2
2002-01-14 * dir.cc: Use INVALID_FILE_ATTRIBUTES instead of "(DWORD) -1"Corinna Vinschen1-1/+1
2002-01-13Add copyright stuffChristopher Faylor1-1/+1
2002-01-06* dir.cc (opendir): Guarantee release of alloced fhandler structure on error.Christopher Faylor1-5/+7
2002-01-04* dir.cc (opendir): Don't attempt to call sub-opendir if ENOENT.Christopher Faylor1-0/+2
2001-12-05* dir.cc (opendir): Detect error return from build_fhandler_from_name.Christopher Faylor1-4/+9
2001-11-22* path.cc (conv_path_list): Fix wild indexing into path due to conflictingChristopher Faylor1-1/+1
2001-11-21* Makefile.in (DLL_OFILES): Add fhandler_disk_file.o.Christopher Faylor1-181/+42
2001-11-13 * dir.cc (mkdir): Add HIDDEN file attribute if file has leading dotCorinna Vinschen1-0/+5
2001-11-05Eliminate excess whitespace.Christopher Faylor1-1/+1
2001-10-05Add second path_conv * argument to fstat()s throughout.Christopher Faylor1-1/+1
2001-10-05* syscalls.cc (stat_worker): Make global. Accept path_conv parameter forChristopher Faylor1-8/+2
2001-10-01Add "path.h" include throughout, where needed. Use new path_conv methods andChristopher Faylor1-54/+51
2001-09-17* syscalls.cc (rmdir): Set cwd to some other location if attempting to rmdirChristopher Faylor1-0/+21
2001-09-12 * Makefile.in: Build wincap.o.Corinna Vinschen1-1/+1
2001-09-11Update copyrights.Christopher Faylor1-1/+1
2001-09-07* cygheap.h (init_cygheap): Move heap pointers here.Christopher Faylor1-5/+5
2001-09-06* cygheap.h (init_cygheap): Move bucket array here from cygheap.cc.Christopher Faylor1-1/+1
2001-09-03 * dir.cc (opendir): Write version information to __d_dirent->d_version.Corinna Vinschen1-0/+1
2001-09-03 * cygwin.din: Add `dirfd'.Corinna Vinschen1-0/+17
2001-08-28* dir.cc (rmdir): Report ENOENT when file doesn't exist rather than ENOTDIR.Christopher Faylor1-2/+8
2001-08-07 * security.cc (alloc_sd): Don't set FILE_DELETE_CHILD for groupCorinna Vinschen1-2/+2
2001-08-07 * dir.cc (mkdir): Set security attributes correctly forCorinna Vinschen1-3/+9
2001-08-04Throughout, change check for running under Windows NT to 'iswinnt'.Christopher Faylor1-1/+1
2001-07-26Throughout, reorganize header file inclusion to put security.h prior toChristopher Faylor1-1/+1
2001-07-20 * dir.cc (readdir): Protect FindNextFileA against INVALID_HANDLE_VALUE.Corinna Vinschen1-0/+4