From 466e6948554ceb5f50feda8fdac6395d6cd5da5c Mon Sep 17 00:00:00 2001 From: Christopher Faylor Date: Mon, 14 Nov 2011 01:37:02 +0000 Subject: [PATCH] update copyrights --- winsup/cygwin/ChangeLog | 15 +++++++++++++++ winsup/cygwin/debug.cc | 2 +- winsup/cygwin/dtable.h | 2 +- winsup/cygwin/fhandler_mem.cc | 2 +- winsup/cygwin/fhandler_raw.cc | 2 +- winsup/cygwin/ioctl.cc | 2 +- winsup/cygwin/strace.cc | 2 +- winsup/cygwin/timer.cc | 3 ++- 8 files changed, 23 insertions(+), 7 deletions(-) diff --git a/winsup/cygwin/ChangeLog b/winsup/cygwin/ChangeLog index 172dabcc4..79e9555f1 100644 --- a/winsup/cygwin/ChangeLog +++ b/winsup/cygwin/ChangeLog @@ -1,3 +1,18 @@ +2011-11-13 Christopher Faylor + + 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 Throughout use "have_execed" macro rather than "hExeced" global handle. diff --git a/winsup/cygwin/debug.cc b/winsup/cygwin/debug.cc index 538b51f1c..9acb54b1e 100644 --- a/winsup/cygwin/debug.cc +++ b/winsup/cygwin/debug.cc @@ -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 diff --git a/winsup/cygwin/dtable.h b/winsup/cygwin/dtable.h index cb94bcd2f..1c487d131 100644 --- a/winsup/cygwin/dtable.h +++ b/winsup/cygwin/dtable.h @@ -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. diff --git a/winsup/cygwin/fhandler_mem.cc b/winsup/cygwin/fhandler_mem.cc index c38e89c0f..e79cf36f9 100644 --- a/winsup/cygwin/fhandler_mem.cc +++ b/winsup/cygwin/fhandler_mem.cc @@ -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. diff --git a/winsup/cygwin/fhandler_raw.cc b/winsup/cygwin/fhandler_raw.cc index 9d19b83ea..3419be375 100644 --- a/winsup/cygwin/fhandler_raw.cc +++ b/winsup/cygwin/fhandler_raw.cc @@ -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. diff --git a/winsup/cygwin/ioctl.cc b/winsup/cygwin/ioctl.cc index 02d454812..25f18af29 100644 --- a/winsup/cygwin/ioctl.cc +++ b/winsup/cygwin/ioctl.cc @@ -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 diff --git a/winsup/cygwin/strace.cc b/winsup/cygwin/strace.cc index 204b1d864..6b3de5c73 100644 --- a/winsup/cygwin/strace.cc +++ b/winsup/cygwin/strace.cc @@ -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. diff --git a/winsup/cygwin/timer.cc b/winsup/cygwin/timer.cc index aead8bf11..79e8966d7 100644 --- a/winsup/cygwin/timer.cc +++ b/winsup/cygwin/timer.cc @@ -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. -- 2.43.5