Age | Commit message (Collapse) | Author | |
---|---|---|---|
2000-06-03 | Turn off debugging in the Makefile. | Eric Andersen | |
-Erik | |||
2000-06-02 | Some Makefile fixes for the docs. | Eric Andersen | |
-Erik | |||
2000-06-02 | A number of additional fixed from Pavel Roskin, note some more bugs in the | Eric Andersen | |
TODO list. Add Glenn to the Authors list for writing a mini ar for BusyBox, which is now included. -Erik | |||
2000-06-02 | Acknowledge contributions of Pavel Roskin, and fix doc building | Eric Andersen | |
so the html goes into the website directory. -Erik | |||
2000-05-19 | More libc portability updates, add in the website (which has not been | Erik Andersen | |
archived previously). Wrote 'which' during the meeting today. -Erik | |||
2000-05-16 | Some updates for better portability. | Erik Andersen | |
-Erik | |||
2000-05-13 | So much for my evil optimization. Doesn't seem to work. Will test | Erik Andersen | |
more on it later. -Erik | |||
2000-05-12 | Lots of updates. Finished implementing BB_FEATURE_TRIVIAL_HELP | Erik Andersen | |
which lets you compile out most of the "--help" output, saving up to 17k. Renamed mnc to nc. -Erik | |||
2000-05-12 | Some experimental stuff (work in progress). heheh. | Erik Andersen | |
-Erik | |||
2000-05-10 | * cp -fa now works as expected for symlinks (it didn't before) | Erik Andersen | |
* zcat works again (wasn't working since option parsing was broken) * more doc updates/more support for BB_FEATURE_SIMPLE_HELP -Erik | |||
2000-05-03 | Sensibly put the docs under the docs directory. | Erik Andersen | |
-Erik | |||
2000-05-03 | Remove BB_FEATURE_REMOUNT (small, and should always be present) | Erik Andersen | |
and fix documentation dependancy checks, so it is only built when it should be built. -Erik | |||
2000-05-02 | Make the dependancies on the docs work properly | Erik Andersen | |
-Erik | |||
2000-05-02 | More stuff | Erik Andersen | |
-Erik | |||
2000-04-28 | Latest and greatest. Some effort at libc5 (aiming towards newlib) | Erik Andersen | |
compatability. -Erik | |||
2000-04-21 | Some more updates and such... | Erik Andersen | |
-Erik | |||
2000-04-21 | More Doc updates. cmdedit and more termio fixes. | Erik Andersen | |
2000-04-19 | Fix the makefile so docs get built | Erik Andersen | |
-Erik | |||
2000-04-19 | More minor updates to docs (and making apps behave as the docs | Erik Andersen | |
suggest they should) -Erik | |||
2000-04-19 | make ps accept (and ignore) all options (--help works of course). | Erik Andersen | |
tar now works with or without the leading "-" on the options. -Erik | |||
2000-04-18 | Reset DODEBUG to false | Jim Gleason | |
2000-04-18 | More little stuff. | Erik Andersen | |
-Erik | |||
2000-04-18 | Updates | Erik Andersen | |
-Erik | |||
2000-04-17 | - grep -v ^\.PHONY < Makefile | John Beppu | |
+ busybox.def.h BB_FEATURE_TRIVIAL_HELP + uname.c has an example of how BB_FEATURE_TRIVIAL_HELP is to be applied. | |||
2000-04-17 | Bugfixes. | Erik Andersen | |
-Erik | |||
2000-04-17 | - got rid of the .PHONY: docs, because I didn't want it to | John Beppu | |
generate the qw(man html txt) documentation every time I ran make. Unfortunately, "make docs" never amounts to anything, because make sees the docs/ directory and thinks, "oh, I don't have to do any work". Maybe the target should be "doc" to make it different from "docs"? | |||
2000-04-17 | + added a .PHONY: docs | John Beppu | |
target | |||
2000-04-15 | Turn off debugging | Erik Andersen | |
-Erik | |||
2000-04-13 | + VERSION wasn't being propagated to the sub-make happening in docs/ | John Beppu | |
so I exported VERSION and invoked make with a -C docs | |||
2000-04-13 | More doc updates for BusyBox, with fixes to apps for bugs revealed | Erik Andersen | |
while trying to write docs . :-) -Erik | |||
2000-04-09 | More minor patches | Erik Andersen | |
-Erik | |||
2000-04-09 | This makes tar work perfectly, and adds in "--exclude" as an option | Erik Andersen | |
-Erik | |||
2000-04-08 | Latest and greatest | Erik Andersen | |
-Erik | |||
2000-04-06 | Fix time stamp style | Erik Andersen | |
-Erik | |||
2000-04-06 | Turn off static linking. Duh. | Erik Andersen | |
-Erik | |||
2000-03-24 | The new tar for busybox is now done, and works just fine | Erik Andersen | |
for extracting files. Creation of tarballs is next... -Erik | |||
2000-03-19 | more minor fixes | Erik Andersen | |
-Erik | |||
2000-03-06 | Oops. I left debugging turned on... | Erik Andersen | |
-Erik | |||
2000-03-04 | Add in freeramdisk.c, which (duh) frees ramdisks. If you have any | Erik Andersen | |
ramdisks lying about and want to free up the memory they have used, this baby is the answar you have been waiting for. -Erik | |||
2000-02-29 | Minor makefile and todo updates | Erik Andersen | |
-Erik | |||
2000-02-18 | Some updates for the day, | Erik Andersen | |
-Erik | |||
2000-02-11 | Updates | Erik Andersen | |
-Erik | |||
2000-02-09 | Fixed the init problem where it wouldn't unmount filesystems | Erik Andersen | |
on reboot. Also fixed swapoff -a so it works. -Erik | |||
2000-02-07 | A few minor updates. ;-) | Erik Andersen | |
Seriously though, read the Changelog for busybox 0.42, which this is about to become... -Erik | |||
2000-01-23 | Some busybox updates. You no longer _have_ to put a "-" in front of tar | Erik Andersen | |
options, logger is better behaved and has a "-t" option now. init now supports the kernel chroot patch, so you can chroot to a new device and umount the old root. -Erik | |||
2000-01-15 | Sync up busybox with the latest and greatest. This is not stuff for | Erik Andersen | |
the Embedix release. -Erik | |||
2000-01-13 | Bug fixes. | Erik Andersen | |
-Erik | |||
2000-01-08 | Oops. left debug on. | Erik Andersen | |
-Erik | |||
2000-01-08 | Fix cp and mv so 'cp foo/README bar' where foo and bar are directories, | Erik Andersen | |
and README is a file. -Erik | |||
2000-01-07 | More adjustments | Erik Andersen | |
-Erik |