From 2026b7285b519b6985686c4f29b6309b5e58de6d Mon Sep 17 00:00:00 2001 From: mrg Date: Sun, 4 Feb 2024 05:43:05 +0000 Subject: [PATCH] update my email address. --- compat/README | 4 ++-- external/bsd/top/dist/machine/m_netbsd.c | 8 ++++---- lib/libc/sys/swapctl.2 | 4 ++-- libexec/httpd/libbozohttpd/libbozohttpd.3 | 4 ++-- sbin/rcorder/rcorder.8 | 4 ++-- sbin/swapctl/swapctl.8 | 4 ++-- share/man/man4/man4.evbarm/rktsadc.4 | 4 ++-- share/man/man4/mos.4 | 4 ++-- share/man/man4/usbnet.4 | 4 ++-- share/man/man8/creds_msdos.8 | 4 ++-- share/man/man9/usbnet.9 | 4 ++-- share/man/man9/uvm.9 | 4 ++-- sys/dev/usb/ehci.c | 6 +++--- sys/dev/usb/motg.c | 6 +++--- sys/dev/usb/ohci.c | 6 +++--- sys/dev/usb/uaudio.c | 6 +++--- sys/dev/usb/uhci.c | 6 +++--- sys/dev/usb/uhid.c | 6 +++--- sys/dev/usb/uhidev.c | 6 +++--- sys/dev/usb/umidi.c | 6 +++--- sys/dev/usb/usb.c | 6 +++--- sys/dev/usb/usbdi.c | 6 +++--- sys/dev/usb/usbdi_util.c | 6 +++--- sys/dev/usb/usbdivar.h | 4 ++-- sys/dev/usb/usbroothub.c | 6 +++--- usr.bin/audio/play/audioplay.1 | 4 ++-- usr.bin/audio/record/audiorecord.1 | 4 ++-- usr.bin/gzip/gzip.1 | 4 ++-- usr.bin/midirecord/midirecord.1 | 4 ++-- 29 files changed, 72 insertions(+), 72 deletions(-) diff --git a/compat/README b/compat/README index a25480e81b5d..9994c9bac869 100644 --- a/compat/README +++ b/compat/README @@ -1,4 +1,4 @@ -$NetBSD: README,v 1.8 2012/03/29 18:35:11 wiz Exp $ +$NetBSD: README,v 1.9 2024/02/04 05:43:05 mrg Exp $ Building multi-ABI libraries for NetBSD platforms. @@ -68,5 +68,5 @@ be fixed in a better way. -mrg@eterna.com.au +mrg@eterna23.net december 2009 diff --git a/external/bsd/top/dist/machine/m_netbsd.c b/external/bsd/top/dist/machine/m_netbsd.c index 0660f7e894f5..1372ca1c862e 100644 --- a/external/bsd/top/dist/machine/m_netbsd.c +++ b/external/bsd/top/dist/machine/m_netbsd.c @@ -1,4 +1,4 @@ -/* $NetBSD: m_netbsd.c,v 1.29 2023/12/14 07:18:44 mrg Exp $ */ +/* $NetBSD: m_netbsd.c,v 1.30 2024/02/04 05:43:05 mrg Exp $ */ /* * top - a top users display for Unix @@ -39,18 +39,18 @@ * Wolfram Schneider * Arne Helme * Luke Mewburn - * matthew green + * matthew green * Simon Burge * Tomas Svensson * Andrew Doran * * - * $Id: m_netbsd.c,v 1.29 2023/12/14 07:18:44 mrg Exp $ + * $Id: m_netbsd.c,v 1.30 2024/02/04 05:43:05 mrg Exp $ */ #include #ifndef lint -__RCSID("$NetBSD: m_netbsd.c,v 1.29 2023/12/14 07:18:44 mrg Exp $"); +__RCSID("$NetBSD: m_netbsd.c,v 1.30 2024/02/04 05:43:05 mrg Exp $"); #endif #include diff --git a/lib/libc/sys/swapctl.2 b/lib/libc/sys/swapctl.2 index a817ab00ce8f..eba4c92014c3 100644 --- a/lib/libc/sys/swapctl.2 +++ b/lib/libc/sys/swapctl.2 @@ -1,4 +1,4 @@ -.\" $NetBSD: swapctl.2,v 1.39 2014/11/02 11:28:03 njoly Exp $ +.\" $NetBSD: swapctl.2,v 1.40 2024/02/04 05:43:05 mrg Exp $ .\" .\" Copyright (c) 1997 Matthew R. Green .\" All rights reserved. @@ -275,7 +275,7 @@ to its current location in .Sh AUTHORS .An -nosplit The current swap system was designed and implemented by -.An Matthew Green Aq Mt mrg@eterna.com.au , +.An Matthew Green Aq Mt mrg@eterna23.net , with help from .An Paul Kranenburg Aq Mt pk@NetBSD.org and diff --git a/libexec/httpd/libbozohttpd/libbozohttpd.3 b/libexec/httpd/libbozohttpd/libbozohttpd.3 index c4a5451acbd3..9a8e8e9738be 100644 --- a/libexec/httpd/libbozohttpd/libbozohttpd.3 +++ b/libexec/httpd/libbozohttpd/libbozohttpd.3 @@ -1,4 +1,4 @@ -.\" $NetBSD: libbozohttpd.3,v 1.6 2021/02/27 12:36:46 mrg Exp $ +.\" $NetBSD: libbozohttpd.3,v 1.7 2024/02/04 05:43:05 mrg Exp $ .\" .\" $eterna: libbozohttpd.3,v 1.2 2010/05/10 02:48:23 mrg Exp $ .\" @@ -142,7 +142,7 @@ The library first appeared in .Nx 6.0 . .Sh AUTHORS -.An Matthew R. Green Aq Mt mrg@eterna.com.au +.An Matthew R. Green Aq Mt mrg@eterna23.net .An Alistair Crooks Aq Mt agc@NetBSD.org wrote this high-level interface. .Pp diff --git a/sbin/rcorder/rcorder.8 b/sbin/rcorder/rcorder.8 index 855eabc19233..182a48e5af5b 100644 --- a/sbin/rcorder/rcorder.8 +++ b/sbin/rcorder/rcorder.8 @@ -1,4 +1,4 @@ -.\" $NetBSD: rcorder.8,v 1.10 2014/03/18 18:20:39 riastradh Exp $ +.\" $NetBSD: rcorder.8,v 1.11 2024/02/04 05:43:05 mrg Exp $ .\" .\" Copyright (c) 1998 .\" Perry E. Metzger. All rights reserved. @@ -168,4 +168,4 @@ program first appeared in Written by .An Perry E. Metzger Aq Mt perry@piermont.com and -.An Matthew R. Green Aq Mt mrg@eterna.com.au . +.An Matthew R. Green Aq Mt mrg@eterna23.net . diff --git a/sbin/swapctl/swapctl.8 b/sbin/swapctl/swapctl.8 index 7b183373492b..a0113eb5268b 100644 --- a/sbin/swapctl/swapctl.8 +++ b/sbin/swapctl/swapctl.8 @@ -1,4 +1,4 @@ -.\" $NetBSD: swapctl.8,v 1.44 2014/03/18 18:20:39 riastradh Exp $ +.\" $NetBSD: swapctl.8,v 1.45 2024/02/04 05:43:06 mrg Exp $ .\" .\" Copyright (c) 1997 Matthew R. Green .\" All rights reserved. @@ -362,7 +362,7 @@ program, provided for backwards compatibility, appeared in The .Nm program was written by -.An Matthew R. Green Aq Mt mrg@eterna.com.au . +.An Matthew R. Green Aq Mt mrg@eterna23.net . .Sh CAVEATS Using the automatic swap partition detection done by the .Fl A Fl t Ar auto diff --git a/share/man/man4/man4.evbarm/rktsadc.4 b/share/man/man4/man4.evbarm/rktsadc.4 index 11f698dc8ca7..20e149400b0b 100644 --- a/share/man/man4/man4.evbarm/rktsadc.4 +++ b/share/man/man4/man4.evbarm/rktsadc.4 @@ -1,4 +1,4 @@ -.\" $NetBSD: rktsadc.4,v 1.3 2021/12/11 19:24:19 mrg Exp $ +.\" $NetBSD: rktsadc.4,v 1.4 2024/02/04 05:43:06 mrg Exp $ .\" .\" Copyright (c) 2019 Matthew R. Green .\" All rights reserved. @@ -63,4 +63,4 @@ driver first appeared in The .Nm driver was written by -.An Matthew R. Green Aq Mt mrg@eterna.com.au . +.An Matthew R. Green Aq Mt mrg@eterna23.net . diff --git a/share/man/man4/mos.4 b/share/man/man4/mos.4 index 83f0f50d6a36..04462ece9c0c 100644 --- a/share/man/man4/mos.4 +++ b/share/man/man4/mos.4 @@ -1,4 +1,4 @@ -.\" $NetBSD: mos.4,v 1.2 2019/09/20 13:42:24 wiz Exp $ +.\" $NetBSD: mos.4,v 1.3 2024/02/04 05:43:06 mrg Exp $ .\" .\" Copyright (c) 1997, 1998, 1999, 2000-2003 .\" Bill Paul . All rights reserved. @@ -120,7 +120,7 @@ driver first appeared in It was ported to .Nx by -.An Matthew R. Green Aq Mt mrg@eterna.com.au +.An Matthew R. Green Aq Mt mrg@eterna23.net and first appeared in .Nx 10.0 . .Sh AUTHORS diff --git a/share/man/man4/usbnet.4 b/share/man/man4/usbnet.4 index 77eba728fcb5..b5f9daab8c9c 100644 --- a/share/man/man4/usbnet.4 +++ b/share/man/man4/usbnet.4 @@ -1,4 +1,4 @@ -.\" $NetBSD: usbnet.4,v 1.6 2021/12/11 19:24:19 mrg Exp $ +.\" $NetBSD: usbnet.4,v 1.7 2024/02/04 05:43:06 mrg Exp $ .\" .\" Copyright (c) 2019 Matthew R. Green .\" All rights reserved. @@ -98,4 +98,4 @@ framework first appeared in The .Nm framework was written by -.An Matthew R. Green Aq Mt mrg@eterna.com.au +.An Matthew R. Green Aq Mt mrg@eterna23.net diff --git a/share/man/man8/creds_msdos.8 b/share/man/man8/creds_msdos.8 index 0581e6bd3edc..2ee08707933d 100644 --- a/share/man/man8/creds_msdos.8 +++ b/share/man/man8/creds_msdos.8 @@ -1,4 +1,4 @@ -.\" $NetBSD: creds_msdos.8,v 1.4 2024/01/02 23:21:22 uwe Exp $ +.\" $NetBSD: creds_msdos.8,v 1.5 2024/02/04 05:43:06 mrg Exp $ .\" .\" Copyright (c) 2019 Matthew R. Green .\" All rights reserved. @@ -111,4 +111,4 @@ The script appeared in .Nx 9.0 . .Sh AUTHORS -.An Matthew R. Green Aq Mt mrg@eterna.com.au . +.An Matthew R. Green Aq Mt mrg@eterna23.net . diff --git a/share/man/man9/usbnet.9 b/share/man/man9/usbnet.9 index f0e57fccb52e..40deeeeb23e2 100644 --- a/share/man/man9/usbnet.9 +++ b/share/man/man9/usbnet.9 @@ -1,4 +1,4 @@ -.\" $NetBSD: usbnet.9,v 1.21 2023/10/17 03:12:35 mrg Exp $ +.\" $NetBSD: usbnet.9,v 1.22 2024/02/04 05:43:06 mrg Exp $ .\" .\" Copyright (c) 2019 Matthew R. Green .\" All rights reserved. @@ -824,4 +824,4 @@ interface first appeared in Portions of the original design are based upon ideas from .An Nick Hudson Aq Mt skrll@NetBSD.org . .Sh AUTHORS -.An Matthew R. Green Aq Mt mrg@eterna.com.au +.An Matthew R. Green Aq Mt mrg@eterna23.net diff --git a/share/man/man9/uvm.9 b/share/man/man9/uvm.9 index 26761e5fdebf..10bd013a78ce 100644 --- a/share/man/man9/uvm.9 +++ b/share/man/man9/uvm.9 @@ -1,4 +1,4 @@ -.\" $NetBSD: uvm.9,v 1.114 2017/07/03 21:28:48 wiz Exp $ +.\" $NetBSD: uvm.9,v 1.115 2024/02/04 05:43:06 mrg Exp $ .\" .\" Copyright (c) 1998 Matthew R. Green .\" All rights reserved. @@ -699,7 +699,7 @@ UVM appeared in designed and implemented UVM. .Pp .An Matthew Green -.Aq Mt mrg@eterna.com.au +.Aq Mt mrg@eterna23.net wrote the swap-space management code and handled the logistical issues involved with merging UVM into the .Nx diff --git a/sys/dev/usb/ehci.c b/sys/dev/usb/ehci.c index 7d7c758abeb6..ea6e15462cd6 100644 --- a/sys/dev/usb/ehci.c +++ b/sys/dev/usb/ehci.c @@ -1,4 +1,4 @@ -/* $NetBSD: ehci.c,v 1.319 2023/10/28 21:18:31 riastradh Exp $ */ +/* $NetBSD: ehci.c,v 1.320 2024/02/04 05:43:06 mrg Exp $ */ /* * Copyright (c) 2004-2012,2016,2020 The NetBSD Foundation, Inc. @@ -7,7 +7,7 @@ * This code is derived from software contributed to The NetBSD Foundation * by Lennart Augustsson (lennart@augustsson.net), Charles M. Hannum, * Jeremy Morse (jeremy.morse@gmail.com), Jared D. McNeill - * (jmcneill@invisible.ca). Matthew R. Green (mrg@eterna.com.au), and + * (jmcneill@invisible.ca). Matthew R. Green (mrg@eterna23.net), and * Nick Hudson . * * Redistribution and use in source and binary forms, with or without @@ -54,7 +54,7 @@ */ #include -__KERNEL_RCSID(0, "$NetBSD: ehci.c,v 1.319 2023/10/28 21:18:31 riastradh Exp $"); +__KERNEL_RCSID(0, "$NetBSD: ehci.c,v 1.320 2024/02/04 05:43:06 mrg Exp $"); #include "ohci.h" #include "uhci.h" diff --git a/sys/dev/usb/motg.c b/sys/dev/usb/motg.c index 378fe7fa6c80..a47cf5468c92 100644 --- a/sys/dev/usb/motg.c +++ b/sys/dev/usb/motg.c @@ -1,4 +1,4 @@ -/* $NetBSD: motg.c,v 1.41 2022/03/09 22:17:41 riastradh Exp $ */ +/* $NetBSD: motg.c,v 1.42 2024/02/04 05:43:06 mrg Exp $ */ /* * Copyright (c) 1998, 2004, 2011, 2012, 2014 The NetBSD Foundation, Inc. @@ -7,7 +7,7 @@ * This code is derived from software contributed to The NetBSD Foundation * by Lennart Augustsson (lennart@augustsson.net) at * Carlstedt Research & Technology, Jared D. McNeill (jmcneill@invisible.ca), - * Matthew R. Green (mrg@eterna.com.au), and Manuel Bouyer (bouyer@netbsd.org). + * Matthew R. Green (mrg@eterna23.net), and Manuel Bouyer (bouyer@netbsd.org). * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions @@ -40,7 +40,7 @@ */ #include -__KERNEL_RCSID(0, "$NetBSD: motg.c,v 1.41 2022/03/09 22:17:41 riastradh Exp $"); +__KERNEL_RCSID(0, "$NetBSD: motg.c,v 1.42 2024/02/04 05:43:06 mrg Exp $"); #ifdef _KERNEL_OPT #include "opt_usb.h" diff --git a/sys/dev/usb/ohci.c b/sys/dev/usb/ohci.c index 9170eb4a9ed0..432a7f1569c4 100644 --- a/sys/dev/usb/ohci.c +++ b/sys/dev/usb/ohci.c @@ -1,4 +1,4 @@ -/* $NetBSD: ohci.c,v 1.323 2022/03/09 22:18:54 riastradh Exp $ */ +/* $NetBSD: ohci.c,v 1.324 2024/02/04 05:43:06 mrg Exp $ */ /* * Copyright (c) 1998, 2004, 2005, 2012, 2016, 2020 The NetBSD Foundation, Inc. @@ -7,7 +7,7 @@ * This code is derived from software contributed to The NetBSD Foundation * by Lennart Augustsson (lennart@augustsson.net) at * Carlstedt Research & Technology, Jared D. McNeill (jmcneill@invisible.ca), - * Matthew R. Green (mrg@eterna.com.au), and Nick Hudson. + * Matthew R. Green (mrg@eterna23.net), and Nick Hudson. * * This code is derived from software contributed to The NetBSD Foundation * by Charles M. Hannum. @@ -42,7 +42,7 @@ */ #include -__KERNEL_RCSID(0, "$NetBSD: ohci.c,v 1.323 2022/03/09 22:18:54 riastradh Exp $"); +__KERNEL_RCSID(0, "$NetBSD: ohci.c,v 1.324 2024/02/04 05:43:06 mrg Exp $"); #ifdef _KERNEL_OPT #include "opt_usb.h" diff --git a/sys/dev/usb/uaudio.c b/sys/dev/usb/uaudio.c index 933d07e072cf..766064933808 100644 --- a/sys/dev/usb/uaudio.c +++ b/sys/dev/usb/uaudio.c @@ -1,4 +1,4 @@ -/* $NetBSD: uaudio.c,v 1.182 2023/08/14 21:17:08 andvar Exp $ */ +/* $NetBSD: uaudio.c,v 1.183 2024/02/04 05:43:06 mrg Exp $ */ /* * Copyright (c) 1999, 2012 The NetBSD Foundation, Inc. @@ -6,7 +6,7 @@ * * This code is derived from software contributed to The NetBSD Foundation * by Lennart Augustsson (lennart@augustsson.net) at - * Carlstedt Research & Technology, and Matthew R. Green (mrg@eterna.com.au). + * Carlstedt Research & Technology, and Matthew R. Green (mrg@eterna23.net). * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions @@ -37,7 +37,7 @@ */ #include -__KERNEL_RCSID(0, "$NetBSD: uaudio.c,v 1.182 2023/08/14 21:17:08 andvar Exp $"); +__KERNEL_RCSID(0, "$NetBSD: uaudio.c,v 1.183 2024/02/04 05:43:06 mrg Exp $"); #ifdef _KERNEL_OPT #include "opt_usb.h" diff --git a/sys/dev/usb/uhci.c b/sys/dev/usb/uhci.c index f4ba911e405d..974300b865b5 100644 --- a/sys/dev/usb/uhci.c +++ b/sys/dev/usb/uhci.c @@ -1,4 +1,4 @@ -/* $NetBSD: uhci.c,v 1.316 2022/08/17 20:03:05 riastradh Exp $ */ +/* $NetBSD: uhci.c,v 1.317 2024/02/04 05:43:06 mrg Exp $ */ /* * Copyright (c) 1998, 2004, 2011, 2012, 2016, 2020 The NetBSD Foundation, Inc. @@ -7,7 +7,7 @@ * This code is derived from software contributed to The NetBSD Foundation * by Lennart Augustsson (lennart@augustsson.net) at * Carlstedt Research & Technology, Jared D. McNeill (jmcneill@invisible.ca), - * Matthew R. Green (mrg@eterna.com.au) and Nick Hudson. + * Matthew R. Green (mrg@eterna23.net) and Nick Hudson. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions @@ -42,7 +42,7 @@ */ #include -__KERNEL_RCSID(0, "$NetBSD: uhci.c,v 1.316 2022/08/17 20:03:05 riastradh Exp $"); +__KERNEL_RCSID(0, "$NetBSD: uhci.c,v 1.317 2024/02/04 05:43:06 mrg Exp $"); #ifdef _KERNEL_OPT #include "opt_usb.h" diff --git a/sys/dev/usb/uhid.c b/sys/dev/usb/uhid.c index d8c3eb166187..c652396291bb 100644 --- a/sys/dev/usb/uhid.c +++ b/sys/dev/usb/uhid.c @@ -1,4 +1,4 @@ -/* $NetBSD: uhid.c,v 1.128 2023/07/31 17:41:18 christos Exp $ */ +/* $NetBSD: uhid.c,v 1.129 2024/02/04 05:43:06 mrg Exp $ */ /* * Copyright (c) 1998, 2004, 2008, 2012 The NetBSD Foundation, Inc. @@ -6,7 +6,7 @@ * * This code is derived from software contributed to The NetBSD Foundation * by Lennart Augustsson (lennart@augustsson.net) at - * Carlstedt Research & Technology and Matthew R. Green (mrg@eterna.com.au). + * Carlstedt Research & Technology and Matthew R. Green (mrg@eterna23.net). * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions @@ -35,7 +35,7 @@ */ #include -__KERNEL_RCSID(0, "$NetBSD: uhid.c,v 1.128 2023/07/31 17:41:18 christos Exp $"); +__KERNEL_RCSID(0, "$NetBSD: uhid.c,v 1.129 2024/02/04 05:43:06 mrg Exp $"); #ifdef _KERNEL_OPT #include "opt_compat_netbsd.h" diff --git a/sys/dev/usb/uhidev.c b/sys/dev/usb/uhidev.c index ac299b02f387..15b5e6d345ac 100644 --- a/sys/dev/usb/uhidev.c +++ b/sys/dev/usb/uhidev.c @@ -1,4 +1,4 @@ -/* $NetBSD: uhidev.c,v 1.94 2022/11/04 19:46:55 jmcneill Exp $ */ +/* $NetBSD: uhidev.c,v 1.95 2024/02/04 05:43:06 mrg Exp $ */ /* * Copyright (c) 2001, 2012 The NetBSD Foundation, Inc. @@ -6,7 +6,7 @@ * * This code is derived from software contributed to The NetBSD Foundation * by Lennart Augustsson (lennart@augustsson.net) at - * Carlstedt Research & Technology and Matthew R. Green (mrg@eterna.com.au). + * Carlstedt Research & Technology and Matthew R. Green (mrg@eterna23.net). * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions @@ -35,7 +35,7 @@ */ #include -__KERNEL_RCSID(0, "$NetBSD: uhidev.c,v 1.94 2022/11/04 19:46:55 jmcneill Exp $"); +__KERNEL_RCSID(0, "$NetBSD: uhidev.c,v 1.95 2024/02/04 05:43:06 mrg Exp $"); #ifdef _KERNEL_OPT #include "opt_usb.h" diff --git a/sys/dev/usb/umidi.c b/sys/dev/usb/umidi.c index 2dccf19a6f31..f036ee4da114 100644 --- a/sys/dev/usb/umidi.c +++ b/sys/dev/usb/umidi.c @@ -1,4 +1,4 @@ -/* $NetBSD: umidi.c,v 1.89 2022/07/01 01:08:06 riastradh Exp $ */ +/* $NetBSD: umidi.c,v 1.90 2024/02/04 05:43:06 mrg Exp $ */ /* * Copyright (c) 2001, 2012, 2014 The NetBSD Foundation, Inc. @@ -7,7 +7,7 @@ * This code is derived from software contributed to The NetBSD Foundation * by Takuya SHIOZAKI (tshiozak@NetBSD.org), (full-size transfers, extended * hw_if) Chapman Flack (chap@NetBSD.org), and Matthew R. Green - * (mrg@eterna.com.au). + * (mrg@eterna23.net). * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions @@ -32,7 +32,7 @@ */ #include -__KERNEL_RCSID(0, "$NetBSD: umidi.c,v 1.89 2022/07/01 01:08:06 riastradh Exp $"); +__KERNEL_RCSID(0, "$NetBSD: umidi.c,v 1.90 2024/02/04 05:43:06 mrg Exp $"); #ifdef _KERNEL_OPT #include "opt_usb.h" diff --git a/sys/dev/usb/usb.c b/sys/dev/usb/usb.c index 1e2b3267200c..9735ce0d3691 100644 --- a/sys/dev/usb/usb.c +++ b/sys/dev/usb/usb.c @@ -1,4 +1,4 @@ -/* $NetBSD: usb.c,v 1.202 2023/07/31 17:41:18 christos Exp $ */ +/* $NetBSD: usb.c,v 1.203 2024/02/04 05:43:06 mrg Exp $ */ /* * Copyright (c) 1998, 2002, 2008, 2012 The NetBSD Foundation, Inc. @@ -6,7 +6,7 @@ * * This code is derived from software contributed to The NetBSD Foundation * by Lennart Augustsson (lennart@augustsson.net) at - * Carlstedt Research & Technology and Matthew R. Green (mrg@eterna.com.au). + * Carlstedt Research & Technology and Matthew R. Green (mrg@eterna23.net). * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions @@ -37,7 +37,7 @@ */ #include -__KERNEL_RCSID(0, "$NetBSD: usb.c,v 1.202 2023/07/31 17:41:18 christos Exp $"); +__KERNEL_RCSID(0, "$NetBSD: usb.c,v 1.203 2024/02/04 05:43:06 mrg Exp $"); #ifdef _KERNEL_OPT #include "opt_usb.h" diff --git a/sys/dev/usb/usbdi.c b/sys/dev/usb/usbdi.c index 950bed91379c..87402a4b68f3 100644 --- a/sys/dev/usb/usbdi.c +++ b/sys/dev/usb/usbdi.c @@ -1,4 +1,4 @@ -/* $NetBSD: usbdi.c,v 1.250 2024/01/13 18:22:13 riastradh Exp $ */ +/* $NetBSD: usbdi.c,v 1.251 2024/02/04 05:43:06 mrg Exp $ */ /* * Copyright (c) 1998, 2012, 2015 The NetBSD Foundation, Inc. @@ -6,7 +6,7 @@ * * This code is derived from software contributed to The NetBSD Foundation * by Lennart Augustsson (lennart@augustsson.net) at - * Carlstedt Research & Technology, Matthew R. Green (mrg@eterna.com.au), + * Carlstedt Research & Technology, Matthew R. Green (mrg@eterna23.net), * and Nick Hudson. * * Redistribution and use in source and binary forms, with or without @@ -32,7 +32,7 @@ */ #include -__KERNEL_RCSID(0, "$NetBSD: usbdi.c,v 1.250 2024/01/13 18:22:13 riastradh Exp $"); +__KERNEL_RCSID(0, "$NetBSD: usbdi.c,v 1.251 2024/02/04 05:43:06 mrg Exp $"); #ifdef _KERNEL_OPT #include "opt_usb.h" diff --git a/sys/dev/usb/usbdi_util.c b/sys/dev/usb/usbdi_util.c index a45198554641..c73a86fdec54 100644 --- a/sys/dev/usb/usbdi_util.c +++ b/sys/dev/usb/usbdi_util.c @@ -1,4 +1,4 @@ -/* $NetBSD: usbdi_util.c,v 1.87 2022/04/17 13:16:52 riastradh Exp $ */ +/* $NetBSD: usbdi_util.c,v 1.88 2024/02/04 05:43:06 mrg Exp $ */ /* * Copyright (c) 1998, 2012 The NetBSD Foundation, Inc. @@ -6,7 +6,7 @@ * * This code is derived from software contributed to The NetBSD Foundation * by Lennart Augustsson (lennart@augustsson.net) at - * Carlstedt Research & Technology and Matthew R. Green (mrg@eterna.com.au). + * Carlstedt Research & Technology and Matthew R. Green (mrg@eterna23.net). * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions @@ -31,7 +31,7 @@ */ #include -__KERNEL_RCSID(0, "$NetBSD: usbdi_util.c,v 1.87 2022/04/17 13:16:52 riastradh Exp $"); +__KERNEL_RCSID(0, "$NetBSD: usbdi_util.c,v 1.88 2024/02/04 05:43:06 mrg Exp $"); #ifdef _KERNEL_OPT #include "opt_usb.h" diff --git a/sys/dev/usb/usbdivar.h b/sys/dev/usb/usbdivar.h index 2ff3cbe6cfbd..f3983914a2c3 100644 --- a/sys/dev/usb/usbdivar.h +++ b/sys/dev/usb/usbdivar.h @@ -1,4 +1,4 @@ -/* $NetBSD: usbdivar.h,v 1.137 2022/03/13 11:28:52 riastradh Exp $ */ +/* $NetBSD: usbdivar.h,v 1.138 2024/02/04 05:43:06 mrg Exp $ */ /* * Copyright (c) 1998, 2012 The NetBSD Foundation, Inc. @@ -6,7 +6,7 @@ * * This code is derived from software contributed to The NetBSD Foundation * by Lennart Augustsson (lennart@augustsson.net) at - * Carlstedt Research & Technology and Matthew R. Green (mrg@eterna.com.au). + * Carlstedt Research & Technology and Matthew R. Green (mrg@eterna23.net). * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions diff --git a/sys/dev/usb/usbroothub.c b/sys/dev/usb/usbroothub.c index bb78bdc30045..a8476c9314b7 100644 --- a/sys/dev/usb/usbroothub.c +++ b/sys/dev/usb/usbroothub.c @@ -1,4 +1,4 @@ -/* $NetBSD: usbroothub.c,v 1.15 2022/03/13 11:28:52 riastradh Exp $ */ +/* $NetBSD: usbroothub.c,v 1.16 2024/02/04 05:43:06 mrg Exp $ */ /*- * Copyright (c) 1998, 2004, 2011, 2012 The NetBSD Foundation, Inc. @@ -7,7 +7,7 @@ * This code is derived from software contributed to The NetBSD Foundation * by Lennart Augustsson (lennart@augustsson.net) at * Carlstedt Research & Technology, Jared D. McNeill (jmcneill@invisible.ca), - * Matthew R. Green (mrg@eterna.com.au) and Nick Hudson. + * Matthew R. Green (mrg@eterna23.net) and Nick Hudson. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions @@ -58,7 +58,7 @@ */ #include -__KERNEL_RCSID(0, "$NetBSD: usbroothub.c,v 1.15 2022/03/13 11:28:52 riastradh Exp $"); +__KERNEL_RCSID(0, "$NetBSD: usbroothub.c,v 1.16 2024/02/04 05:43:06 mrg Exp $"); #include #include /* for ostype */ diff --git a/usr.bin/audio/play/audioplay.1 b/usr.bin/audio/play/audioplay.1 index c1136b00d0e1..e615d431c7cd 100644 --- a/usr.bin/audio/play/audioplay.1 +++ b/usr.bin/audio/play/audioplay.1 @@ -1,4 +1,4 @@ -.\" $NetBSD: audioplay.1,v 1.32 2023/06/30 23:36:47 gutteridge Exp $ +.\" $NetBSD: audioplay.1,v 1.33 2024/02/04 05:43:07 mrg Exp $ .\" .\" Copyright (c) 1998, 1999, 2002, 2010, 2019 Matthew R. Green .\" All rights reserved. @@ -208,4 +208,4 @@ Support for RIFF WAVE IEEE floating point data was introduced in The .Nm program was written by -.An Matthew R. Green Aq Mt mrg@eterna.com.au . +.An Matthew R. Green Aq Mt mrg@eterna23.net . diff --git a/usr.bin/audio/record/audiorecord.1 b/usr.bin/audio/record/audiorecord.1 index bf1d0cbd1e4f..1decf589235d 100644 --- a/usr.bin/audio/record/audiorecord.1 +++ b/usr.bin/audio/record/audiorecord.1 @@ -1,4 +1,4 @@ -.\" $NetBSD: audiorecord.1,v 1.44 2021/03/25 10:03:26 nia Exp $ +.\" $NetBSD: audiorecord.1,v 1.45 2024/02/04 05:43:07 mrg Exp $ .\" .\" Copyright (c) 1998, 1999, 2001, 2002, 2010 Matthew R. Green .\" All rights reserved. @@ -223,7 +223,7 @@ big/little-endian samples was first made available in The .Nm program was written by -.An Matthew R. Green Aq Mt mrg@eterna.com.au . +.An Matthew R. Green Aq Mt mrg@eterna23.net . .Sh BUGS WAV big-endian samples are converted to little-endian, rather than a RIFX header being written. diff --git a/usr.bin/gzip/gzip.1 b/usr.bin/gzip/gzip.1 index 7df67664cbd2..816972672ed3 100644 --- a/usr.bin/gzip/gzip.1 +++ b/usr.bin/gzip/gzip.1 @@ -1,4 +1,4 @@ -.\" $NetBSD: gzip.1,v 1.31 2018/10/26 22:10:15 christos Exp $ +.\" $NetBSD: gzip.1,v 1.32 2024/02/04 05:43:07 mrg Exp $ .\" .\" Copyright (c) 1997, 2003, 2004, 2008, 2009, 2015, 2017 Matthew R. Green .\" All rights reserved. @@ -217,4 +217,4 @@ version 20170803. This implementation of .Nm was written by -.An Matthew R. Green Aq Mt mrg@eterna.com.au . +.An Matthew R. Green Aq Mt mrg@eterna23.net . diff --git a/usr.bin/midirecord/midirecord.1 b/usr.bin/midirecord/midirecord.1 index 2d3a8293ccb4..8056b11fc90b 100644 --- a/usr.bin/midirecord/midirecord.1 +++ b/usr.bin/midirecord/midirecord.1 @@ -1,4 +1,4 @@ -.\" $NetBSD: midirecord.1,v 1.8 2020/03/14 09:01:11 wiz Exp $ +.\" $NetBSD: midirecord.1,v 1.9 2024/02/04 05:43:07 mrg Exp $ .\" .\" Copyright (c) 1998, 1999, 2001, 2002, 2010, 2014, 2015, 2020 Matthew R. Green .\" All rights reserved. @@ -152,7 +152,7 @@ program was first seen in The .Nm program was written by -.An Matthew R. Green Aq Mt mrg@eterna.com.au . +.An Matthew R. Green Aq Mt mrg@eterna23.net . .Sh BUGS SYSEX, LOCAL and FULLSIZE messages are not currently handled, but the .Nx