aboutsummaryrefslogtreecommitdiff
path: root/docs/busybox.pod
AgeCommit message (Collapse)Author
2000-06-21Documented "which"Pavel Roskin
2000-06-21Removed trailing spacesPavel Roskin
2000-06-21Add in telnet docs.Eric Andersen
-Erik
2000-06-21Add insmod docsEric Andersen
-Erik
2000-06-21Updated the list of supported commandsPavel Roskin
2000-06-21Removed all vestiges of "math"Pavel Roskin
2000-06-21+ added dc (aka the function formerly known as math)John Beppu
+ did all the housekeeping that this change requires.
2000-06-20Updated e-mail address of Pavel Roskin to proski@gnu.orgPavel Roskin
2000-06-16Ran it through a spell checker and fixed the spelling errors.Eric Andersen
-Erik
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 spelling errorEric 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-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-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-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
2000-04-13Some docsErik Andersen
-Erik
2000-01-19foreach (@busybox_command) {John Beppu
put_help_message_in_busybox_pod($_); }
2000-01-19added a little more content.John Beppu
2000-01-18fleshed out a bit more... just wanted to put the currentJohn Beppu
changes under version control.
2000-01-18the beginnings of a proper man page for busybox.John Beppu