Commit Graph

252 Commits

Author SHA1 Message Date
Eric Andersen
dec43433e5 Add in cvs info 2001-12-08 02:08:31 +00:00
Eric Andersen
2423b12dae Begin moving things to busybox.net
-Erik
2001-12-08 01:56:15 +00:00
Eric Andersen
05b5addcaa Use a local image, not an offsite one. 2001-12-08 00:18:20 +00:00
Eric Andersen
603557b466 Fix link name 2001-12-07 19:01:31 +00:00
Eric Andersen
089db51fbe Fix broken link 2001-12-07 19:00:30 +00:00
Eric Andersen
66c22051f9 More grammar fixes 2001-11-20 12:40:37 +00:00
Eric Andersen
dbdc0d5da9 grammer error 2001-11-20 12:36:28 +00:00
Eric Andersen
4d7f9c3d99 Update the website 2001-11-20 11:56:51 +00:00
Matt Kraai
c2d6ca0922 Fix misspelling. 2001-11-19 18:44:58 +00:00
Eric Andersen
cc05ce64e9 Update webpage 2001-11-18 15:49:26 +00:00
Eric Andersen
c5f9a9dd0c Add redhat and slackware 2001-11-10 13:38:36 +00:00
Eric Andersen
31ac3b7764 Add in Redhat 2001-11-10 13:35:27 +00:00
Eric Andersen
882cbcdfa1 more config.in entries from Giulio Orsero <giulioo@pobox.com>
with some minor edits by me.
2001-11-10 10:43:09 +00:00
Eric Andersen
6cf47a79ac Run parts applet by Emanuele Aina <faina.mail@tiscalinet.it> 2001-10-31 10:24:36 +00:00
Eric Andersen
2bc4dec7a1 Document CONFIG_RUN_PARTS, patch from Emanuele Aina <faina.mail@tiscalinet.it> 2001-10-31 10:21:17 +00:00
John Beppu
ce22feea01 - fixed typos
- thinking about how to generate Configure.help...
2001-10-31 04:29:18 +00:00
Eric Andersen
9b5a953a98 Add in a mostly content free config help file 2001-10-24 06:33:31 +00:00
Eric Andersen
bdfd0d78bc Major rework of the directory structure and the entire build system.
-Erik
2001-10-24 05:00:29 +00:00
Matt Kraai
c2e5b977ab Add ttylinux. 2001-10-19 15:33:45 +00:00
Eric Andersen
68ca35c90f Add slackware 8 to list 2001-10-19 06:32:15 +00:00
Eric Andersen
9c93721ea5 Add mindi linux 2001-10-19 00:46:06 +00:00
Matt Kraai
b67adb0d83 Add Cachier. 2001-09-24 22:44:52 +00:00
Eric Andersen
f6ecaccf92 Fix my email address. 2001-09-08 20:52:33 +00:00
Eric Andersen
886b84211e Lineo is no longer sponsoring busybox 2001-09-08 20:47:19 +00:00
Eric Andersen
28d0ac13d1 Add "DutNux" 2001-08-27 19:22:44 +00:00
Matt Kraai
91631011cc Remove traces of rpmunpack (patch by Laurence Anderson). 2001-08-27 18:55:10 +00:00
Eric Andersen
31b35a16e0 Merge with the stable branch 2001-08-23 22:05:55 +00:00
Matt Kraai
8aa0b62a88 Fix misspelling of `stabilize'. 2001-08-02 20:34:24 +00:00
Eric Andersen
9e6089ee0f Ok, here we go... 2001-08-02 19:31:08 +00:00
Eric Andersen
aa64ba459f Minor working update 2001-07-07 16:36:29 +00:00
Eric Andersen
ceece81414 Move a bit more to the old news section 2001-07-07 09:38:30 +00:00
Eric Andersen
d0b4d3dabf Typo fix. 2001-07-07 08:47:21 +00:00
Eric Andersen
7b2dfc623b Move some stuff to the oldnews area 2001-07-07 08:44:25 +00:00
Eric Andersen
40ecf7da88 Update web page... 2001-07-07 08:25:03 +00:00
Glenn L McGrath
f8736d251e rpm2cpio applet by Laurence Anderson 2001-06-26 01:19:34 +00:00
Glenn L McGrath
2e6d3cfa82 Nore unarchive (and doc) fixes from Laurence Anderson 2001-06-24 12:36:54 +00:00
Eric Andersen
583e3ca456 Add in Devil-Linux 2001-06-12 22:04:40 +00:00
Eric Andersen
4f3e24979b Add the Linux Terminal Server Project 2001-06-06 18:21:25 +00:00
Eric Andersen
77d9268892 Patch from larry to fix some grammar errors. 2001-05-23 20:32:09 +00:00
Matt Kraai
cb378a5267 Add missing periods and delete superfluous whitespace. 2001-05-14 06:35:15 +00:00
Eric Andersen
19ec9ee91e Use .png for images (removing all .gifs) and make them all 90x36
-Erik
2001-05-02 17:19:25 +00:00
Eric Andersen
0f9426edb0 Ignore some generated files 2001-04-26 23:23:04 +00:00
Eric Andersen
924ab5b7d3 These days busybox.pod is autogenerated, so it should be removed
from CVS.
2001-04-26 23:06:39 +00:00
John Beppu
2771d1a574 - updated busybox_header.pod by adding adjtimex to the list.
- a new busybox.pod that reflects my fixes, and todays patches
  to usage.h
2001-04-17 23:57:23 +00:00
John Beppu
5d81768cf1 - usage.h
o echo_example_usage
    needed to escape some backslashes in an inner quote
  o find_full_usage
    missing a \n at the end of the -name line
  ? getopt_full_usage
    the -o line has tab issues, but I didn't fix them.
  o length_example_usage
    removed some double-quotes that were within an inner quotes
  o printf_example_usage
    needed to escape a backslash in an inner quote
  o sort_example_usage
    needed to escape some backslashes and double quotes in an inner quote
  o tftp_full_usage
    s/nameing/naming/;
  o umount_full_usage
    remove colons after options for consistency w/ other full_usage messages
  o uniq_example_usage
    needed to escape some backslashes and double quotes in an inner quote

- TODO                          xargs -l ?
- docs/autodocifier.pl          POD && comment updates
- docs/busybox_footer.pod       added Larry Doolittle and Sterling Huxley
2001-04-17 17:09:34 +00:00
Eric Andersen
93ffa950bf Put in a paragraph break 2001-04-10 22:10:42 +00:00
Mark Whitley
efcfe874ea Added a chart of busybox's growth by Larry Doolittle and put a news
announcement for it on the main page.
2001-04-10 21:58:32 +00:00
Eric Andersen
0958093be6 Doc update for the 0.51 release.
-Erik
2001-04-10 20:10:55 +00:00
Eric Andersen
6d7fa438a7 This patch from Laurence Anderson <laurence@zxmail.com> fixes
wget HTTP 1.1 support and addes chunked encoding so bb wget
is now fully RFC compliant.
2001-04-10 18:17:05 +00:00
Matt Kraai
4e853560f5 Fix double quote handling. 2001-04-10 00:00:05 +00:00