aboutsummaryrefslogtreecommitdiff
path: root/docs
AgeCommit message (Collapse)Author
2000-06-16Ran it through a spell checker and fixed the spelling errors.Eric Andersen
-Erik
2000-06-14+ minor typo fixJohn Beppu
s/&gt/>/
2000-06-13Add new apps md5sum uudecode uuencode, fix some minor formatting things.Eric Andersen
-Erik
2000-06-12+ updated docs to reflect math's filter capabilities.John Beppu
2000-06-07My pod2man (perl-5.00503) complains if there is no newline after "Options:"Pavel Roskin
2000-06-07Syslogd will not go to background if "-n" is given. Better helpPavel Roskin
and argument checking
2000-06-07Implemented "ping -s", fixed error messages and argument parsingPavel Roskin
2000-06-07* Fixed 'swapon -a' and 'swapoff -a', which were broken.Eric Andersen
* Fixed 'mount -a' so it works as expected. * Implemented 'ls -R' (enabled by enabling BB_FEATURE_LS_RECURSIVE) -Erik
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-05Fix more spelling errors.Pavel Roskin
2000-06-05Fix spelling errorEric Andersen
-Erik
2000-06-05Fix spelling errors.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-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-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-25Minor update to web page.Eric 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-13More doc updatesErik Andersen
-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-10Add suffix stripping support to basenameErik Andersen
-Erik
2000-05-05Add 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-03Tell cvs to never checkin the resultant docs.Erik Andersen
-Erik
2000-05-03Remove 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-02More formatting bugs fixedErik Andersen
-Erik
2000-05-02Bug fixes in the docsErik Andersen
-Erik
2000-05-01Document tr changeErik Andersen
-Erik
2000-04-28Latest and greatest. Some effort at libc5 (aiming towards newlib)Erik Andersen
compatability. -Erik
2000-04-25Several more updatesErik Andersen
-Erik
2000-04-24+ grep -v # yay!John Beppu
2000-04-21Some more updates and such...Erik Andersen
-Erik
2000-04-21Doc updatesErik Andersen
-Erik
2000-04-19Fix email addressErik Andersen
-Erik
2000-04-19Minor doc changeErik Andersen
-Erik
2000-04-19More minor updates to docs (and making apps behave as the docsErik Andersen
suggest they should) -Erik
2000-04-18UpdatesErik Andersen
-Erik
2000-04-17- removal of (stray|stealth) spacesJohn Beppu
2000-04-17Bugfixes.Erik Andersen
-Erik
2000-04-17More updates to the docs, and fixes to sync things with the docs.Erik Andersen
-Erik
2000-04-17+ added John Lombardo to AUTHORS sectionJohn Beppu
2000-04-16+ wrap things in B<> to make pod2man happyJohn Beppu
2000-04-15More documentation updates, and minor fixes to make things syncErik Andersen
up with the docs. -Erik
2000-04-14Fix a tar bug: tar removed leading '/'s for symlink targets.Erik Andersen
Fix a syslogd bug: Only the first sizeof(buffer) was read from the /dev/log socket, causing (for most cases) only every other log item to be logged. -Erik
2000-04-13+ minor whitespace oddities removedJohn Beppu
+ re-alphabetized AUTHORS section + added Id tag at bottom
2000-04-13More doc updates for BusyBox, with fixes to apps for bugs revealedErik Andersen
while trying to write docs . :-) -Erik
2000-04-13+ a comment on line 1 w/ suggested pod2man invocation:John Beppu
pod2man --center=Lineo --release="version 0.43" busybox.pod > busybox.1
2000-04-13+ formatting modifications to make pod2man(1p) happy.John Beppu