Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Forget to set final argv entry to NULL, breaking sh.c amoung | Eric Andersen | 2000-12-09 | 1 | -0/+1 |
| | | | | other things... | ||||
* | when invoked as 'busybox foo args' remove the "busybox" | Eric Andersen | 2000-12-08 | 1 | -4/+25 |
| | | | | so ps shows only what we want it to show... | ||||
* | Changed names of functions in utility.c and all affected files, to make | Mark Whitley | 2000-12-07 | 1 | -2/+2 |
| | | | | compliant with the style guide. Everybody rebuild your tags file! | ||||
* | Patch from Larry Doolittle (with minor touchups from me so everything compiles | Eric Andersen | 2000-11-30 | 1 | -0/+4 |
| | | | | | and works) to use the applet definitions in applets.h to autogenerate the applet function and usage prototypes. | ||||
* | Fix up builtin overrides, and hack in the binary search for finding | Eric Andersen | 2000-11-17 | 1 | -8/+0 |
| | | | | matching applets into the shell. | ||||
* | Restore --help handling I mistakenly removed. | Matt Kraai | 2000-10-25 | 1 | -1/+4 |
| | |||||
* | Avoid reinventing the wheel (and thus save some space). | Matt Kraai | 2000-10-25 | 1 | -26/+13 |
| | |||||
* | Applied patch from Gaute B Strokkenes <gs234@cam.ac.uk> to use a binary search | Mark Whitley | 2000-10-25 | 1 | -366/+27 |
| | | | | | to locate applets, rather than a linear search. Also, broke out the listing of applets into it's own file: applets.h. | ||||
* | Put getopt_usage where it belongs and added *_usage entries in busybox.[ch] | Mark Whitley | 2000-10-19 | 1 | -2/+2 |
| | |||||
* | Added cmp and readlink applets from Matt Kraai. | Mark Whitley | 2000-10-09 | 1 | -0/+6 |
| | |||||
* | Renamed "internal.h" to the more sensible "busybox.h". | Eric Andersen | 2000-09-25 | 1 | -2/+2 |
| | | | | -Erik | ||||
* | Fix from Matt Kraai for the to the "busybox --install prints out on STDERR | Eric Andersen | 2000-09-25 | 1 | -14/+7 |
| | | | | | | | | "File already exists" messages for all files (including the ones that DON'T exist)" problem reported by "Bruno L. F. Cabral" <bruno@openline.com.br>. Thanks Matt! -Erik | ||||
* | Add in xargs | Eric Andersen | 2000-09-22 | 1 | -0/+3 |
| | |||||
* | Added dos2unix, unix2dos, and unrpm.c thanks to robotti@metconnect.com. | Eric Andersen | 2000-09-20 | 1 | -0/+9 |
| | | | | -Erik | ||||
* | Added expr, from Edward Betts <edward@debian.org>, with some fixups | Eric Andersen | 2000-09-05 | 1 | -0/+3 |
| | | | | | and docs added by me. -Erik | ||||
* | Initial implementation of wget, from Chip Rosenthal <chip@laserlink.net>. | Eric Andersen | 2000-09-04 | 1 | -0/+3 |
| | | | | | | Very cool. Still lacks "chunked" transfer-coding, so not totally RFC compliant for HTTP1.1, but very nice nonethe less, and very small. -Erik | ||||
* | Fix compile when BB_FEATURE_LINUXRC is defined | Eric Andersen | 2000-09-01 | 1 | -1/+1 |
| | | | | -Erik | ||||
* | Added the 'rdate' command, thanks to Sterling Huxley <sterling@europa.com>. | Eric Andersen | 2000-08-21 | 1 | -0/+3 |
| | | | | | I added the docs, and made behavior identical to the GNU version. -Erik | ||||
* | Added getopt(1) from "Alfred M. Szmidt" <ams@trillian.itslinux.org> | Eric Andersen | 2000-08-21 | 1 | -0/+3 |
| | | | | -Erik | ||||
* | Add in the "reset" command. | Eric Andersen | 2000-08-21 | 1 | -0/+3 |
| | | | | -Erik | ||||
* | Minor fixups. | Eric Andersen | 2000-08-19 | 1 | -1/+1 |
| | | | | -Erik | ||||
* | Some #include updates. | Eric Andersen | 2000-08-10 | 1 | -4/+4 |
| | | | | -Erik | ||||
* | More sh updates (with related changes to everything else). Switched | Eric Andersen | 2000-07-28 | 1 | -3/+3 |
| | | | | | | to using getopt and cleaned up the resulting mess. if-then-else-fi is now basically working (given a bunch of constraints). -Erik | ||||
* | Remove some noise. | Eric Andersen | 2000-07-25 | 1 | -27/+0 |
| | | | | -Erik | ||||
* | Added 'renice' command, thanks to Dave Cinege <dcinege@psychosis.com> | Eric Andersen | 2000-07-21 | 1 | -1/+5 |
| | | | | -Erik | ||||
* | Centralize handling of --help. | Matt Kraai | 2000-07-19 | 1 | -108/+110 |
| | |||||
* | Funny. Head was getting installed to the wrong spot. | Eric Andersen | 2000-07-19 | 1 | -1/+1 |
| | | | | -Erik | ||||
* | New message added to messages.c: full_version | Pavel Roskin | 2000-07-17 | 1 | -2/+6 |
| | | | | Used where possible | ||||
* | Be more pedantic aboutthe terminating null applet. | Eric Andersen | 2000-07-14 | 1 | -1/+1 |
| | | | | -Erik | ||||
* | Use errorMsg rather than fprintf. | Matt Kraai | 2000-07-14 | 1 | -2/+3 |
| | |||||
* | The applet name isn't constant. | Matt Kraai | 2000-07-12 | 1 | -1/+1 |
| | |||||
* | Added applet_name to contain the applet name. | Matt Kraai | 2000-07-11 | 1 | -5/+5 |
| | |||||
* | Added 'dumpkmap' to allow people to dump a binary keymap, which can then be | Eric Andersen | 2000-07-11 | 1 | -0/+3 |
| | | | | | loaded in by 'loadkmap' -- submitted by Arne Bernin <arne@matrix.loopback.org> -Erik | ||||
* | Removed sfdisk from BusyBox. It was buggy, fat, and we really couldn't | Eric Andersen | 2000-07-07 | 1 | -3/+0 |
| | | | | | | maintain it very well, so including it was not very appropriate. Those wanting an fdisk are invited to grab a copy from util-linux. -Erik | ||||
* | Remove leftovers of block_device, which disapperared around | Eric Andersen | 2000-07-06 | 1 | -3/+0 |
| | | | | | busybox 0.28. -Erik | ||||
* | Added support for being a login shell, so things like '-su' or '-sh' (stuff | Eric Andersen | 2000-06-29 | 1 | -0/+7 |
| | | | | | | where argv[0][0]=='-') will now always invoke the shell. Now you can use BusyBox as a login shell. -Erik | ||||
* | = minor formatting issues | John Beppu | 2000-06-28 | 1 | -21/+20 |
| | |||||
* | + busybox --install [-s] | John Beppu | 2000-06-28 | 1 | -9/+38 |
| | | | | | is functional (but disabled in busybox.def.h by default) Someone email the guy who originally wanted this. | ||||
* | + s/int install_links/static int install_links/ | John Beppu | 2000-06-27 | 1 | -1/+1 |
| | | | | | | | | ? Did you want "busybox --install" or "busybox install" ? The TODO and mailing-list conflict on this issue. I would recommend against "busybox install", because people might confuse it w/ /usr/bin/install that does something different. | ||||
* | + littering my code w/ comments about what troubles me. | John Beppu | 2000-06-27 | 1 | -1/+6 |
| | |||||
* | + busybox --install [-s] | John Beppu | 2000-06-27 | 1 | -0/+74 |
| | | | | | | | | | | | | | | | is almost good to go. Here is my work in progress. + Look at the FIXME in busybox.c to see what I need. The actual (sym)linking is disabled for now, although I'm sure it works ;) (Am I going to have to dig through /proc to find out where the currently running busybox is sitting?) + I put an #ifdef BB_FEATURE_INSTALLER around the new bits of code in busybox.c, and I have a #define BB_FEATURE_INSTALLER in busybox.def.h towards the bottom. | ||||
* | Removed all vestiges of "math" | Pavel Roskin | 2000-06-21 | 1 | -3/+0 |
| | |||||
* | + added dc (aka the function formerly known as math) | John Beppu | 2000-06-21 | 1 | -0/+3 |
| | | | | + did all the housekeeping that this change requires. | ||||
* | Updates to a number of apps to remove warnings/compile errors under libc5. | Eric Andersen | 2000-06-19 | 1 | -13/+5 |
| | | | | | Tested under both libc5 and libc6 and all seems well with these fixes. -Erik | ||||
* | Add new apps md5sum uudecode uuencode, fix some minor formatting things. | Eric Andersen | 2000-06-13 | 1 | -0/+9 |
| | | | | -Erik | ||||
* | A number of additional fixed from Pavel Roskin, note some more bugs in the | Eric Andersen | 2000-06-02 | 1 | -0/+3 |
| | | | | | | TODO list. Add Glenn to the Authors list for writing a mini ar for BusyBox, which is now included. -Erik | ||||
* | More libc portability updates, add in the website (which has not been | Erik Andersen | 2000-05-19 | 1 | -9/+8 |
| | | | | | archived previously). Wrote 'which' during the meeting today. -Erik | ||||
* | BusyBox shell (lash) can now be used as a standalone shell when | Erik Andersen | 2000-05-13 | 1 | -3/+3 |
| | | | | | | BB_FEATURE_STANDALONE_SHELL is defined (i.e. BusyBox can now completely replace sash). Also fixed it so shell builtins now respect pipes and redirects. -Erik | ||||
* | Lots of updates. Finished implementing BB_FEATURE_TRIVIAL_HELP | Erik Andersen | 2000-05-12 | 1 | -2/+5 |
| | | | | | | | | which lets you compile out most of the "--help" output, saving up to 17k. Renamed mnc to nc. -Erik | ||||
* | Some accrued fixes/updates. | Erik Andersen | 2000-05-01 | 1 | -0/+3 |
| | | | | | | | | * cp/mv now accepts (and ignores) the -f flag, since it always does force anyway * tail can now accept -<num> commands (e.g. -10) for better compatibility with the standard tail command * added a simple id implementation; doesn't support supp. groups yet |