fli4l
  1. fli4l

busybox

Public
AuthorCommitMessageCommit dateIssues
Matt KraaiMatt Kraai
91631011ccaRemove traces of rpmunpack (patch by Laurence Anderson).
Eric AndersenEric Andersen
863a3e15d6fpatch from vodz -- route cleanup to display all route entries
Matt KraaiMatt Kraai
ab3d839ef45Add support for `busybox --help APPLET' by Vladimir Oleynik.
Matt KraaiMatt Kraai
861e624e15aFix ash exec (noted by Arne Bernin).
Matt KraaiMatt Kraai
449377aa6a8Fix invocation of `-/bin/sh' (bug #1209).
Matt KraaiMatt Kraai
80f6d558369Eliminate improper consts and allow standard version to override.
Matt KraaiMatt Kraai
ac20ce1924aCanonicalize dirname(3) behavior.
Matt KraaiMatt Kraai
2a953aed383Fix a memory leak if parent directory creation failed.
Matt KraaiMatt Kraai
a0065d59551Fix s/[/]// handling (noted by Dumas Patrice).
Eric AndersenEric Andersen
31b35a16e06Merge with the stable branch
Eric AndersenEric Andersen
a3c8481a332A patch from Jaspreet Singh <jsingh@somanetworks.com>fixing both a segfault and cosmetic bug in route
Eric AndersenEric Andersen
b76cb68979eA patch from Shu-Hao Chang <shuhao_chang@trend.com.tw> tofixed sed handling of multiple -e commands
Eric AndersenEric Andersen
1071ccfd25eForce BB_FEATURE_NEW_MODULE_INTERFACE and BB_FEATURE_OLD_MODULE_INTERFACEto be mutually exclusive
Eric AndersenEric Andersen
c0f9d0dce7aAdd #include <sys/param.h> to ensure PATH_MAX is defined
Eric AndersenEric Andersen
5d60a462694Fix a warning and potential segfault in lash when BB_FEATURE_CLEAN_UPis enabled
Eric AndersenEric Andersen
ac5dbd193b7Fix an _old_ interface problem with a never-used feature.
Eric AndersenEric Andersen
59443965ad3Scrub things and ditch uint64_t and use a custom type nameto avoid C lib compatibility problems.
Eric AndersenEric Andersen
d36cdd25a56Bump version to 0.61.pre
Eric AndersenEric Andersen
39eb040757cPatch from Rodney Brown <RDBrown@mira.net>, shrinking 1.5kfrom gzip by careful optimization. Appears to work just fine (I've tested the changes on x86, ARM, and powerpc).
Eric AndersenEric Andersen
a07c9026486Make it compile with uClibc
Eric AndersenEric Andersen
75220b55ffadfp might be used uninitialized. NULL it.
Eric AndersenEric Andersen
994c6ffd3baDisable the tinylogin apps by default.
Eric AndersenEric Andersen
c61804ed592Fix dos2unix compile problem with certain glibc versions
Eric AndersenEric Andersen
f349e978c43Initial merge of all tinylogin applets that do not require crypt.There is some optimization that can be done to better use libbb in these applets. There is also redundancy between stty and getty which could be eliminated. -Erik
Matt KraaiMatt Kraai
a3e4f455ac0Fix a problem with unsatisfied backrefs (noted by Martin Bene).
Eric AndersenEric Andersen
54eceffcae3some minor wording changes
Eric AndersenEric Andersen
76fa8ea7903Apply Glenn's tftp rewrite
Glenn L McGrathGlenn L McGrath
bac490fe533Fix version comparision bug
Matt KraaiMatt Kraai
b6ec78161ddLog all messages from a single connection, not just the first. Patch frommatthias@corelatus.com, approved by Gennady Feldman <gena01@cachier.com>.
Matt KraaiMatt Kraai
0a685903149Rewritten by Manuel Novoa III.
Manuel Novoa IIIManuel Novoa III
c639a35f500I stupidly forgot one level of pointer indirection in the cmdtxt(), calcsize(),and copynode() table implementations. Commit the fix but keep them disabled until others check them out. Uncomment "//#define CMDTXT_TABLE", "//#define CALCSIZE_TABLE", and "//#define COPYNODE_TABLE" to try them out. Saves over 600 bytes on i386.
Eric AndersenEric Andersen
dd9173c07fdFix a merging error
Manuel Novoa IIIManuel Novoa III
16815d4b45fA few bug fixes and significant size savings. Combined effort ofVladimir N. Oleynik dzo@simtreas.ru, Aaron Lehmann aaronl@vitelus.com, and myself.
Eric AndersenEric Andersen
80dd0863e2eSmall size optimization from Aaron Lehmann
Eric AndersenEric Andersen
e20b7d844a4Fix stupid grammar error.
Matt KraaiMatt Kraai
a7cecbc9170Commit Vladimir's simplify_path.
Manuel Novoa IIIManuel Novoa III
4fb0b517035This corrects the _really_poor_ implementation of "broadcast +" handlingby ifconfig that someone had submitted. It fixes 1 bug, gets rid of the excessive bloating of a structure that is used in a static const array, and removes the implicit struct copys by keeping only the int type needed. It also turns this into a configurable feature (off by default).
Matt KraaiMatt Kraai
6c4250c0dc1Remind people to enable RPC support when using NFS mount and uClibc (thanksto David Douthitt).
Matt KraaiMatt Kraai
d0b5be6da87Remove BB_SH define entirely.
Matt KraaiMatt Kraai
2338d3176bdUse ferror(3) to check for errors, rather than inspecting errno. Thanks toDavid Douthitt for reporting, and shame on me for writing such crappy code.
Matt KraaiMatt Kraai
063c1f54eaeSimplified version checking.
Matt KraaiMatt Kraai
69edfecfb98Add support for underscores in variable names.
Glenn L McGrathGlenn L McGrath
b373a8d0ca7Fix exclude list handling
Eric AndersenEric Andersen
0b7d70c822aFix up some silly messups with the debian packaging, and a dumbbug with chroot. I've had the package uploaded but perms set to 000, so I am going to re-tag things and re-cut the release. Folks who pulled from CVS in the last 30 minutes with just have to cope. -Erik
Matt KraaiMatt Kraai
8aa0b62a885Fix misspelling of `stabilize'.
Eric AndersenEric Andersen
9e6089ee0fcOk, here we go...
Matt KraaiMatt Kraai
c9dd5f945bcCommit NMU changelog.
Eric AndersenEric Andersen
be0c36009a3More libc5 fixups -Erik
Eric AndersenEric Andersen
23b1e5c7df2Some libc5 cleanups
Eric AndersenEric Andersen
879d6c85af3make_directory used mode as if it were an signed entity, but in factit was a mode_t which is unsigned. Fix it to be signed... -Erik