File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -31,7 +31,7 @@ The following people helped with review comments and inputs for this
3131document:
3232 Christoph Hellwig <hch@infradead.org>
3333 Arjan van de Ven <arjanv@redhat.com>
34- Randy Dunlap <rddunlap@osdl.org >
34+ Randy Dunlap <rdunlap@xenotime.net >
3535 Andre Hedrick <andre@linux-ide.org>
3636
3737The following people helped with fixes/contributions to the bio patches
Original file line number Diff line number Diff line change @@ -1433,7 +1433,7 @@ The following people have contributed to this document:
14331433 Christoph Hellwig <hch at infradead dot org>
14341434 Doug Ledford <dledford at redhat dot com>
14351435 Andries Brouwer <Andries dot Brouwer at cwi dot nl>
1436- Randy Dunlap <rddunlap at osdl dot org >
1436+ Randy Dunlap <rdunlap at xenotime dot net >
14371437 Alan Stern <stern at rowland dot harvard dot edu>
14381438
14391439
Original file line number Diff line number Diff line change @@ -1465,7 +1465,6 @@ P: Several
14651465L: kernel-janitors@osdl.org
14661466W: http://www.kerneljanitors.org/
14671467W: http://sf.net/projects/kernel-janitor/
1468- W: http://developer.osdl.org/rddunlap/kj-patches/
14691468S: Maintained
14701469
14711470KERNEL NFSD
@@ -1486,7 +1485,7 @@ KEXEC
14861485P: Eric Biederman
14871486P: Randy Dunlap
14881487M: ebiederm@xmission.com
1489- M: rddunlap@osdl.org
1488+ M: rdunlap@xenotime.net
14901489W: http://www.xmission.com/~ebiederm/files/kexec/
14911490L: linux-kernel@vger.kernel.org
14921491L: fastboot@osdl.org
Original file line number Diff line number Diff line change 33 *
44 * Copyright (c) 1999 Michael Gee <michael@linuxspecific.com>
55 * Copyright (c) 1999 Pavel Machek <pavel@suse.cz>
6- * Copyright (c) 2000 Randy Dunlap <rddunlap@osdl.org >
6+ * Copyright (c) 2000 Randy Dunlap <rdunlap@xenotime.net >
77 * Copyright (c) 2000 Vojtech Pavlik <vojtech@suse.cz>
88 # Copyright (c) 2001 Pete Zaitcev <zaitcev@redhat.com>
99 # Copyright (c) 2001 David Paschal <paschal@rcsis.com>
Original file line number Diff line number Diff line change @@ -884,7 +884,7 @@ ToDo/Notes:
884884
885885 - Add handling for initialized_size != data_size in compressed files.
886886 - Reduce function local stack usage from 0x3d4 bytes to just noise in
887- fs/ntfs/upcase.c. (Randy Dunlap <rddunlap@osdl.ord >)
887+ fs/ntfs/upcase.c. (Randy Dunlap <rdunlap@xenotime.net >)
888888 - Remove compiler warnings for newer gcc.
889889 - Pages are no longer kmapped by mm/filemap.c::generic_file_write()
890890 around calls to ->{prepare,commit}_write. Adapt NTFS appropriately
Original file line number Diff line number Diff line change 33 * Echo the kernel .config file used to build the kernel
44 *
55 * Copyright (C) 2002 Khalid Aziz <khalid_aziz@hp.com>
6- * Copyright (C) 2002 Randy Dunlap <rddunlap@osdl.org >
6+ * Copyright (C) 2002 Randy Dunlap <rdunlap@xenotime.net >
77 * Copyright (C) 2002 Al Stone <ahs3@fc.hp.com>
88 * Copyright (C) 2002 Hewlett-Packard Company
99 *
Original file line number Diff line number Diff line change 11/***************************************************************************
22 * binoffset.c
3- * (C) 2002 Randy Dunlap <rddunlap@osdl.org >
3+ * (C) 2002 Randy Dunlap <rdunlap@xenotime.net >
44
55# This program is free software; you can redistribute it and/or modify
66# it under the terms of the GNU General Public License as published by
Original file line number Diff line number Diff line change 33# checkversion find uses of LINUX_VERSION_CODE, KERNEL_VERSION, or
44# UTS_RELEASE without including <linux/version.h>, or cases of
55# including <linux/version.h> that don't need it.
6- # Copyright (C) 2003, Randy Dunlap <rddunlap@osdl.org >
6+ # Copyright (C) 2003, Randy Dunlap <rdunlap@xenotime.net >
77
88$| = 1;
99
Original file line number Diff line number Diff line change 4545# update usage message;
4646# fix some whitespace damage;
4747# be smarter about stopping when current version is larger than requested;
48- # Randy Dunlap <rddunlap@osdl.org >, 2004-AUG-18.
48+ # Randy Dunlap <rdunlap@xenotime.net >, 2004-AUG-18.
4949#
5050# Add better support for (non-incremental) 2.6.x.y patches;
5151# If an ending version number if not specified, the script automatically
5656# patch-kernel does not normally support reverse patching, but does so when
5757# applying EXTRAVERSION (x.y) patches, so that moving from 2.6.11.y to 2.6.11.z
5858# is easy and handled by the script (reverse 2.6.11.y and apply 2.6.11.z).
59- # Randy Dunlap <rddunlap@osdl.org >, 2005-APR-08.
59+ # Randy Dunlap <rdunlap@xenotime.net >, 2005-APR-08.
6060
6161PNAME=patch-kernel
6262
You can’t perform that action at this time.
0 commit comments