fli4l
  1. fli4l

busybox

Public
AuthorCommitMessageCommit dateIssues
Glenn L McGrathGlenn L McGrath
76620620ecbVodz last_patch_121, syncing with dash_0.4.19, reduce code size.
Glenn L McGrathGlenn L McGrath
dfb6211df36Patch by Tito, remove some unneeded variables to save some space.
Glenn L McGrathGlenn L McGrath
447bc2d17f3Patch from Matt Kraai to fix debian bug #227081cp 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
Eric AndersenEric Andersen
716ccb26356whitespace cleanup
Eric AndersenEric Andersen
8e2f74f5a7fWoody 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!)
Glenn L McGrathGlenn L McGrath
95f75a3dcdbPatch from Bastian Blank to fix debian bug #226722, test case: mkdir foo touch foo/bar ln -s bar foo/baz
Glenn L McGrathGlenn L McGrath
1f28b90a9c9Use bb_getopt_ulflags, save 100 bytes and strict argument checking.
Eric AndersenEric Andersen
9d65ab2beb0Woody 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.
Eric AndersenEric Andersen
66e21fd1616Fix broken #else
Glenn L McGrathGlenn L McGrath
ab7780655b9Use bb_getopt_ulflags, save 150 bytes.
Glenn L McGrathGlenn L McGrath
6cb3bc056c5Use bb_getopt_ulflags, simplify some logic, saves some bytes.
Glenn L McGrathGlenn L McGrath
08ca752c68eFix usage with libraries, skip symbol table.
Glenn L McGrathGlenn L McGrath
930453bdcf2Use bb_getopt_ulflags, saves some space, better argument checking.Remove ar specific extraction code, always use common extraction code.
Rob LandleyRob Landley
40ec4aeb8e2Thinko in s//options. (Whitespace skipping in the wrong place.)
Glenn L McGrathGlenn L McGrath
3b251857334Declare dependencies of command line editing in the build system
Eric AndersenEric Andersen
ffa28d1b468fixes from Selwyn Tang
Eric AndersenEric Andersen
8f3eb1dbab6Add some details on exactly how to comply with the GPL -Erik
Glenn L McGrathGlenn L McGrath
a43faccbdebSync to waldi's subversion archive
Glenn L McGrathGlenn L McGrath
5c9f0d05b3aFix debian bug #215612, insmod should be silent on request
Glenn L McGrathGlenn L McGrath
cfc0ad42601Batch 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:
Eric AndersenEric Andersen
7f48a959f53Update example slightly
Tim RikerTim Riker
7b253f8c72fws, show date setting format
Glenn L McGrathGlenn L McGrath
f980bd58487Fix a bug of mine, identified by Stephane Billiart
Russ DillRuss Dill
6caa073760fit should work even if you don't assign a pidfile
Glenn L McGrathGlenn L McGrath
ce91c8ac2bbIsolate code better for unused options, config option to enable longoptions, add some conditions to the tar tests in testsuite.
Glenn L McGrathGlenn L McGrath
ab8215431f4Vodz last_patch120, more busybox integration, saves 330 Bytes.Tested.
Eric AndersenEric Andersen
3b1a74467a0re-indent
Russ DillRuss Dill
d242e49c894fix a long standing underallocation bug
Russ DillRuss Dill
a8992635b11move debugging to safe place (before vfork)
Eric AndersenEric Andersen
b90502828cdPatch 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.
Eric AndersenEric Andersen
5089534be00match changes made to cmdedit
Eric AndersenEric Andersen
d10f36fe2e5Match changes made to cmdedit
Eric AndersenEric Andersen
3a5ed56803dfix broken formatting
Eric AndersenEric Andersen
9cccc181410don't mess up errno
Eric AndersenEric Andersen
27bb79080d6Cmdedit update from Vladimir N.Oleynik (vodz)
Eric AndersenEric Andersen
a6beeb6a7e3Show the news by default
Eric AndersenEric Andersen
f0da28c91b3Prepare for release
Eric AndersenEric Andersen
52a3c2726efPatch 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.
Glenn L McGrathGlenn L McGrath
b89fcd44308Fix compile error, the indenting really needs to be fixed here
Glenn L McGrathGlenn L McGrath
334dc65c929Fix a bug of mine where extracting files to stdout would extract tomuch, modified patch from Bastian Blank
Eric AndersenEric Andersen
a120c32cfa1Bump version
Eric AndersenEric Andersen
67ff3a1ffd5Don't hose up perms for files that happen to have symlinksin the tarball that point to them. -Erik
Eric AndersenEric Andersen
0933a92f5a6bother. It seems I can't read.
Eric AndersenEric Andersen
f295b5a4081doh!
Glenn L McGrathGlenn L McGrath
8f3bc4ce524New applet, rx, by Christopher Hoover
Eric AndersenEric Andersen
a8d82fe52e4Try to accomodate systems that do not define PAGE_SHIFT
Eric AndersenEric Andersen
b868f55c788Eradicate all references to loadacm
Eric AndersenEric Andersen
08573e0ac48Kill off the loadacm applet. It is unused, unmaintainedgarbage leftover from before I started maintaining BusyBox. As the Klingon's like to say, Today is a good day to die. -Erik
Glenn L McGrathGlenn L McGrath
02e03555045Use bb_xopen
Glenn L McGrathGlenn L McGrath
236e93d133fAllow recieving file to stdout, sending files from stdin, use the '-'filename. Save a variable.