summary |
shortlog | log |
commit |
commitdiff |
tree
first ⋅ prev ⋅ next
Rob Landley [Sun, 9 Oct 2005 17:03:26 +0000 (17:03 -0000)]
Jan-Simon Moller adapted SVN 10238 (the selinux update) to the 1.0 line.
Mike Frysinger [Thu, 15 Sep 2005 01:34:28 +0000 (01:34 -0000)]
merge endian fix from trunk
Mike Frysinger [Wed, 14 Sep 2005 00:03:23 +0000 (00:03 -0000)]
merge alpha/parisc support from trunk
Eric Andersen [Mon, 12 Sep 2005 22:20:22 +0000 (22:20 -0000)]
Patch from Paul Fox to fix the reported vi status line problems.
Paul writes:
the bugs were being caused because when edit_status() and/or
show_status_line() were being called, the current status wasn't
always yet up to date. i've changed things so that the
formatting/checking/displaying of the status line occurs more
rigorously as the last thing before the user is asked for input.
i did some minor optimization so we don't have to count the
file's lines every time, but this could be improved. (yes, i
know that turning file_modified into a counter will cause it to
be wrong once in blue moon. i'm willing to risk that. ymmv.
this could be fixed with the addition of one more boolean.)
Eric Andersen [Mon, 12 Sep 2005 21:26:42 +0000 (21:26 -0000)]
sysctl was seriously broken. And since in some cases 'CONFIG_SYSCTL'
could be included into application space via the kernel config option
of the same name, nasty compilation problems could result.
Eric Andersen [Mon, 12 Sep 2005 19:17:03 +0000 (19:17 -0000)]
Kunihiko IMAI writes:
Hi,
We're using busybox and thank the authors.
I found a short buffer allocation at busybox/sysklod/syslod.c. It
mis-declares length of filenames, seems to forget for '\0' or two
column numbered suffix of backup files (ex. messages.10).
Here is a patch for the problem.
Thanks.
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.
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.
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)
Eric Andersen [Tue, 16 Aug 2005 23:59:17 +0000 (23:59 -0000)]
We don't need no stinkin changelog
Mike Frysinger [Mon, 15 Aug 2005 22:13:21 +0000 (22:13 -0000)]
Bernhard Fischer writes: fix devfsd usage
Rob Landley [Sun, 14 Aug 2005 19:17:31 +0000 (19:17 -0000)]
Patch from Stephane Billiart to improve ash error message.
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?
Rob Landley [Sat, 13 Aug 2005 04:05:50 +0000 (04:05 -0000)]
Delete the patches directory from 1.0.
Rob Landley [Sat, 13 Aug 2005 03:10:29 +0000 (03:10 -0000)]
And 10922.
Ick.
Rob Landley [Sat, 13 Aug 2005 02:28:34 +0000 (02:28 -0000)]
11043 and 11011
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
Rob Landley [Sat, 13 Aug 2005 01:12:49 +0000 (01:12 -0000)]
This is published from trunk, remove from 1.0 branch.
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.
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?
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
Rob Landley [Fri, 12 Aug 2005 06:08:41 +0000 (06:08 -0000)]
Backport 10864 and 10999.
Rob Landley [Fri, 12 Aug 2005 06:06:54 +0000 (06:06 -0000)]
Backport 10853, 10860/10870, and 10862.
Rob Landley [Fri, 12 Aug 2005 06:02:30 +0000 (06:02 -0000)]
And 10873.
Eric Andersen [Tue, 2 Aug 2005 01:00:20 +0000 (01:00 -0000)]
Do not define 'AUTOCONF_INCLUDED'
Mike Frysinger [Sun, 31 Jul 2005 22:41:05 +0000 (22:41 -0000)]
patch by srowe in Bug 359 to fix fgrep aliasing
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.
Mike Frysinger [Tue, 26 Jul 2005 22:53:35 +0000 (22:53 -0000)]
no longer used as reported by apgo in Bug 348
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...
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.
Eric Andersen [Tue, 19 Jul 2005 00:01:10 +0000 (00:01 -0000)]
Bump the version to 1.01
Eric Andersen [Mon, 18 Jul 2005 23:54:47 +0000 (23:54 -0000)]
Backport 10849 and 10851
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
nobody [Wed, 13 Oct 2004 09:42:10 +0000 (09:42 -0000)]
This commit was manufactured by cvs2svn to create tag 'busybox_1_00'.