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