- update my name. No obj-code changes ;)
authorBernhard Reutner-Fischer <rep.dot.nop@gmail.com>
Thu, 25 Sep 2008 12:13:34 +0000 (12:13 -0000)
committerBernhard Reutner-Fischer <rep.dot.nop@gmail.com>
Thu, 25 Sep 2008 12:13:34 +0000 (12:13 -0000)
33 files changed:
AUTHORS
TODO
console-tools/resize.c
console-tools/setconsole.c
coreutils/cut.c
coreutils/date.c
coreutils/nohup.c
coreutils/split.c
coreutils/test.c
debianutils/run_parts.c
docs/busybox.net/FAQ.html
docs/busybox.net/oldnews.html
include/platform.h
libbb/llist.c
libbb/strrstr.c
libbb/write.c
miscutils/chrt.c
miscutils/mountpoint.c
miscutils/raidautorun.c
miscutils/runlevel.c
miscutils/taskset.c
miscutils/watchdog.c
modutils/depmod.c
modutils/modprobe-small.c
networking/brctl.c
networking/ip.c
networking/libiproute/iprule.c
networking/tc.c
scripts/checkhelp.awk
testsuite/pidof.tests
testsuite/sum.tests
testsuite/taskset.tests
util-linux/dmesg.c

diff --git a/AUTHORS b/AUTHORS
index 9755ad9dda3001cd0f7eaf17f125a73f0694b07b..378c33295f8f3d6f30529cf93d08d8b1e7aaf5ea 100644 (file)
--- a/AUTHORS
+++ b/AUTHORS
@@ -166,7 +166,7 @@ Paul Fox <pgf@foxharp.boston.ma.us>
 Roberto A. Foglietta <me@roberto.foglietta.name>
     port: dnsd
 
-Bernhard Fischer <rep.nop@aon.at>
+Bernhard Reutner-Fischer <rep.dot.nop@gmail.com>
     misc
 
 Mike Frysinger <vapier@gentoo.org>
diff --git a/TODO b/TODO
index 133fd4bedc12889f3261b1e6a4f31e4ea3943f59..f887905e9a783612ebe7f276166518ceb47e3693 100644 (file)
--- a/TODO
+++ b/TODO
@@ -99,7 +99,7 @@ Rob Landley suggested these:
     This one's open to everybody, but I'll wind up doing it...
 
 
-Bernhard Fischer <busybox@busybox.net> suggests to look at these:
+Bernhard Reutner-Fischer <busybox@busybox.net> suggests to look at these:
   New debug options:
     -Wlarger-than-127
     Cleanup any big users
index ea7fe5fcac0aafd21f1909a0fcba2d668e0914bd..4504cc85d61a9261e33e1321b7adc90dac118e2b 100644 (file)
@@ -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.
  */
index b685937ae167c3585ef8ef368a70d6877ccc9694..8ad9948dd5a90b53c4bb10f6f486ddb3bc97f6c7 100644 (file)
@@ -3,7 +3,7 @@
  *  setconsole.c - redirect system console output
  *
  *  Copyright (C) 2004,2005  Enrik Berkhan <Enrik.Berkhan@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.
  */
index 3c9fdbda378239b45063e4be3e12e638ceac332d..9cc22be16ef1773c293023a699c87d5ae5f7fa65 100644 (file)
@@ -4,7 +4,7 @@
  *
  * Copyright (C) 1999,2000,2001 by Lineo, inc.
  * Written by Mark Whitley <markw@codepoet.org>
- * debloated by Bernhard Fischer
+ * debloated by Bernhard Reutner-Fischer
  *
  * Licensed under GPLv2 or later, see file LICENSE in this tarball for details.
  */
index 8469190cf4ce23546e636300e6865dc8dc9e8356..177b7d07574ad1aaccb710e43977f5a811be6213 100644 (file)
@@ -5,7 +5,7 @@
  * by Matthew Grant <grantma@anathoth.gen.nz>
  *
  * iso-format handling added by Robert Griebl <griebl@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.
 */
index 7d6a51ae9d180add12fd961d6a85fb136f4112d2..f44e2af610a46f474a72a4e0db71a5fa0b6aa630 100644 (file)
@@ -5,7 +5,7 @@
  * http://www.opengroup.org/onlinepubs/007904975/utilities/nohup.html
  *
  * Copyright 2006 Rob Landley <rob@landley.net>
- * Copyright 2006 Bernhard Fischer
+ * Copyright 2006 Bernhard Reutner-Fischer
  *
  * Licensed under GPLv2 or later, see file LICENSE in this tarball for details.
  */
index 77cb66d5361d60221366e853f491ed2a4f964227..f1ec64be0248ccae871101892aae1902788ca2a3 100644 (file)
@@ -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.
  */
index dbfe4af6933e726da68911d2292d6531fb1fc42b..ae40192a2155961a99aac01695b57679ae1edadb 100644 (file)
@@ -12,7 +12,7 @@
  *     modified by Herbert Xu to be used as built-in in ash.
  *     modified by Erik Andersen <andersen@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.
  *
index a58fab3a55eb76247f802e910060eebbf261c4e0..7c38fa11f92ac0be075085f474ec69100a0800b3 100644 (file)
@@ -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@tiscali.it>
index fbaec0410b3c79ee8eadb872c0d57c1d26b469ee..5ff879d6c98c5f0781b83af626dd9cb6c9dec3f4 100644 (file)
@@ -316,9 +316,10 @@ within each applet.  More build coverage testing.</p></li>
     BusyBox mailing list at busybox@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>
index 2a7182c604ef494686171ab84b606a94db0ceae0..57471361cc6c1557069184f00cf5509d644116e9 100644 (file)
@@ -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>
index 0f2f83a7dd5bbd4c01702e530038f9d86109f588..b31108267b3e4043be77900561a6c66d5d876484 100644 (file)
@@ -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.
 */
index 2bef4315129419d20582b5c8e796c425aa502e2a..7e78f7cb4ca63817fa77ddbcaab634a9614366a1 100644 (file)
@@ -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@landley.net>
  *
  * Licensed under the GPL v2 or later, see the file LICENSE in this tarball.
index d5cd44b2a2cfcd4675a3fbee5f1009d4df3c08fe..a803dd983f2fa82eb8a1490adbdc98117816f013 100644 (file)
@@ -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.
  */
index e8a9eff866451dd04739d485b4604bb693981226..37f4617206e1b975c30eadc46fde17a162cd6cad 100644 (file)
@@ -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.
  */
index 23ef58c4d2c84abb34e4b2b584bb8f61c7c6cdbe..cc5660be7ba215b71affb82c6aaada963f577cad 100644 (file)
@@ -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.
  */
index 5647e4c5b289f96e4af31e880a05d1310433d3b6..81ce429ea88dfce778886f4757eeb7b3e03ba7d8 100644 (file)
@@ -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.
  *
index 2766245dbab9c03fbec6f0ee23ee0b5a596e8360..a2a852bbf2458b0e6b7cc384120f1c75e2f13a2a 100644 (file)
@@ -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.
  *
index 04064ee73d7d1461383a24cae7adddfa777b7858..6e10d9cbb130c2485e04843818ca7108b0a49cce 100644 (file)
@@ -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>
index b43d42e905374cef5a374cce97236b47946cf285..a0bbf0aa190e320942b42f4b6d5a0a3b4a8048e3 100644 (file)
@@ -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.
  */
index e102a598ae2654a84d7b26186f87bb0fb77a4cf3..9bcd4b8740e10962b0eefb8803fd7d43aa5522a3 100644 (file)
@@ -3,7 +3,7 @@
  * Mini watchdog implementation for busybox
  *
  * Copyright (C) 2003  Paul Mundt <lethal@linux-sh.org>
- * Copyright (C) 2006  Bernhard Fischer <busybox@busybox.net>
+ * Copyright (C) 2006  Bernhard Reutner-Fischer <busybox@busybox.net>
  * Copyright (C) 2008  Darius Augulis <augulis.darius@gmail.com>
  *
  * Licensed under the GPL v2 or later, see the file LICENSE in this tarball.
index 35df4a8e2ade14c2d963366cd5183f555353c465..5b9e9e8644f5f11cefd8ec0212ab797600050e6b 100644 (file)
@@ -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@iki.fi>
  * Copyright (c) 2008 Vladimir Dronnikov
  *
index 8e765b2eef4b9d119b0282de170575b6d200ac81..96a0a08ed1fa3893723f5c94b36a7cfc39c5a20c 100644 (file)
@@ -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.
  */
index 102776e8066c2676b9c8d65f0c128f18bf6bbff3..847517961b930c731dcfefbe169eb9aa34d2086a 100644 (file)
@@ -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
index 7dcddfd8c6d96538b3f037f69b5f2d90da401ade..10059c55f23dd4517d108455180a874a1adbefb8 100644 (file)
@@ -10,7 +10,7 @@
  * Changes:
  *
  * Rani Assaf <rani@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"
index f92607830e6bfe47baebaf992f83076204f6dcf2..ca225466776473b21fef98e61374678852d512ca 100644 (file)
@@ -13,7 +13,7 @@
  * Changes:
  *
  * Rani Assaf <rani@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>
index a815b4bd1e8a6070f49bd1c98987cc67ce46f847..6e31074f4e1450febc7f9a1765464c14551963d4 100644 (file)
@@ -6,7 +6,7 @@
  *
  * Authors:    Alexey Kuznetsov, <kuznet@ms2.inr.ac.ru>
  *
- * Bernhard Fischer adjusted for busybox
+ * Bernhard Reutner-Fischer adjusted for busybox
  */
 
 #include "libbb.h"
index 4bb4996dc599195b256ee8be6777423752a2109d..2468db2dae64ed9167c7585f0e097b3126969cdf 100755 (executable)
@@ -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
index 29cfa943a0452890e4a169a43ffb0ac55220e916..a05a30239f8fb70cd93c7dcafa3557ea9c45958c 100755 (executable)
@@ -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:
index 0993f03b1277ee44f7ebd6b5588e1cd458964c8b..e537cf6075dedf5f690af379ddfb5841e971380f 100755 (executable)
@@ -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
index a3757ab5b59a19e27a04752cad230d052b27b9bf..45993648fe7f8d70cd409b1c6f7c49c54f3a95cb 100755 (executable)
@@ -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
index 840358c85771173052a9d2de171291ac8b6a7557..f52026c2fdee5649739c4c2a6083849d8d625b7b 100644 (file)
@@ -4,7 +4,7 @@
  * dmesg - display/control kernel ring buffer.
  *
  * Copyright 2006 Rob Landley <rob@landley.net>
- * Copyright 2006 Bernhard Fischer <rep.nop@aon.at>
+ * Copyright 2006 Bernhard Reutner-Fischer <rep.nop@aon.at>
  *
  * Licensed under GPLv2, see file LICENSE in this tarball for details.
  */