Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCorinna Vinschen <corinna@vinschen.de>2006-01-09 18:10:14 +0300
committerCorinna Vinschen <corinna@vinschen.de>2006-01-09 18:10:14 +0300
commite3786825c0ccb9c8117db88bdd21cdc61800c617 (patch)
tree89115677e1ab4c819c0ca8aa4642ec2c1a02f4f7 /winsup/cygserver/ChangeLog
parent104fffd24dbf116e320773d5fc816097f4d0e38e (diff)
Check FreeBSD upstream changes and apply important patches.
* sysv_sem.cc (__semctl): Check copyin return value (from 1.76). * sysv_shm.cc (shminit): Actually use the iterating variable in the for loop when trying to avoid overflow (from 1.102).
Diffstat (limited to 'winsup/cygserver/ChangeLog')
-rw-r--r--winsup/cygserver/ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/winsup/cygserver/ChangeLog b/winsup/cygserver/ChangeLog
index bee49e054..1a13f20e0 100644
--- a/winsup/cygserver/ChangeLog
+++ b/winsup/cygserver/ChangeLog
@@ -1,3 +1,10 @@
+2006-01-09 Corinna Vinschen <corinna@vinschen.de>
+
+ Check FreeBSD upstream changes and apply important patches.
+ * sysv_sem.cc (__semctl): Check copyin return value (from 1.76).
+ * sysv_shm.cc (shminit): Actually use the iterating variable in the
+ for loop when trying to avoid overflow (from 1.102).
+
2005-11-10 Corinna Vinschen <corinna@vinschen.de>
* bsd_helper.cc (securityinit): New function. Move initialization