Eric Andersen | 30f64c3aa26 | Fix a stupid typo -- bug found by Larry Doolittle. | | |
Mark Whitley | 85260673367 | Applied patch from Larry Doolittle to use preprocessor for defining
NFS_MOUNT_VERSION. | | |
Eric Andersen | e57d54b456b | Fix ls behavior for broken or very narrow terminals. Fix my_*
functions so they comply with the original interface (... | | |
Matt Kraai | 201dc0d5a99 | Test applets containing numbers in their name. Thanks to Larry Doolittle. | | |
Matt Kraai | ceade5c8561 | Fix missing header file. | | |
Eric Andersen | 8ec10a9483f | Fix up copyright msgs. Bump version to 0.49 in preparation for
a release. Update the website with release details.
... | | |
Eric Andersen | 90ca2848fdc | Fix some formatting | | |
Eric Andersen | ed3ef50c233 | Fix header file usage -- there were many unnecessary header files included in
busybox.h which slowed compiles. I lef... | | |
Eric Andersen | ab050f5522e | Add in a patch to make busybox use the normal pwd.h and grp.h
functions. Add in simple implementations of these func... | | |
Mark Whitley | 3654ca56fae | Applied patch from Larry Doolittle to list supported arches, libcs and kernels | | |
Mark Whitley | 4e33875759b | Applied patch from Vladimir N. Oleynik <dzo@simtreas.ru> to do tab-completion
in Busybox shell. (Thanks, Vlad.) | | |
Eric Andersen | a68b21a28e6 | Cleanup patch from larry doolittle
-Erik | | |
Mark Whitley | 6e25f926363 | Fixed a li'l thinko. | | |
Eric Andersen | a528dc7071a | Fix my braindamage -- remove termios and sighandling since they are not
needed at all. My bad.
-Erik | | |
Eric Andersen | 1e4b957ac33 | I am an idiot. Looking over my patch, ls doesn't need to do anything
more then the ioctl to get the win size. None... | | |
Eric Andersen | 5c9c8b4b262 | Make cin be static | | |
Eric Andersen | d5cad14b11b | Update the arch-not-yet-supported msg to be more clear. | | |
Eric Andersen | dff9d54e32a | Add errno.h | | |
Eric Andersen | 5307eca7de2 | Make ls understand termios.
-Erik | | |
Eric Andersen | 114ad9c753a | Fix a stupid bug I introduced yesterday. Doh!
-Erik | | |
Eric Andersen | dbb8f8d123b | Update some comments to clarify things. | | |
Eric Andersen | d35c21587a4 | Commit Larry Doolittle's buffers-on-stack/buffers-via-malloc patch.
-Erik | | |
Eric Andersen | ffde8673fe8 | Add in spoon's watchdog timer app.
-Erik | | |
Mark Whitley | 8ba1b1120ee | Because you demanded it, source tree snapshots are made available daily. | | |
Mark Whitley | 0bc20caea56 | Added Linux on nanoEngine to the list of known users. | | |
Eric Andersen | 537d1652164 | Update contact info. | | |
Eric Andersen | c1b8f1224c8 | Apply a patch from Brent Priddy <brent.priddy@adtran.com> to add
'id -n' support.
-Erik | | |
Eric Andersen | 155c89b0c3a | I just wrote 'insmod -o' to close bug#1049. | | |
Eric Andersen | 15f29e7d86f | Tar, by itself, could fail. | | |
Eric Andersen | cc2bcdc41d4 | Cleanup from Larry Doolittle | | |
Eric Andersen | 39b727f498a | Fix for dpkg-deb, courtesy of Larry Doolittle.
-Erik | | |
Eric Andersen | 38624238841 | Add in Larry's CUSTOMIZED_BANNER patchlet, and let folks know that
BB_FEATURE_INIT_CHROOT needs to be rewritten to us... | | |
Eric Andersen | 70c60864747 | More regression testing found buglets | | |
Eric Andersen | 86f3d5bad6e | Bug fix and small create_module cleanup from Larry Doolittle to
fix insmod, since I broke var=value args when I getop... | | |
Eric Andersen | 54e94579207 | Oops. I am an idiot. Put CFLAGS_EXTRA back. Sorry 'bout that.
-Erik | | |
Eric Andersen | 23a93f52aa6 | More regression-found bug fixes | | |
Eric Andersen | f5d5e77321a | more bugs fixed -- found doing regression testing
-Erik | | |
Eric Andersen | 26439a2991f | Cleanup for build problem found using regression script | | |
Eric Andersen | 088d9e0f05a | Fix _old_ bug so that the regression test actually works.
-Erik | | |
Eric Andersen | 7d69701d393 | Some behavioral updates to wget so it acts a bit nicer.
-Erik | | |
Eric Andersen | 8c5cb31e1ba | Fix up insmod usage info to mention -L | | |
Eric Andersen | a18aaf1b6aa | Make insmod understand (and ignore) -L, and convert it to use getopt. | | |
Eric Andersen | c5cd470fdb0 | Update comments re netkit-tiny...
-Erik | | |
Eric Andersen | f6c6d9aacc9 | Remove the warning messages. By consensus, netkit-tiny doesn't
need to happen. | | |
Eric Andersen | 24be9800045 | Fix spelling. s/maintainence/maintenance/ | | |
Mark Whitley | a5b55ca8a93 | - Added a section on avoiding static buffers, per mailing list discussions
- Added a section on avoiding dangerous, ... | | |
Mark Whitley | f1b0c77c229 | Fixed tiny typo. | | |
Mark Whitley | 59ab025363d | #define -> static const int. Also got rid of some big static buffers. | | |
Eric Andersen | 2b8d07c5902 | Bug fix. | | |
Eric Andersen | 9136e3c84e6 | Remove host* applets from the default build. | | |
Eric Andersen | e132119f07f | Fix silly typo | | |
Eric Andersen | 6705986f270 | Warn about apps that will be going away in release 0.50
-Erik | | |
Richard June | 6d0921cc0bb | Add HUMAN_READABLE define for -m and -h support in du, df, and ls
Add support for -k in du, df, and ls(no define, it'... | | |
Matt Kraai | 3b3f5c364a4 | Use getopt (or getopt_long). | | |
Matt Kraai | 8f8dab94e57 | Fixed listed files to extract to be more like GNU. Reported by Deon George. | | |
Eric Andersen | 0d5a08ed923 | Patch from Larry Doolittle to close bug #1086.
-Erik | | |
Eric Andersen | b098b6d74c2 | Update time | | |
Eric Andersen | fe9888ad978 | Fix naming to reflect reality | | |
Eric Andersen | 965fa326a1c | Move \n to inside TRIVIAL_HELP, to save a few bytes for the default case.
Patch from Vladimir N. Oleynik <dzo@simtrea... | | |
Eric Andersen | e2310b5a91f | djust debian build targets | | |
Eric Andersen | c73a7f9ba00 | lean up a potential error, thanks to Vladimir N. Oleynik <dzo@simtreas.ru>. | | |
Eric Andersen | 370fb08e799 | Clarify the statusbar config option so it states which applet it applies to. | | |
Eric Andersen | 60926803056 | Adjust the default feature set a wee bit | | |
Eric Andersen | 5f825ee6d61 | Apply a patch from Vladimir N. Oleynik <dzo@simtreas.ru>,
and thereby save 64 bytes.
-Erik | | |
Glenn L McGrath | f914a8af2be | Close files before exit | | |
Eric Andersen | 6f65a3a7e88 | More printf cleanups | | |
Glenn L McGrath | 1d269432b16 | Close unused pipe handle before fork (for tar -z). | | |
Matt Kraai | 8392acd8fc7 | All files include busybox.h, which includes applets.h, so the Makefile
should reflect this. Thanks to Vladimir N. Ol... | | |
Matt Kraai | 12f417edbd2 | Eliminate calls of the form "fprintf(stdout,". Thanks for the idea to
Vladimir N. Oleynik. | | |
Matt Kraai | c9acf8c766a | Complicate truncate behavior. | | |
Matt Kraai | fd4c58d7c5a | Fix the exit status of umount -a, a casualty of the TRUE/FALSE normalization.
Thanks to Francois-R Boyer <boyerf@IRO.... | | |
Eric Andersen | 9aa23ba5a81 | Show an example of how to compile with uClibc.
-Erik | | |
Matt Kraai | 541ffe30a27 | Fix ownership of extracted directories. | | |
Mark Whitley | 55787401ea1 | Removed unused, unneeded, Lineo-specific script. | | |
Eric Andersen | 744b064a341 | Needs to be NULL at init in all cases. | | |
Eric Andersen | 59d31b68c3c | Changelog update/cleanup from larry. | | |
Eric Andersen | 8ea28be6d28 | Patch from larry doolittle to be ever so careful to cleanup
all open file descriptors, lest wierdness happen later. | | |
Eric Andersen | 0bcc813a349 | Better label the globals. | | |
Eric Andersen | b0970d4fede | Patch from Larry Doolittle to set values to static variables that live in the
bss at runtime, since sh.c can call sh.... | | |
Mark Whitley | eb60d8bcd1e | Turned some #define constants into static const ints. | | |
Matt Kraai | 55bccf315ed | Rewrote tail. | | |
Matt Kraai | defcd5e75ee | Fix a segfault by only constructing the prompt when we need to. If we don't
do this we will segfault processing /etc... | | |
Mark Whitley | 6c6ea6cba2a | Changed email address to codepoet.org, updated list of applets / docs I
maintain in AUTHORS. | | |
Mark Whitley | 92386561f1d | Included name of Larry Doolittle's build test script. Shameless self-crediting
of a few items. | | |
Eric Andersen | 05ebdd03d45 | Update to changelog -- mostly from Larry Doolittle. | | |
Matt Kraai | 0810f723b13 | Fixed -qv interaction (thanks to a report and patch from David Douthitt). | | |
Eric Andersen | 09acc06c106 | Move window size handling to cmdedit.c. Move prompt setup to setup_prompt_string() | | |
Eric Andersen | 849083c8862 | Update interface per what now exists... | | |
Eric Andersen | b3dc3b8990f | Cleanup -- move win handling to cmdedit.c, static-ify many functions. | | |
Matt Kraai | 70a78559807 | Fix symbol table manipulation (report and fix by Larry Doolittle). | | |
Mark Whitley | 1171c2fcb48 | Added new script from Larry Doolittle that builds each applet individually. | | |
Matt Kraai | be7499c83c4 | Behave like GNU tar when matching excluded files. | | |
Matt Kraai | a9711a59695 | Prevent / doubling and shrink parse_url. | | |
Glenn L McGrath | 59c09d06e34 | Fix warning for unused variable | | |
Glenn L McGrath | 5e23e3d6314 | enable is_direcotry() for dpkg-deb | | |
Glenn L McGrath | fa0443216de | Add dpkg-deb documentation | | |
Eric Andersen | 47b005217e4 | Disable a bunch of less common stuff by default. This produces
a more reasonable sized default build. | | |
Eric Andersen | 5e8b3ea19d0 | Logger forgot to NULL terminate strings from stdin. | | |
Glenn L McGrath | 58a408512b6 | really add dpkg-deb.c this time | | |
Glenn L McGrath | 7541e3a812b | add dpkg-deb command | | |
Matt Kraai | 004827d7159 | Update logger usage information. | | |
Matt Kraai | 1944f547bdb | Log stdin when no message given and use getopt. | | |
Eric Andersen | 28b3c53f0de | I just whipped up support for arbitrary regex delimiters, so
now things such as
$ echo foo | sed 'sxfooxb\arx'
... | | |
Eric Andersen | 01bda5de6b9 | Better dmalloc handling | | |
Eric Andersen | 27c7bec4d4d | Be more careful about dmalloc handling | | |
Matt Kraai | e6e818309e9 | Improvements from Vladimir N. Oleynik. | | |
Matt Kraai | e9e182e2557 | Fix lower casing for weird locales. | | |
Eric Andersen | 2d5b64273fb | Cleanup from Gennady Feldman <gfeldman@mail.com> | | |
Matt Kraai | a9819b29084 | Use busybox error handling functions wherever possible. | | |
Eric Andersen | e9f07fb6e83 | Another sh.c patch from Larry Doolittle. This makes redirects work properly
with non-forking shell builtins. Especi... | | |
Eric Andersen | 16fdbe8b27e | Make more things be static (like they are supposed to be). | | |
Eric Andersen | a6cd07099d2 | Bump the version number to 0.49pre | | |
Eric Andersen | e111d69ca27 | Turns out, md5sum was broken anyways. It uses backwards TRUE/FALSE
and wasnever updated when TRUE and FALSE were fix... | | |
Eric Andersen | 70da6a66d2d | Fix a warning in sh.c. Remove use of getline() in md5sum since
nobody else uses it and it is a GNU extension anyways... | | |
Mark Whitley | 3680c580844 | Some corrections, some additions, some embellishments. | | |
Matt Kraai | 5e8c0ffb75f | Rewrote. | | |
Eric Andersen | e75f6a972c3 | Fix a stupid naming error. | | |
Matt Kraai | e80a2633bc4 | Be sure to read from the given path, not the one used in the header. | | |
Mark Whitley | 8eb5985f94a | More spelling fixes from Larry Doolittle. | | |
Mark Whitley | 8a6b619c96e | Added a paragraph from Larry Dolittle, made some more section headers. | | |
Mark Whitley | eac2636513f | New applet HOWTO. Written by Matt Kraai with some formating and additions by me. | | |
Matt Kraai | a1f97759813 | Fix tar handling of absolute paths and excluded directories. | | |
Matt Kraai | 24ac0179617 | Rewrote dd. | | |
Eric Andersen | 0d2acb0eadf | Doc update from Matt Kraai, better describing the init process. | | |
Eric Andersen | 86349776d00 | Ok, this is a pretty major update to sh.c. I renamed all the variables and
function names to conform with the style ... | | |
Matt Kraai | 1fa1adea2ae | Change calls to error_msg.* and strerror to use perror_msg.*. | | |
Matt Kraai | 0dab8299777 | Add missing newlines to error messages. | | |
Matt Kraai | bfa7967c4a1 | Rewrite nc to be simpler, smaller, and to check syscalls for errors. | | |
Matt Kraai | 8677d7b6ec9 | Only say mailing list once. | | |
Glenn L McGrath | e699b9f0fb2 | Remove defines for ar that arent needed | | |
Glenn L McGrath | 4f1b0124c73 | Rewrite, fix a bug with multiple long filenames, simplify structure, remove cruft, make code conform closer to style ... | | |
Matt Kraai | 8abc78aa84a | Rewrite argv munger. | | |
Eric Andersen | 1b622ff5ac6 | Add in mkCDrec - make CD-ROM recovery project. | | |
Matt Kraai | aefe5629abe | Simplify error handling. | | |
Matt Kraai | 95fa0ea3d42 | Shutdown sending on the socket when stdin closes. | | |
Mark Whitley | 6f6aa9b428f | Added some necessary brackets, removed debug noise. | | |
Matt Kraai | e3a94f7d086 | Ran aspell. | | |
Eric Andersen | 95d1f6d7c78 | Formatting fix | | |
Eric Andersen | 43622007125 | Website update for the release | | |
Eric Andersen | 1e1d232f381 | Add a few folks to Authors | | |
Eric Andersen | 235f66dea39 | A few more updates | | |
Eric Andersen | d0fa0a12f1c | Document gzip -d | | |
Eric Andersen | 02ced93ec26 | Add GNU compatibile gzip -d | | |
Eric Andersen | 46948366fa2 | Update the version number to 0.48 (no longer pre). | | |
Eric Andersen | 21125543e18 | A couple of updates to fix some minor cross compiling issues | | |
Eric Andersen | 4836fd44f03 | Patch from Matt Kraai:
The following patch makes the -X option to tar behave like GNU,
which reads one file p... | | |
Eric Andersen | bd193a42a56 | Fix from Matt Kraai -- a better way to NULL terminate strings for the
my_* passwd and group routines. I should have ... | | |
Eric Andersen | 77508b29fa6 | Fix from Gennady Feldman for error msg | | |
Eric Andersen | f361ac29b0f | Mem leak fix from Matt Kraai | | |
Eric Andersen | 483262f6338 | Patch from Matt Kraai to fix 'dirname /' | | |
Eric Andersen | 4d4b3b1d882 | Fix so cross compiling works again... | | |
Eric Andersen | e3a48d865a8 | Cleanup for proper compilation with uClibc. | | |
Eric Andersen | d9d03b83f86 | Mount error return code fix from Kent Robotti -- we must reset the error
code when looping... | | |
Eric Andersen | b12e506d8d0 | du.c error msg cleanup from Kent Robotti | | |
Eric Andersen | 69a6b2d4aef | Fix from Matt Kraai so basename / will work as expected. | | |
Eric Andersen | e48eea63d3c | Oops. Unmatched #if | | |
Eric Andersen | a2d61e761e6 | Some compile fixes found by Larry Doolittle | | |
Eric Andersen | 5ec241d3b38 | Script updates for better portability | | |
Eric Andersen | 2d6282bb37a | Matt Kraai pointed out that we can rely on strncpy to NULL
terminate shorter cases, so we can save a few cycles... | | |
Eric Andersen | d323d32c5bb | Patch from larry doolittle to make sure we don't realloc
a pointer that was not yet malloced mem. | | |
Matt Kraai | 5a964f9d0b9 | Keep unknown priorities from segfaulting. | | |
Eric Andersen | 20c2bdd7f2d | Fix spelling error s/defaut/default/g | | |
Eric Andersen | 5c365da8843 | Fix non-NULL terminated strings. | | |
Eric Andersen | 4ed17829ac0 | Fix a thinko -- when REMOTE_LOG support is compiled in,
but the user has not specified remote logging, then
be sure t... | | |
Eric Andersen | b2356f6de94 | Patch from Matt Kraai to fox sh.c escape problem such that
running things like 'echo "\n\tHi\n\t\!"' and 'echo -e "\n... | | |
Eric Andersen | 59ec601b8e4 | Test suite update from Larry Doolittle to disable some problematic
ambiguous cases. Everything now passes the test s... | | |
Eric Andersen | a293a516ad5 | Patch from kent robotti to fix a buglet where
# du doesn't_exist
du: doesn't_exist: No such file or directory... | | |
Eric Andersen | 394cf226682 | Fix the option parsing to use getopt, which seems to fix bug #1050 | | |
Eric Andersen | cf7982e908f | Patch from Larry Doolittle, fix up logging across multilple lines, hopefully
fixing bug #1061. | | |
Eric Andersen | 70d09ed1cf5 | Reverse logic so when network logging, it by default does not log locally. | | |
Eric Andersen | 9962cd9f787 | Add a linker warning for symbol conflicts. | | |
Eric Andersen | c8eedd56ac9 | Some .deb update | | |
Glenn L McGrath | 46f44d24fcc | Support for tar -z option for uncompressing only | | |
Glenn L McGrath | 00732b57c73 | Introduce new function gunzip_init()
gunzip_init() will make it easier to use gunzip from other bb functions. | | |
Glenn L McGrath | c52a97d79fc | NFS_PORT and NFS_FHSIZE are not defined in the kernel headers that come with libc6-2.2-5
This just defines that if th... | | |
Eric Andersen | 9df38333704 | Fix problem where 'du file_that_exists' doesn't work. | | |
Eric Andersen | 29edd005f9e | More wget cleanups I've been working on... | | |
Eric Andersen | afdde3e356b | Some little cleanups from Larry Doolittle | | |
Eric Andersen | 5b5db38a7df | Patch from Matt Kraai to implement uniq -[cdu] | | |
Glenn L McGrath | 1bca5ed8863 | add quiet mode support.
If wget compiled without statusbar then -q option is accepted but has no effect.
If wget comp... | | |
Eric Andersen | 8c28fd78495 | Forget to set final argv entry to NULL, breaking sh.c amoung
other things... | | |
Eric Andersen | 7da312058cc | Some updates. Wrong name was on a patch, plus a spelling fix. | | |
Eric Andersen | f21aa843896 | Put in i to getopt, so i will work... | | |
Eric Andersen | eb4218d0a4b | Update inittab docs | | |
Eric Andersen | bf2b8ae49aa | Make no local logging a runtime option for network logging... | | |
Eric Andersen | 76fef0a5d02 | Patch from Gennady Feldman <gfeldman@mail.com> to make syslogd not log
when compiled for remote logging. Not the ide... | | |
Eric Andersen | 9cff4fbac91 | Patch from Matt Kraai to make logger log all arguments. | | |
Eric Andersen | 5e09b6e3a83 | when invoked as 'busybox foo args' remove the "busybox"
so ps shows only what we want it to show... | | |
| Next → |