Matt Kraai 91631011cca Remove traces of rpmunpack (patch by Laurence Anderson). 27 Aug 2001 Eric Andersen 863a3e15d6f patch from vodz -- route cleanup to display all route entries 27 Aug 2001 Matt Kraai ab3d839ef45 Add support for `busybox --help APPLET' by Vladimir Oleynik. 27 Aug 2001 Matt Kraai 861e624e15a Fix ash exec (noted by Arne Bernin). 27 Aug 2001 Matt Kraai 449377aa6a8 Fix invocation of `-/bin/sh' (bug #1209). 27 Aug 2001 Matt Kraai 80f6d558369 Eliminate improper consts and allow standard version to override. 24 Aug 2001 Matt Kraai ac20ce1924a Canonicalize dirname(3) behavior. 24 Aug 2001 Matt Kraai 2a953aed383 Fix a memory leak if parent directory creation failed. 24 Aug 2001 Matt Kraai a0065d59551 Fix s/[/]// handling (noted by Dumas Patrice). 24 Aug 2001 Eric Andersen 31b35a16e06 Merge with the stable branch 24 Aug 2001 Eric Andersen a3c8481a332 A patch from Jaspreet Singh <jsingh@somanetworks.com> fixing both a segfault and cosmetic bug in route 24 Aug 2001 Eric Andersen b76cb68979e A patch from Shu-Hao Chang <shuhao_chang@trend.com.tw> to fixed sed handling of multiple -e commands 22 Aug 2001 Eric Andersen 1071ccfd25e Force BB_FEATURE_NEW_MODULE_INTERFACE and BB_FEATURE_OLD_MODULE_INTERFACE to be mutually exclusive 22 Aug 2001 Eric Andersen c0f9d0dce7a Add #include <sys/param.h> to ensure PATH_MAX is defined 22 Aug 2001 Eric Andersen 5d60a462694 Fix a warning and potential segfault in lash when BB_FEATURE_CLEAN_UP is enabled 22 Aug 2001 Eric Andersen ac5dbd193b7 Fix an _old_ interface problem with a never-used feature. 22 Aug 2001 Eric Andersen 59443965ad3 Scrub things and ditch uint64_t and use a custom type name to avoid C lib compatibility problems. 22 Aug 2001 Eric Andersen d36cdd25a56 Bump version to 0.61.pre 22 Aug 2001 Eric Andersen 39eb040757c Patch from Rodney Brown <RDBrown@mira.net>, shrinking 1.5k from gzip by careful optimization. Appears to work just fine
(I've tested the changes on x86, ARM, and powerpc). 22 Aug 2001 Eric Andersen a07c9026486 Make it compile with uClibc 22 Aug 2001 Eric Andersen 75220b55ffa dfp might be used uninitialized. NULL it. 22 Aug 2001 Eric Andersen 994c6ffd3ba Disable the tinylogin apps by default. 22 Aug 2001 Eric Andersen c61804ed592 Fix dos2unix compile problem with certain glibc versions 22 Aug 2001 Eric Andersen f349e978c43 Initial 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 21 Aug 2001 Matt Kraai a3e4f455ac0 Fix a problem with unsatisfied backrefs (noted by Martin Bene). 20 Aug 2001 Eric Andersen 54eceffcae3 some minor wording changes 20 Aug 2001 Eric Andersen 76fa8ea7903 Apply Glenn's tftp rewrite 20 Aug 2001 Glenn L McGrath bac490fe533 Fix version comparision bug 15 Aug 2001 Matt Kraai b6ec78161dd Log all messages from a single connection, not just the first. Patch from matthias@corelatus.com, approved by Gennady Feldman <gena01@cachier.com>. 14 Aug 2001 Matt Kraai 0a685903149 Rewritten by Manuel Novoa III. 14 Aug 2001 Manuel Novoa III c639a35f500 I 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. 12 Aug 2001 Eric Andersen dd9173c07fd Fix a merging error 10 Aug 2001 Manuel Novoa III 16815d4b45f A few bug fixes and significant size savings. Combined effort of Vladimir N. Oleynik dzo@simtreas.ru, Aaron Lehmann aaronl@vitelus.com,
and myself. 10 Aug 2001 Eric Andersen 80dd0863e2e Small size optimization from Aaron Lehmann 10 Aug 2001 Eric Andersen e20b7d844a4 Fix stupid grammar error. 10 Aug 2001 Matt Kraai a7cecbc9170 Commit Vladimir's simplify_path. 10 Aug 2001 Manuel Novoa III 4fb0b517035 This corrects the _really_poor_ implementation of "broadcast +" handling by 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). 10 Aug 2001 Matt Kraai 6c4250c0dc1 Remind people to enable RPC support when using NFS mount and uClibc (thanks to David Douthitt). 09 Aug 2001 Matt Kraai d0b5be6da87 Remove BB_SH define entirely. 09 Aug 2001 Matt Kraai 2338d3176bd Use ferror(3) to check for errors, rather than inspecting errno. Thanks to David Douthitt for reporting, and shame on me for writing such crappy code. 06 Aug 2001 Matt Kraai 063c1f54eae Simplified version checking. 06 Aug 2001 Matt Kraai 69edfecfb98 Add support for underscores in variable names. 06 Aug 2001 Glenn L McGrath b373a8d0ca7 Fix exclude list handling 04 Aug 2001 Eric Andersen 0b7d70c822a Fix up some silly messups with the debian packaging, and a dumb bug 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 02 Aug 2001 Matt Kraai 8aa0b62a885 Fix misspelling of `stabilize'. 02 Aug 2001 Eric Andersen 9e6089ee0fc Ok, here we go... 02 Aug 2001 Matt Kraai c9dd5f945bc Commit NMU changelog. 02 Aug 2001 Eric Andersen be0c36009a3 More libc5 fixups -Erik 02 Aug 2001 Eric Andersen 23b1e5c7df2 Some libc5 cleanups 02 Aug 2001 Eric Andersen 879d6c85af3 make_directory used mode as if it were an signed entity, but in fact it was a mode_t which is unsigned. Fix it to be signed...
-Erik 02 Aug 2001