Age | Commit message (Collapse) | Author | |
---|---|---|---|
2000-06-05 | More TODO items. Fix a dependancy bug on busybox.def.h | Eric Andersen | |
-Erik | |||
2000-06-04 | "nc" exits silently on errors. This patch makes it print something before | Eric 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-04 | Don'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-04 | This patch | Eric 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-03 | Turn off debugging in the Makefile. | Eric Andersen | |
-Erik | |||
2000-06-03 | Note that I broke mkfs_minix's parser in rev 1.7. | Eric Andersen | |
-Erik | |||
2000-06-02 | Fix touch so it behaves itself (it could segfault in some cases). | Eric Andersen | |
Fix uname help info formatting. -Erik | |||
2000-06-02 | This is a fix for chroot | Eric 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-02 | Pavel fixed a segfault in yes. | Eric Andersen | |
-Erik | |||
2000-06-02 | Fix /etc/passwd misspelling. | Eric Andersen | |
-Erik | |||
2000-06-02 | Some Makefile fixes for the docs. | Eric Andersen | |
-Erik | |||
2000-06-02 | Note the addition of ar. | Eric Andersen | |
-Erik | |||
2000-06-02 | oops. Don't commit autogenerated stuff. | 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-06-02 | Acknowledge contributions of Pavel Roskin, and fix doc building | Eric Andersen | |
so the html goes into the website directory. -Erik | |||
2000-06-02 | More stuff to do... | Eric Andersen | |
-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-06-02 | Point to the local BusyBox.html docs. | Eric Andersen | |
-Erik | |||
2000-06-02 | Forgot to checkin the busybox website graphics. Here they are... | Eric Andersen | |
-Erik | |||
2000-05-31 | More stuff. | Eric Andersen | |
-Erik | |||
2000-05-31 | Minor doc fix. Added several bugs to the todo list. Fixed the way init | Eric Andersen | |
scans /etc/inittab entries so that commands can contain ":"s. -Erik | |||
2000-05-30 | Remove the now-fixed tar segfault from the TODO list. | Eric Andersen | |
-Erik | |||
2000-05-30 | Fixed 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-25 | Minor update to web page. | Eric Andersen | |
-Erik | |||
2000-05-20 | First pass at fixing tar segfault, and more portability updates. | Erik Andersen | |
-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-17 | Another bug to fix... | Erik Andersen | |
-Erik | |||
2000-05-17 | Some more portability updates | Erik Andersen | |
-Erik | |||
2000-05-16 | Some updates for better portability. | Erik Andersen | |
-Erik | |||
2000-05-13 | TODO update | Erik Andersen | |
-Erik | |||
2000-05-13 | Change a description | Erik Andersen | |
-Erik | |||
2000-05-13 | Minor fixes to being a standalone shell. | Erik Andersen | |
-Erik | |||
2000-05-13 | BusyBox shell (lash) can now be used as a standalone shell when | Erik 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-13 | More doc updates | 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-10 | Add suffix stripping support to basename | Erik Andersen | |
-Erik | |||
2000-05-08 | Added some bugs / TODOs. | Mark Whitley | |
2000-05-08 | Fix umount dependency on find_real_root_device_name | Erik Andersen | |
-Erik | |||
2000-05-05 | Doc updates | Erik Andersen | |
-Erik | |||
2000-05-05 | Add support for "noatime" and "nodiratime" mount flags to mount. | Erik Andersen | |
Change umount "-f" to mean force, and actually use umount2. Change umount "-l" to mean "Do not free loop device". Updates docs accordingly. -Erik | |||
2000-05-03 | Tell cvs to never checkin the resultant docs. | Erik Andersen | |
-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 | More formatting bugs fixed | Erik Andersen | |
-Erik | |||
2000-05-02 | Bug fixes in the docs | Erik Andersen | |
-Erik | |||
2000-05-02 | Make the dependancies on the docs work properly | Erik Andersen | |
-Erik |