aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* * Fixed 'swapon -a' and 'swapoff -a', which were broken.andersen2000-06-0710-53/+125
* Fix 'date -u'andersen2000-06-063-4/+2
* Oops. Remove the debugging noise.andersen2000-06-062-14/+0
* mkfs.minix rev 1.7 completely broke the option parser. This fixes it.andersen2000-06-063-24/+54
* Removed chmod,chown,chgrp from the "Bugs that need fixing" list.markw2000-06-061-11/+7
* Fixed segfaults for "chown -R" and "chgrp -R". Also added a message for "toomarkw2000-06-062-9/+16
* Fixed exit status for killallproski2000-06-063-2/+11
* Added considering making a unified option parser someday.markw2000-06-061-1/+1
* Fixed segfault when you type "chmod -R". "chown -R" and "chgrp -R" are stillmarkw2000-06-061-1/+1
* "mount" now reports errors from nfsmount() and assumes NFS mountproski2000-06-063-8/+16
* Updated TODO item re: 'cp -a /tmp/*' not producing the right error messagemarkw2000-06-061-2/+0
* Fixed a bunch of stuff:andersen2000-06-0611-98/+123
* "which" rewritten to use stat(). Fixes to improve its compatabilityproski2000-06-053-36/+92
* Fix more spelling errors.proski2000-06-051-7/+7
* Fix spelling errorandersen2000-06-051-3/+3
* Fix spelling errors.andersen2000-06-051-2/+2
* More TODO items. Fix a dependancy bug on busybox.def.handersen2000-06-052-2/+9
* "nc" exits silently on errors. This patch makes it print something beforeandersen2000-06-042-2/+6
* Don't allow mkfifo to create files such as "--help"andersen2000-06-042-2/+2
* This patchandersen2000-06-043-16/+9
* Turn off debugging in the Makefile.andersen2000-06-032-2/+2
* Note that I broke mkfs_minix's parser in rev 1.7.andersen2000-06-031-0/+1
* Fix touch so it behaves itself (it could segfault in some cases).andersen2000-06-024-54/+58
* This is a fix for chrootandersen2000-06-022-16/+14
* Pavel fixed a segfault in yes.andersen2000-06-023-2/+3
* Fix /etc/passwd misspelling.andersen2000-06-021-1/+1
* Some Makefile fixes for the docs.andersen2000-06-021-4/+6
* Note the addition of ar.andersen2000-06-021-0/+2
* oops. Don't commit autogenerated stuff.andersen2000-06-022-2492/+1
* A number of additional fixed from Pavel Roskin, note some more bugs in theandersen2000-06-0227-50/+681
* Acknowledge contributions of Pavel Roskin, and fix doc buildingandersen2000-06-021-0/+6
* Acknowledge contributions of Pavel Roskin, and fix doc buildingandersen2000-06-021-1/+5
* More stuff to do...andersen2000-06-021-2/+7
* Acknowledge contributions of Pavel Roskin, and fix doc buildingandersen2000-06-022-9/+16
* Point to the local BusyBox.html docs.andersen2000-06-021-1/+1
* Forgot to checkin the busybox website graphics. Here they are...andersen2000-06-026-0/+0
* More stuff.andersen2000-05-312-3/+7
* Minor doc fix. Added several bugs to the todo list. Fixed the way initandersen2000-05-315-55/+80
* Remove the now-fixed tar segfault from the TODO list.andersen2000-05-301-4/+0
* Fixed tar option parsing segfault, and make "tar xv" and "tar -xv"andersen2000-05-303-10/+10
* Minor update to web page.andersen2000-05-251-0/+2
* First pass at fixing tar segfault, and more portability updates.erik2000-05-2010-24/+27
* More libc portability updates, add in the website (which has not beenerik2000-05-1938-521/+3428
* Another bug to fix...erik2000-05-171-0/+11
* Some more portability updateserik2000-05-175-25/+25
* Some updates for better portability.erik2000-05-167-52/+48
* TODO updateerik2000-05-131-10/+5
* Change a descriptionerik2000-05-131-0/+1
* Minor fixes to being a standalone shell.erik2000-05-134-4/+4
* BusyBox shell (lash) can now be used as a standalone shell whenerik2000-05-138-28/+87