]> sourceware.org Git - newlib-cygwin.git/commitdiff
update copyrights
authorChristopher Faylor <me@cgf.cx>
Mon, 14 Nov 2011 01:37:02 +0000 (01:37 +0000)
committerChristopher Faylor <me@cgf.cx>
Mon, 14 Nov 2011 01:37:02 +0000 (01:37 +0000)
winsup/cygwin/ChangeLog
winsup/cygwin/debug.cc
winsup/cygwin/dtable.h
winsup/cygwin/fhandler_mem.cc
winsup/cygwin/fhandler_raw.cc
winsup/cygwin/ioctl.cc
winsup/cygwin/strace.cc
winsup/cygwin/timer.cc

index 172dabcc4a34b9e152a09a0a40d069c71af2f39b..79e9555f14ce15c8cabbebe09cc0c9d41e0af5df 100644 (file)
@@ -1,3 +1,18 @@
+2011-11-13  Christopher Faylor  <me.cygwin2011@cgf.cx>
+
+       Throughout, change "sig %d" in strace output to "signal %d" for
+       consistency.
+       * assert.cc (__assert_func): Output assertion string to strace too.
+       * fork.cc (frok::parent): Report ASAP on forked pid in debugging output.
+       * pinfo.cc (pinfo::_pinfo_release): Define new function.
+       (pinfo::init): Use _pinfo_release() rather than release() to release
+       shared memory stuff.
+       (pinfo::wait): Shorten name of process waiting thread for more concise
+       debugging.
+       (pinfo::release): Use pinfo_release to release shared memory part of
+       struct.
+       * pinfo.h (pinfo::__pinfo_release): Declare.
+
 2011-11-10  Christopher Faylor  <me.cygwin2011@cgf.cx>
 
        Throughout use "have_execed" macro rather than "hExeced" global handle.
index 538b51f1c0784979d37ae29c0eb8770552576e1b..9acb54b1e45406bf9a07bda8fa3c355b92159a85 100644 (file)
@@ -1,7 +1,7 @@
 /* debug.cc
 
    Copyright 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007,
-   2008, 2009
+   2008, 2009, 2011
    Red Hat, Inc.
 
 This software is a copyrighted work licensed under the terms of the
index cb94bcd2f694365e29c6210049c1dd116a3eb2bc..1c487d1316c469840b0d80822d1c6708a7668a11 100644 (file)
@@ -1,7 +1,7 @@
 /* dtable.h: fd table definition.
 
    Copyright 2000, 2001, 2003, 2004, 2005, 2006, 2007, 2008, 2009,
-   2010 Red Hat, Inc.
+   2010, 2011 Red Hat, Inc.
 
 This file is part of Cygwin.
 
index c38e89c0fb2c878c92abd0dd6231b87e104baa34..e79cf36f98b3028e09cfa6bcab768726c40aedf3 100644 (file)
@@ -1,7 +1,7 @@
 /* fhandler_mem.cc.  See fhandler.h for a description of the fhandler classes.
 
    Copyright 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2008, 2009,
-   2010 Red Hat, Inc.
+   2010, 2011 Red Hat, Inc.
 
    This file is part of Cygwin.
 
index 9d19b83eaae6d0dc86dd696c55df0a74cb146752..3419be375f33d62beb6b6acff60a85fa4ceb6be7 100644 (file)
@@ -1,6 +1,6 @@
 /* fhandler_raw.cc.  See fhandler.h for a description of the fhandler classes.
 
-   Copyright 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2007, 2008, 2009
+   Copyright 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2007, 2008, 2009, 2011
    Red Hat, Inc.
 
    This file is part of Cygwin.
index 02d454812453c8adc5f5f98c0b6e2faae384e3a4..25f18af29e62a6f6aa760f05793b4099d4237f73 100644 (file)
@@ -1,6 +1,6 @@
 /* ioctl.cc: ioctl routines.
 
-   Copyright 1996, 1998, 1999, 2000, 2001, 2002, 2003, 2006, 2008, 2009
+   Copyright 1996, 1998, 1999, 2000, 2001, 2002, 2003, 2006, 2008, 2009, 2011
    Red Hat, Inc.
 
    Written by Doug Evans of Cygnus Support
index 204b1d8648dd155d4cdf6358115138a66e88d85d..6b3de5c7332e7b9e42f7a8d14c88a7c0dbbb6b1d 100644 (file)
@@ -1,7 +1,7 @@
 /* strace.cc: system/windows tracing
 
    Copyright 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005,
-   2006, 2007, 2008, 2009 Red Hat, Inc.
+   2006, 2007, 2008, 2009, 2010, 2011 Red Hat, Inc.
 
 This file is part of Cygwin.
 
index aead8bf115e7a978638efa33a941c26bc66cc054..79e8966d77ca65cb2a011cb23d014a8a01c6aa40 100644 (file)
@@ -1,6 +1,7 @@
 /* timer.cc
 
-   Copyright 2004, 2005 Red Hat, Inc.
+   Copyright 2004, 2005, 2006, 2008, 2010, 2011
+   Red Hat, Inc.
 
 This file is part of Cygwin.
 
This page took 0.042056 seconds and 5 git commands to generate.