update copyrights

This commit is contained in:
Christopher Faylor 2011-11-14 01:37:02 +00:00
parent 56a1971526
commit 466e694855
8 changed files with 23 additions and 7 deletions

@ -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.

@ -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

@ -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.

@ -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.

@ -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.

@ -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

@ -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.

@ -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.