Update my email address, document some of my tasks in the AUTHORS file
authorGlenn L McGrath <bug1@ihug.co.nz>
Sun, 25 Apr 2004 05:11:19 +0000 (05:11 -0000)
committerGlenn L McGrath <bug1@ihug.co.nz>
Sun, 25 Apr 2004 05:11:19 +0000 (05:11 -0000)
19 files changed:
AUTHORS
archival/ar.c
archival/bunzip2.c
archival/gunzip.c
archival/libunarchive/decompress_unzip.c
archival/tar.c
coreutils/fold.c
coreutils/install.c
coreutils/uudecode.c
docs/busybox_footer.pod
editors/patch.c
editors/sed.c
init/minit.c
init/msvc.c
init/pidfilehack.c
networking/ftpgetput.c
networking/ifupdown.c
networking/nameif.c
networking/udhcp/ChangeLog

diff --git a/AUTHORS b/AUTHORS
index ab5650fb9ff5153519152d91329cff58146597ba..a90456ca90b2f9734d91ec17e375b79c9ad8ad16 100644 (file)
--- a/AUTHORS
+++ b/AUTHORS
@@ -9,7 +9,7 @@ incorect, _please_ let me know.
 -----------
 
 Emanuele Aina <emanuele.aina@tiscali.it>
-       run-parts
+    run-parts
 
 Erik Andersen <andersen@codepoet.org>
     Tons of new stuff, major rewrite of most of the
@@ -40,7 +40,7 @@ Dave Cinege <dcinege@psychosis.com>
     various fixes, Linux Router Project maintenance
 
 Jordan Crouse <jordan@cosmicpenguin.net>
-       ipcalc
+    ipcalc
 
 Magnus Damm <damm@opensource.se>
     tftp client
@@ -66,13 +66,15 @@ Matt Kraai <kraai@alumni.cmu.edu>
     documentation, bugfixes, test suite
 
 Stephan Linz <linz@li-pro.net>
-       ipcalc, Red Hat equivalence
+    ipcalc, Red Hat equivalence
 
 John Lombardo <john@deltanet.com>
     tr
 
-Glenn McGrath <bug1@optushome.com.au>
-    ar, dpkg, dpkg-deb
+Glenn McGrath <bug1@iinet.net.au>
+    Common unarchving code and unarchiving applets, ifupdown, ftpgetput,
+    nameif, sed, patch, fold, install, uudecode. 
+    Various bugfixes, review and apply numerous patches. 
 
 Manuel Novoa III <mjn3@codepoet.org>
     cat, head, mkfifo, mknod, rmdir, sleep, tee, tty, uniq, usleep, wc, yes,
@@ -123,5 +125,5 @@ Enrique Zanardi <ezanardi@ull.es>
     tarcat (since removed), loadkmap, various fixes, Debian maintenance
 
 Tito Ragusa <farmatito@tiscali.it>
-       devfsd and size optimizations in strings, openvt and deallocvt.
+    devfsd and size optimizations in strings, openvt and deallocvt.
 
index ddf3fdadbf8ed8390da65713ea7d9d5aafd9ce1d..b058b9ec150ec4d21d9bea7d0bf0d068c6ab0c67 100644 (file)
@@ -3,7 +3,7 @@
  * Mini ar implementation for busybox
  *
  * Copyright (C) 2000 by Glenn McGrath
- * Written by Glenn McGrath <bug1@optushome.com.au> 1 June 2000
+ * Written by Glenn McGrath <bug1@iinet.net.au> 1 June 2000
  *
  * Based in part on BusyBox tar, Debian dpkg-deb and GNU ar.
  *
index ba422723c7ef3cc14cdc99b77626c6f6cc780d99..5be9da5176aaf91fe54d4392fd9a0fac6d3579a1 100644 (file)
@@ -1,5 +1,5 @@
 /*
- *  Modified for busybox by Glenn McGrath <bug1@optushome.com.au>
+ *  Modified for busybox by Glenn McGrath <bug1@iinet.net.au>
  *  Added support output to stdout by Thomas Lundquist <thomasez@zelow.no>
  *
  *  This program is free software; you can redistribute it and/or modify
index 2c4dc49a442202e7bb10d37f60493e48939c440d..beb7bd12eb37bd8464f0d79d34b802ca2ddf5c48 100644 (file)
@@ -12,7 +12,7 @@
  * handling.
  *
  * General cleanup to better adhere to the style guide and make use of standard
- * busybox functions by Glenn McGrath <bug1@optushome.com.au>
+ * busybox functions by Glenn McGrath <bug1@iinet.net.au>
  *
  * This program is free software; you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
index 35fcfeec88da32e4835ec86c9e2eb3739c269605..e8cf54bff5f0c712bc51f0a5b84ac7eec1c2b550 100644 (file)
@@ -12,7 +12,7 @@
  * command line handling.
  *
  * General cleanup to better adhere to the style guide and make use of standard
- * busybox functions by Glenn McGrath <bug1@optushome.com.au>
+ * busybox functions by Glenn McGrath <bug1@iinet.net.au>
  *
  * read_gz interface + associated hacking by Laurence Anderson
  *
index 8d2ccca7744ac1dbc70efaddef678efdd53d3f23..9d50a101d3b1eae615b251c0a23eab936bf5a44a 100644 (file)
@@ -3,7 +3,7 @@
  * Mini tar implementation for busybox
  *
  * Modified to use common extraction code used by ar, cpio, dpkg-deb, dpkg
- *  Glenn McGrath <bug1@optushome.com.au>
+ *  Glenn McGrath <bug1@iinet.net.au>
  *
  * Note, that as of BusyBox-0.43, tar has been completely rewritten from the
  * ground up.  It still has remnants of the old code lying about, but it is
index df51107553b0e596f3ebbcc40e9cf0f9c6da520a..68f24e61a6d80901c3e72e07b6e7d6fb36b3f026 100644 (file)
@@ -4,7 +4,7 @@
    Copyright (C) 91, 1995-2002 Free Software Foundation, Inc.
 
    Modified for busybox based on coreutils v 5.0
-   Copyright (C) 2003 Glenn McGrath <bug1@optushome.com.au>
+   Copyright (C) 2003 Glenn McGrath <bug1@iinet.net.au>
 
    This program is free software; you can redistribute it and/or modify
    it under the terms of the GNU General Public License as published by
index 305e02b0dc69b3c568ad7f415fbd0e0d95ebcef9..36dc1d61820978c6214a0187c9c46eac8e807fca 100644 (file)
@@ -1,5 +1,5 @@
 /*
- *  Copyright (C) 2003 by Glenn McGrath <bug1@optushome.com.au>
+ *  Copyright (C) 2003 by Glenn McGrath <bug1@iinet.net.au>
  *
  *  This program is free software; you can redistribute it and/or modify
  *  it under the terms of the GNU General Public License as published by
index 96da7caf327d089b8cc134d596417407171471ca..57d4e83717670c95f6b2b8c921cc6eec013dfd96 100644 (file)
@@ -1,6 +1,6 @@
 /*
  *  GPLv2
- *  Copyright 2003, Glenn McGrath <bug1@optushome.com.au>
+ *  Copyright 2003, Glenn McGrath <bug1@iinet.net.au>
  *
  *  This program is free software; you can redistribute it and/or modify
  *  it under the terms of the GNU General Public License version 2 as published
index 64785ecd1c66febcd58f0af71fa82346f4b047b4..9ee36f55440f40d76de7f7d823b069c7f484ebde 100644 (file)
@@ -156,7 +156,7 @@ John Lombardo <john@deltanet.com>
 
 =for html <br>
 
-Glenn McGrath <bug1@optushome.com.au>
+Glenn McGrath <bug1@iinet.net.au>
 
     ar, dpkg, dpkg-deb
 
@@ -252,5 +252,5 @@ Tito Ragusa <farmatito@tiscali.it>
 
 =cut
 
-# $Id: busybox_footer.pod,v 1.16 2004/04/13 16:31:41 andersen Exp $
+# $Id: busybox_footer.pod,v 1.17 2004/04/25 05:11:14 bug1 Exp $
 
index e3745ef39763d69a213307a134ae2e1cd2f86015..6a68d2ef863c5e8bc680f3fc0cfbea443786d96a 100644 (file)
@@ -1,7 +1,7 @@
 /* vi: set sw=4 ts=4: */
 /*
  *  busybox patch applet to handle the unified diff format.
- *  Copyright (C) 2003 Glenn McGrath <bug1@optushome.com.au>
+ *  Copyright (C) 2003 Glenn McGrath <bug1@iinet.net.au>
  *
  *  This program is free software; you can redistribute it and/or modify
  *  it under the terms of the GNU General Public License as published by
index 750f41acd5f8480a0ad2d3d7f5ffaded805d9a66..df6a8b40db98640d5db5240edd3019346c5fc0fe 100644 (file)
@@ -5,7 +5,7 @@
  * Copyright (C) 1999,2000,2001 by Lineo, inc. and Mark Whitley
  * Copyright (C) 1999,2000,2001 by Mark Whitley <markw@codepoet.org>
  * Copyright (C) 2002  Matt Kraai
- * Copyright (C) 2003 by Glenn McGrath <bug1@optushome.com.au>
+ * Copyright (C) 2003 by Glenn McGrath <bug1@iinet.net.au>
  * Copyright (C) 2003,2004 by Rob Landley <rob@landley.net>
  *
  * This program is free software; you can redistribute it and/or modify
index 6645dc6ceb856243051787e7c769ed9d81597656..8269ac112361ae285980972ee4f2f6973c75b27a 100644 (file)
@@ -1,6 +1,6 @@
 /*
  *  minit version 0.9.1 by Felix von Leitner
- *  ported to busybox by Glenn McGrath <bug1@optushome.com.au>
+ *  ported to busybox by Glenn McGrath <bug1@iinet.net.au>
  *
  *  This program is free software; you can redistribute it and/or modify
  *  it under the terms of the GNU General Public License as published by
index d72ddce1e0d3426972423db1ab0d6e7b750fc353..8a091b346bbda1a2877216c9bbe4af5df69cd9c2 100644 (file)
@@ -1,6 +1,6 @@
 /*
  *  minit version 0.9.1 by Felix von Leitner
- *  ported to busybox by Glenn McGrath <bug1@optushome.com.au>
+ *  ported to busybox by Glenn McGrath <bug1@iinet.net.au>
  *
  *  This program is free software; you can redistribute it and/or modify
  *  it under the terms of the GNU General Public License as published by
index a2d905b5534fe79f48146664854e79bf0593e32a..aa2fc0ac5364be84b141925e76d2e463839fb487 100644 (file)
@@ -1,6 +1,6 @@
 /*
  *  minit version 0.9.1 by Felix von Leitner
- *  ported to busybox by Glenn McGrath <bug1@optushome.com.au>
+ *  ported to busybox by Glenn McGrath <bug1@iinet.net.au>
  *
  *  This program is free software; you can redistribute it and/or modify
  *  it under the terms of the GNU General Public License as published by
index 47ffb5d9868257dcad1a1d7b84bd663bd27399e9..2ef0b2c44f192c2d38347eff48e06cbc6588f238 100644 (file)
@@ -5,7 +5,7 @@
  * Mini implementation of FTP to retrieve a remote file.
  *
  * Copyright (C) 2002 Jeff Angielski, The PTR Group <jeff@theptrgroup.com>
- * Copyright (C) 2002 Glenn McGrath <bug1@optushome.com.au>
+ * Copyright (C) 2002 Glenn McGrath <bug1@iinet.net.au>
  *
  * Based on wget.c by Chip Rosenthal Covad Communications
  * <chip@laserlink.net>
index de65d29f3a0dfc66d749bbc13145146315df020c..ebf528d7130bcbc8bb5f9b871ceee82fb2ce0f27 100644 (file)
@@ -1,7 +1,7 @@
 /* vi: set sw=4 ts=4: */
 /*
  *  ifupdown for busybox
- *  Copyright (c) 2002 Glenn McGrath <bug1@optushome.com.au>
+ *  Copyright (c) 2002 Glenn McGrath <bug1@iinet.net.au>
  *  Copyright (c) 2003-2004 Erik Andersen <andersen@codepoet.org>
  *
  *  Based on ifupdown v 0.6.4 by Anthony Towns
index dcc5ec097851264d1f2d5994e4568ad63c7a8faf..10f13b4bcda72b28d93fc7e7e25315e363111d66 100644 (file)
@@ -3,7 +3,7 @@
  *
  * Written 2000 by Andi Kleen.
  * Busybox port 2002 by Nick Fedchik <nick@fedchik.org.ua>
- *                     Glenn McGrath <bug1@optushome.com.au>
+ *                     Glenn McGrath <bug1@iinet.net.au>
  *
  * This program is free software; you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
index 2feffc7764bba206bab486de04235f2d47c8a19e..bf2982f4bc6e3799d28e6cd26c34d6df514a7247 100644 (file)
@@ -14,7 +14,7 @@
 + use /dev/urandom to seed xid's (instead of time(0)) (me)
 + fixed renew behavior (me)
 + udhcp now fits nicely into busybox
-  (Glenn McGrath <bug1@optushome.com.au> as well as myself)
+  (Glenn McGrath <bug1@iinet.net.au> as well as myself)
 + updated client manpage (me)
 + both client and server now use sockets for signal handling,
   hopefully, this will be the last needed change in signal