newlib/winsup
Christopher Faylor 358063ace3 * fhandler.h (dirent_states): Add dirent_isroot, dirent_saw_cygdrive,
dirent_saw_dev.
* dir.cc (opendir): Don't zero __flags here.  Push that responsibility to
opendir methods.
(seekdir): Preserve dirent_isrrot in __flags.
(rewinddir): Ditto.
* fhandler_disk_file.cc (fhandler_disk_file::opendir): Set dirent_isroot
appropriately.
(fhandler_disk_file::readdir): Fill in "cygdrive" and "dev" if it is the root
dir and they are missing.
* fhandler_process.cc (fhandler_process::opendir): Set __flags here.
* fhandler_virtual.cc (fhandler_virtual::opendir): Set __flags here.
2005-08-19 16:18:42 +00:00
..
cygserver * cygserver.cc (main): Call wincap.init() earlier to avoid a NULL dereference. 2005-08-08 19:46:48 +00:00
cygwin * fhandler.h (dirent_states): Add dirent_isroot, dirent_saw_cygdrive, 2005-08-19 16:18:42 +00:00
doc * textbinary.sgml: Correct incorrect information about ability to specify text 2005-08-17 18:23:39 +00:00
mingw * Include/_mingw.h: Increment version to 3.8. 2005-08-13 12:52:43 +00:00
subauth
testsuite * winsup.api/pthread/cancel2.c: Use explicit initializer for mutex. 2005-06-11 04:59:53 +00:00
utils * passwd.c (longopts): Add --logonserver option. 2005-08-18 20:25:43 +00:00
w32api 2005-08-17 Michael Jung <mjung@iss.tu-darmstadt.de> 2005-08-17 10:57:17 +00:00
CYGWIN_LICENSE
ChangeLog * Makefile.common: Add -dD to options when creating preprocess files. 2005-03-23 03:22:27 +00:00
Makefile.common update copyright 2005-07-26 00:38:54 +00:00
Makefile.in
configure
configure.in