Commit 0170bcbb authored by Dave Jones's avatar Dave Jones Committed by Linus Torvalds

[PATCH] Numerous address updates.

Updated maintainers list from Ingo's last ping,
various changed email addresses in code headers.
parent a3245879
......@@ -1219,10 +1219,10 @@ S: 65183 Wiesbaden
S: Germany
N: Christoph Hellwig
E: hch@caldera.de
E: hch@infradead.org
D: misc driver & makefile hacking
D: freevxfs driver
D: sysvfs maintainer
S: Triftstrae 26
S: 38644 Goslar
S: Germany
......@@ -2674,6 +2674,16 @@ D: several improvements to system programs
S: Oldenburg
S: Germany
N: Robert Schwebel
E: robert@schwebel.de
W: http://www.schwebel.de
D: Embedded hacker and book author,
D: AMD Elan support for Linux
S: Pengutronix
S: Braunschweiger Strasse 79
S: 31134 Hildesheim
S: Germany
N: Darren Senn
E: sinster@darkwater.com
D: Whatever I notice needs doing (so far: itimers, /proc)
......
......@@ -30,7 +30,7 @@ Four different configuration programs read Config Language:
scripts/Configure make config, make oldconfig
scripts/Menuconfig make menuconfig
scripts/tkparse make xconfig
mconfig (in development)
mconfig ftp.kernel.org/pub/linux/kernel/people/hch/mconfig/
'Configure' is a bash script which interprets Config.in files by sourcing
them. Some of the Config Language commands are native bash commands;
......@@ -52,9 +52,6 @@ C program with a bison parser which translates a Config Language script
into an internal syntax tree and then hands the syntax tree to one of
several user-interface front ends.
This document describes the behaviour of all four interpreters, even though
mconfig has not been released at the time of writing.
=== Statements
......@@ -489,7 +486,7 @@ is in the way of treating the "m" value as a dependency.
Configure: implemented
Menuconfig: implemented
XConfig: implemented
mconfig: not implemented
mconfig: implemented
Example:
......
......@@ -80,5 +80,5 @@ Bugreports, bugfixes and related questions should be sent via E-Mail to:
tek@rbg.informatik.tu-darmstadt.de
Thorsten Knabe <tek@rbg.informatik.tu-darmstadt.de>
Christoph Hellwig <hch@caldera.de>
Christoph Hellwig <hch@infradead.org>
Last modified: 2000/09/20
Linux 2.4 Sound Changes
2000-September-25
Christoph Hellwig, <hch@caldera.de>
Christoph Hellwig, <hch@infradead.org>
......
......@@ -153,6 +153,14 @@ M: sullivam@us.ibm.com
W: http://www.ibm.com/linux/ltc/
S: Supported
AACRAID SCSI RAID DRIVER
P: Adaptec OEM Raid Solutions
M: linux-aacraid-devel@dell.com
L: linux-aacraid-devel@dell.com
L: linux-aacraid-announce@dell.com
W: http://domsch.com/linux
S: Supported
ACPI
P: Andy Grover
M: andrew.grover@intel.com
......@@ -338,15 +346,6 @@ L: kbuild-devel@lists.sourceforge.net
W: http://kbuild.sourceforge.net
S: Maintained
CONFIGURE.HELP
P: Steven P. Cole
M: Steven P. Cole <elenstev@mesatop.com>
P: Eric S. Raymond
M: Eric S. Raymond <esr@thyrsus.com>
L: kbuild-devel@lists.sourceforge.net
W: http://kbuild.sourceforge.net
S: Maintained
COSA/SRP SYNC SERIAL DRIVER
P: Jan "Yenya" Kasprzak
M: kas@fi.muni.cz
......@@ -583,7 +582,7 @@ S: Maintained
FREEVXFS FILESYSTEM
P: Christoph Hellwig
M: hch@caldera.de
M: hch@infradead.org
W: ftp://ftp.openlinux.org/pub/people/hch/vxfs
S: Maintained
......@@ -657,6 +656,11 @@ M: mikulas@artax.karlin.mff.cuni.cz
W: http://artax.karlin.mff.cuni.cz/~mikulas/vyplody/hpfs/index-e.cgi
S: Maintained
HPUSBSCSI
P: Oliver Neukum
M: drivers@neukum.org
S: Maintained
I2C DRIVERS
P: Simon Vogl
M: simon@tk.uni-linz.ac.at
......@@ -986,7 +990,6 @@ S: Maintained
MICROTEK X6 SCANNER
P: Oliver Neukum
M: drivers@neukum.org
W: http://fachschaft.cup.uni-muenchen.de/~neukum/scanner.html
S: Maintained
MIPS
......@@ -1142,7 +1145,7 @@ S: Maintained
OLYMPIC NETWORK DRIVER
P: Peter De Shrijver
M: p2@ace.ulyssis.student.ac.be
M: p2@ace.ulyssis.student.kuleuven.ac.be
P: Mike Phillips
M: mikep@linuxtr.net
L: linux-net@vger.kernel.org
......@@ -1185,9 +1188,9 @@ S: Maintained
PERSONALITY HANDLING
P: Christoph Hellwig
M: hch@caldera.de
M: hch@infradead.org
L: linux-abi-devel@lists.sourceforge.net
S: Supported
S: Maintained
PCI ID DATABASE
P: Jens Maurer
......@@ -1276,6 +1279,12 @@ L: linux-kernel@vger.kernel.org
W: http://www.alarsen.net/linux/qnx4fs/
S: Maintained
RADEON FRAMEBUFFER DISPLAY DRIVER
P: Ani Joshi
M: ajoshi@shell.unixbox.com
L: linux-fbdev-devel@lists.sourceforge.net
S: Maintained
RAGE128 FRAMEBUFFER DISPLAY DRIVER
P: Ani Joshi
M: ajoshi@shell.unixbox.com
......@@ -1485,7 +1494,7 @@ S: Maintained
SYSV FILESYSTEM
P: Christoph Hellwig
M: hch@caldera.de
M: hch@infradead.org
S: Maintained
TLAN NETWORK DRIVER
......
#
# Makefile for the Linux kernel device drivers.
#
# 15 Sep 2000, Christoph Hellwig <hch@caldera.de>
# 15 Sep 2000, Christoph Hellwig <hch@infradead.org>
# Rewritten to use lists instead of if-statements.
#
......
#
# Makefile for the kernel block device drivers.
#
# 12 June 2000, Christoph Hellwig <schch@pe.tu-clausthal.de>
# 12 June 2000, Christoph Hellwig <hch@infradead.org>
# Rewritten to use lists instead of if-statements.
#
# Note : at this point, these files are compiled on all systems.
......
#
# Makefile for linux/drivers/net/fc
#
# 9 Aug 2000, Christoph Hellwig <hch@caldera.de>
# 9 Aug 2000, Christoph Hellwig <hch@infradead.org>
# Rewritten to use lists instead of if-statements.
#
......
......@@ -7,7 +7,7 @@
# Joerg Reuter DL1BKE <jreuter@yaina.de>
#
# 20000806 Rewritten to use lists instead of if-statements.
# Christoph Hellwig <hch@caldera.de>
# Christoph Hellwig <hch@infradead.org>
#
......
......@@ -2,7 +2,7 @@
#
# Makefile for the Linux IrDA infrared port device drivers.
#
# 9 Aug 2000, Christoph Hellwig <hch@caldera.de>
# 9 Aug 2000, Christoph Hellwig <hch@infradead.org>
# Rewritten to use lists instead of if-statements.
#
......
#
# Makefile for the Linux network (wan) device drivers.
#
# 3 Aug 2000, Christoph Hellwig <hch@caldera.de>
# 3 Aug 2000, Christoph Hellwig <hch@infradead.org>
# Rewritten to use lists instead of if-statements.
#
......
......@@ -21,7 +21,7 @@
* 2000-01-01 Added quirks handling for buggy hardware
* Peter Denison <peterd@pnd-pc.demon.co.uk>
* 2000-06-14 Added isapnp_probe_devs() and isapnp_activate_dev()
* Christoph Hellwig <hch@caldera.de>
* Christoph Hellwig <hch@infradead.org>
* 2001-06-03 Added release_region calls to correspond with
* request_region calls when a failure occurs. Also
* added KERN_* constants to printk() calls.
......
#
# Makefile for linux/drivers/scsi
#
# 30 May 2000, Christoph Hellwig <chhellwig@gmx.net>
# 30 May 2000, Christoph Hellwig <hch@infradead.org>
# Rewritten to use lists instead of if-statements.
#
# 20 Sep 2000, Torben Mathiasen <tmm@image.dk>
......
......@@ -81,7 +81,7 @@
/* 2.3.18 and later */
/* - Sync with other changes from the 2.3 kernels */
/* 4.00.06 - Fix timeout with initial FFDC command */
/* 4.00.06a - Port to 2.4 (trivial) -- Christoph Hellwig <hch@caldera.de> */
/* 4.00.06a - Port to 2.4 (trivial) -- Christoph Hellwig <hch@infradead.org> */
/* 4.10.00 - Add support for ServeRAID 4M/4L */
/* 4.10.13 - Fix for dynamic unload and proc file system */
/* 4.20.03 - Rename version to coincide with new release schedules */
......
#
# Makefile for the USB Mass Storage device drivers.
#
# 15 Aug 2000, Christoph Hellwig <hch@caldera.de>
# 15 Aug 2000, Christoph Hellwig <hch@infradead.org>
# Rewritten to use lists instead of if-statements.
#
......
#
# Makefile for the Linux filesystems.
#
# 14 Sep 2000, Christoph Hellwig <hch@caldera.de>
# 14 Sep 2000, Christoph Hellwig <hch@infradead.org>
# Rewritten to use lists instead of if-statements.
#
......
......@@ -81,7 +81,7 @@ Tue Nov 27 2001 Alexander Viro <viro@math.psu.edu>
* super.c (sysv_read_super): Likewise.
(v7_read_super): Likewise.
Sat Dec 15 2001 Christoph Hellwig <hch@caldera.de>
Sat Dec 15 2001 Christoph Hellwig <hch@infradead.org>
* inode.c (sysv_read_inode): Mark inode as bad in case of failure.
* super.c (complete_read_super): Check for bad root inode.
......@@ -90,13 +90,13 @@ Wed Nov 21 2001 Andrew Morton <andrewm@uow.edu.au>
* file.c (sysv_sync_file): Call fsync_inode_data_buffers.
Fri Oct 26 2001 Christoph Hellwig <hch@caldera.de>
Fri Oct 26 2001 Christoph Hellwig <hch@infradead.org>
* dir.c, ialloc.c, namei.c, include/linux/sysv_fs_i.h:
Implement per-Inode lookup offset cache.
Modelled after Ted's ext2 patch.
Fri Oct 26 2001 Christoph Hellwig <hch@caldera.de>
Fri Oct 26 2001 Christoph Hellwig <hch@infradead.org>
* inode.c, super.c, include/linux/sysv_fs.h,
include/linux/sysv_fs_sb.h:
......
......@@ -2,7 +2,7 @@
* linux/fs/sysv/symlink.c
*
* Handling of System V filesystem fast symlinks extensions.
* Aug 2001, Christoph Hellwig (hch@caldera.de)
* Aug 2001, Christoph Hellwig (hch@infradead.org)
*/
#include <linux/fs.h>
......
......@@ -3,7 +3,7 @@
*
* Copyright (C) 1997, 1998 Francois-Rene Rideau <fare@tunes.org>
* Copyright (C) 1998 Jakub Jelinek <jj@ultra.linux.cz>
* Copyright (C) 2001 Christoph Hellwig <hch@caldera.de>
* Copyright (C) 2001 Christoph Hellwig <hch@infradead.org>
*/
#ifndef _UFS_SWAB_H
......
......@@ -4,7 +4,7 @@
* We group personalities into execution domains which have their
* own handlers for kernel entry points, signal mapping, etc...
*
* 2001-05-06 Complete rewrite, Christoph Hellwig (hch@caldera.de)
* 2001-05-06 Complete rewrite, Christoph Hellwig (hch@infradead.org)
*/
#include <linux/config.h>
......
#
# Makefile for the linux networking.
#
# 2 Sep 2000, Christoph Hellwig <hch@caldera.de>
# 2 Sep 2000, Christoph Hellwig <hch@infradead.org>
# Rewritten to use lists instead of if-statements.
#
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment