aboutsummaryrefslogtreecommitdiff
path: root/winsup/cygwin/dir.cc
AgeCommit message (Expand)AuthorFilesLines
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
2001-06-03* cygheap.cc (cygheap_root::cygheap_rot): Remove constructor.Christopher Faylor1-3/+2
2001-05-12 * dir.cc (rmdir): Rearrange slightly to allow removing directoriesCorinna Vinschen1-13/+29
2001-04-18Throughout, change fdtab references to cygheap->fdtab.Christopher Faylor1-0/+1
2001-04-12 * dir.cc (mkdir): Check for case clash.Corinna Vinschen1-1/+1
2001-03-17* dir.cc (readdir): Use strcasematch for consistency.Christopher Faylor1-1/+1
2001-03-05* dlopen.c (dlopen): Return NULL when name is NULL (suggested byChristopher Faylor1-0/+1
2001-03-02 * dir.cc (readdir): Fix creating path in symlink check.Corinna Vinschen1-1/+1
2001-03-02 * dir.cc (readdir): Fix shortcut==symlink condition.Corinna Vinschen1-1/+10
2001-02-22 * cygerrno.h: Revert previous patch.Corinna Vinschen1-9/+2
2001-02-21Add copyright year 2001Corinna Vinschen1-1/+1
2001-02-21 * Makefile.in: Add `-lshell32 -luuid' to link pass for new-cygwin1.dll.Corinna Vinschen1-2/+17
2000-11-15 * cygheap.cc (cygheap_root::cygheap_root): New function.Corinna Vinschen1-1/+1
2000-11-14 * dir.cc (rewinddir): Always set __d_position = 0, so nextCorinna Vinschen1-1/+1
2000-11-14* cygheap.h (init_cygheap): New struct holding values that live in the CygwinChristopher Faylor1-2/+3
2000-11-09 * dir.cc (readdir): Avoid reading from the beginning whenCorinna Vinschen1-1/+2
2000-09-08Break out more header info into separate files. Use appropriate header filesChristopher Faylor1-0/+1
2000-09-03* Makefile.in: Add cygheap.o.Christopher Faylor1-8/+8
2000-08-22* winsup.h: Eliminate inclusion of most of the cygwin .h files. Use .h filesChristopher Faylor1-3/+8
2000-08-22* cygerrno.h: New file. Use this throughout whenever errno manipulation isChristopher Faylor1-0/+1
2000-08-12* winsup.h: Split out dtable definitions into separate header file.Christopher Faylor1-0/+1
2000-08-10* dir.cc (readdir): Ensure that errno is *only* set when we've run out ofChristopher Faylor1-30/+17
2000-08-02* winsup.h: take out protections of environ, errno, allow C useDJ Delorie1-1/+1
2000-07-19 * shared.h (class pinfo): New members `root' and `rootlen'.Corinna Vinschen1-1/+2
2000-07-17Throughout, eliminate third argument to path_conv and use new PC_* constantsChristopher Faylor1-3/+3
2000-05-25* dir.cc (rmdir): Use file attributes that have already been discovered byChristopher Faylor1-1/+2
2000-05-25* dir.cc (rmdir): Use file attributes that have already been discoveredChristopher Faylor1-1/+1
2000-05-25* dir.cc (rmdir): Use file attributes that have already been discovered byChristopher Faylor1-2/+1
2000-05-25 Patch by Kazuhiro Fujieda <fujieda@jaist.ac.jp>:Corinna Vinschen1-1/+2
2000-05-24 * dir.cc (writable_directory): Comment out previous code,Corinna Vinschen1-1/+5
2000-05-23* dir.cc (writable_directory): handle root directoriesDJ Delorie1-0/+4
2000-05-22 * dir.cc (rmdir): Care for misleading error messagesCorinna Vinschen1-7/+16
2000-02-17import winsup-2000-02-17 snapshotChristopher Faylor1-0/+340