Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Add in telnet docs. | Eric Andersen | 2000-06-21 | 1 | -1/+10 | |
| | | | | -Erik | |||||
* | Add insmod docs | Eric Andersen | 2000-06-21 | 1 | -1/+16 | |
| | | | | -Erik | |||||
* | Updated the list of supported commands | Pavel Roskin | 2000-06-21 | 1 | -11/+11 | |
| | ||||||
* | Removed all vestiges of "math" | Pavel Roskin | 2000-06-21 | 1 | -4/+4 | |
| | ||||||
* | + added dc (aka the function formerly known as math) | John Beppu | 2000-06-21 | 1 | -24/+27 | |
| | | | | + did all the housekeeping that this change requires. | |||||
* | Updated e-mail address of Pavel Roskin to proski@gnu.org | Pavel Roskin | 2000-06-20 | 1 | -2/+2 | |
| | ||||||
* | Ran it through a spell checker and fixed the spelling errors. | Eric Andersen | 2000-06-16 | 1 | -12/+12 | |
| | | | | -Erik | |||||
* | + minor typo fix | John Beppu | 2000-06-14 | 1 | -1/+1 | |
| | | | | s/>/>/ | |||||
* | Add new apps md5sum uudecode uuencode, fix some minor formatting things. | Eric Andersen | 2000-06-13 | 1 | -6/+75 | |
| | | | | -Erik | |||||
* | + updated docs to reflect math's filter capabilities. | John Beppu | 2000-06-12 | 1 | -2/+5 | |
| | ||||||
* | My pod2man (perl-5.00503) complains if there is no newline after "Options:" | Pavel Roskin | 2000-06-07 | 1 | -1/+2 | |
| | ||||||
* | Syslogd will not go to background if "-n" is given. Better help | Pavel Roskin | 2000-06-07 | 1 | -6/+5 | |
| | | | | and argument checking | |||||
* | Implemented "ping -s", fixed error messages and argument parsing | Pavel Roskin | 2000-06-07 | 1 | -1/+2 | |
| | ||||||
* | * Fixed 'swapon -a' and 'swapoff -a', which were broken. | Eric Andersen | 2000-06-07 | 1 | -2/+3 | |
| | | | | | | * Fixed 'mount -a' so it works as expected. * Implemented 'ls -R' (enabled by enabling BB_FEATURE_LS_RECURSIVE) -Erik | |||||
* | Fixed a bunch of stuff: | Eric Andersen | 2000-06-06 | 1 | -2/+3 | |
| | | | | | | | | | | * 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 | |||||
* | Fix more spelling errors. | Pavel Roskin | 2000-06-05 | 1 | -7/+7 | |
| | ||||||
* | Fix spelling error | Eric Andersen | 2000-06-05 | 1 | -3/+3 | |
| | | | | -Erik | |||||
* | Fix spelling errors. | Eric Andersen | 2000-06-05 | 1 | -2/+2 | |
| | | | | -Erik | |||||
* | oops. Don't commit autogenerated stuff. | Eric Andersen | 2000-06-02 | 2 | -2492/+1 | |
| | | | | -Erik | |||||
* | A number of additional fixed from Pavel Roskin, note some more bugs in the | Eric Andersen | 2000-06-02 | 2 | -5/+51 | |
| | | | | | | TODO list. Add Glenn to the Authors list for writing a mini ar for BusyBox, which is now included. -Erik | |||||
* | Acknowledge contributions of Pavel Roskin, and fix doc building | Eric Andersen | 2000-06-02 | 1 | -0/+6 | |
| | | | | | so the html goes into the website directory. -Erik | |||||
* | Acknowledge contributions of Pavel Roskin, and fix doc building | Eric Andersen | 2000-06-02 | 1 | -1/+5 | |
| | | | | | so the html goes into the website directory. -Erik | |||||
* | Point to the local BusyBox.html docs. | Eric Andersen | 2000-06-02 | 1 | -1/+1 | |
| | | | | -Erik | |||||
* | Forgot to checkin the busybox website graphics. Here they are... | Eric Andersen | 2000-06-02 | 6 | -0/+0 | |
| | | | | -Erik | |||||
* | Minor doc fix. Added several bugs to the todo list. Fixed the way init | Eric Andersen | 2000-05-31 | 1 | -1/+1 | |
| | | | | | scans /etc/inittab entries so that commands can contain ":"s. -Erik | |||||
* | Minor update to web page. | Eric Andersen | 2000-05-25 | 1 | -0/+2 | |
| | | | | -Erik | |||||
* | More libc portability updates, add in the website (which has not been | Erik Andersen | 2000-05-19 | 4 | -0/+2894 | |
| | | | | | archived previously). Wrote 'which' during the meeting today. -Erik | |||||
* | More doc updates | Erik Andersen | 2000-05-13 | 1 | -10/+51 | |
| | | | | -Erik | |||||
* | Lots of updates. Finished implementing BB_FEATURE_TRIVIAL_HELP | Erik Andersen | 2000-05-12 | 1 | -6/+6 | |
| | | | | | | | | which lets you compile out most of the "--help" output, saving up to 17k. Renamed mnc to nc. -Erik | |||||
* | Add suffix stripping support to basename | Erik Andersen | 2000-05-10 | 1 | -3/+6 | |
| | | | | -Erik | |||||
* | Add support for "noatime" and "nodiratime" mount flags to mount. | Erik Andersen | 2000-05-05 | 1 | -18/+20 | |
| | | | | | | | Change umount "-f" to mean force, and actually use umount2. Change umount "-l" to mean "Do not free loop device". Updates docs accordingly. -Erik | |||||
* | Tell cvs to never checkin the resultant docs. | Erik Andersen | 2000-05-03 | 1 | -0/+3 | |
| | | | | -Erik | |||||
* | Remove BB_FEATURE_REMOUNT (small, and should always be present) | Erik Andersen | 2000-05-03 | 1 | -21/+0 | |
| | | | | | | and fix documentation dependancy checks, so it is only built when it should be built. -Erik | |||||
* | More formatting bugs fixed | Erik Andersen | 2000-05-02 | 1 | -4/+23 | |
| | | | | -Erik | |||||
* | Bug fixes in the docs | Erik Andersen | 2000-05-02 | 1 | -2/+5 | |
| | | | | -Erik | |||||
* | Document tr change | Erik Andersen | 2000-05-01 | 1 | -4/+9 | |
| | | | | -Erik | |||||
* | Latest and greatest. Some effort at libc5 (aiming towards newlib) | Erik Andersen | 2000-04-28 | 1 | -4/+20 | |
| | | | | | compatability. -Erik | |||||
* | Several more updates | Erik Andersen | 2000-04-25 | 1 | -5/+21 | |
| | | | | -Erik | |||||
* | + grep -v # yay! | John Beppu | 2000-04-24 | 1 | -1/+2 | |
| | ||||||
* | Some more updates and such... | Erik Andersen | 2000-04-21 | 1 | -4/+4 | |
| | | | | -Erik | |||||
* | Doc updates | Erik Andersen | 2000-04-21 | 1 | -66/+79 | |
| | | | | -Erik | |||||
* | Fix email address0_43 | Erik Andersen | 2000-04-19 | 1 | -3/+3 | |
| | | | | -Erik | |||||
* | Minor doc change | Erik Andersen | 2000-04-19 | 1 | -6/+6 | |
| | | | | -Erik | |||||
* | More minor updates to docs (and making apps behave as the docs | Erik Andersen | 2000-04-19 | 1 | -4/+26 | |
| | | | | | suggest they should) -Erik | |||||
* | Updates | Erik Andersen | 2000-04-18 | 2 | -10/+11 | |
| | | | | -Erik | |||||
* | - removal of (stray|stealth) spaces | John Beppu | 2000-04-17 | 1 | -2/+2 | |
| | ||||||
* | Bugfixes. | Erik Andersen | 2000-04-17 | 1 | -9/+6 | |
| | | | | -Erik | |||||
* | More updates to the docs, and fixes to sync things with the docs. | Erik Andersen | 2000-04-17 | 1 | -18/+115 | |
| | | | | -Erik | |||||
* | + added John Lombardo to AUTHORS section | John Beppu | 2000-04-17 | 1 | -1/+5 | |
| | ||||||
* | + wrap things in B<> to make pod2man happy | John Beppu | 2000-04-16 | 1 | -12/+17 | |
| |