Age | Commit message (Collapse) | Author | |
---|---|---|---|
2000-07-08 | Add in tinynet | Eric Andersen | |
-Erik | |||
2000-07-08 | Doc updates to remove sfdisk. | Eric Andersen | |
-Erik | |||
2000-07-07 | Web page update from Matt Kraai <kraai@alumni.carnegiemellon.edu> | Eric Andersen | |
-Erik | |||
2000-07-07 | This patch finishes the cleanup of all the commands. It also cleans up | Eric Andersen | |
the remaining chapters -- Matt Kraai <kraai@alumni.carnegiemellon.edu> -Erik | |||
2000-07-07 | Yet another busybox documentation update from Matt Kraai ↵ | Eric Andersen | |
<kraai@alumni.carnegiemellon.edu> -Erik | |||
2000-07-06 | More doc patches from Matt Kraai <kraai@alumni.carnegiemellon.edu>. | Eric Andersen | |
Thanks Matt! -Erik | |||
2000-07-06 | DocBook documentation update from Matt Kraai <kraai@alumni.carnegiemellon.edu> | Eric Andersen | |
-Erik | |||
2000-07-04 | Some cosmetic updates. Changed "OPTIONS" to "Options". | Eric Andersen | |
-Erik | |||
2000-07-04 | More doc updates | Eric Andersen | |
-Erik | |||
2000-07-04 | A first pass at integrating the SGML docs into the Makefile. | Eric Andersen | |
A first pass a cleaning up the current SGML (lots more cleanup is needed though). -Erik | |||
2000-06-26 | Just converted busybox.pod to busybox.sgml using the Pod::DocBook Perl module. | Mark Whitley | |
The resulting file needs some massaging and once it gets presentable, I'll edit the Makefile to use the SGML file as the "authoritative" file; the plan here is to generate other file formats from the SGML. | |||
2000-06-26 | Fixed segfault with 'cut -f 1 -d:' and added 'cut -s' suport. | Eric Andersen | |
Fix thanks to Arne Bernin <arne@matrix.loopback.org> -Erik | |||
2000-06-22 | Minor web page update. | Eric Andersen | |
-Erik | |||
2000-06-21 | Document 'ln --' | Eric Andersen | |
-Erik | |||
2000-06-21 | Web site updates. | Eric Andersen | |
-Erik | |||
2000-06-21 | Documented "which" | Pavel Roskin | |
2000-06-21 | Removed trailing spaces | Pavel Roskin | |
2000-06-21 | Add in telnet docs. | Eric Andersen | |
-Erik | |||
2000-06-21 | Add insmod docs | Eric Andersen | |
-Erik | |||
2000-06-21 | Updated the list of supported commands | Pavel Roskin | |
2000-06-21 | Removed 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-20 | Updated e-mail address of Pavel Roskin to proski@gnu.org | Pavel Roskin | |
2000-06-16 | Ran it through a spell checker and fixed the spelling errors. | Eric Andersen | |
-Erik | |||
2000-06-14 | + minor typo fix | John Beppu | |
s/>/>/ | |||
2000-06-13 | Add 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-07 | My pod2man (perl-5.00503) complains if there is no newline after "Options:" | Pavel Roskin | |
2000-06-07 | Syslogd will not go to background if "-n" is given. Better help | Pavel Roskin | |
and argument checking | |||
2000-06-07 | Implemented "ping -s", fixed error messages and argument parsing | Pavel 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-06 | Fixed 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-05 | Fix more spelling errors. | Pavel Roskin | |
2000-06-05 | Fix spelling error | Eric Andersen | |
-Erik | |||
2000-06-05 | Fix spelling errors. | 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 | 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 | 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-25 | Minor update to web page. | Eric 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-13 | More doc updates | Erik Andersen | |
-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-10 | Add suffix stripping support to basename | 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 | 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 |