Eric Andersen
2f8880d233
fix 'grep -C' which requires an argument
2006-09-25 22:27:20 +00:00
Mike Frysinger
d905e44d47
no longer needed
2006-03-23 23:43:06 +00:00
Mike Frysinger
5eda15566a
move out of subdir
2006-03-23 23:42:40 +00:00
Mike Frysinger
c5907cc380
ShaneAnderson writes in Bug 565:
...
need to include .config file before setting CROSS otherwise
TARGET_ARCH isnt set properly
2005-11-29 02:53:23 +00:00
Mike Frysinger
88c0e01caf
Quote the user we pass to addgroup so funky chars are preserved. Fix by dragan_marinkovic in Bug 544
2005-11-15 05:53:00 +00:00
Rob Landley
2f49047deb
Jan-Simon Moller adapted SVN 10238 (the selinux update) to the 1.0 line.
2005-10-09 17:03:26 +00:00
Mike Frysinger
2a5044cc46
merge endian fix from trunk
2005-09-15 01:34:28 +00:00
Mike Frysinger
3f762e4025
merge alpha/parisc support from trunk
2005-09-14 00:03:23 +00:00
Eric Andersen
e78e45e801
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.)
2005-09-12 22:20:22 +00:00
Eric Andersen
7a95dd6f82
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.
2005-09-12 21:26:42 +00:00
Eric Andersen
e76da05b75
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.
2005-09-12 19:17:03 +00:00
Rob Landley
ab76d3acfd
Update unzip to -current, mostly to get the integer overflow bug (commit 11299)
...
but the rest shouldn't hurt.
2005-09-01 01:34:05 +00:00
Rob Landley
258685a2e5
Dirk Clemens made tar cj work while upgrading the Siemens M740AV to
...
busybox 1.01.
2005-08-26 03:27:45 +00:00
Eric Andersen
d3986eb7ec
When doing 'make release' nuke the .svn directories, not the
...
CVS dirs (since they are no longer present)
2005-08-17 00:01:38 +00:00
Eric Andersen
9e78a1772d
We don't need no stinkin changelog
2005-08-16 23:59:17 +00:00
Mike Frysinger
f7c7dde158
Bernhard Fischer writes: fix devfsd usage
2005-08-15 22:13:21 +00:00
Rob Landley
830c040f6f
Patch from Stephane Billiart to improve ash error message.
2005-08-14 19:17:31 +00:00
Rob Landley
045dedad91
A complete rewrite of the README. Probably broke stuff, but it's unlikely
...
to affect the compile, now is it?
2005-08-14 00:19:32 +00:00
Rob Landley
b309ec71c8
Delete the patches directory from 1.0.
2005-08-13 04:05:50 +00:00
Rob Landley
866bad310f
And 10922.
...
Ick.
2005-08-13 03:10:29 +00:00
Rob Landley
5e1f2d429d
11043 and 11011
2005-08-13 02:28:34 +00:00
Rob Landley
0be69b1693
More backports:
...
10957 start-stop-daemon -q
10981, 10982, 10994, 10996, 10997: dumpkmap cleanup
10983: top tweak
11000 traceroute
2005-08-13 01:22:03 +00:00
Rob Landley
c7cba1ae3b
This is published from trunk, remove from 1.0 branch.
2005-08-13 01:12:49 +00:00
Rob Landley
be3dae145f
Makefile related backports:
...
10945, 10946 Make compile much, much faster.
10923 big makefile change. Nervous.
10946, 10991, 10998, 11003 small makefile fixes.
2005-08-13 01:10:27 +00:00
Rob Landley
6022fc8723
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?
2005-08-13 00:46:00 +00:00
Rob Landley
fc455b2101
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
2005-08-13 00:26:01 +00:00
Rob Landley
365a345e92
Backport 10864 and 10999.
2005-08-12 06:08:41 +00:00
Rob Landley
d5138f44fe
Backport 10853, 10860/10870, and 10862.
2005-08-12 06:06:54 +00:00
Rob Landley
9344d8aa10
And 10873.
2005-08-12 06:02:30 +00:00
Eric Andersen
44dbd4bc65
Do not define 'AUTOCONF_INCLUDED'
2005-08-02 01:00:20 +00:00
Mike Frysinger
25b8652b4f
patch by srowe in Bug 359 to fix fgrep aliasing
2005-07-31 22:41:05 +00:00
Eric Andersen
091a3e510e
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.
2005-07-27 06:03:24 +00:00
Mike Frysinger
ffaa3deeeb
no longer used as reported by apgo in Bug 348
2005-07-26 22:53:35 +00:00
Rob Landley
5f07779aca
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...
2005-07-25 08:09:51 +00:00
Rob Landley
ab6399a4c6
Tweak from Sean Jackman: use socklen_t instead of size_t for a declaration.
2005-07-25 01:46:24 +00:00
Eric Andersen
ca17c937c2
Bump the version to 1.01
2005-07-19 00:01:10 +00:00
Eric Andersen
d62df011a0
Backport 10849 and 10851
2005-07-18 23:54:47 +00:00
Eric Andersen
164a716f96
busybox-1.0.1-rc1.patch
...
http://busybox.net/lists/busybox/2005-July/014974.html
2005-07-18 23:51:27 +00:00
nobody
8c59a0bf0e
This commit was manufactured by cvs2svn to create tag 'busybox_1_00'.
2004-10-13 09:42:10 +00:00