Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 | ||||
* | Latest and greatest. Some effort at libc5 (aiming towards newlib) | Erik Andersen | 2000-04-28 | 1 | -2/+5 |
| | | | | | compatability. -Erik | ||||
* | Several more updates | Erik Andersen | 2000-04-25 | 1 | -0/+3 |
| | | | | -Erik | ||||
* | Fix creation of /linuxrc | Erik Andersen | 2000-04-18 | 2 | -1/+2 |
| | | | | -Erik | ||||
* | Updates | Erik Andersen | 2000-04-18 | 1 | -1/+1 |
| | | | | -Erik | ||||
* | More documentation updates, and minor fixes to make things sync | Erik Andersen | 2000-04-15 | 1 | -32/+32 |
| | | | | | up with the docs. -Erik | ||||
* | - the message that comes up when busybox is invoked | John Beppu | 2000-04-13 | 1 | -3/+4 |
| | | | | w/o parameters was extending beyond the 80th column | ||||
* | Upates to include copyright 2000 to everything | Erik Andersen | 2000-04-13 | 1 | -5/+3 |
| | | | | -Erik | ||||
* | Fix sed regexp replacement, which I had hosed (thanks to | Erik Andersen | 2000-04-06 | 1 | -2/+1 |
| | | | | | Jim Gleason for finding and fixing the problem) -Erik | ||||
* | Use gcc -E instead of cpp to enhance portability for brain | Erik Andersen | 2000-04-06 | 2 | -2/+2 |
| | | | | | | damaged platforms (i.e. OpenLinux) that do not have cpp in the default path but instead hide it under /usr/lib/... -Erik | ||||
* | Tar now works perfectly. It behaves much better now then it | Erik Andersen | 2000-04-05 | 1 | -2/+2 |
| | | | | | used to. Only thing left to do is add in exclude (-X) option. -Erik | ||||
* | usleep contributed by Nicolas Pitre <nico@cam.org> | Erik Andersen | 2000-04-04 | 1 | -0/+3 |
| | | | | -Erik | ||||
* | My latest ramblings. | Erik Andersen | 2000-03-23 | 1 | -98/+98 |
| | | | | -Erik | ||||
* | Several fixes. | Erik Andersen | 2000-03-17 | 3 | -7/+11 |
| | | | | -Erik | ||||
* | Major build system updates... | Erik Andersen | 2000-03-16 | 3 | -109/+134 |
| | | | | -Erik | ||||
* | First pass at writing a shell for busybox. | Erik Andersen | 2000-03-12 | 1 | -3/+6 |
| | | | | | | | | | | Works fine, full job control support, etc. No syntax yet (if, then, while, etc). Handles pipes and & processes fine. TODO: add command editing, add syntax suport. -Erik | ||||
* | Wrote killall. | Erik Andersen | 2000-03-07 | 1 | -0/+3 |
| | | | | | | Adjusted mount, ps, utility.c, etc to handle my nifty new kernel patches the allow busybox to run perfectly without /proc. -Erik | ||||
* | Add in tr and dirname | Erik Andersen | 2000-03-05 | 1 | -0/+6 |
| | | | | -Erik | ||||
* | Wrote uptime. Doesn't use /proc. :) | Erik Andersen | 2000-03-05 | 1 | -2/+5 |
| | | | | -Erik | ||||
* | Add in freeramdisk.c, which (duh) frees ramdisks. If you have any | Erik Andersen | 2000-03-04 | 1 | -0/+3 |
| | | | | | | ramdisks lying about and want to free up the memory they have used, this baby is the answar you have been waiting for. -Erik | ||||
* | A few updates (including the cp fix the Craig has been looking for) | Erik Andersen | 2000-03-04 | 1 | -4/+14 |
| | | | | -Erik | ||||
* | Sync up a few things. Add in a new telnet implementation (still | Erik Andersen | 2000-02-22 | 1 | -0/+3 |
| | | | | | not perfect though). -Erik | ||||
* | Some updates for the day, | Erik Andersen | 2000-02-18 | 1 | -0/+3 |
| | | | | -Erik | ||||
* | Updates | Erik Andersen | 2000-02-11 | 1 | -1/+1 |
| | | | | -Erik | ||||
* | Some formatting updates (ran the code through indent) | Erik Andersen | 2000-02-08 | 1 | -221/+235 |
| | | | | -Erik | ||||
* | A few minor updates. ;-) | Erik Andersen | 2000-02-07 | 2 | -7/+5 |
| | | | | | | Seriously though, read the Changelog for busybox 0.42, which this is about to become... -Erik | ||||
* | nslookup -- a work in progress... | John Beppu | 2000-01-29 | 1 | -0/+3 |
| | |||||
* | Some busybox updates. See the changelog for details if you care. | Erik Andersen | 2000-01-25 | 1 | -2/+2 |
| | | | | -Erik | ||||
* | Better way to check for namespace aliasing. | Erik Andersen | 2000-01-22 | 1 | -1/+1 |
| | | | | -Erik | ||||
* | Fix a namespace aliasing problem wereby du and dutmp, or | Erik Andersen | 2000-01-20 | 1 | -1/+1 |
| | | | | | | rm and rmmod symlinks would be created when only du or rm was included. -Erik | ||||
* | Sync up busybox with the latest and greatest. This is not stuff for | Erik Andersen | 2000-01-15 | 1 | -2/+27 |
| | | | | | the Embedix release. -Erik | ||||
* | Bug fixes. | Erik Andersen | 2000-01-13 | 1 | -0/+15 |
| | | | | -Erik | ||||
* | i am busybox of borg. unix will be assimilated. | John Beppu | 2000-01-06 | 1 | -0/+3 |
| |