summaryrefslogtreecommitdiffstats
path: root/winsup/cygwin/dir.cc
Commit message (Expand)AuthorAgeFilesLines
* * dir.cc (rmdir): Eliminate nonsensical code.Christopher Faylor2005-10-211-4/+1
* * dir.cc (mkdir): Abandon use of PC_WRITABLE.Christopher Faylor2005-10-121-3/+6
* * dir.cc (mkdir): Check for trailing /. or /.. component.Corinna Vinschen2005-09-291-0/+20
* *dir.cc (readdir_r): Invert sense on error-test.Christopher Faylor2005-08-281-1/+1
* * dir.cc (readdir_worker): Make static. Only add '.' and '..' when readdirChristopher Faylor2005-08-231-2/+2
* * cygerrno.h (geterrno_from_win_error): Change declaration to default to usingChristopher Faylor2005-08-201-22/+47
* * fhandler.h (dirent_states): Add dirent_isroot, dirent_saw_cygdrive,Christopher Faylor2005-08-191-3/+3
* Replace valid memory checks with new myfault class "exception handling", almostChristopher Faylor2005-07-031-6/+13
* * fhandler.h (fhandler_base::mkdir): New virtual method.Christopher Faylor2005-05-251-97/+20
* Remove PC_FULL from path_conv usage throughout.Christopher Faylor2005-05-131-2/+2
* * cygtls.cc (_cygtls::remove): Eliminate compiler warning.Christopher Faylor2005-05-131-6/+2
* * dir.cc: Rename opendir_* to dirent_* throughout.Christopher Faylor2005-03-161-14/+6
* * path.cc (chdir): Always use the normalized_path as posix_cwd, except if itChristopher Faylor2004-05-281-8/+8
* * dir.cc (writable_directory): Remove.Corinna Vinschen2004-05-031-35/+0
* * autoload.cc (NtCreateFile): Add.Corinna Vinschen2004-04-161-1/+1
* * dir.cc (mkdir): Call set_file_attribute with additional handleCorinna Vinschen2004-04-131-1/+1
* 2004-03-19 Pierre Humblet <pierre.humblet@ieee.org>Pierre Humblet2004-03-201-36/+40
* 2004-03-14 Pierre Humblet <pierre.humblet@ieee.org>Pierre Humblet2004-03-141-48/+48
* * dir.cc (mkdir): Use local security_descriptor. CallCorinna Vinschen2003-11-261-1/+2
* * devices.cc: New file.Christopher Faylor2003-09-251-6/+4
* * dir.cc (rmdir): Add more samba workarounds.Christopher Faylor2003-09-111-2/+7
* * fhandler_disk_file.cc (num_entries): Take . and .. into account if they doChristopher Faylor2003-09-101-0/+2
* * dir.cc (readdir): Reinstate setting of old ino field for legacy applications.Christopher Faylor2003-09-091-0/+1
* Throughout, remove __d_u.__d_data fields from DIR structure.Christopher Faylor2003-09-081-8/+39
* Throughout, remove "include <errno.h>" from files which already includeChristopher Faylor2003-06-161-1/+0
* Replace ino_t by __ino64_t throughout.Corinna Vinschen2003-05-111-1/+1
* * dir.cc (readdir): Fill out new old_d_ino field.Christopher Faylor2003-05-111-0/+1
* * dir.cc: Change __off32_t to _off_t and __off64_t to _off64_tCorinna Vinschen2003-04-011-5/+5
* More GNUify non-GNU formatted functions calls throughout.Christopher Faylor2002-09-231-1/+1
* * dir.cc (rmdir): Streamline. Detect attempts to remove directories fromChristopher Faylor2002-06-051-25/+18
* Remove fcntl.h includes throughout.Christopher Faylor2002-06-051-1/+0
* 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-1/+36
* * autoload.cc (LoadFuncEx): Define via new LoadFuncEx2 macro.Christopher Faylor2002-05-281-1/+1
* Remove unneeded sync.h, where appropriate, throughout. Remove unneeded heap.h,Christopher Faylor2002-05-251-2/+0
* * cygwin.din (fstat64): New symbol.Corinna Vinschen2002-02-251-5/+17
* * (child_info.h, cygheap.h, dcrt0.cc, dir.cc, fhandler.cc, fhandler.h,Corinna Vinschen2002-02-101-2/+2
* * dir.cc: Use INVALID_FILE_ATTRIBUTES instead of "(DWORD) -1"Corinna Vinschen2002-01-141-1/+1
* Add copyright stuffChristopher Faylor2002-01-131-1/+1
* * dir.cc (opendir): Guarantee release of alloced fhandler structure on error.Christopher Faylor2002-01-061-5/+7
* * dir.cc (opendir): Don't attempt to call sub-opendir if ENOENT.Christopher Faylor2002-01-041-0/+2
* * dir.cc (opendir): Detect error return from build_fhandler_from_name.Christopher Faylor2001-12-051-4/+9
* * path.cc (conv_path_list): Fix wild indexing into path due to conflictingChristopher Faylor2001-11-221-1/+1
* * Makefile.in (DLL_OFILES): Add fhandler_disk_file.o.Christopher Faylor2001-11-211-181/+42
* * dir.cc (mkdir): Add HIDDEN file attribute if file has leading dotCorinna Vinschen2001-11-131-0/+5
* Eliminate excess whitespace.Christopher Faylor2001-11-051-1/+1
* Add second path_conv * argument to fstat()s throughout.Christopher Faylor2001-10-051-1/+1
* * syscalls.cc (stat_worker): Make global. Accept path_conv parameter forChristopher Faylor2001-10-051-8/+2
* Add "path.h" include throughout, where needed. Use new path_conv methods andChristopher Faylor2001-10-011-54/+51
* * syscalls.cc (rmdir): Set cwd to some other location if attempting to rmdirChristopher Faylor2001-09-171-0/+21