- update my name. No obj-code changes ;)
This commit is contained in:
parent
a46d2b1d2d
commit
6c4dadefb6
2
AUTHORS
2
AUTHORS
@ -166,7 +166,7 @@ Paul Fox <pgf@foxharp.boston.ma.us>
|
|||||||
Roberto A. Foglietta <me@roberto.foglietta.name>
|
Roberto A. Foglietta <me@roberto.foglietta.name>
|
||||||
port: dnsd
|
port: dnsd
|
||||||
|
|
||||||
Bernhard Fischer <rep.nop@aon.at>
|
Bernhard Reutner-Fischer <rep.dot.nop@gmail.com>
|
||||||
misc
|
misc
|
||||||
|
|
||||||
Mike Frysinger <vapier@gentoo.org>
|
Mike Frysinger <vapier@gentoo.org>
|
||||||
|
2
TODO
2
TODO
@ -99,7 +99,7 @@ Rob Landley suggested these:
|
|||||||
This one's open to everybody, but I'll wind up doing it...
|
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:
|
New debug options:
|
||||||
-Wlarger-than-127
|
-Wlarger-than-127
|
||||||
Cleanup any big users
|
Cleanup any big users
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
/*
|
/*
|
||||||
* resize - set terminal width and height.
|
* 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.
|
* Licensed under GPLv2 or later, see file LICENSE in this tarball for details.
|
||||||
*/
|
*/
|
||||||
|
@ -3,7 +3,7 @@
|
|||||||
* setconsole.c - redirect system console output
|
* setconsole.c - redirect system console output
|
||||||
*
|
*
|
||||||
* Copyright (C) 2004,2005 Enrik Berkhan <Enrik.Berkhan@inka.de>
|
* 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.
|
* Licensed under GPLv2 or later, see file LICENSE in this tarball for details.
|
||||||
*/
|
*/
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
*
|
*
|
||||||
* Copyright (C) 1999,2000,2001 by Lineo, inc.
|
* Copyright (C) 1999,2000,2001 by Lineo, inc.
|
||||||
* Written by Mark Whitley <markw@codepoet.org>
|
* 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.
|
* Licensed under GPLv2 or later, see file LICENSE in this tarball for details.
|
||||||
*/
|
*/
|
||||||
|
@ -5,7 +5,7 @@
|
|||||||
* by Matthew Grant <grantma@anathoth.gen.nz>
|
* by Matthew Grant <grantma@anathoth.gen.nz>
|
||||||
*
|
*
|
||||||
* iso-format handling added by Robert Griebl <griebl@gmx.de>
|
* 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.
|
* Licensed under GPLv2 or later, see file LICENSE in this tarball for details.
|
||||||
*/
|
*/
|
||||||
|
@ -5,7 +5,7 @@
|
|||||||
* http://www.opengroup.org/onlinepubs/007904975/utilities/nohup.html
|
* http://www.opengroup.org/onlinepubs/007904975/utilities/nohup.html
|
||||||
*
|
*
|
||||||
* Copyright 2006 Rob Landley <rob@landley.net>
|
* 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.
|
* Licensed under GPLv2 or later, see file LICENSE in this tarball for details.
|
||||||
*/
|
*/
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
/* vi: set sw=4 ts=4: */
|
/* vi: set sw=4 ts=4: */
|
||||||
/*
|
/*
|
||||||
* split - split a file into pieces
|
* 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.
|
* Licensed under GPLv2 or later, see file LICENSE in this tarball for details.
|
||||||
*/
|
*/
|
||||||
|
@ -12,7 +12,7 @@
|
|||||||
* modified by Herbert Xu to be used as built-in in ash.
|
* modified by Herbert Xu to be used as built-in in ash.
|
||||||
* modified by Erik Andersen <andersen@codepoet.org> to be used
|
* modified by Erik Andersen <andersen@codepoet.org> to be used
|
||||||
* in busybox.
|
* 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.
|
* Licensed under GPLv2 or later, see file LICENSE in this tarball for details.
|
||||||
*
|
*
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
/*
|
/*
|
||||||
* Mini run-parts implementation for busybox
|
* 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..
|
* Based on a older version that was in busybox which was 1k big..
|
||||||
* Copyright (C) 2001 by Emanuele Aina <emanuele.aina@tiscali.it>
|
* Copyright (C) 2001 by Emanuele Aina <emanuele.aina@tiscali.it>
|
||||||
|
@ -316,9 +316,10 @@ within each applet. More build coverage testing.</p></li>
|
|||||||
BusyBox mailing list at busybox@busybox.net.</p>
|
BusyBox mailing list at busybox@busybox.net.</p>
|
||||||
|
|
||||||
<p> In addition to the mailing list, Erik Andersen (andersee), Manuel Nova
|
<p> In addition to the mailing list, Erik Andersen (andersee), Manuel Nova
|
||||||
(mjn3), Rob Landley (landley), Mike Frysinger (SpanKY), Bernhard Fischer
|
(mjn3), Rob Landley (landley), Mike Frysinger (SpanKY),
|
||||||
(blindvt), and other long-time BusyBox developers are known to hang out
|
Bernhard Reutner-Fischer (blindvt), and other long-time BusyBox developers
|
||||||
on the uClibc IRC channel: #uclibc on irc.freenode.net. There is a
|
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
|
<a href="http://ibot.Rikers.org/%23uclibc/">web archive of
|
||||||
daily logs of the #uclibc IRC channel</a> going back to 2002.
|
daily logs of the #uclibc IRC channel</a> going back to 2002.
|
||||||
</p>
|
</p>
|
||||||
|
@ -20,7 +20,7 @@
|
|||||||
</pre>
|
</pre>
|
||||||
|
|
||||||
<p>New applets: inotify (Vladimir Dronnikov), man (Ivana Varekova),
|
<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:
|
<p>Changes since previous release:
|
||||||
<ul>
|
<ul>
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
/* vi: set sw=4 ts=4: */
|
/* 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.
|
Licensed under the GPL v2 or later, see the file LICENSE in this tarball.
|
||||||
*/
|
*/
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
*
|
*
|
||||||
* Copyright (C) 2003 Glenn McGrath
|
* Copyright (C) 2003 Glenn McGrath
|
||||||
* Copyright (C) 2005 Vladimir Oleynik
|
* Copyright (C) 2005 Vladimir Oleynik
|
||||||
* Copyright (C) 2005 Bernhard Fischer
|
* Copyright (C) 2005 Bernhard Reutner-Fischer
|
||||||
* Copyright (C) 2006 Rob Landley <rob@landley.net>
|
* Copyright (C) 2006 Rob Landley <rob@landley.net>
|
||||||
*
|
*
|
||||||
* Licensed under the GPL v2 or later, see the file LICENSE in this tarball.
|
* Licensed under the GPL v2 or later, see the file LICENSE in this tarball.
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
/*
|
/*
|
||||||
* Utility routines.
|
* 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.
|
* Licensed under GPLv2 or later, see file License in this tarball for details.
|
||||||
*/
|
*/
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
/*
|
/*
|
||||||
* Utility routines.
|
* 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.
|
* Licensed under GPLv2 or later, see file LICENSE in this tarball for details.
|
||||||
*/
|
*/
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
/* vi: set sw=4 ts=4: */
|
/* vi: set sw=4 ts=4: */
|
||||||
/*
|
/*
|
||||||
* chrt - manipulate real-time attributes of a process
|
* 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.
|
* Licensed under GPLv2 or later, see file LICENSE in this tarball for details.
|
||||||
*/
|
*/
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
/*
|
/*
|
||||||
* mountpoint implementation for busybox
|
* 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.
|
* Licensed under the GPL v2 or later, see the file LICENSE in this tarball.
|
||||||
*
|
*
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
/*
|
/*
|
||||||
* raidautorun implementation for busybox
|
* 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.
|
* Licensed under the GPL v2 or later, see the file LICENSE in this tarball.
|
||||||
*
|
*
|
||||||
|
@ -9,7 +9,7 @@
|
|||||||
*
|
*
|
||||||
* Licensed under the GPL v2 or later, see the file LICENSE in this tarball.
|
* 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>
|
#include <utmp.h>
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
/* vi: set sw=4 ts=4: */
|
/* vi: set sw=4 ts=4: */
|
||||||
/*
|
/*
|
||||||
* taskset - retrieve or set a processes' CPU affinity
|
* 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.
|
* Licensed under GPLv2 or later, see file LICENSE in this tarball for details.
|
||||||
*/
|
*/
|
||||||
|
@ -3,7 +3,7 @@
|
|||||||
* Mini watchdog implementation for busybox
|
* Mini watchdog implementation for busybox
|
||||||
*
|
*
|
||||||
* Copyright (C) 2003 Paul Mundt <lethal@linux-sh.org>
|
* 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>
|
* Copyright (C) 2008 Darius Augulis <augulis.darius@gmail.com>
|
||||||
*
|
*
|
||||||
* Licensed under the GPL v2 or later, see the file LICENSE in this tarball.
|
* Licensed under the GPL v2 or later, see the file LICENSE in this tarball.
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
/* vi: set sw=4 ts=4: */
|
/* vi: set sw=4 ts=4: */
|
||||||
/*
|
/*
|
||||||
* depmod - generate modules.dep
|
* depmod - generate modules.dep
|
||||||
* Copyright (c) 2008 Bernhard Fischer
|
* Copyright (c) 2008 Bernhard Reutner-Fischer
|
||||||
* Copyrihgt (c) 2008 Timo Teras <timo.teras@iki.fi>
|
* Copyrihgt (c) 2008 Timo Teras <timo.teras@iki.fi>
|
||||||
* Copyright (c) 2008 Vladimir Dronnikov
|
* Copyright (c) 2008 Vladimir Dronnikov
|
||||||
*
|
*
|
||||||
|
@ -3,7 +3,7 @@
|
|||||||
* simplified modprobe
|
* simplified modprobe
|
||||||
*
|
*
|
||||||
* Copyright (c) 2008 Vladimir Dronnikov
|
* 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.
|
* Licensed under GPLv2, see file LICENSE in this tarball for details.
|
||||||
*/
|
*/
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
/*
|
/*
|
||||||
* Small implementation of brctl for busybox.
|
* 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
|
* Some helper functions from bridge-utils are
|
||||||
* Copyright (C) 2000 Lennert Buytenhek
|
* Copyright (C) 2000 Lennert Buytenhek
|
||||||
|
@ -10,7 +10,7 @@
|
|||||||
* Changes:
|
* Changes:
|
||||||
*
|
*
|
||||||
* Rani Assaf <rani@magic.metawire.com> 980929: resolve addresses
|
* 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"
|
#include "libbb.h"
|
||||||
|
@ -13,7 +13,7 @@
|
|||||||
* Changes:
|
* Changes:
|
||||||
*
|
*
|
||||||
* Rani Assaf <rani@magic.metawire.com> 980929: resolve addresses
|
* 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>
|
#include <netinet/in.h>
|
||||||
|
@ -6,7 +6,7 @@
|
|||||||
*
|
*
|
||||||
* Authors: Alexey Kuznetsov, <kuznet@ms2.inr.ac.ru>
|
* Authors: Alexey Kuznetsov, <kuznet@ms2.inr.ac.ru>
|
||||||
*
|
*
|
||||||
* Bernhard Fischer adjusted for busybox
|
* Bernhard Reutner-Fischer adjusted for busybox
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include "libbb.h"
|
#include "libbb.h"
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#!/usr/bin/awk -f
|
#!/usr/bin/awk -f
|
||||||
# AWK script to check for missing help entries for config options
|
# 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
|
# This file is distributed under the terms and conditions of the
|
||||||
# MIT/X public licenses. See http://opensource.org/licenses/mit-license.html
|
# MIT/X public licenses. See http://opensource.org/licenses/mit-license.html
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
|
|
||||||
# pidof tests.
|
# pidof tests.
|
||||||
# Copyright 2005 by Bernhard Fischer
|
# Copyright 2005 by Bernhard Reutner-Fischer
|
||||||
# Licensed under GPL v2, see file LICENSE for details.
|
# Licensed under GPL v2, see file LICENSE for details.
|
||||||
|
|
||||||
# AUDIT:
|
# AUDIT:
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
|
|
||||||
# unit test for sum.
|
# 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.
|
# Licensed under GPL v2 or later, see file LICENSE for details.
|
||||||
|
|
||||||
# AUDIT: Unit tests for sum
|
# AUDIT: Unit tests for sum
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
|
|
||||||
# Copyright 2006 Bernhard Fischer
|
# Copyright 2006 Bernhard Reutner-Fischer
|
||||||
# Licensed under GPL v2 or later, see file LICENSE for details.
|
# Licensed under GPL v2 or later, see file LICENSE for details.
|
||||||
|
|
||||||
. testing.sh
|
. testing.sh
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
* dmesg - display/control kernel ring buffer.
|
* dmesg - display/control kernel ring buffer.
|
||||||
*
|
*
|
||||||
* Copyright 2006 Rob Landley <rob@landley.net>
|
* 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.
|
* Licensed under GPLv2, see file LICENSE in this tarball for details.
|
||||||
*/
|
*/
|
||||||
|
Loading…
Reference in New Issue
Block a user