aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2000-06-06Added considering making a unified option parser someday.Mark Whitley
2000-06-06Fixed segfault when you type "chmod -R". "chown -R" and "chgrp -R" are stillMark Whitley
having problems...
2000-06-06"mount" now reports errors from nfsmount() and assumes NFS mountPavel Roskin
if ':' is present in the device name - Pavel Roskin
2000-06-06Updated TODO item re: 'cp -a /tmp/*' not producing the right error messageMark Whitley
(it's been fixed).
2000-06-06Fixed a bunch of stuff:Eric Andersen
* Fixed segfault caused by "touch -c" * Fixed segfault caused by "rm -f" * Fixed segfault caused by "ln -s -s" and similar abuses. * Fixed segfault caused by "cp -a -a" and similar abuses. * Implemented "rm -- <foo>" updated docs accordingly. -Erik
2000-06-05"which" rewritten to use stat(). Fixes to improve its compatabilityPavel Roskin
with traditional implementations
2000-06-05Fix more spelling errors.Pavel Roskin
2000-06-05Fix spelling errorEric Andersen
-Erik
2000-06-05Fix spelling errors.Eric Andersen
-Erik
2000-06-05More TODO items. Fix a dependancy bug on busybox.def.hEric Andersen
-Erik
2000-06-04"nc" exits silently on errors. This patch makes it print something beforeEric Andersen
exit(). Note that calling perror() after gethostbyname() will most likely return "No such file or directory" which is quite confusing, so I decided to use fatalError instead. Regards, Pavel Roskin
2000-06-04Don't allow mkfifo to create files such as "--help"Eric Andersen
This patch checks if the name of FIFO to be created begins with "-" and calls usage() if it does. Regards, Pavel Roskin
2000-06-04This patchEric Andersen
- eliminates the need to have a buffer and strcpy to it - makes freeramdisk complain if it's given more than one argument Regards, Pavel Roskin
2000-06-03Turn off debugging in the Makefile.Eric Andersen
-Erik
2000-06-03Note that I broke mkfs_minix's parser in rev 1.7.Eric Andersen
-Erik
2000-06-02Fix touch so it behaves itself (it could segfault in some cases).Eric Andersen
Fix uname help info formatting. -Erik
2000-06-02This is a fix for chrootEric Andersen
- Fixed error message when the command is not specified (possibly crash on libc5 systems!) - Debugging output removed - Using fatalError() whenever appropriate Regards, Pavel Roskin
2000-06-02Pavel fixed a segfault in yes.Eric Andersen
-Erik
2000-06-02Fix /etc/passwd misspelling.Eric Andersen
-Erik
2000-06-02Some Makefile fixes for the docs.Eric Andersen
-Erik
2000-06-02Note the addition of ar.Eric Andersen
-Erik
2000-06-02oops. Don't commit autogenerated stuff.Eric Andersen
-Erik
2000-06-02A number of additional fixed from Pavel Roskin, note some more bugs in theEric Andersen
TODO list. Add Glenn to the Authors list for writing a mini ar for BusyBox, which is now included. -Erik
2000-06-02Acknowledge contributions of Pavel Roskin, and fix doc buildingEric Andersen
so the html goes into the website directory. -Erik
2000-06-02Acknowledge contributions of Pavel Roskin, and fix doc buildingEric Andersen
so the html goes into the website directory. -Erik
2000-06-02More stuff to do...Eric Andersen
-Erik
2000-06-02Acknowledge contributions of Pavel Roskin, and fix doc buildingEric Andersen
so the html goes into the website directory. -Erik
2000-06-02Point to the local BusyBox.html docs.Eric Andersen
-Erik
2000-06-02Forgot to checkin the busybox website graphics. Here they are...Eric Andersen
-Erik
2000-05-31More stuff.Eric Andersen
-Erik
2000-05-31Minor doc fix. Added several bugs to the todo list. Fixed the way initEric Andersen
scans /etc/inittab entries so that commands can contain ":"s. -Erik
2000-05-30Remove the now-fixed tar segfault from the TODO list.Eric Andersen
-Erik
2000-05-30Fixed tar option parsing segfault, and make "tar xv" and "tar -xv"Eric Andersen
both work (i.e. it works with or w/o the "-"). -Erik
2000-05-25Minor update to web page.Eric Andersen
-Erik
2000-05-20First pass at fixing tar segfault, and more portability updates.Erik Andersen
-Erik
2000-05-19More libc portability updates, add in the website (which has not beenErik Andersen
archived previously). Wrote 'which' during the meeting today. -Erik
2000-05-17Another bug to fix...Erik Andersen
-Erik
2000-05-17Some more portability updatesErik Andersen
-Erik
2000-05-16Some updates for better portability.Erik Andersen
-Erik
2000-05-13TODO updateErik Andersen
-Erik
2000-05-13Change a descriptionErik Andersen
-Erik
2000-05-13Minor fixes to being a standalone shell.Erik Andersen
-Erik
2000-05-13BusyBox shell (lash) can now be used as a standalone shell whenErik Andersen
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
2000-05-13More doc updatesErik Andersen
-Erik
2000-05-13So much for my evil optimization. Doesn't seem to work. Will testErik Andersen
more on it later. -Erik
2000-05-12Lots of updates. Finished implementing BB_FEATURE_TRIVIAL_HELPErik Andersen
which lets you compile out most of the "--help" output, saving up to 17k. Renamed mnc to nc. -Erik
2000-05-12Some 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-10Add suffix stripping support to basenameErik Andersen
-Erik
2000-05-08Added some bugs / TODOs.Mark Whitley