Glenn L McGrath 76620620ecb Vodz last_patch_121, syncing with dash_0.4.19, reduce code size. 13 Jan 2004 Glenn L McGrath dfb6211df36 Patch by Tito, remove some unneeded variables to save some space. 13 Jan 2004 Glenn L McGrath 447bc2d17f3 Patch from Matt Kraai to fix debian bug #227081 cp does not truncate existing destinations. That is, after
running
echo foo > foo
echo fubar > fubar
cp foo fubar
the contents of fubar are
foo
r
instead of
foo 11 Jan 2004 Eric Andersen 716ccb26356 whitespace cleanup 10 Jan 2004 Eric Andersen 8e2f74f5a7f Woody Suwalski writes: I have found the problem in modprobe, so here is the promised patch
At the current stage I can use it as modprobe while switching between
2.4 and 2.6 seemlesly...(that is good!) 10 Jan 2004 Glenn L McGrath 95f75a3dcdb Patch from Bastian Blank to fix debian bug #226722, test case:
mkdir foo
touch foo/bar
ln -s bar foo/baz 08 Jan 2004 Glenn L McGrath 1f28b90a9c9 Use bb_getopt_ulflags, save 100 bytes and strict argument checking. 07 Jan 2004 Eric Andersen 9d65ab2beb0 Woody Suwalski writes: accept more then 1 dependency per modules.dep line. Also white space cleanup...
I think that parsing still breaks sometimes, but is mostly functional now. 06 Jan 2004 Eric Andersen 66e21fd1616 Fix broken #else 06 Jan 2004 Glenn L McGrath ab7780655b9 Use bb_getopt_ulflags, save 150 bytes. 05 Jan 2004 Glenn L McGrath 6cb3bc056c5 Use bb_getopt_ulflags, simplify some logic, saves some bytes. 05 Jan 2004 Glenn L McGrath 08ca752c68e Fix usage with libraries, skip symbol table. 04 Jan 2004 Glenn L McGrath 930453bdcf2 Use bb_getopt_ulflags, saves some space, better argument checking. Remove ar specific extraction code, always use common extraction code. 04 Jan 2004 Rob Landley 40ec4aeb8e2 Thinko in s//options. (Whitespace skipping in the wrong place.) 04 Jan 2004 Glenn L McGrath 3b251857334 Declare dependencies of command line editing in the build system 03 Jan 2004 Eric Andersen ffa28d1b468 fixes from Selwyn Tang 02 Jan 2004 Eric Andersen 8f3eb1dbab6 Add some details on exactly how to comply with the GPL -Erik 02 Jan 2004 Glenn L McGrath a43faccbdeb Sync to waldi's subversion archive 01 Jan 2004 Glenn L McGrath 5c9f0d05b3a Fix debian bug #215612, insmod should be silent on request 01 Jan 2004 Glenn L McGrath cfc0ad42601 Batch from Bastian Blank to fix debian bug #216435; When linking a non existing file busybox ln will report the target
missind and not the source: 01 Jan 2004 Eric Andersen 7f48a959f53 Update example slightly 28 Dec 2003 Tim Riker 7b253f8c72f ws, show date setting format 28 Dec 2003 Glenn L McGrath f980bd58487 Fix a bug of mine, identified by Stephane Billiart 27 Dec 2003 Russ Dill 6caa073760f it should work even if you don't assign a pidfile 27 Dec 2003 Glenn L McGrath ce91c8ac2bb Isolate code better for unused options, config option to enable long options, add some conditions to the tar tests in testsuite. 26 Dec 2003 Glenn L McGrath ab8215431f4 Vodz last_patch120, more busybox integration, saves 330 Bytes. Tested. 26 Dec 2003 Eric Andersen 3b1a74467a0 re-indent 24 Dec 2003 Russ Dill d242e49c894 fix a long standing underallocation bug 24 Dec 2003 Russ Dill a8992635b11 move debugging to safe place (before vfork) 24 Dec 2003 Eric Andersen b90502828cd Patch from Ned Ludd, solar at gentoo dot org: I had previously provided you with a patch to help complete busybox's
props suite, but have heard no word back. Sense then I've made use of as
many of busybox's native API settings as I could find and would really
love for you to include support for this. If there is something more I
need to do to get this supported added in please let me know. 24 Dec 2003 Eric Andersen 5089534be00 match changes made to cmdedit 23 Dec 2003 Eric Andersen d10f36fe2e5 Match changes made to cmdedit 23 Dec 2003 Eric Andersen 3a5ed56803d fix broken formatting 23 Dec 2003 Eric Andersen 9cccc181410 don't mess up errno 23 Dec 2003 Eric Andersen 27bb79080d6 Cmdedit update from Vladimir N. Oleynik (vodz) 23 Dec 2003 Eric Andersen a6beeb6a7e3 Show the news by default 23 Dec 2003 Eric Andersen f0da28c91b3 Prepare for release 23 Dec 2003 Eric Andersen 52a3c2726ef Patch from Matt Kraai: sed is broken:
busybox sed -n '/^a/,/^a/p' >output <<EOF
a
b
a
b
EOF
cmp -s output - <<EOF
a
b
a
EOF
The attached patch fixes it. 23 Dec 2003 Glenn L McGrath b89fcd44308 Fix compile error, the indenting really needs to be fixed here 23 Dec 2003 Glenn L McGrath 334dc65c929 Fix a bug of mine where extracting files to stdout would extract to much, modified patch from Bastian Blank 22 Dec 2003 Eric Andersen a120c32cfa1 Bump version 21 Dec 2003 Eric Andersen 67ff3a1ffd5 Don't hose up perms for files that happen to have symlinks in the tarball that point to them.
-Erik 21 Dec 2003 Eric Andersen 0933a92f5a6 bother. It seems I can't read. 20 Dec 2003 Eric Andersen f295b5a4081 doh! 20 Dec 2003 Glenn L McGrath 8f3bc4ce524 New applet, rx, by Christopher Hoover 20 Dec 2003 Eric Andersen a8d82fe52e4 Try to accomodate systems that do not define PAGE_SHIFT 20 Dec 2003 Eric Andersen b868f55c788 Eradicate all references to loadacm 20 Dec 2003 Eric Andersen 08573e0ac48 Kill off the loadacm applet. It is unused, unmaintained garbage leftover from before I started maintaining BusyBox.
As the Klingon's like to say, Today is a good day to die.
-Erik 20 Dec 2003 Glenn L McGrath 02e03555045 Use bb_xopen 20 Dec 2003 Glenn L McGrath 236e93d133f Allow recieving file to stdout, sending files from stdin, use the '-' filename. Save a variable. 20 Dec 2003