oweals/busybox.git
18 years agoUpdate unzip to -current, mostly to get the integer overflow bug (commit 11299)
Rob Landley [Thu, 1 Sep 2005 01:34:05 +0000 (01:34 -0000)]
Update unzip to -current, mostly to get the integer overflow bug (commit 11299)
but the rest shouldn't hurt.

18 years agoDirk Clemens made tar cj work while upgrading the Siemens M740AV to
Rob Landley [Fri, 26 Aug 2005 03:27:45 +0000 (03:27 -0000)]
Dirk Clemens made tar cj work while upgrading the Siemens M740AV to
busybox 1.01.

18 years agoWhen doing 'make release' nuke the .svn directories, not the 1_01
Eric Andersen [Wed, 17 Aug 2005 00:01:38 +0000 (00:01 -0000)]
When doing 'make release' nuke the .svn directories, not the
CVS dirs (since they are no longer present)

18 years agoWe don't need no stinkin changelog
Eric Andersen [Tue, 16 Aug 2005 23:59:17 +0000 (23:59 -0000)]
We don't need no stinkin changelog

18 years agoBernhard Fischer writes: fix devfsd usage
Mike Frysinger [Mon, 15 Aug 2005 22:13:21 +0000 (22:13 -0000)]
Bernhard Fischer writes: fix devfsd usage

18 years agoPatch from Stephane Billiart to improve ash error message.
Rob Landley [Sun, 14 Aug 2005 19:17:31 +0000 (19:17 -0000)]
Patch from Stephane Billiart to improve ash error message.

18 years agoA complete rewrite of the README. Probably broke stuff, but it's unlikely
Rob Landley [Sun, 14 Aug 2005 00:19:32 +0000 (00:19 -0000)]
A complete rewrite of the README.  Probably broke stuff, but it's unlikely
to affect the compile, now is it?

18 years agoDelete the patches directory from 1.0.
Rob Landley [Sat, 13 Aug 2005 04:05:50 +0000 (04:05 -0000)]
Delete the patches directory from 1.0.

18 years agoAnd 10922.
Rob Landley [Sat, 13 Aug 2005 03:10:29 +0000 (03:10 -0000)]
And 10922.

Ick.

18 years ago11043 and 11011
Rob Landley [Sat, 13 Aug 2005 02:28:34 +0000 (02:28 -0000)]
11043 and 11011

18 years agoMore backports:
Rob Landley [Sat, 13 Aug 2005 01:22:03 +0000 (01:22 -0000)]
More backports:
10957 start-stop-daemon -q
10981, 10982, 10994, 10996, 10997: dumpkmap cleanup
10983: top tweak
11000 traceroute

18 years agoThis is published from trunk, remove from 1.0 branch.
Rob Landley [Sat, 13 Aug 2005 01:12:49 +0000 (01:12 -0000)]
This is published from trunk, remove from 1.0 branch.

18 years agoMakefile related backports:
Rob Landley [Sat, 13 Aug 2005 01:10:27 +0000 (01:10 -0000)]
Makefile related backports:
10945, 10946 Make compile much, much faster.
10923 big makefile change.  Nervous.
10946, 10991, 10998, 11003 small makefile fixes.

18 years agoBackport:
Rob Landley [Sat, 13 Aug 2005 00:46:00 +0000 (00:46 -0000)]
Backport:

10882 tar fix
10884, 10920, 11128 tail fixes
10885 tftp -g fix
10900 dpkg fix (script support)
And I guess 10918 isn't relevant?

18 years ago1.0 backports of:
Rob Landley [Sat, 13 Aug 2005 00:26:01 +0000 (00:26 -0000)]
1.0 backports of:

10861, 10875, 10881, 10888 ash fix
10865 suid thing?  (look at this)
10886 telnet bugfix
10866 ftp fix for RFC 959 compliance.
10867 Remove spurious newline from cp -i prompt.
10874 ksyslogd fix
10876 msh fix
10877 httpd fix
10880, 10889, 11005 dhcp fixes

18 years agoBackport 10864 and 10999.
Rob Landley [Fri, 12 Aug 2005 06:08:41 +0000 (06:08 -0000)]
Backport 10864 and 10999.

18 years agoBackport 10853, 10860/10870, and 10862.
Rob Landley [Fri, 12 Aug 2005 06:06:54 +0000 (06:06 -0000)]
Backport 10853, 10860/10870, and 10862.

18 years agoAnd 10873.
Rob Landley [Fri, 12 Aug 2005 06:02:30 +0000 (06:02 -0000)]
And 10873.

18 years agoDo not define 'AUTOCONF_INCLUDED'
Eric Andersen [Tue, 2 Aug 2005 01:00:20 +0000 (01:00 -0000)]
Do not define 'AUTOCONF_INCLUDED'

18 years agopatch by srowe in Bug 359 to fix fgrep aliasing
Mike Frysinger [Sun, 31 Jul 2005 22:41:05 +0000 (22:41 -0000)]
patch by srowe in Bug 359 to fix fgrep aliasing

18 years agoThe change in getty.c in Busybox 1.01 caused the /etc/issue file to not
Eric Andersen [Wed, 27 Jul 2005 06:03:24 +0000 (06:03 -0000)]
The change in getty.c in Busybox 1.01 caused the /etc/issue file to not
be displayed unless CONFIG_FEATURE_UTMP is set.  This was not the intended
result.

18 years agono longer used as reported by apgo in Bug 348
Mike Frysinger [Tue, 26 Jul 2005 22:53:35 +0000 (22:53 -0000)]
no longer used as reported by apgo in Bug 348

18 years agoShaun Jackman points out that we shouldn't depend on netdb.h to include
Rob Landley [Mon, 25 Jul 2005 08:09:51 +0000 (08:09 -0000)]
Shaun Jackman points out that we shouldn't depend on netdb.h to include
netinet.h for us, although what strange compiler this is expected to
cause problems with wasn't specified...

18 years agoTweak from Sean Jackman: use socklen_t instead of size_t for a declaration.
Rob Landley [Mon, 25 Jul 2005 01:46:24 +0000 (01:46 -0000)]
Tweak from Sean Jackman: use socklen_t instead of size_t for a  declaration.

18 years agoBump the version to 1.01
Eric Andersen [Tue, 19 Jul 2005 00:01:10 +0000 (00:01 -0000)]
Bump the version to 1.01

18 years agoBackport 10849 and 10851
Eric Andersen [Mon, 18 Jul 2005 23:54:47 +0000 (23:54 -0000)]
Backport 10849 and 10851

18 years agobusybox-1.0.1-rc1.patch
Eric Andersen [Mon, 18 Jul 2005 23:51:27 +0000 (23:51 -0000)]
busybox-1.0.1-rc1.patch
http://busybox.net/lists/busybox/2005-July/014974.html

19 years agoThis commit was manufactured by cvs2svn to create tag 'busybox_1_00'.
nobody [Wed, 13 Oct 2004 09:42:10 +0000 (09:42 -0000)]
This commit was manufactured by cvs2svn to create tag 'busybox_1_00'.