summaryrefslogtreecommitdiffstats
path: root/winsup/cygwin/ChangeLog
diff options
context:
space:
mode:
authorChristopher Faylor <me@cgf.cx>2001-10-05 00:17:57 +0000
committerChristopher Faylor <me@cgf.cx>2001-10-05 00:17:57 +0000
commit32fb80db07f9406e50fca623e9888015e96ccd75 (patch)
treedbd8673a0e37aa156da7c1ac8aa55d45f72d66df /winsup/cygwin/ChangeLog
parent8af0f81d522b3143ad6fcd5504e4b2ccc7c5b856 (diff)
downloadcygnal-32fb80db07f9406e50fca623e9888015e96ccd75.tar.gz
cygnal-32fb80db07f9406e50fca623e9888015e96ccd75.tar.bz2
cygnal-32fb80db07f9406e50fca623e9888015e96ccd75.zip
* syscalls.cc (stat_worker): Make global. Accept path_conv parameter for
passing information back to caller. * winsup.h: Declare stat_worker. * dir.cc (opendir): Use stat_worker rather than stat and pass path_conv parameter to stat_worker for later inspection. * syslog.cc (syslog): Teach syslog about syslog priorities other than LOG_ERR, LOG_WARNING and LOG_INFO * path.cc (path_conv::check): Don't perform file system or rootdir checks on devices.
Diffstat (limited to 'winsup/cygwin/ChangeLog')
-rw-r--r--winsup/cygwin/ChangeLog18
1 files changed, 18 insertions, 0 deletions
diff --git a/winsup/cygwin/ChangeLog b/winsup/cygwin/ChangeLog
index 76c6f5d4d..de939fc61 100644
--- a/winsup/cygwin/ChangeLog
+++ b/winsup/cygwin/ChangeLog
@@ -1,3 +1,21 @@
+Thu Oct 4 18:49:23 2001 Christopher Faylor <cgf@cygnus.com>
+
+ * syscalls.cc (stat_worker): Make global. Accept path_conv parameter
+ for passing information back to caller.
+ * winsup.h: Declare stat_worker.
+ * dir.cc (opendir): Use stat_worker rather than stat and pass path_conv
+ parameter to stat_worker for later inspection.
+
+2001-10-04 Karellen (karellen@boreworms.com)
+
+ * syslog.cc (syslog): Teach syslog about syslog priorities other than
+ LOG_ERR, LOG_WARNING and LOG_INFO
+
+Thu Oct 4 15:50:03 2001 Christopher Faylor <cgf@cygnus.com>
+
+ * path.cc (path_conv::check): Don't perform file system or rootdir
+ checks on devices.
+
Wed Oct 3 19:40:36 2001 Christopher Faylor <cgf@cygnus.com>
* dcrt0.cc (dll_crt0_1): Don't close hexec_proc if it is NULL.