svn commit: trunk/busybox: console-tools coreutils debianutils doc etc...

aldot at busybox.net aldot at busybox.net
Thu Sep 25 12:13:35 UTC 2008


Author: aldot
Date: 2008-09-25 05:13:34 -0700 (Thu, 25 Sep 2008)
New Revision: 23494

Log:
- update my name. No obj-code changes ;)


Modified:
   trunk/busybox/AUTHORS
   trunk/busybox/TODO
   trunk/busybox/console-tools/resize.c
   trunk/busybox/console-tools/setconsole.c
   trunk/busybox/coreutils/cut.c
   trunk/busybox/coreutils/date.c
   trunk/busybox/coreutils/nohup.c
   trunk/busybox/coreutils/split.c
   trunk/busybox/coreutils/test.c
   trunk/busybox/debianutils/run_parts.c
   trunk/busybox/docs/busybox.net/FAQ.html
   trunk/busybox/docs/busybox.net/oldnews.html
   trunk/busybox/include/platform.h
   trunk/busybox/libbb/llist.c
   trunk/busybox/libbb/strrstr.c
   trunk/busybox/libbb/write.c
   trunk/busybox/miscutils/chrt.c
   trunk/busybox/miscutils/mountpoint.c
   trunk/busybox/miscutils/raidautorun.c
   trunk/busybox/miscutils/runlevel.c
   trunk/busybox/miscutils/taskset.c
   trunk/busybox/miscutils/watchdog.c
   trunk/busybox/modutils/depmod.c
   trunk/busybox/modutils/modprobe-small.c
   trunk/busybox/networking/brctl.c
   trunk/busybox/networking/ip.c
   trunk/busybox/networking/libiproute/iprule.c
   trunk/busybox/networking/tc.c
   trunk/busybox/scripts/checkhelp.awk
   trunk/busybox/testsuite/pidof.tests
   trunk/busybox/testsuite/sum.tests
   trunk/busybox/testsuite/taskset.tests
   trunk/busybox/util-linux/dmesg.c


Changeset:
Modified: trunk/busybox/AUTHORS
===================================================================
--- trunk/busybox/AUTHORS	2008-09-25 11:50:13 UTC (rev 23493)
+++ trunk/busybox/AUTHORS	2008-09-25 12:13:34 UTC (rev 23494)
@@ -166,7 +166,7 @@
 Roberto A. Foglietta <me at roberto.foglietta.name>
     port: dnsd
 
-Bernhard Fischer <rep.nop at aon.at>
+Bernhard Reutner-Fischer <rep.dot.nop at gmail.com>
     misc
 
 Mike Frysinger <vapier at gentoo.org>

Modified: trunk/busybox/TODO
===================================================================
--- trunk/busybox/TODO	2008-09-25 11:50:13 UTC (rev 23493)
+++ trunk/busybox/TODO	2008-09-25 12:13:34 UTC (rev 23494)
@@ -99,7 +99,7 @@
     This one's open to everybody, but I'll wind up doing it...
 
 
-Bernhard Fischer <busybox at busybox.net> suggests to look at these:
+Bernhard Reutner-Fischer <busybox at busybox.net> suggests to look at these:
   New debug options:
     -Wlarger-than-127
     Cleanup any big users

Modified: trunk/busybox/console-tools/resize.c
===================================================================
--- trunk/busybox/console-tools/resize.c	2008-09-25 11:50:13 UTC (rev 23493)
+++ trunk/busybox/console-tools/resize.c	2008-09-25 12:13:34 UTC (rev 23494)
@@ -2,7 +2,7 @@
 /*
  * resize - set terminal width and height.
  *
- * Copyright 2006 Bernhard Fischer
+ * Copyright 2006 Bernhard Reutner-Fischer
  *
  * Licensed under GPLv2 or later, see file LICENSE in this tarball for details.
  */

Modified: trunk/busybox/console-tools/setconsole.c
===================================================================
--- trunk/busybox/console-tools/setconsole.c	2008-09-25 11:50:13 UTC (rev 23493)
+++ trunk/busybox/console-tools/setconsole.c	2008-09-25 12:13:34 UTC (rev 23494)
@@ -3,7 +3,7 @@
  *  setconsole.c - redirect system console output
  *
  *  Copyright (C) 2004,2005  Enrik Berkhan <Enrik.Berkhan at inka.de>
- *  Copyright (C) 2008 Bernhard Fischer
+ *  Copyright (C) 2008 Bernhard Reutner-Fischer
  *
  * Licensed under GPLv2 or later, see file LICENSE in this tarball for details.
  */

Modified: trunk/busybox/coreutils/cut.c
===================================================================
--- trunk/busybox/coreutils/cut.c	2008-09-25 11:50:13 UTC (rev 23493)
+++ trunk/busybox/coreutils/cut.c	2008-09-25 12:13:34 UTC (rev 23494)
@@ -4,7 +4,7 @@
  *
  * Copyright (C) 1999,2000,2001 by Lineo, inc.
  * Written by Mark Whitley <markw at codepoet.org>
- * debloated by Bernhard Fischer
+ * debloated by Bernhard Reutner-Fischer
  *
  * Licensed under GPLv2 or later, see file LICENSE in this tarball for details.
  */

Modified: trunk/busybox/coreutils/date.c
===================================================================
--- trunk/busybox/coreutils/date.c	2008-09-25 11:50:13 UTC (rev 23493)
+++ trunk/busybox/coreutils/date.c	2008-09-25 12:13:34 UTC (rev 23494)
@@ -5,7 +5,7 @@
  * by Matthew Grant <grantma at anathoth.gen.nz>
  *
  * iso-format handling added by Robert Griebl <griebl at gmx.de>
- * bugfixes and cleanup by Bernhard Fischer
+ * bugfixes and cleanup by Bernhard Reutner-Fischer
  *
  * Licensed under GPLv2 or later, see file LICENSE in this tarball for details.
 */

Modified: trunk/busybox/coreutils/nohup.c
===================================================================
--- trunk/busybox/coreutils/nohup.c	2008-09-25 11:50:13 UTC (rev 23493)
+++ trunk/busybox/coreutils/nohup.c	2008-09-25 12:13:34 UTC (rev 23494)
@@ -5,7 +5,7 @@
  * http://www.opengroup.org/onlinepubs/007904975/utilities/nohup.html
  *
  * Copyright 2006 Rob Landley <rob at landley.net>
- * Copyright 2006 Bernhard Fischer
+ * Copyright 2006 Bernhard Reutner-Fischer
  *
  * Licensed under GPLv2 or later, see file LICENSE in this tarball for details.
  */

Modified: trunk/busybox/coreutils/split.c
===================================================================
--- trunk/busybox/coreutils/split.c	2008-09-25 11:50:13 UTC (rev 23493)
+++ trunk/busybox/coreutils/split.c	2008-09-25 12:13:34 UTC (rev 23494)
@@ -1,7 +1,7 @@
 /* vi: set sw=4 ts=4: */
 /*
  * split - split a file into pieces
- * Copyright (c) 2007 Bernhard Fischer
+ * Copyright (c) 2007 Bernhard Reutner-Fischer
  *
  * Licensed under GPLv2 or later, see file LICENSE in this tarball for details.
  */

Modified: trunk/busybox/coreutils/test.c
===================================================================
--- trunk/busybox/coreutils/test.c	2008-09-25 11:50:13 UTC (rev 23493)
+++ trunk/busybox/coreutils/test.c	2008-09-25 12:13:34 UTC (rev 23494)
@@ -12,7 +12,7 @@
  *     modified by Herbert Xu to be used as built-in in ash.
  *     modified by Erik Andersen <andersen at codepoet.org> to be used
  *     in busybox.
- *     modified by Bernhard Fischer to be useable (i.e. a bit less bloaty).
+ *     modified by Bernhard Reutner-Fischer to be useable (i.e. a bit less bloaty).
  *
  * Licensed under GPLv2 or later, see file LICENSE in this tarball for details.
  *

Modified: trunk/busybox/debianutils/run_parts.c
===================================================================
--- trunk/busybox/debianutils/run_parts.c	2008-09-25 11:50:13 UTC (rev 23493)
+++ trunk/busybox/debianutils/run_parts.c	2008-09-25 12:13:34 UTC (rev 23494)
@@ -2,7 +2,7 @@
 /*
  * Mini run-parts implementation for busybox
  *
- * Copyright (C) 2007 Bernhard Fischer
+ * Copyright (C) 2007 Bernhard Reutner-Fischer
  *
  * Based on a older version that was in busybox which was 1k big..
  *   Copyright (C) 2001 by Emanuele Aina <emanuele.aina at tiscali.it>

Modified: trunk/busybox/docs/busybox.net/FAQ.html
===================================================================
--- trunk/busybox/docs/busybox.net/FAQ.html	2008-09-25 11:50:13 UTC (rev 23493)
+++ trunk/busybox/docs/busybox.net/FAQ.html	2008-09-25 12:13:34 UTC (rev 23494)
@@ -316,9 +316,10 @@
     BusyBox mailing list at busybox at busybox.net.</p>
 
 <p> In addition to the mailing list, Erik Andersen (andersee), Manuel Nova
-    (mjn3), Rob Landley (landley), Mike Frysinger (SpanKY), Bernhard Fischer
-    (blindvt), and other long-time BusyBox developers are known to hang out
-    on the uClibc IRC channel: #uclibc on irc.freenode.net.  There is a
+    (mjn3), Rob Landley (landley), Mike Frysinger (SpanKY),
+    Bernhard Reutner-Fischer (blindvt), and other long-time BusyBox developers
+    are known to hang out on the uClibc IRC channel: #uclibc on
+    irc.freenode.net. There is a
     <a href="http://ibot.Rikers.org/%23uclibc/">web archive of
     daily logs of the #uclibc IRC channel</a> going back to 2002.
 </p>

Modified: trunk/busybox/docs/busybox.net/oldnews.html
===================================================================
--- trunk/busybox/docs/busybox.net/oldnews.html	2008-09-25 11:50:13 UTC (rev 23493)
+++ trunk/busybox/docs/busybox.net/oldnews.html	2008-09-25 12:13:34 UTC (rev 23494)
@@ -20,7 +20,7 @@
 </pre>
 
     <p>New applets: inotify (Vladimir Dronnikov), man (Ivana Varekova),
-    fbsplash (Michele Sanges), depmod (Bernhard Fischer)
+    fbsplash (Michele Sanges), depmod (Bernhard Reutner-Fischer)
 
     <p>Changes since previous release:
       <ul>

Modified: trunk/busybox/include/platform.h
===================================================================
--- trunk/busybox/include/platform.h	2008-09-25 11:50:13 UTC (rev 23493)
+++ trunk/busybox/include/platform.h	2008-09-25 12:13:34 UTC (rev 23494)
@@ -1,6 +1,6 @@
 /* vi: set sw=4 ts=4: */
 /*
-   Copyright 2006, Bernhard Fischer
+   Copyright 2006, Bernhard Reutner-Fischer
 
    Licensed under the GPL v2 or later, see the file LICENSE in this tarball.
 */

Modified: trunk/busybox/libbb/llist.c
===================================================================
--- trunk/busybox/libbb/llist.c	2008-09-25 11:50:13 UTC (rev 23493)
+++ trunk/busybox/libbb/llist.c	2008-09-25 12:13:34 UTC (rev 23494)
@@ -4,7 +4,7 @@
  *
  * Copyright (C) 2003 Glenn McGrath
  * Copyright (C) 2005 Vladimir Oleynik
- * Copyright (C) 2005 Bernhard Fischer
+ * Copyright (C) 2005 Bernhard Reutner-Fischer
  * Copyright (C) 2006 Rob Landley <rob at landley.net>
  *
  * Licensed under the GPL v2 or later, see the file LICENSE in this tarball.

Modified: trunk/busybox/libbb/strrstr.c
===================================================================
--- trunk/busybox/libbb/strrstr.c	2008-09-25 11:50:13 UTC (rev 23493)
+++ trunk/busybox/libbb/strrstr.c	2008-09-25 12:13:34 UTC (rev 23494)
@@ -2,7 +2,7 @@
 /*
  * Utility routines.
  *
- * Copyright (C) 2008 Bernhard Fischer
+ * Copyright (C) 2008 Bernhard Reutner-Fischer
  *
  * Licensed under GPLv2 or later, see file License in this tarball for details.
  */

Modified: trunk/busybox/libbb/write.c
===================================================================
--- trunk/busybox/libbb/write.c	2008-09-25 11:50:13 UTC (rev 23493)
+++ trunk/busybox/libbb/write.c	2008-09-25 12:13:34 UTC (rev 23494)
@@ -2,7 +2,7 @@
 /*
  * Utility routines.
  *
- * Copyright (C) 2008 Bernhard Fischer
+ * Copyright (C) 2008 Bernhard Reutner-Fischer
  *
  * Licensed under GPLv2 or later, see file LICENSE in this tarball for details.
  */

Modified: trunk/busybox/miscutils/chrt.c
===================================================================
--- trunk/busybox/miscutils/chrt.c	2008-09-25 11:50:13 UTC (rev 23493)
+++ trunk/busybox/miscutils/chrt.c	2008-09-25 12:13:34 UTC (rev 23494)
@@ -1,7 +1,7 @@
 /* vi: set sw=4 ts=4: */
 /*
  * chrt - manipulate real-time attributes of a process
- * Copyright (c) 2006-2007 Bernhard Fischer
+ * Copyright (c) 2006-2007 Bernhard Reutner-Fischer
  *
  * Licensed under GPLv2 or later, see file LICENSE in this tarball for details.
  */

Modified: trunk/busybox/miscutils/mountpoint.c
===================================================================
--- trunk/busybox/miscutils/mountpoint.c	2008-09-25 11:50:13 UTC (rev 23493)
+++ trunk/busybox/miscutils/mountpoint.c	2008-09-25 12:13:34 UTC (rev 23494)
@@ -2,7 +2,7 @@
 /*
  * mountpoint implementation for busybox
  *
- * Copyright (C) 2005 Bernhard Fischer
+ * Copyright (C) 2005 Bernhard Reutner-Fischer
  *
  * Licensed under the GPL v2 or later, see the file LICENSE in this tarball.
  *

Modified: trunk/busybox/miscutils/raidautorun.c
===================================================================
--- trunk/busybox/miscutils/raidautorun.c	2008-09-25 11:50:13 UTC (rev 23493)
+++ trunk/busybox/miscutils/raidautorun.c	2008-09-25 12:13:34 UTC (rev 23494)
@@ -2,7 +2,7 @@
 /*
  * raidautorun implementation for busybox
  *
- * Copyright (C) 2006 Bernhard Fischer
+ * Copyright (C) 2006 Bernhard Reutner-Fischer
  *
  * Licensed under the GPL v2 or later, see the file LICENSE in this tarball.
  *

Modified: trunk/busybox/miscutils/runlevel.c
===================================================================
--- trunk/busybox/miscutils/runlevel.c	2008-09-25 11:50:13 UTC (rev 23493)
+++ trunk/busybox/miscutils/runlevel.c	2008-09-25 12:13:34 UTC (rev 23494)
@@ -9,7 +9,7 @@
  *
  * Licensed under the GPL v2 or later, see the file LICENSE in this tarball.
  *
- * initially busyboxified by Bernhard Fischer
+ * initially busyboxified by Bernhard Reutner-Fischer
  */
 
 #include <utmp.h>

Modified: trunk/busybox/miscutils/taskset.c
===================================================================
--- trunk/busybox/miscutils/taskset.c	2008-09-25 11:50:13 UTC (rev 23493)
+++ trunk/busybox/miscutils/taskset.c	2008-09-25 12:13:34 UTC (rev 23494)
@@ -1,7 +1,7 @@
 /* vi: set sw=4 ts=4: */
 /*
  * taskset - retrieve or set a processes' CPU affinity
- * Copyright (c) 2006 Bernhard Fischer
+ * Copyright (c) 2006 Bernhard Reutner-Fischer
  *
  * Licensed under GPLv2 or later, see file LICENSE in this tarball for details.
  */

Modified: trunk/busybox/miscutils/watchdog.c
===================================================================
--- trunk/busybox/miscutils/watchdog.c	2008-09-25 11:50:13 UTC (rev 23493)
+++ trunk/busybox/miscutils/watchdog.c	2008-09-25 12:13:34 UTC (rev 23494)
@@ -3,7 +3,7 @@
  * Mini watchdog implementation for busybox
  *
  * Copyright (C) 2003  Paul Mundt <lethal at linux-sh.org>
- * Copyright (C) 2006  Bernhard Fischer <busybox at busybox.net>
+ * Copyright (C) 2006  Bernhard Reutner-Fischer <busybox at busybox.net>
  * Copyright (C) 2008  Darius Augulis <augulis.darius at gmail.com>
  *
  * Licensed under the GPL v2 or later, see the file LICENSE in this tarball.

Modified: trunk/busybox/modutils/depmod.c
===================================================================
--- trunk/busybox/modutils/depmod.c	2008-09-25 11:50:13 UTC (rev 23493)
+++ trunk/busybox/modutils/depmod.c	2008-09-25 12:13:34 UTC (rev 23494)
@@ -1,7 +1,7 @@
 /* vi: set sw=4 ts=4: */
 /*
  * depmod - generate modules.dep
- * Copyright (c) 2008 Bernhard Fischer
+ * Copyright (c) 2008 Bernhard Reutner-Fischer
  * Copyrihgt (c) 2008 Timo Teras <timo.teras at iki.fi>
  * Copyright (c) 2008 Vladimir Dronnikov
  *

Modified: trunk/busybox/modutils/modprobe-small.c
===================================================================
--- trunk/busybox/modutils/modprobe-small.c	2008-09-25 11:50:13 UTC (rev 23493)
+++ trunk/busybox/modutils/modprobe-small.c	2008-09-25 12:13:34 UTC (rev 23494)
@@ -3,7 +3,7 @@
  * simplified modprobe
  *
  * Copyright (c) 2008 Vladimir Dronnikov
- * Copyright (c) 2008 Bernhard Fischer (initial depmod code)
+ * Copyright (c) 2008 Bernhard Reutner-Fischer (initial depmod code)
  *
  * Licensed under GPLv2, see file LICENSE in this tarball for details.
  */

Modified: trunk/busybox/networking/brctl.c
===================================================================
--- trunk/busybox/networking/brctl.c	2008-09-25 11:50:13 UTC (rev 23493)
+++ trunk/busybox/networking/brctl.c	2008-09-25 12:13:34 UTC (rev 23494)
@@ -2,7 +2,7 @@
 /*
  * Small implementation of brctl for busybox.
  *
- * Copyright (C) 2008 by Bernhard Fischer
+ * Copyright (C) 2008 by Bernhard Reutner-Fischer
  *
  * Some helper functions from bridge-utils are
  * Copyright (C) 2000 Lennert Buytenhek

Modified: trunk/busybox/networking/ip.c
===================================================================
--- trunk/busybox/networking/ip.c	2008-09-25 11:50:13 UTC (rev 23493)
+++ trunk/busybox/networking/ip.c	2008-09-25 12:13:34 UTC (rev 23494)
@@ -10,7 +10,7 @@
  * Changes:
  *
  * Rani Assaf <rani at magic.metawire.com> 980929:	resolve addresses
- * Bernhard Fischer rewrote to use index_in_substr_array
+ * Bernhard Reutner-Fischer rewrote to use index_in_substr_array
  */
 
 #include "libbb.h"

Modified: trunk/busybox/networking/libiproute/iprule.c
===================================================================
--- trunk/busybox/networking/libiproute/iprule.c	2008-09-25 11:50:13 UTC (rev 23493)
+++ trunk/busybox/networking/libiproute/iprule.c	2008-09-25 12:13:34 UTC (rev 23494)
@@ -13,7 +13,7 @@
  * Changes:
  *
  * Rani Assaf <rani at magic.metawire.com> 980929:	resolve addresses
- * initially integrated into busybox by Bernhard Fischer
+ * initially integrated into busybox by Bernhard Reutner-Fischer
  */
 
 #include <netinet/in.h>

Modified: trunk/busybox/networking/tc.c
===================================================================
--- trunk/busybox/networking/tc.c	2008-09-25 11:50:13 UTC (rev 23493)
+++ trunk/busybox/networking/tc.c	2008-09-25 12:13:34 UTC (rev 23494)
@@ -6,7 +6,7 @@
  *
  * Authors:	Alexey Kuznetsov, <kuznet at ms2.inr.ac.ru>
  *
- * Bernhard Fischer adjusted for busybox
+ * Bernhard Reutner-Fischer adjusted for busybox
  */
 
 #include "libbb.h"

Modified: trunk/busybox/scripts/checkhelp.awk
===================================================================
--- trunk/busybox/scripts/checkhelp.awk	2008-09-25 11:50:13 UTC (rev 23493)
+++ trunk/busybox/scripts/checkhelp.awk	2008-09-25 12:13:34 UTC (rev 23494)
@@ -1,7 +1,7 @@
 #!/usr/bin/awk -f
 # AWK script to check for missing help entries for config options
 #
-# Copyright (C) 2006 Bernhard Fischer
+# Copyright (C) 2006 Bernhard Reutner-Fischer
 #
 # This file is distributed under the terms and conditions of the
 # MIT/X public licenses. See http://opensource.org/licenses/mit-license.html

Modified: trunk/busybox/testsuite/pidof.tests
===================================================================
--- trunk/busybox/testsuite/pidof.tests	2008-09-25 11:50:13 UTC (rev 23493)
+++ trunk/busybox/testsuite/pidof.tests	2008-09-25 12:13:34 UTC (rev 23494)
@@ -1,7 +1,7 @@
 #!/bin/sh
 
 # pidof tests.
-# Copyright 2005 by Bernhard Fischer
+# Copyright 2005 by Bernhard Reutner-Fischer
 # Licensed under GPL v2, see file LICENSE for details.
 
 # AUDIT:

Modified: trunk/busybox/testsuite/sum.tests
===================================================================
--- trunk/busybox/testsuite/sum.tests	2008-09-25 11:50:13 UTC (rev 23493)
+++ trunk/busybox/testsuite/sum.tests	2008-09-25 12:13:34 UTC (rev 23494)
@@ -1,7 +1,7 @@
 #!/bin/sh
 
 # unit test for sum.
-# Copyright 2007 by Bernhard Fischer
+# Copyright 2007 by Bernhard Reutner-Fischer
 # Licensed under GPL v2 or later, see file LICENSE for details.
 
 # AUDIT: Unit tests for sum

Modified: trunk/busybox/testsuite/taskset.tests
===================================================================
--- trunk/busybox/testsuite/taskset.tests	2008-09-25 11:50:13 UTC (rev 23493)
+++ trunk/busybox/testsuite/taskset.tests	2008-09-25 12:13:34 UTC (rev 23494)
@@ -1,6 +1,6 @@
 #!/bin/sh
 
-# Copyright 2006 Bernhard Fischer
+# Copyright 2006 Bernhard Reutner-Fischer
 # Licensed under GPL v2 or later, see file LICENSE for details.
 
 . testing.sh

Modified: trunk/busybox/util-linux/dmesg.c
===================================================================
--- trunk/busybox/util-linux/dmesg.c	2008-09-25 11:50:13 UTC (rev 23493)
+++ trunk/busybox/util-linux/dmesg.c	2008-09-25 12:13:34 UTC (rev 23494)
@@ -4,7 +4,7 @@
  * dmesg - display/control kernel ring buffer.
  *
  * Copyright 2006 Rob Landley <rob at landley.net>
- * Copyright 2006 Bernhard Fischer <rep.nop at aon.at>
+ * Copyright 2006 Bernhard Reutner-Fischer <rep.nop at aon.at>
  *
  * Licensed under GPLv2, see file LICENSE in this tarball for details.
  */




More information about the busybox-cvs mailing list