diff options
-rw-r--r-- | AUTHORS | 14 | ||||
-rw-r--r-- | archival/ar.c | 2 | ||||
-rw-r--r-- | archival/bunzip2.c | 2 | ||||
-rw-r--r-- | archival/gunzip.c | 2 | ||||
-rw-r--r-- | archival/libunarchive/decompress_unzip.c | 2 | ||||
-rw-r--r-- | archival/tar.c | 2 | ||||
-rw-r--r-- | coreutils/fold.c | 2 | ||||
-rw-r--r-- | coreutils/install.c | 2 | ||||
-rw-r--r-- | coreutils/uudecode.c | 2 | ||||
-rw-r--r-- | docs/busybox_footer.pod | 4 | ||||
-rw-r--r-- | editors/patch.c | 2 | ||||
-rw-r--r-- | editors/sed.c | 2 | ||||
-rw-r--r-- | init/minit.c | 2 | ||||
-rw-r--r-- | init/msvc.c | 2 | ||||
-rw-r--r-- | init/pidfilehack.c | 2 | ||||
-rw-r--r-- | networking/ftpgetput.c | 2 | ||||
-rw-r--r-- | networking/ifupdown.c | 2 | ||||
-rw-r--r-- | networking/nameif.c | 2 | ||||
-rw-r--r-- | networking/udhcp/ChangeLog | 2 |
19 files changed, 27 insertions, 25 deletions
@@ -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. diff --git a/archival/ar.c b/archival/ar.c index ddf3fdadb..b058b9ec1 100644 --- a/archival/ar.c +++ b/archival/ar.c @@ -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. * diff --git a/archival/bunzip2.c b/archival/bunzip2.c index ba422723c..5be9da517 100644 --- a/archival/bunzip2.c +++ b/archival/bunzip2.c @@ -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 diff --git a/archival/gunzip.c b/archival/gunzip.c index 2c4dc49a4..beb7bd12e 100644 --- a/archival/gunzip.c +++ b/archival/gunzip.c @@ -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 diff --git a/archival/libunarchive/decompress_unzip.c b/archival/libunarchive/decompress_unzip.c index 35fcfeec8..e8cf54bff 100644 --- a/archival/libunarchive/decompress_unzip.c +++ b/archival/libunarchive/decompress_unzip.c @@ -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 * diff --git a/archival/tar.c b/archival/tar.c index 8d2ccca77..9d50a101d 100644 --- a/archival/tar.c +++ b/archival/tar.c @@ -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 diff --git a/coreutils/fold.c b/coreutils/fold.c index df5110755..68f24e61a 100644 --- a/coreutils/fold.c +++ b/coreutils/fold.c @@ -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 diff --git a/coreutils/install.c b/coreutils/install.c index 305e02b0d..36dc1d618 100644 --- a/coreutils/install.c +++ b/coreutils/install.c @@ -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 diff --git a/coreutils/uudecode.c b/coreutils/uudecode.c index 96da7caf3..57d4e8371 100644 --- a/coreutils/uudecode.c +++ b/coreutils/uudecode.c @@ -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 diff --git a/docs/busybox_footer.pod b/docs/busybox_footer.pod index 64785ecd1..9ee36f554 100644 --- a/docs/busybox_footer.pod +++ b/docs/busybox_footer.pod @@ -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 $ diff --git a/editors/patch.c b/editors/patch.c index e3745ef39..6a68d2ef8 100644 --- a/editors/patch.c +++ b/editors/patch.c @@ -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 diff --git a/editors/sed.c b/editors/sed.c index 750f41acd..df6a8b40d 100644 --- a/editors/sed.c +++ b/editors/sed.c @@ -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 diff --git a/init/minit.c b/init/minit.c index 6645dc6ce..8269ac112 100644 --- a/init/minit.c +++ b/init/minit.c @@ -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 diff --git a/init/msvc.c b/init/msvc.c index d72ddce1e..8a091b346 100644 --- a/init/msvc.c +++ b/init/msvc.c @@ -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 diff --git a/init/pidfilehack.c b/init/pidfilehack.c index a2d905b55..aa2fc0ac5 100644 --- a/init/pidfilehack.c +++ b/init/pidfilehack.c @@ -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 diff --git a/networking/ftpgetput.c b/networking/ftpgetput.c index 47ffb5d98..2ef0b2c44 100644 --- a/networking/ftpgetput.c +++ b/networking/ftpgetput.c @@ -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> diff --git a/networking/ifupdown.c b/networking/ifupdown.c index de65d29f3..ebf528d71 100644 --- a/networking/ifupdown.c +++ b/networking/ifupdown.c @@ -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 diff --git a/networking/nameif.c b/networking/nameif.c index dcc5ec097..10f13b4bc 100644 --- a/networking/nameif.c +++ b/networking/nameif.c @@ -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 diff --git a/networking/udhcp/ChangeLog b/networking/udhcp/ChangeLog index 2feffc776..bf2982f4b 100644 --- a/networking/udhcp/ChangeLog +++ b/networking/udhcp/ChangeLog @@ -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 |