Fix up copyright msgs. Bump version to 0.49 in preparation for 0_49
authorEric Andersen <andersen@codepoet.org>
Sat, 27 Jan 2001 09:33:39 +0000 (09:33 -0000)
committerEric Andersen <andersen@codepoet.org>
Sat, 27 Jan 2001 09:33:39 +0000 (09:33 -0000)
a release.  Update the website with release details.
 -Erik

88 files changed:
Changelog
LICENSE
Makefile
README
TODO
archival/tar.c
basename.c
busybox.spec
cat.c
chmod_chown_chgrp.c
chroot.c
clear.c
cmp.c
console-tools/clear.c
console-tools/reset.c
coreutils/basename.c
coreutils/cat.c
coreutils/chroot.c
coreutils/cmp.c
coreutils/cut.c
coreutils/df.c
coreutils/dirname.c
coreutils/du.c
coreutils/head.c
coreutils/ln.c
coreutils/mkdir.c
coreutils/rm.c
coreutils/rmdir.c
coreutils/tee.c
coreutils/touch.c
coreutils/uniq.c
cp_mv.c
cut.c
debian/changelog
df.c
dirname.c
docs/busybox.net/index.html
docs/busybox.net/oldnews.html
du.c
editors/sed.c
examples/busybox.spec
find.c
findutils/find.c
findutils/grep.c
findutils/which.c
findutils/xargs.c
free.c
grep.c
head.c
insmod.c
lash.c
ln.c
logger.c
lsmod.c
miscutils/readlink.c
mkdir.c
modutils/insmod.c
modutils/lsmod.c
modutils/rmmod.c
networking/nslookup.c
nslookup.c
procps/free.c
procps/ps.c
procps/uptime.c
ps.c
readlink.c
reset.c
rm.c
rmdir.c
rmmod.c
sed.c
sh.c
shell/lash.c
swaponoff.c
sysklogd/logger.c
sysklogd/syslogd.c
syslogd.c
tar.c
tee.c
touch.c
true_false.c
umount.c
uniq.c
uptime.c
util-linux/swaponoff.c
util-linux/umount.c
which.c
xargs.c

index 2ec2c36ae6777be45af7dcfc63d9f98452378ffb..c4be93af5fb8d31db00b496c09c04a6a537ad859 100644 (file)
--- a/Changelog
+++ b/Changelog
@@ -1,10 +1,15 @@
-0.49pre
+0.49
 
        * Matt Kraai -- new sort.c
+       * Matt Kraai -- new tail.c
        * Glenn McGrath -- new 'dpkg-deb' applet
        * Glenn McGrath -- new ar code
+       * spoon -- new watchdog applet
+       * Vladimir N. Oleynik <dzo@simtreas.ru> -- fixed cmdedit.c so now 
+           scrolling and tab completion in lash work properly.  Also several
+           byte saving optimizations.
        * Erik Andersen -- disabled many less commonly used applets by default
-       * ?? -- more thrashing about to get clean perror_msg usage
+       * Mark Whitley -- more thrashing about to get clean perror_msg usage
        * Matt Kraai -- new command line munging
        * Larry Doolittle -- keep some locales from messing up busybox.sh
        * Matt Kraai -- cleaned up dd and tail with new parse_number routine
        * Mark Whitley -- Updates to style guide
        * Mark Whitley -- Big cleanup in utility.c: style guide compliance,
            de-macro-ifying some variables and functions
-       * Matt Kraai -- new tail.c
-
-
-        -Erik Andersen, <not released yet>
+       * Erik Andersen -- ls now honors BB_FEATURE_AUTOWIDTH so it can find
+           the width and height of the console.
+       * Erik Andersen -- insmod now ignores -L and accepts the -o option.
+       * Erik Andersen -- updates so you can now select from the Makefile
+           whether or not to use the system's passwd and group functions.
+           Since most systems use GNU libc, this can save you from having to
+           install the /etc/nsswitch.conf configuration file and the required
+           libnss_* libraries.  Adds 1.5k.  You can now, also, disable this, 
+           causing busybox to use the system's pwd.h and grp.h functions.
+
+
+        -Erik Andersen, 27 January 2001
 
 0.48
 
diff --git a/LICENSE b/LICENSE
index 49c7157a5ed2d03e38a28189ac66688f6f65b32f..8e5a143d01db0a22a727f9e18fac4ad29770bd62 100644 (file)
--- a/LICENSE
+++ b/LICENSE
@@ -18,7 +18,7 @@ mini-gzip(gzip), mini-netcat(mnc)
 Copyright 1998 Charles P. Wright <cpwright@villagenet.com>
 
 Tons of new stuff as noted in header files
-Copyright (C) 1999 by Lineo, inc. and written by 
+Copyright (C) 1999,2000,2001 by Lineo, inc. and written by 
 Erik Andersen <andersen@lineo.com>, <andersee@debian.org>
 
 
index 159e5d5f9c02d7339987a2377bda8f8f0c7cf0ee..4026d61c5de4b1966527ec0ebef3ec2bbcca5385 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -1,7 +1,6 @@
 # Makefile for busybox
 #
-# Copyright (C) 1999-2000 Erik Andersen <andersee@debian.org>
-# Copyright (C) 2000 Karl M. Hegbloom <karlheg@debian.org>
+# Copyright (C) 1999,2000,2001 Erik Andersen <andersee@debian.org>
 #
 # 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
@@ -19,7 +18,7 @@
 #
 
 PROG      := busybox
-VERSION   := 0.49pre
+VERSION   := 0.49
 BUILDTIME := $(shell TZ=UTC date --utc "+%Y.%m.%d-%H:%M%z")
 export VERSION
 
diff --git a/README b/README
index ccd55056076277e4e772e67b5ac5b9f023886687..afe2f6fba31688f6b5612c19e1787b96069619d6 100644 (file)
--- a/README
+++ b/README
@@ -11,8 +11,9 @@ the expected functionality and behave very much like their GNU counterparts.
 BusyBox has been written with size-optimization and limited resources in mind.
 It is also extremely modular so you can easily include or exclude commands (or
 features) at compile time. This makes it easy to customize your embedded
-systems. To create a working system, just add a kernel and an editor (such as
-e3 (http://www.sax.de/~adlibiti) or elvis-tiny).
+systems. To create a working system, just add /dev, a kernel, and an editor,
+such as nano, e3, or elvis-tiny.  For a really minimal system, you can even use
+the busybox shell (not Bourne compatible, but very small and quite usable).
 
 BusyBox was originally written to support the Debian Rescue/Install disks, but
 it also makes an excellent environment for any small or embedded system.
@@ -27,7 +28,7 @@ After the build is complete, a busybox.links file is generated.  This is
 used by 'make install' to create symlinks to the busybox binary for all
 compiled in functions.  By default, 'make install' will place the symlink
 forest into `pwd`/_install unless you have defined the PREFIX environment
-variable (i.e., make PREFIX="/tmp/foo" install)
+variable (i.e., 'make PREFIX=/tmp/foo install')
 
 ----------------
     
diff --git a/TODO b/TODO
index 2adbc4b225764f635f98ede134c0bdaf8a70e6c9..3e0121b631950e66afe3cbd45da57ced799330d1 100644 (file)
--- a/TODO
+++ b/TODO
@@ -8,7 +8,16 @@ around to it some time. If you have any good ideas, please let me know.
 
 * We _were_ going to split networking apps into a new package called 
     netkit-tiny.  Per discussions on the mailing list, this isn't going
-    to happen.  False alarm.  Sorry about the confusion.
+    to happen.  False alarm.  Sorry about the confusion.  
+
+* The busybox shell, lash, is really too weak for serious use, although it is
+    possible to run simple systems with it.  BusyBox 0.49 was supposed to have
+    a new shell, updated to understand full Bourne grammer.  Well, that simply
+    didn't happen in time for the release.  A rewrite is in progress that will
+    result in a new shell that understands the full Bourne grammar.  This new
+    shell is being championed by Larry Doolittle <ldoolitt@recycle.lbl.gov>, and
+    could use your help.  Please see the work in progress at
+       http://doolittle.faludi.com/~larry/parser.html
 
  -Erik
 
@@ -22,12 +31,6 @@ Possible apps to include some time:
 
 -----------------------
 
-The Busybox lash shell needs to be taught Bourne shell grammer.  This
-is planned for the next release of Busybox.  Look out ash, we are coming
-for you...
-
------------------------
-
 Running the following:
 
     rm -f busybox && make LDFLAGS+=-nostdlib 2>&1 | \
@@ -40,23 +43,6 @@ libraries such as uClibc.
 
 -----------------------
 
-Currently, busybox bypasses libc NSS.  Some folks might want that,
-so perhaps adding in the option to choose whether to go to libc for
-things like getpwnam() or whether to use the busybox version might 
-be nice.
-
------------------------
-
-Most wanted list:
-
-    [andersen@slag busybox]$ grep -l getgroups *.[ch]
-    test.c
-
-Policy violation.  getgroups uses libc nss, which is unlikely
-to be present in an embedded system.
-
------------------------
-
 Compile with debugging on, run 'nm --size-sort ./busybox'
 and then start with the biggest things and make them smaller...
 
index 2c7169bcc349e57eeb92e113f7ccfc3d98510a4c..3082914550a32672d10dcd8ed4270092be31219e 100644 (file)
@@ -6,7 +6,7 @@
  * ground up.  It still has remnents of the old code lying about, but it is
  * very different now (i.e. cleaner, less global variables, etc)
  *
- * Copyright (C) 2000 by Lineo, inc.
+ * Copyright (C) 1999,2000,2001 by Lineo, inc.
  * Written by Erik Andersen <andersen@lineo.com>, <andersee@debian.org>
  *
  * Based in part in the tar implementation in sash
index 0caae39a4aa6716ad48cae3e85232cd8e91c4346..cba003d70078fb251cb92436a2b32191be28ff79 100644 (file)
@@ -2,7 +2,7 @@
 /*
  * Mini basename implementation for busybox
  *
- * Copyright (C) 1999,2000 by Lineo, inc.
+ * Copyright (C) 1999,2000,2001 by Lineo, inc.
  * Written by Erik Andersen <andersen@lineo.com>, <andersee@debian.org>
  *
  * This program is free software; you can redistribute it and/or modify
index beb12fea34b97e627e2cd8caae52a1e340a59a1b..6bccd371cf2022370618de7c885fcf20ece2ee05 100644 (file)
@@ -1,5 +1,5 @@
 Name: busybox
-Version: 0.49pre
+Version: 0.49
 Release: 1
 Group: System/Utilities
 Summary: BusyBox is a tiny suite of Unix utilities in a multi-call binary.
diff --git a/cat.c b/cat.c
index a1b878258214f3d63d02629b7c2088b9e5e45e63..134245cdc118a7fa7681d5a4f0bcb16639d76069 100644 (file)
--- a/cat.c
+++ b/cat.c
@@ -2,7 +2,7 @@
 /*
  * Mini Cat implementation for busybox
  *
- * Copyright (C) 1999,2000 by Lineo, inc.
+ * Copyright (C) 1999,2000,2001 by Lineo, inc.
  * Written by Erik Andersen <andersen@lineo.com>, <andersee@debian.org>
  *
  * This program is free software; you can redistribute it and/or modify
index 08ea6eea0bed3f870df4a6ff055f4ae77b215b3f..cccda98be8d65ec3720203fda04ce9057bb9a367 100644 (file)
@@ -3,7 +3,7 @@
  * Mini chown/chmod/chgrp implementation for busybox
  *
  *
- * Copyright (C) 1999,2000 by Lineo, inc.
+ * Copyright (C) 1999,2000,2001 by Lineo, inc.
  * Written by Erik Andersen <andersen@lineo.com>, <andersee@debian.org>
  *
  * This program is free software; you can redistribute it and/or modify
index e6f1d034bc5db9aa11bf72758508b551a1f3136f..cd8101e47fa8422cfdce63780887f416b132a059 100644 (file)
--- a/chroot.c
+++ b/chroot.c
@@ -3,7 +3,7 @@
  * Mini chroot implementation for busybox
  *
  *
- * Copyright (C) 1999,2000 by Lineo, inc.
+ * Copyright (C) 1999,2000,2001 by Lineo, inc.
  * Written by Erik Andersen <andersen@lineo.com>, <andersee@debian.org>
  *
  * This program is free software; you can redistribute it and/or modify
diff --git a/clear.c b/clear.c
index 98eef1d78d69ef6fb497f4f57bb906f4f4f4d59e..dab4b05a718ba1512cf105733beb11952ccd0634 100644 (file)
--- a/clear.c
+++ b/clear.c
@@ -3,7 +3,7 @@
  * Mini clear implementation for busybox
  *
  *
- * Copyright (C) 1999,2000 by Lineo, inc.
+ * Copyright (C) 1999,2000,2001 by Lineo, inc.
  * Written by Erik Andersen <andersen@lineo.com>, <andersee@debian.org>
  *
  * This program is free software; you can redistribute it and/or modify
diff --git a/cmp.c b/cmp.c
index a4b6c7d497515c9d8f3fb74b003b02d03a9d51f8..dd70261df0264536ed1138e48effc6ed9b798f25 100644 (file)
--- a/cmp.c
+++ b/cmp.c
@@ -3,7 +3,7 @@
  * Mini cmp implementation for busybox
  *
  *
- * Copyright (C) 2000 by Lineo, inc.
+ * Copyright (C) 1999,2000,2001 by Lineo, inc.
  * Written by Matt Kraai <kraai@alumni.carnegiemellon.edu>
  *
  * This program is free software; you can redistribute it and/or modify
index 98eef1d78d69ef6fb497f4f57bb906f4f4f4d59e..dab4b05a718ba1512cf105733beb11952ccd0634 100644 (file)
@@ -3,7 +3,7 @@
  * Mini clear implementation for busybox
  *
  *
- * Copyright (C) 1999,2000 by Lineo, inc.
+ * Copyright (C) 1999,2000,2001 by Lineo, inc.
  * Written by Erik Andersen <andersen@lineo.com>, <andersee@debian.org>
  *
  * This program is free software; you can redistribute it and/or modify
index 861bd435bc6052eaffe2e9b47dca77c6af53acdd..294cab3c4d5b64b4afd19193743cfe7705dc4b31 100644 (file)
@@ -3,7 +3,7 @@
  * Mini reset implementation for busybox
  *
  *
- * Copyright (C) 1999,2000 by Lineo, inc.
+ * Copyright (C) 1999,2000,2001 by Lineo, inc.
  * Written by Erik Andersen <andersen@lineo.com>, <andersee@debian.org>
  *        and Kent Robotti <robotti@metconnect.com>
  *
index 0caae39a4aa6716ad48cae3e85232cd8e91c4346..cba003d70078fb251cb92436a2b32191be28ff79 100644 (file)
@@ -2,7 +2,7 @@
 /*
  * Mini basename implementation for busybox
  *
- * Copyright (C) 1999,2000 by Lineo, inc.
+ * Copyright (C) 1999,2000,2001 by Lineo, inc.
  * Written by Erik Andersen <andersen@lineo.com>, <andersee@debian.org>
  *
  * This program is free software; you can redistribute it and/or modify
index a1b878258214f3d63d02629b7c2088b9e5e45e63..134245cdc118a7fa7681d5a4f0bcb16639d76069 100644 (file)
@@ -2,7 +2,7 @@
 /*
  * Mini Cat implementation for busybox
  *
- * Copyright (C) 1999,2000 by Lineo, inc.
+ * Copyright (C) 1999,2000,2001 by Lineo, inc.
  * Written by Erik Andersen <andersen@lineo.com>, <andersee@debian.org>
  *
  * This program is free software; you can redistribute it and/or modify
index e6f1d034bc5db9aa11bf72758508b551a1f3136f..cd8101e47fa8422cfdce63780887f416b132a059 100644 (file)
@@ -3,7 +3,7 @@
  * Mini chroot implementation for busybox
  *
  *
- * Copyright (C) 1999,2000 by Lineo, inc.
+ * Copyright (C) 1999,2000,2001 by Lineo, inc.
  * Written by Erik Andersen <andersen@lineo.com>, <andersee@debian.org>
  *
  * This program is free software; you can redistribute it and/or modify
index a4b6c7d497515c9d8f3fb74b003b02d03a9d51f8..dd70261df0264536ed1138e48effc6ed9b798f25 100644 (file)
@@ -3,7 +3,7 @@
  * Mini cmp implementation for busybox
  *
  *
- * Copyright (C) 2000 by Lineo, inc.
+ * Copyright (C) 1999,2000,2001 by Lineo, inc.
  * Written by Matt Kraai <kraai@alumni.carnegiemellon.edu>
  *
  * This program is free software; you can redistribute it and/or modify
index 262390e170bfee14615d1b91f74de6e7301792ff..ed68657dfaf4300d4063a6493e500f27ee12e9ab 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * cut.c - minimalist version of cut
  *
- * Copyright (C) 1999,2000 by Lineo, inc.
+ * Copyright (C) 1999,2000,2001 by Lineo, inc.
  * Written by Mark Whitley <markw@lineo.com>, <markw@codepoet.org>
  *
  * This program is free software; you can redistribute it and/or modify
index 0408f9f54c7f089e7d9243c8e174a0ae20e786a1..7a24fedd05912da3585771fed881c74b7b63fb76 100644 (file)
@@ -2,7 +2,7 @@
 /*
  * Mini df implementation for busybox
  *
- * Copyright (C) 1999,2000 by Lineo, inc.
+ * Copyright (C) 1999,2000,2001 by Lineo, inc.
  * Written by Erik Andersen <andersen@lineo.com>, <andersee@debian.org>
  * based on original code by (I think) Bruce Perens <bruce@pixar.com>.
  *
index 333f08d41d482ef600fe7515255c67e90c7f560f..2e11a69dc432c358c8ef26d33fb2ac6e35708c77 100644 (file)
@@ -2,7 +2,7 @@
 /*
  * Mini dirname implementation for busybox
  *
- * Copyright (C) 2000 by Lineo, inc.
+ * Copyright (C) 1999,2000,2001 by Lineo, inc.
  * Written by Erik Andersen <andersen@lineo.com>, <andersee@debian.org>
  *
  * This program is free software; you can redistribute it and/or modify
index 9cc2a673d4336ef77756942a2180881ddc200b9e..c56afbc4fee9f769fedef5180a3a1133e2807584 100644 (file)
@@ -3,7 +3,7 @@
  * Mini du implementation for busybox
  *
  *
- * Copyright (C) 1999,2000 by Lineo, inc.
+ * Copyright (C) 1999,2000,2001 by Lineo, inc.
  * Written by John Beppu <beppu@lineo.com>
  *
  * This program is free software; you can redistribute it and/or modify
@@ -187,7 +187,7 @@ int du_main(int argc, char **argv)
        return status;
 }
 
-/* $Id: du.c,v 1.35 2001/01/27 08:24:37 andersen Exp $ */
+/* $Id: du.c,v 1.36 2001/01/27 09:33:38 andersen Exp $ */
 /*
 Local Variables:
 c-file-style: "linux"
index 71aa8258cf1c662f540770d02577068d2347a4fc..7d87f32cbad815e20fde56cf1080dbb4ffd2adf1 100644 (file)
@@ -3,7 +3,7 @@
  * Mini head implementation for busybox
  *
  *
- * Copyright (C) 1999,2000 by Lineo, inc.
+ * Copyright (C) 1999,2000,2001 by Lineo, inc.
  * Written by John Beppu <beppu@lineo.com>
  *
  * This program is free software; you can redistribute it and/or modify
index d6bf6443af08338dafa713b96eabb53869a26bd9..54e81f4c54c55f04868423759ffb00a45ef58415 100644 (file)
@@ -2,7 +2,7 @@
 /*
  * Mini ln implementation for busybox
  *
- * Copyright (C) 1999,2000 by Lineo, inc.
+ * Copyright (C) 1999,2000,2001 by Lineo, inc.
  * Written by Erik Andersen <andersen@lineo.com>, <andersee@debian.org>
  *
  * This program is free software; you can redistribute it and/or modify
index eb6e7db7dbabc53342cfaf479757e2675b6dddc2..2345d88314dec8e51ca51cc2cf525e49e7082570 100644 (file)
@@ -2,7 +2,7 @@
 /*
  * Mini mkdir implementation for busybox
  *
- * Copyright (C) 1999,2000 by Lineo, inc.
+ * Copyright (C) 1999,2000,2001 by Lineo, inc.
  * Written by Erik Andersen <andersen@lineo.com>, <andersee@debian.org>
  *
  * This program is free software; you can redistribute it and/or modify
index 302599ec07dff3c7f47aa7884c36fb155ca6d0ba..ce293a2aa388afcce86481fa076504ff133e83a6 100644 (file)
@@ -3,7 +3,7 @@
  * Mini rm implementation for busybox
  *
  *
- * Copyright (C) 1999,2000 by Lineo, inc.
+ * Copyright (C) 1999,2000,2001 by Lineo, inc.
  * Written by Erik Andersen <andersen@lineo.com>, <andersee@debian.org>
  *
  * This program is free software; you can redistribute it and/or modify
index 8c2165e6b3e01d46f518af3e9bf9c8afabb57034..86346ddde8baeda1f3b591f9936e9e75901e807c 100644 (file)
@@ -3,7 +3,7 @@
  * Mini rmdir implementation for busybox
  *
  *
- * Copyright (C) 1999,2000 by Lineo, inc.
+ * Copyright (C) 1999,2000,2001 by Lineo, inc.
  * Written by Erik Andersen <andersen@lineo.com>, <andersee@debian.org>
  *
  * This program is free software; you can redistribute it and/or modify
index f0eca070d558249379aaefffddd85ee969c8cfc4..aa3098c6a580873618e52bdac65966d1482f46b1 100644 (file)
@@ -2,7 +2,7 @@
 /*
  * Mini tee implementation for busybox
  *
- * Copyright (C) 1999,2000 by Lineo, inc.
+ * Copyright (C) 1999,2000,2001 by Lineo, inc.
  * Written by Matt Kraai <kraai@alumni.carnegiemellon.edu>
  *
  * This program is free software; you can redistribute it and/or modify
index fa2f3b6092c952c26329432a33742292c86559f5..e174baa47bb06bd1823987a3344e231fc360c46a 100644 (file)
@@ -3,7 +3,7 @@
  * Mini touch implementation for busybox
  *
  *
- * Copyright (C) 1999,2000 by Lineo, inc.
+ * Copyright (C) 1999,2000,2001 by Lineo, inc.
  * Written by Erik Andersen <andersen@lineo.com>, <andersee@debian.org>
  *
  * This program is free software; you can redistribute it and/or modify
index 2288559628fc9b4c680259a7f678784a4e25c5ed..84f1ed231014d75bc888a2cd633807363d2c1e01 100644 (file)
@@ -3,7 +3,7 @@
  * Mini uniq implementation for busybox
  *
  *
- * Copyright (C) 1999,2000 by Lineo, inc.
+ * Copyright (C) 1999,2000,2001 by Lineo, inc.
  * Written by John Beppu <beppu@lineo.com>
  * Rewritten by Matt Kraai <kraai@alumni.carnegiemellon.edu>
  *
diff --git a/cp_mv.c b/cp_mv.c
index 41b981b72e3fa75e85becae7f8fb54f6ba61d6a9..dbd2fddf56dae3e7aa5f844996afcab872125f20 100644 (file)
--- a/cp_mv.c
+++ b/cp_mv.c
@@ -3,7 +3,7 @@
  * Mini `cp' and `mv' implementation for BusyBox.
  *
  *
- * Copyright (C) 1999 by Lineo, inc.
+ * Copyright (C) 1999,2000,2001 by Lineo, inc.
  * Written by Erik Andersen <andersen@lineo.com>, <andersee@debian.org>
  *
  * Copyright (C) 2000 by BitterSweet Enterprises, LLC. (GPL)
diff --git a/cut.c b/cut.c
index 262390e170bfee14615d1b91f74de6e7301792ff..ed68657dfaf4300d4063a6493e500f27ee12e9ab 100644 (file)
--- a/cut.c
+++ b/cut.c
@@ -1,7 +1,7 @@
 /*
  * cut.c - minimalist version of cut
  *
- * Copyright (C) 1999,2000 by Lineo, inc.
+ * Copyright (C) 1999,2000,2001 by Lineo, inc.
  * Written by Mark Whitley <markw@lineo.com>, <markw@codepoet.org>
  *
  * This program is free software; you can redistribute it and/or modify
index e69d1b4185c83ec1804088a74f8c7655243d34aa..e1170c25e7d96e467c8131edd71ca11acf8d52cd 100644 (file)
@@ -1,8 +1,8 @@
-busybox (0.49pre-1) unstable; urgency=low
+busybox (0.49-1) unstable; urgency=low
 
-  * Not released yet....
+  * Lots more source updates and bug fixes.  See changelog for details.
 
- -- Erik Andersen <andersee@debian.org>  Wed, 20 Jan 2000 08:00:07 -0700
+ -- Erik Andersen <andersee@debian.org>  Sat, 27 Jan 2001 01:45:53 -0700
 
 busybox (0.48-1) unstable; urgency=low
 
diff --git a/df.c b/df.c
index 0408f9f54c7f089e7d9243c8e174a0ae20e786a1..7a24fedd05912da3585771fed881c74b7b63fb76 100644 (file)
--- a/df.c
+++ b/df.c
@@ -2,7 +2,7 @@
 /*
  * Mini df implementation for busybox
  *
- * Copyright (C) 1999,2000 by Lineo, inc.
+ * Copyright (C) 1999,2000,2001 by Lineo, inc.
  * Written by Erik Andersen <andersen@lineo.com>, <andersee@debian.org>
  * based on original code by (I think) Bruce Perens <bruce@pixar.com>.
  *
index 333f08d41d482ef600fe7515255c67e90c7f560f..2e11a69dc432c358c8ef26d33fb2ac6e35708c77 100644 (file)
--- a/dirname.c
+++ b/dirname.c
@@ -2,7 +2,7 @@
 /*
  * Mini dirname implementation for busybox
  *
- * Copyright (C) 2000 by Lineo, inc.
+ * Copyright (C) 1999,2000,2001 by Lineo, inc.
  * Written by Erik Andersen <andersen@lineo.com>, <andersee@debian.org>
  *
  * This program is free software; you can redistribute it and/or modify
index cbeb03876a323de967722667caacbdb392b33ff1..e54a7683e0e2fdd995cc7812ff72202564cb9e14 100644 (file)
 BusyBox combines tiny versions of many common UNIX utilities into a single
 small executable. It provides minimalist replacements for most of the utilities
 you usually find in fileutils, shellutils, findutils, textutils, grep, gzip,
-tar, etc.  BusyBox provides a fairly complete POSIX environment for any small
-or embedded system.  The utilities in BusyBox generally have fewer options than
-their full-featured GNU cousins; however, the options that are included provide 
+tar, etc. BusyBox provides a fairly complete POSIX environment for any small or
+embedded system. The utilities in BusyBox generally have fewer options than
+their full featured GNU cousins; however, the options that are included provide
 the expected functionality and behave very much like their GNU counterparts.
 <p>
 BusyBox has been written with size-optimization and limited resources in mind.
 It is also extremely modular so you can easily include or exclude commands (or
-features) at compile time.  This makes it easy to customize your embedded
-systems.  To create a working system, just add a kernel, a shell (such as ash),
-and an editor (such as elvis-tiny or ae).  For a really minimal system, just
-the the busybox shell (not a POSIX shell, but very small and quite usable).
+features) at compile time. This makes it easy to customize your embedded
+systems. To create a working system, just add /dev, a kernel, and an editor,
+such as nano, e3, or elvis-tiny.  For a really minimal system, you can even use
+the busybox shell (not Bourne compatible, but very small and quite usable).
 <p>
 
 BusyBox is now maintained by 
@@ -60,7 +60,7 @@ BusyBox is licensed under the
 <a href="http://www.gnu.org/copyleft/gpl.html">GNU GENERAL PUBLIC LICENSE</a>
 <p>
 
-<H3>NEW!</h3>
+<H3>Mailing List Information</h3>
 BusyBox now has a <a href="http://opensource.lineo.com/lists/busybox/">mailing list</a>!
 To subscribe, go and visit <a href="http://opensource.lineo.com/mailman/listinfo/busybox">this page</a>.
 
@@ -77,6 +77,30 @@ To subscribe, go and visit <a href="http://opensource.lineo.com/mailman/listinfo
 
 <ul>
 
+    <p> <li> <b>27 January 2001 -- BusyBox 0.49 released</b>
+    <br>
+
+            Several new applets, lots of bug fixes, cleanups, and many smaller 
+            things made nicer.  Several cleanups and improvements to the shell.
+            For a list of the most interesting changes 
+            you might want to look at the <a href="ftp://oss.lineo.com/busybox/Changelog">changelog</a>. 
+            <p>
+            Special thanks go out to Matt Kraai and Larry Doolittle for all their
+            work on this release, and for keeping on top of things while I've been 
+            out of town.
+            <p>
+            <em>Special Note</em><br>
+
+            BusyBox 0.49 was supposed to have replaced lash, the BusyBox
+            shell, with a new shell that understands full Bourne shell/Posix shell grammer.
+            Well, that simply didn't happen in time for this release.  A new
+            shell that will eventually replace lash is already under
+            construction.  This new shell is being developed by Larry
+            Doolittle, and could use all of our help.  Please see the work in
+            progress on <a href="http://doolittle.faludi.com/~larry/parser.html">Larry's website</a> 
+            and help out if you can.  This shell will be included in the next 
+            release of BusyBox.
+
     <p> <li> <b>13 December 2000 -- BusyBox 0.48 released</b>
     <br>
 
@@ -96,19 +120,6 @@ To subscribe, go and visit <a href="http://opensource.lineo.com/mailman/listinfo
             this release, especially Matt Kraai, Larry Doolittle, and Kent Robotti.
 
 
-    <p> <li> <b>26 September 2000 -- BusyBox 0.47 released</b>
-    <br>
-
-            This release fixes lots of bugs (including an ugly bug in 0.46
-            syslogd that could fork-bomb your system).  Added several new
-            apps: rdate, wget, getopt, dos2unix, unix2dos, reset, unrpm, 
-            renice, xargs, and expr.  syslogd now supports network logging.
-            There are the usual tar updates.  Most apps now use getopt for
-            more correct option parsing.
-            See the <a href="ftp://oss.lineo.com/busybox/Changelog">changelog</a> 
-            for complete details.
-
-
     <p> <li> <b>Old News</b>
     <br>
             For the old news, visit <a href="http://busybox.lineo.com/oldnews.html">the old news page</a>.
index 4002ea11761af2f77db104c5a0b688ac8e7927ba..c55fcfd2809b861ae1741052534d0ad8a101ad63 100644 (file)
     <p> <li> <b>Take me back to the <a href="http://busybox.lineo.com/">BusyBox</a> web site.</b>
     <hr>
 
+    <p> <li> <b>26 September 2000 -- BusyBox 0.47 released</b>
+    <br>
+
+            This release fixes lots of bugs (including an ugly bug in 0.46
+            syslogd that could fork-bomb your system).  Added several new
+            apps: rdate, wget, getopt, dos2unix, unix2dos, reset, unrpm, 
+            renice, xargs, and expr.  syslogd now supports network logging.
+            There are the usual tar updates.  Most apps now use getopt for
+            more correct option parsing.
+            See the <a href="ftp://oss.lineo.com/busybox/Changelog">changelog</a> 
+            for complete details.
+
+
     <p> <li> <b>11 July 2000 -- BusyBox 0.46 released</b>
     <br>
 
diff --git a/du.c b/du.c
index 9cc2a673d4336ef77756942a2180881ddc200b9e..c56afbc4fee9f769fedef5180a3a1133e2807584 100644 (file)
--- a/du.c
+++ b/du.c
@@ -3,7 +3,7 @@
  * Mini du implementation for busybox
  *
  *
- * Copyright (C) 1999,2000 by Lineo, inc.
+ * Copyright (C) 1999,2000,2001 by Lineo, inc.
  * Written by John Beppu <beppu@lineo.com>
  *
  * This program is free software; you can redistribute it and/or modify
@@ -187,7 +187,7 @@ int du_main(int argc, char **argv)
        return status;
 }
 
-/* $Id: du.c,v 1.35 2001/01/27 08:24:37 andersen Exp $ */
+/* $Id: du.c,v 1.36 2001/01/27 09:33:38 andersen Exp $ */
 /*
 Local Variables:
 c-file-style: "linux"
index 95aad79e8aec80689f52baf98250b3f64ee1057a..73a9ad3ec23800392a7b1152df6e8fc03b277229 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * sed.c - very minimalist version of sed
  *
- * Copyright (C) 1999,2000 by Lineo, inc.
+ * Copyright (C) 1999,2000,2001 by Lineo, inc.
  * Written by Mark Whitley <markw@lineo.com>, <markw@codepoet.org>
  *
  * This program is free software; you can redistribute it and/or modify
index beb12fea34b97e627e2cd8caae52a1e340a59a1b..6bccd371cf2022370618de7c885fcf20ece2ee05 100644 (file)
@@ -1,5 +1,5 @@
 Name: busybox
-Version: 0.49pre
+Version: 0.49
 Release: 1
 Group: System/Utilities
 Summary: BusyBox is a tiny suite of Unix utilities in a multi-call binary.
diff --git a/find.c b/find.c
index 59a5b838df5032d690e7b673896289d27b5924ff..f60c45a4edd4ca9b3ed5a989dc8efc15436b0da9 100644 (file)
--- a/find.c
+++ b/find.c
@@ -3,7 +3,7 @@
  * Mini find implementation for busybox
  *
  *
- * Copyright (C) 1999,2000 by Lineo, inc.
+ * Copyright (C) 1999,2000,2001 by Lineo, inc.
  * Written by Erik Andersen <andersen@lineo.com>, <andersee@debian.org>
  *
  * This program is free software; you can redistribute it and/or modify
index 59a5b838df5032d690e7b673896289d27b5924ff..f60c45a4edd4ca9b3ed5a989dc8efc15436b0da9 100644 (file)
@@ -3,7 +3,7 @@
  * Mini find implementation for busybox
  *
  *
- * Copyright (C) 1999,2000 by Lineo, inc.
+ * Copyright (C) 1999,2000,2001 by Lineo, inc.
  * Written by Erik Andersen <andersen@lineo.com>, <andersee@debian.org>
  *
  * This program is free software; you can redistribute it and/or modify
index e9ff91b3ee3d52dd8df100ac29e28c7a0aff5435..320655bf4eb71b1c17f32a6d1d642c40acec9890 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * Mini grep implementation for busybox using libc regex.
  *
- * Copyright (C) 1999,2000 by Lineo, inc.
+ * Copyright (C) 1999,2000,2001 by Lineo, inc.
  * Written by Mark Whitley <markw@lineo.com>, <markw@codepoet.org>
  *
  * This program is free software; you can redistribute it and/or modify
index b900a0b143657d94343c54e4884582aa39577810..981a8acf50f7940b4de01d32e7b59a920055e759 100644 (file)
@@ -2,7 +2,7 @@
 /*
  * Which implementation for busybox
  *
- * Copyright (C) 2000 by Lineo, inc.
+ * Copyright (C) 1999,2000,2001 by Lineo, inc.
  * Written by Erik Andersen <andersen@lineo.com>, <andersee@debian.org>
  *
  * This program is free software; you can redistribute it and/or modify
index 1473f445fb4294c4091e6362693998e94cfe5c8d..89bcfc156d1f4de04508752dd4928c6e04d06723 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * Mini xargs implementation for busybox
  *
- * Copyright (C) 2000 by Lineo, inc.
+ * Copyright (C) 1999,2000,2001 by Lineo, inc.
  * Written by Erik Andersen <andersen@lineo.com>, <andersee@debian.org>
  * Remixed by Mark Whitley <markw@lineo.com>, <markw@codepoet.org>
  *
diff --git a/free.c b/free.c
index 4dd99ab498c3fc1d0d09740ade48f8a60dd3c490..17dd38687bd44f2d5efa4fd7e6dc93cf275e52ac 100644 (file)
--- a/free.c
+++ b/free.c
@@ -2,7 +2,7 @@
 /*
  * Mini free implementation for busybox
  *
- * Copyright (C) 1999,2000 by Lineo, inc.
+ * Copyright (C) 1999,2000,2001 by Lineo, inc.
  * Written by Erik Andersen <andersen@lineo.com>, <andersee@debian.org>
  *
  * This program is free software; you can redistribute it and/or modify
diff --git a/grep.c b/grep.c
index e9ff91b3ee3d52dd8df100ac29e28c7a0aff5435..320655bf4eb71b1c17f32a6d1d642c40acec9890 100644 (file)
--- a/grep.c
+++ b/grep.c
@@ -1,7 +1,7 @@
 /*
  * Mini grep implementation for busybox using libc regex.
  *
- * Copyright (C) 1999,2000 by Lineo, inc.
+ * Copyright (C) 1999,2000,2001 by Lineo, inc.
  * Written by Mark Whitley <markw@lineo.com>, <markw@codepoet.org>
  *
  * This program is free software; you can redistribute it and/or modify
diff --git a/head.c b/head.c
index 71aa8258cf1c662f540770d02577068d2347a4fc..7d87f32cbad815e20fde56cf1080dbb4ffd2adf1 100644 (file)
--- a/head.c
+++ b/head.c
@@ -3,7 +3,7 @@
  * Mini head implementation for busybox
  *
  *
- * Copyright (C) 1999,2000 by Lineo, inc.
+ * Copyright (C) 1999,2000,2001 by Lineo, inc.
  * Written by John Beppu <beppu@lineo.com>
  *
  * This program is free software; you can redistribute it and/or modify
index b82728a26fd91baa5ef9afb38f0af8882c55a250..57a152c013f8ae0ef7c7a36d974ae5cfc6fdf0ac 100644 (file)
--- a/insmod.c
+++ b/insmod.c
@@ -2,7 +2,7 @@
 /*
  * Mini insmod implementation for busybox
  *
- * Copyright (C) 1999,2000 by Lineo, inc.
+ * Copyright (C) 1999,2000,2001 by Lineo, inc.
  * Written by Erik Andersen <andersen@lineo.com>
  * and Ron Alder <alder@lineo.com>
  *
@@ -81,7 +81,7 @@
 #ifndef MODUTILS_MODULE_H
 static const int MODUTILS_MODULE_H = 1;
 
-#ident "$Id: insmod.c,v 1.43 2001/01/27 08:24:37 andersen Exp $"
+#ident "$Id: insmod.c,v 1.44 2001/01/27 09:33:38 andersen Exp $"
 
 /* This file contains the structures used by the 2.0 and 2.1 kernels.
    We do not use the kernel headers directly because we do not wish
@@ -287,7 +287,7 @@ int delete_module(const char *);
 #ifndef MODUTILS_OBJ_H
 static const int MODUTILS_OBJ_H = 1;
 
-#ident "$Id: insmod.c,v 1.43 2001/01/27 08:24:37 andersen Exp $"
+#ident "$Id: insmod.c,v 1.44 2001/01/27 09:33:38 andersen Exp $"
 
 /* The relocatable object is manipulated using elfin types.  */
 
diff --git a/lash.c b/lash.c
index 54d6b3ad7dd3d8dfd4d71150b6ac5457164873dc..bd6945605867c4b5ccfda9be50ea64b713dd7bb9 100644 (file)
--- a/lash.c
+++ b/lash.c
@@ -2,7 +2,7 @@
 /*
  * lash -- the BusyBox Lame-Ass SHell
  *
- * Copyright (C) 2000 by Lineo, inc.
+ * Copyright (C) 1999,2000,2001 by Lineo, inc.
  * Written by Erik Andersen <andersen@lineo.com>, <andersee@debian.org>
  *
  * Based in part on ladsh.c by Michael K. Johnson and Erik W. Troan, which is
diff --git a/ln.c b/ln.c
index d6bf6443af08338dafa713b96eabb53869a26bd9..54e81f4c54c55f04868423759ffb00a45ef58415 100644 (file)
--- a/ln.c
+++ b/ln.c
@@ -2,7 +2,7 @@
 /*
  * Mini ln implementation for busybox
  *
- * Copyright (C) 1999,2000 by Lineo, inc.
+ * Copyright (C) 1999,2000,2001 by Lineo, inc.
  * Written by Erik Andersen <andersen@lineo.com>, <andersee@debian.org>
  *
  * This program is free software; you can redistribute it and/or modify
index d286f34d1f1204f3b44df73d16c45afb17ed1f99..1ab868d75f86cd7934fb768ddd009259b21c9c2a 100644 (file)
--- a/logger.c
+++ b/logger.c
@@ -2,7 +2,7 @@
 /*
  * Mini logger implementation for busybox
  *
- * Copyright (C) 1999,2000 by Lineo, inc.
+ * Copyright (C) 1999,2000,2001 by Lineo, inc.
  * Written by Erik Andersen <andersen@lineo.com>, <andersee@debian.org>
  *
  * This program is free software; you can redistribute it and/or modify
diff --git a/lsmod.c b/lsmod.c
index 41575585fcd13f395b70abbd05b7e1c48b0d9bb6..ab8445596531db8267e6e6075e703567afdeac32 100644 (file)
--- a/lsmod.c
+++ b/lsmod.c
@@ -2,7 +2,7 @@
 /*
  * Mini lsmod implementation for busybox
  *
- * Copyright (C) 1999,2000 by Lineo, inc.
+ * Copyright (C) 1999,2000,2001 by Lineo, inc.
  * Written by Erik Andersen <andersen@lineo.com>, <andersee@debian.org>
  *
  * Modified by Alcove, Julien Gaulmin <julien.gaulmin@alcove.fr> and
index 98f1dea4fe28c2f14ac1c1a16145707d7b96f8e6..57f43d1740613e25290a32fe1411edfb4e226360 100644 (file)
@@ -3,7 +3,7 @@
  * Mini readlink implementation for busybox
  *
  *
- * Copyright (C) 2000 by Lineo, inc.
+ * Copyright (C) 1999,2000,2001 by Lineo, inc.
  * Written by Matt Kraai <kraai@alumni.carnegiemellon.edu>
  *
  * This program is free software; you can redistribute it and/or modify
diff --git a/mkdir.c b/mkdir.c
index eb6e7db7dbabc53342cfaf479757e2675b6dddc2..2345d88314dec8e51ca51cc2cf525e49e7082570 100644 (file)
--- a/mkdir.c
+++ b/mkdir.c
@@ -2,7 +2,7 @@
 /*
  * Mini mkdir implementation for busybox
  *
- * Copyright (C) 1999,2000 by Lineo, inc.
+ * Copyright (C) 1999,2000,2001 by Lineo, inc.
  * Written by Erik Andersen <andersen@lineo.com>, <andersee@debian.org>
  *
  * This program is free software; you can redistribute it and/or modify
index b82728a26fd91baa5ef9afb38f0af8882c55a250..57a152c013f8ae0ef7c7a36d974ae5cfc6fdf0ac 100644 (file)
@@ -2,7 +2,7 @@
 /*
  * Mini insmod implementation for busybox
  *
- * Copyright (C) 1999,2000 by Lineo, inc.
+ * Copyright (C) 1999,2000,2001 by Lineo, inc.
  * Written by Erik Andersen <andersen@lineo.com>
  * and Ron Alder <alder@lineo.com>
  *
@@ -81,7 +81,7 @@
 #ifndef MODUTILS_MODULE_H
 static const int MODUTILS_MODULE_H = 1;
 
-#ident "$Id: insmod.c,v 1.43 2001/01/27 08:24:37 andersen Exp $"
+#ident "$Id: insmod.c,v 1.44 2001/01/27 09:33:38 andersen Exp $"
 
 /* This file contains the structures used by the 2.0 and 2.1 kernels.
    We do not use the kernel headers directly because we do not wish
@@ -287,7 +287,7 @@ int delete_module(const char *);
 #ifndef MODUTILS_OBJ_H
 static const int MODUTILS_OBJ_H = 1;
 
-#ident "$Id: insmod.c,v 1.43 2001/01/27 08:24:37 andersen Exp $"
+#ident "$Id: insmod.c,v 1.44 2001/01/27 09:33:38 andersen Exp $"
 
 /* The relocatable object is manipulated using elfin types.  */
 
index 41575585fcd13f395b70abbd05b7e1c48b0d9bb6..ab8445596531db8267e6e6075e703567afdeac32 100644 (file)
@@ -2,7 +2,7 @@
 /*
  * Mini lsmod implementation for busybox
  *
- * Copyright (C) 1999,2000 by Lineo, inc.
+ * Copyright (C) 1999,2000,2001 by Lineo, inc.
  * Written by Erik Andersen <andersen@lineo.com>, <andersee@debian.org>
  *
  * Modified by Alcove, Julien Gaulmin <julien.gaulmin@alcove.fr> and
index ff08c4ca0e1a861ee311ffa31ba95c0881bb626e..3a66af87ad127f2cd21558b3815c9593b7e579eb 100644 (file)
@@ -2,7 +2,7 @@
 /*
  * Mini rmmod implementation for busybox
  *
- * Copyright (C) 1999,2000 by Lineo, inc.
+ * Copyright (C) 1999,2000,2001 by Lineo, inc.
  * Written by Erik Andersen <andersen@lineo.com>, <andersee@debian.org>
  *
  * This program is free software; you can redistribute it and/or modify
index 1f37e313f1841a8f1e28bee5a28dad2c613e99f9..8bfcd578587f66a9883002eb0abb3ced8c37287c 100644 (file)
@@ -2,7 +2,7 @@
 /*
  * Mini nslookup implementation for busybox
  *
- * Copyright (C) 2000 by Lineo, inc.
+ * Copyright (C) 1999,2000,2001 by Lineo, inc.
  * Written by John Beppu <beppu@lineo.com>
  *
  * This program is free software; you can redistribute it and/or modify
@@ -170,4 +170,4 @@ int nslookup_main(int argc, char **argv)
        return EXIT_SUCCESS;
 }
 
-/* $Id: nslookup.c,v 1.19 2001/01/27 08:24:37 andersen Exp $ */
+/* $Id: nslookup.c,v 1.20 2001/01/27 09:33:38 andersen Exp $ */
index 1f37e313f1841a8f1e28bee5a28dad2c613e99f9..8bfcd578587f66a9883002eb0abb3ced8c37287c 100644 (file)
@@ -2,7 +2,7 @@
 /*
  * Mini nslookup implementation for busybox
  *
- * Copyright (C) 2000 by Lineo, inc.
+ * Copyright (C) 1999,2000,2001 by Lineo, inc.
  * Written by John Beppu <beppu@lineo.com>
  *
  * This program is free software; you can redistribute it and/or modify
@@ -170,4 +170,4 @@ int nslookup_main(int argc, char **argv)
        return EXIT_SUCCESS;
 }
 
-/* $Id: nslookup.c,v 1.19 2001/01/27 08:24:37 andersen Exp $ */
+/* $Id: nslookup.c,v 1.20 2001/01/27 09:33:38 andersen Exp $ */
index 4dd99ab498c3fc1d0d09740ade48f8a60dd3c490..17dd38687bd44f2d5efa4fd7e6dc93cf275e52ac 100644 (file)
@@ -2,7 +2,7 @@
 /*
  * Mini free implementation for busybox
  *
- * Copyright (C) 1999,2000 by Lineo, inc.
+ * Copyright (C) 1999,2000,2001 by Lineo, inc.
  * Written by Erik Andersen <andersen@lineo.com>, <andersee@debian.org>
  *
  * This program is free software; you can redistribute it and/or modify
index aac064c2af3b2f19a0f7dadce603dc4f9fe136f0..08597fe3a9a05211d21a42b2aba6c48037ffea6f 100644 (file)
@@ -2,8 +2,8 @@
 /*
  * Mini ps implementation(s) for busybox
  *
- * Copyright (C) 1999,2000 by Lineo, inc.  Written by Erik Andersen
- * <andersen@lineo.com>, <andersee@debian.org>
+ * Copyright (C) 1999,2000,2001 by Lineo, inc.  
+ * Written by Erik Andersen <andersen@lineo.com>, <andersee@debian.org>
  *
  *
  * This contains _two_ implementations of ps for Linux.  One uses the
index 4463b94ef20b389c7981e2f3f6bcd00bc0ceb977..213a39851f89928e5f3db691b1265b59b1e03ad9 100644 (file)
@@ -2,7 +2,7 @@
 /*
  * Mini uptime implementation for busybox
  *
- * Copyright (C) 1999,2000 by Lineo, inc.
+ * Copyright (C) 1999,2000,2001 by Lineo, inc.
  * Written by Erik Andersen <andersen@lineo.com>, <andersee@debian.org>
  *
  * This program is free software; you can redistribute it and/or modify
diff --git a/ps.c b/ps.c
index aac064c2af3b2f19a0f7dadce603dc4f9fe136f0..08597fe3a9a05211d21a42b2aba6c48037ffea6f 100644 (file)
--- a/ps.c
+++ b/ps.c
@@ -2,8 +2,8 @@
 /*
  * Mini ps implementation(s) for busybox
  *
- * Copyright (C) 1999,2000 by Lineo, inc.  Written by Erik Andersen
- * <andersen@lineo.com>, <andersee@debian.org>
+ * Copyright (C) 1999,2000,2001 by Lineo, inc.  
+ * Written by Erik Andersen <andersen@lineo.com>, <andersee@debian.org>
  *
  *
  * This contains _two_ implementations of ps for Linux.  One uses the
index 98f1dea4fe28c2f14ac1c1a16145707d7b96f8e6..57f43d1740613e25290a32fe1411edfb4e226360 100644 (file)
@@ -3,7 +3,7 @@
  * Mini readlink implementation for busybox
  *
  *
- * Copyright (C) 2000 by Lineo, inc.
+ * Copyright (C) 1999,2000,2001 by Lineo, inc.
  * Written by Matt Kraai <kraai@alumni.carnegiemellon.edu>
  *
  * This program is free software; you can redistribute it and/or modify
diff --git a/reset.c b/reset.c
index 861bd435bc6052eaffe2e9b47dca77c6af53acdd..294cab3c4d5b64b4afd19193743cfe7705dc4b31 100644 (file)
--- a/reset.c
+++ b/reset.c
@@ -3,7 +3,7 @@
  * Mini reset implementation for busybox
  *
  *
- * Copyright (C) 1999,2000 by Lineo, inc.
+ * Copyright (C) 1999,2000,2001 by Lineo, inc.
  * Written by Erik Andersen <andersen@lineo.com>, <andersee@debian.org>
  *        and Kent Robotti <robotti@metconnect.com>
  *
diff --git a/rm.c b/rm.c
index 302599ec07dff3c7f47aa7884c36fb155ca6d0ba..ce293a2aa388afcce86481fa076504ff133e83a6 100644 (file)
--- a/rm.c
+++ b/rm.c
@@ -3,7 +3,7 @@
  * Mini rm implementation for busybox
  *
  *
- * Copyright (C) 1999,2000 by Lineo, inc.
+ * Copyright (C) 1999,2000,2001 by Lineo, inc.
  * Written by Erik Andersen <andersen@lineo.com>, <andersee@debian.org>
  *
  * This program is free software; you can redistribute it and/or modify
diff --git a/rmdir.c b/rmdir.c
index 8c2165e6b3e01d46f518af3e9bf9c8afabb57034..86346ddde8baeda1f3b591f9936e9e75901e807c 100644 (file)
--- a/rmdir.c
+++ b/rmdir.c
@@ -3,7 +3,7 @@
  * Mini rmdir implementation for busybox
  *
  *
- * Copyright (C) 1999,2000 by Lineo, inc.
+ * Copyright (C) 1999,2000,2001 by Lineo, inc.
  * Written by Erik Andersen <andersen@lineo.com>, <andersee@debian.org>
  *
  * This program is free software; you can redistribute it and/or modify
diff --git a/rmmod.c b/rmmod.c
index ff08c4ca0e1a861ee311ffa31ba95c0881bb626e..3a66af87ad127f2cd21558b3815c9593b7e579eb 100644 (file)
--- a/rmmod.c
+++ b/rmmod.c
@@ -2,7 +2,7 @@
 /*
  * Mini rmmod implementation for busybox
  *
- * Copyright (C) 1999,2000 by Lineo, inc.
+ * Copyright (C) 1999,2000,2001 by Lineo, inc.
  * Written by Erik Andersen <andersen@lineo.com>, <andersee@debian.org>
  *
  * This program is free software; you can redistribute it and/or modify
diff --git a/sed.c b/sed.c
index 95aad79e8aec80689f52baf98250b3f64ee1057a..73a9ad3ec23800392a7b1152df6e8fc03b277229 100644 (file)
--- a/sed.c
+++ b/sed.c
@@ -1,7 +1,7 @@
 /*
  * sed.c - very minimalist version of sed
  *
- * Copyright (C) 1999,2000 by Lineo, inc.
+ * Copyright (C) 1999,2000,2001 by Lineo, inc.
  * Written by Mark Whitley <markw@lineo.com>, <markw@codepoet.org>
  *
  * This program is free software; you can redistribute it and/or modify
diff --git a/sh.c b/sh.c
index 54d6b3ad7dd3d8dfd4d71150b6ac5457164873dc..bd6945605867c4b5ccfda9be50ea64b713dd7bb9 100644 (file)
--- a/sh.c
+++ b/sh.c
@@ -2,7 +2,7 @@
 /*
  * lash -- the BusyBox Lame-Ass SHell
  *
- * Copyright (C) 2000 by Lineo, inc.
+ * Copyright (C) 1999,2000,2001 by Lineo, inc.
  * Written by Erik Andersen <andersen@lineo.com>, <andersee@debian.org>
  *
  * Based in part on ladsh.c by Michael K. Johnson and Erik W. Troan, which is
index 54d6b3ad7dd3d8dfd4d71150b6ac5457164873dc..bd6945605867c4b5ccfda9be50ea64b713dd7bb9 100644 (file)
@@ -2,7 +2,7 @@
 /*
  * lash -- the BusyBox Lame-Ass SHell
  *
- * Copyright (C) 2000 by Lineo, inc.
+ * Copyright (C) 1999,2000,2001 by Lineo, inc.
  * Written by Erik Andersen <andersen@lineo.com>, <andersee@debian.org>
  *
  * Based in part on ladsh.c by Michael K. Johnson and Erik W. Troan, which is
index d792c708d3b62429a5dfaa4a3d5373ede2aa65ad..8a9134ca0075342a8066654ed441da594d770395 100644 (file)
@@ -3,7 +3,7 @@
  * Mini swapon/swapoff implementation for busybox
  *
  *
- * Copyright (C) 1999,2000 by Lineo, inc.
+ * Copyright (C) 1999,2000,2001 by Lineo, inc.
  * Written by Erik Andersen <andersen@lineo.com>, <andersee@debian.org>
  *
  * This program is free software; you can redistribute it and/or modify
index d286f34d1f1204f3b44df73d16c45afb17ed1f99..1ab868d75f86cd7934fb768ddd009259b21c9c2a 100644 (file)
@@ -2,7 +2,7 @@
 /*
  * Mini logger implementation for busybox
  *
- * Copyright (C) 1999,2000 by Lineo, inc.
+ * Copyright (C) 1999,2000,2001 by Lineo, inc.
  * Written by Erik Andersen <andersen@lineo.com>, <andersee@debian.org>
  *
  * This program is free software; you can redistribute it and/or modify
index 3c36f68e874f1db63cc0a90240c69e9e0f11a365..8eb74c69f3353d9b24634aad156babb38d34511f 100644 (file)
@@ -2,7 +2,7 @@
 /*
  * Mini syslogd implementation for busybox
  *
- * Copyright (C) 1999,2000 by Lineo, inc.
+ * Copyright (C) 1999,2000,2001 by Lineo, inc.
  * Written by Erik Andersen <andersen@lineo.com>, <andersee@debian.org>
  *
  * Copyright (C) 2000 by Karl M. Hegbloom <karlheg@debian.org>
index 3c36f68e874f1db63cc0a90240c69e9e0f11a365..8eb74c69f3353d9b24634aad156babb38d34511f 100644 (file)
--- a/syslogd.c
+++ b/syslogd.c
@@ -2,7 +2,7 @@
 /*
  * Mini syslogd implementation for busybox
  *
- * Copyright (C) 1999,2000 by Lineo, inc.
+ * Copyright (C) 1999,2000,2001 by Lineo, inc.
  * Written by Erik Andersen <andersen@lineo.com>, <andersee@debian.org>
  *
  * Copyright (C) 2000 by Karl M. Hegbloom <karlheg@debian.org>
diff --git a/tar.c b/tar.c
index 2c7169bcc349e57eeb92e113f7ccfc3d98510a4c..3082914550a32672d10dcd8ed4270092be31219e 100644 (file)
--- a/tar.c
+++ b/tar.c
@@ -6,7 +6,7 @@
  * ground up.  It still has remnents of the old code lying about, but it is
  * very different now (i.e. cleaner, less global variables, etc)
  *
- * Copyright (C) 2000 by Lineo, inc.
+ * Copyright (C) 1999,2000,2001 by Lineo, inc.
  * Written by Erik Andersen <andersen@lineo.com>, <andersee@debian.org>
  *
  * Based in part in the tar implementation in sash
diff --git a/tee.c b/tee.c
index f0eca070d558249379aaefffddd85ee969c8cfc4..aa3098c6a580873618e52bdac65966d1482f46b1 100644 (file)
--- a/tee.c
+++ b/tee.c
@@ -2,7 +2,7 @@
 /*
  * Mini tee implementation for busybox
  *
- * Copyright (C) 1999,2000 by Lineo, inc.
+ * Copyright (C) 1999,2000,2001 by Lineo, inc.
  * Written by Matt Kraai <kraai@alumni.carnegiemellon.edu>
  *
  * This program is free software; you can redistribute it and/or modify
diff --git a/touch.c b/touch.c
index fa2f3b6092c952c26329432a33742292c86559f5..e174baa47bb06bd1823987a3344e231fc360c46a 100644 (file)
--- a/touch.c
+++ b/touch.c
@@ -3,7 +3,7 @@
  * Mini touch implementation for busybox
  *
  *
- * Copyright (C) 1999,2000 by Lineo, inc.
+ * Copyright (C) 1999,2000,2001 by Lineo, inc.
  * Written by Erik Andersen <andersen@lineo.com>, <andersee@debian.org>
  *
  * This program is free software; you can redistribute it and/or modify
index 155b2628646a55fa1ad2d4c220abc6e9d364163f..187f68072fe5c5eeb48ebeb3baa0d1b1e143980a 100644 (file)
@@ -3,7 +3,7 @@
  * Mini true/false implementation for busybox
  *
  *
- * Copyright (C) 1999,2000 by Lineo, inc.
+ * Copyright (C) 1999,2000,2001 by Lineo, inc.
  * Written by Erik Andersen <andersen@lineo.com>, <andersee@debian.org>
  *
  * This program is free software; you can redistribute it and/or modify
index dfd58259d76b13b37035c620447427b11d0323d1..3772d55f09d8d943e47b32401d2891e55c3759c7 100644 (file)
--- a/umount.c
+++ b/umount.c
@@ -3,7 +3,7 @@
  * Mini umount implementation for busybox
  *
  *
- * Copyright (C) 1999,2000 by Lineo, inc.
+ * Copyright (C) 1999,2000,2001 by Lineo, inc.
  * Written by Erik Andersen <andersen@lineo.com>, <andersee@debian.org>
  *
  * This program is free software; you can redistribute it and/or modify
diff --git a/uniq.c b/uniq.c
index 2288559628fc9b4c680259a7f678784a4e25c5ed..84f1ed231014d75bc888a2cd633807363d2c1e01 100644 (file)
--- a/uniq.c
+++ b/uniq.c
@@ -3,7 +3,7 @@
  * Mini uniq implementation for busybox
  *
  *
- * Copyright (C) 1999,2000 by Lineo, inc.
+ * Copyright (C) 1999,2000,2001 by Lineo, inc.
  * Written by John Beppu <beppu@lineo.com>
  * Rewritten by Matt Kraai <kraai@alumni.carnegiemellon.edu>
  *
index 4463b94ef20b389c7981e2f3f6bcd00bc0ceb977..213a39851f89928e5f3db691b1265b59b1e03ad9 100644 (file)
--- a/uptime.c
+++ b/uptime.c
@@ -2,7 +2,7 @@
 /*
  * Mini uptime implementation for busybox
  *
- * Copyright (C) 1999,2000 by Lineo, inc.
+ * Copyright (C) 1999,2000,2001 by Lineo, inc.
  * Written by Erik Andersen <andersen@lineo.com>, <andersee@debian.org>
  *
  * This program is free software; you can redistribute it and/or modify
index d792c708d3b62429a5dfaa4a3d5373ede2aa65ad..8a9134ca0075342a8066654ed441da594d770395 100644 (file)
@@ -3,7 +3,7 @@
  * Mini swapon/swapoff implementation for busybox
  *
  *
- * Copyright (C) 1999,2000 by Lineo, inc.
+ * Copyright (C) 1999,2000,2001 by Lineo, inc.
  * Written by Erik Andersen <andersen@lineo.com>, <andersee@debian.org>
  *
  * This program is free software; you can redistribute it and/or modify
index dfd58259d76b13b37035c620447427b11d0323d1..3772d55f09d8d943e47b32401d2891e55c3759c7 100644 (file)
@@ -3,7 +3,7 @@
  * Mini umount implementation for busybox
  *
  *
- * Copyright (C) 1999,2000 by Lineo, inc.
+ * Copyright (C) 1999,2000,2001 by Lineo, inc.
  * Written by Erik Andersen <andersen@lineo.com>, <andersee@debian.org>
  *
  * This program is free software; you can redistribute it and/or modify
diff --git a/which.c b/which.c
index b900a0b143657d94343c54e4884582aa39577810..981a8acf50f7940b4de01d32e7b59a920055e759 100644 (file)
--- a/which.c
+++ b/which.c
@@ -2,7 +2,7 @@
 /*
  * Which implementation for busybox
  *
- * Copyright (C) 2000 by Lineo, inc.
+ * Copyright (C) 1999,2000,2001 by Lineo, inc.
  * Written by Erik Andersen <andersen@lineo.com>, <andersee@debian.org>
  *
  * This program is free software; you can redistribute it and/or modify
diff --git a/xargs.c b/xargs.c
index 1473f445fb4294c4091e6362693998e94cfe5c8d..89bcfc156d1f4de04508752dd4928c6e04d06723 100644 (file)
--- a/xargs.c
+++ b/xargs.c
@@ -1,7 +1,7 @@
 /*
  * Mini xargs implementation for busybox
  *
- * Copyright (C) 2000 by Lineo, inc.
+ * Copyright (C) 1999,2000,2001 by Lineo, inc.
  * Written by Erik Andersen <andersen@lineo.com>, <andersee@debian.org>
  * Remixed by Mark Whitley <markw@lineo.com>, <markw@codepoet.org>
  *