OpenBSD CVS

CVS log for www/hp300.html


[BACK] Up to [local] / www

Request diff between arbitrary revisions


Default branch: MAIN


Revision 1.109 / (download) / (as text) - annotate - [select for diffs], Thu Sep 30 18:14:52 2021 UTC (2 years, 7 months ago) by tj
Branch: MAIN
CVS Tags: HEAD
Changes since 1.108: +1 -1 lines
Diff to previous 1.108 (colored)


fix broken man page links by using ones from the last supported release.
while here, remove some lies about ongoing development.

Revision 1.108 / (download) / (as text) - annotate - [select for diffs], Sat Jun 1 23:12:47 2019 UTC (4 years, 11 months ago) by deraadt
Branch: MAIN
Changes since 1.107: +5 -5 lines
Diff to previous 1.107 (colored)

nasty whitespaces

Revision 1.107 / (download) / (as text) - annotate - [select for diffs], Sat Jun 1 22:54:16 2019 UTC (4 years, 11 months ago) by deraadt
Branch: MAIN
Changes since 1.106: +2 -2 lines
Diff to previous 1.106 (colored)

removal of pointless </p> and </li>

Revision 1.106 / (download) / (as text) - annotate - [select for diffs], Mon May 27 22:55:20 2019 UTC (4 years, 11 months ago) by bentley
Branch: MAIN
Changes since 1.105: +53 -63 lines
Diff to previous 1.105 (colored)

Substantially clean up and modernize HTML markup across openbsd.org.

This was done with three purposes in mind:
- to reduce the massive amount of inline HTML, to be easier on developers
  adding actual content
- to allow running the HTML validator across the source (doing this found
  many unintentional mistakes in the present code, including at least a
  dozen cases of half- or fully-invisible text)
- to separate content from presentation, so appearance can be controlled
  through stylesheets

Great care was taken to keep all pages, even very old ones, looking the
same, give or take a few pixels of whitespace.

Much review, critique, and improvement from tj@

Revision 1.105 / (download) / (as text) - annotate - [select for diffs], Mon Jun 26 17:18:57 2017 UTC (6 years, 10 months ago) by tb
Branch: MAIN
Changes since 1.104: +34 -34 lines
Diff to previous 1.104 (colored)

move man.openbsd.org links from http:// to https://
reduces the number of http:// links in www/ from >33k to <7k

thanks to schwarze for doing the work

Revision 1.104 / (download) / (as text) - annotate - [select for diffs], Tue Mar 7 18:30:54 2017 UTC (7 years, 2 months ago) by tj
Branch: MAIN
Changes since 1.103: +1 -1 lines
Diff to previous 1.103 (colored)

"the latest supported release is/was" -> "the last supported release was"

Revision 1.103 / (download) / (as text) - annotate - [select for diffs], Wed Mar 1 20:48:14 2017 UTC (7 years, 2 months ago) by tb
Branch: MAIN
Changes since 1.102: +1 -2 lines
Diff to previous 1.102 (colored)

minor cleanup to reduce tj's 6.1 diff

Revision 1.102 / (download) / (as text) - annotate - [select for diffs], Sun Oct 16 19:11:30 2016 UTC (7 years, 6 months ago) by tb
Branch: MAIN
Changes since 1.101: +1 -1 lines
Diff to previous 1.101 (colored)

Switch a few links to ftp.openbsd.org, www.libressl.org and www.openssh.org
to https now that the certificates are fully supported. Only fully
qualified links are modified and none that are generated from build/. While
there, fix a few broken links that were found during the conversion.

requested by tj, "yes, but carefully" beck

Revision 1.101 / (download) / (as text) - annotate - [select for diffs], Wed Aug 17 14:08:32 2016 UTC (7 years, 8 months ago) by tj
Branch: MAIN
Changes since 1.100: +0 -6 lines
Diff to previous 1.100 (colored)

remove two broken links; reminded by miod

Revision 1.100 / (download) / (as text) - annotate - [select for diffs], Mon Aug 15 02:22:07 2016 UTC (7 years, 9 months ago) by tb
Branch: MAIN
Changes since 1.99: +1 -1 lines
Diff to previous 1.99 (colored)

tls on openbsd.org is now real:
- link to https://www.openbsd.org from the sub-projects' pages
- make internal links relative
- switch link rel=canonical to https to please some search engines
"go ahead" from beck, "do it!!!!" tj

Revision 1.99 / (download) / (as text) - annotate - [select for diffs], Tue Mar 29 14:58:59 2016 UTC (8 years, 1 month ago) by tb
Branch: MAIN
Changes since 1.98: +10 -4 lines
Diff to previous 1.98 (colored)

another batch of css conversions. except tshirts, these all pass
the validator test. with tj

Revision 1.98 / (download) / (as text) - annotate - [select for diffs], Mon Mar 28 16:46:17 2016 UTC (8 years, 1 month ago) by deraadt
Branch: MAIN
Changes since 1.97: +3 -14 lines
Diff to previous 1.97 (colored)

remove pointless toc and get to the meat of the matter sooner

Revision 1.97 / (download) / (as text) - annotate - [select for diffs], Tue Mar 22 10:54:42 2016 UTC (8 years, 1 month ago) by sthen
Branch: MAIN
Changes since 1.96: +34 -34 lines
Diff to previous 1.96 (colored)

fix URIs, the / before querystring isn't optional, if it isn't fixed up
by the browser the server returns 400 Bad Request

Revision 1.96 / (download) / (as text) - annotate - [select for diffs], Mon Mar 21 05:46:20 2016 UTC (8 years, 1 month ago) by beck
Branch: MAIN
Changes since 1.95: +34 -34 lines
Diff to previous 1.95 (colored)

change http://www.openbsd.org/cgi-bin/man.cgi to be http://man.openbsd.org
this points stuff to the new place and gets us ready to deprecate the old
place we did this.

Revision 1.95 / (download) / (as text) - annotate - [select for diffs], Thu Jul 2 05:49:03 2015 UTC (8 years, 10 months ago) by bentley
Branch: MAIN
Changes since 1.94: +0 -3 lines
Diff to previous 1.94 (colored)

Clean up meta tags.

name=distribution, name=keywords, and name=resource-type have no effect
in modern search engines and just clutter up the page source.

From Pavel Plamenov.

Revision 1.94 / (download) / (as text) - annotate - [select for diffs], Mon May 11 11:18:29 2015 UTC (9 years ago) by sthen
Branch: MAIN
Changes since 1.93: +1 -0 lines
Diff to previous 1.93 (colored)

Add 'link rel="canonical"' to pages, acting as a hint to search engines
to list the copies on www.openbsd.org rather than mirrors.

From Carlin Bingham, ok millert@ nick@

Revision 1.93 / (download) / (as text) - annotate - [select for diffs], Thu May 1 15:12:58 2014 UTC (10 years ago) by miod
Branch: MAIN
Changes since 1.92: +39 -49 lines
Diff to previous 1.92 (colored)

5.5

Revision 1.92 / (download) / (as text) - annotate - [select for diffs], Sat Mar 29 21:58:11 2014 UTC (10 years, 1 month ago) by miod
Branch: MAIN
Changes since 1.91: +0 -13 lines
Diff to previous 1.91 (colored)

Remove project lists from platform pages. They all amount to `support more
hardware, improve stability and performance, and squelch bugs', which ought
to be considered implicit.

Revision 1.91 / (download) / (as text) - annotate - [select for diffs], Sat Mar 22 19:10:32 2014 UTC (10 years, 1 month ago) by miod
Branch: MAIN
Changes since 1.90: +35 -35 lines
Diff to previous 1.90 (colored)

Make the manpage links require 5.4 manpages from man.cgi, as most of these
pages no longer exist in -CURRENT (or no longer cover these platforms)

Revision 1.90 / (download) / (as text) - annotate - [select for diffs], Wed Mar 19 22:01:52 2014 UTC (10 years, 1 month ago) by miod
Branch: MAIN
Changes since 1.89: +5 -1 lines
Diff to previous 1.89 (colored)

Mention these platforms will be discontinued after 5.5.

Revision 1.89 / (download) / (as text) - annotate - [select for diffs], Tue Mar 11 07:02:06 2014 UTC (10 years, 2 months ago) by deraadt
Branch: MAIN
Changes since 1.88: +0 -10 lines
Diff to previous 1.88 (colored)

start to get rid of annoying tail at the bottom of each page; browser
back buttons do that fine, and the rest of the text is not very relevant.

Revision 1.88 / (download) / (as text) - annotate - [select for diffs], Fri Nov 1 16:48:38 2013 UTC (10 years, 6 months ago) by sthen
Branch: MAIN
Changes since 1.87: +4 -4 lines
Diff to previous 1.87 (colored)

5.4

Revision 1.87 / (download) / (as text) - annotate - [select for diffs], Wed May 1 13:32:38 2013 UTC (11 years ago) by sthen
Branch: MAIN
Changes since 1.86: +6 -6 lines
Diff to previous 1.86 (colored)

OpenBSD 5.3 is out..

Revision 1.86 / (download) / (as text) - annotate - [select for diffs], Sat Feb 2 17:30:21 2013 UTC (11 years, 3 months ago) by miod
Branch: MAIN
Changes since 1.85: +4 -10 lines
Diff to previous 1.85 (colored)

Minor tweaks and fixes...

Revision 1.85 / (download) / (as text) - annotate - [select for diffs], Fri Nov 2 01:09:14 2012 UTC (11 years, 6 months ago) by sthen
Branch: MAIN
Changes since 1.84: +4 -4 lines
Diff to previous 1.84 (colored)

5.2

Revision 1.84 / (download) / (as text) - annotate - [select for diffs], Fri May 4 04:19:42 2012 UTC (12 years ago) by miod
Branch: MAIN
Changes since 1.83: +2 -2 lines
Diff to previous 1.83 (colored)

Fix arcofi(4) manpage url

Revision 1.83 / (download) / (as text) - annotate - [select for diffs], Tue May 1 14:35:13 2012 UTC (12 years ago) by sthen
Branch: MAIN
Changes since 1.82: +4 -5 lines
Diff to previous 1.82 (colored)

various 5.1

Revision 1.82 / (download) / (as text) - annotate - [select for diffs], Wed Jan 4 21:47:34 2012 UTC (12 years, 4 months ago) by miod
Branch: MAIN
Changes since 1.81: +16 -9 lines
Diff to previous 1.81 (colored)

Sync with recent developments.

Revision 1.81 / (download) / (as text) - annotate - [select for diffs], Tue Nov 1 16:16:46 2011 UTC (12 years, 6 months ago) by miod
Branch: MAIN
Changes since 1.80: +4 -4 lines
Diff to previous 1.80 (colored)

5.0

Revision 1.80 / (download) / (as text) - annotate - [select for diffs], Mon Oct 3 21:42:39 2011 UTC (12 years, 7 months ago) by miod
Branch: MAIN
Changes since 1.79: +2 -1 lines
Diff to previous 1.79 (colored)

Mention model 332 as not supported (not that it couldn't be, but since it
maxes out at 8MB of physical memory, this would hardly be worth running on).

Revision 1.79 / (download) / (as text) - annotate - [select for diffs], Sun May 1 14:16:18 2011 UTC (13 years ago) by sthen
Branch: MAIN
Changes since 1.78: +4 -4 lines
Diff to previous 1.78 (colored)

4.9

Revision 1.78 / (download) / (as text) - annotate - [select for diffs], Mon Nov 1 22:06:58 2010 UTC (13 years, 6 months ago) by jasper
Branch: MAIN
Changes since 1.77: +4 -4 lines
Diff to previous 1.77 (colored)

- 4.8

Revision 1.77 / (download) / (as text) - annotate - [select for diffs], Fri Jul 2 22:43:18 2010 UTC (13 years, 10 months ago) by tedu
Branch: MAIN
Changes since 1.76: +1 -8 lines
Diff to previous 1.76 (colored)

remove mentions of COMPAT options, first noticed by matthew

Revision 1.76 / (download) / (as text) - annotate - [select for diffs], Wed May 19 15:17:13 2010 UTC (13 years, 11 months ago) by jasper
Branch: MAIN
Changes since 1.75: +4 -4 lines
Diff to previous 1.75 (colored)

...and these platforms flew to 4.7

Revision 1.75 / (download) / (as text) - annotate - [select for diffs], Sat Apr 17 11:13:49 2010 UTC (14 years, 1 month ago) by miod
Branch: MAIN
Changes since 1.74: +2 -3 lines
Diff to previous 1.74 (colored)

Reflect recent changes.

Revision 1.74 / (download) / (as text) - annotate - [select for diffs], Fri Oct 23 21:41:27 2009 UTC (14 years, 6 months ago) by dms
Branch: MAIN
Changes since 1.73: +4 -4 lines
Diff to previous 1.73 (colored)

Make $ARCH.html point to 4.6 release since its already out.

ok sthen@

Revision 1.73 / (download) / (as text) - annotate - [select for diffs], Thu Apr 30 18:37:37 2009 UTC (15 years ago) by miod
Branch: MAIN
Changes since 1.72: +4 -4 lines
Diff to previous 1.72 (colored)

4.4 -> 4.5

Revision 1.72 / (download) / (as text) - annotate - [select for diffs], Fri Oct 31 18:58:58 2008 UTC (15 years, 6 months ago) by miod
Branch: MAIN
Changes since 1.71: +4 -4 lines
Diff to previous 1.71 (colored)

4.4

Revision 1.71 / (download) / (as text) - annotate - [select for diffs], Thu Sep 4 23:51:57 2008 UTC (15 years, 8 months ago) by sthen
Branch: MAIN
Changes since 1.70: +3 -3 lines
Diff to previous 1.70 (colored)

Spelling/grammar fixes, mostly from guede on www@, thanks!
Bump copyright dates.

Revision 1.70 / (download) / (as text) - annotate - [select for diffs], Thu May 8 20:10:00 2008 UTC (16 years ago) by steven
Branch: MAIN
Changes since 1.69: +5 -5 lines
Diff to previous 1.69 (colored)

4.3

Revision 1.69 / (download) / (as text) - annotate - [select for diffs], Sat Nov 3 12:34:40 2007 UTC (16 years, 6 months ago) by miod
Branch: MAIN
Changes since 1.68: +4 -4 lines
Diff to previous 1.68 (colored)

4.1->4.2, adapted from a diff from Lawrence Teo <lteo.openbsd1@calyptix.com>

Revision 1.68 / (download) / (as text) - annotate - [select for diffs], Thu Jun 21 20:27:44 2007 UTC (16 years, 10 months ago) by miod
Branch: MAIN
Changes since 1.67: +2 -2 lines
Diff to previous 1.67 (colored)

Remove ``-CURRENT only'' mentions which do not make sense anymore since 4.1
went out the door.

Revision 1.67 / (download) / (as text) - annotate - [select for diffs], Tue May 15 02:10:53 2007 UTC (17 years ago) by nick
Branch: MAIN
Changes since 1.66: +2 -2 lines
Diff to previous 1.66 (colored)


no idea how I noticed this...
  -<a href="#toc"></a>
  +<a name="toc"></a>

Revision 1.66 / (download) / (as text) - annotate - [select for diffs], Tue May 1 18:10:19 2007 UTC (17 years ago) by miod
Branch: MAIN
Changes since 1.65: +4 -4 lines
Diff to previous 1.65 (colored)

4.1

Revision 1.65 / (download) / (as text) - annotate - [select for diffs], Thu Mar 15 10:47:33 2007 UTC (17 years, 2 months ago) by jsg
Branch: MAIN
Changes since 1.64: +2 -2 lines
Diff to previous 1.64 (colored)

bump copyrights on files that have changed recently

Revision 1.64 / (download) / (as text) - annotate - [select for diffs], Mon Jan 22 19:44:42 2007 UTC (17 years, 3 months ago) by miod
Branch: MAIN
Changes since 1.63: +2 -2 lines
Diff to previous 1.63 (colored)

Since 68020 support has been dropped, state we support 68030 or better
processors now.

Revision 1.63 / (download) / (as text) - annotate - [select for diffs], Wed Nov 1 13:45:15 2006 UTC (17 years, 6 months ago) by miod
Branch: MAIN
Changes since 1.62: +7 -6 lines
Diff to previous 1.62 (colored)

4.0

Revision 1.62 / (download) / (as text) - annotate - [select for diffs], Sun Jul 9 19:47:17 2006 UTC (17 years, 10 months ago) by miod
Branch: MAIN
Changes since 1.61: +5 -5 lines
Diff to previous 1.61 (colored)

Mention no more 68020 support in -CURRENT.

Revision 1.61 / (download) / (as text) - annotate - [select for diffs], Sun May 7 21:09:38 2006 UTC (18 years ago) by steven
Branch: MAIN
Changes since 1.60: +4 -4 lines
Diff to previous 1.60 (colored)

3.9

Revision 1.60 / (download) / (as text) - annotate - [select for diffs], Fri Apr 14 21:25:18 2006 UTC (18 years, 1 month ago) by miod
Branch: MAIN
Changes since 1.59: +5 -2 lines
Diff to previous 1.59 (colored)

Mention tvrx(4) in -CURRENT (manpage text pending approval)

Revision 1.59 / (download) / (as text) - annotate - [select for diffs], Tue Nov 1 12:25:54 2005 UTC (18 years, 6 months ago) by miod
Branch: MAIN
Changes since 1.58: +4 -4 lines
Diff to previous 1.58 (colored)

3.8

Revision 1.58 / (download) / (as text) - annotate - [select for diffs], Wed Oct 12 20:38:45 2005 UTC (18 years, 7 months ago) by miod
Branch: MAIN
Changes since 1.57: +13 -11 lines
Diff to previous 1.57 (colored)

Slight rewordings for clarity, also make clear we run on 4xx dl, e, s and t
flavours.

Revision 1.57 / (download) / (as text) - annotate - [select for diffs], Thu Sep 29 19:06:51 2005 UTC (18 years, 7 months ago) by martin
Branch: MAIN
Changes since 1.56: +2 -2 lines
Diff to previous 1.56 (colored)

dnkbd in 3.8

Revision 1.56 / (download) / (as text) - annotate - [select for diffs], Tue Sep 27 22:19:48 2005 UTC (18 years, 7 months ago) by miod
Branch: MAIN
Changes since 1.55: +4 -3 lines
Diff to previous 1.55 (colored)

Mention 3x2 as supported but their frame buffers as not.

Revision 1.55 / (download) / (as text) - annotate - [select for diffs], Thu May 19 17:47:19 2005 UTC (18 years, 11 months ago) by david
Branch: MAIN
Changes since 1.54: +3 -4 lines
Diff to previous 1.54 (colored)

clarify support for Apollo Domain keyboard and mouse with miod@

Revision 1.54 / (download) / (as text) - annotate - [select for diffs], Thu May 19 17:27:46 2005 UTC (18 years, 11 months ago) by david
Branch: MAIN
Changes since 1.53: +5 -11 lines
Diff to previous 1.53 (colored)

update for 3.7 release

Revision 1.53 / (download) / (as text) - annotate - [select for diffs], Sun Apr 24 22:01:59 2005 UTC (19 years ago) by miod
Branch: MAIN
Changes since 1.52: +1 -7 lines
Diff to previous 1.52 (colored)

The race between interrupts and tty creation in serial drivers is fixed now.

Revision 1.52 / (download) / (as text) - annotate - [select for diffs], Sun Apr 24 22:01:10 2005 UTC (19 years ago) by miod
Branch: MAIN
Changes since 1.51: +15 -9 lines
Diff to previous 1.51 (colored)

Mention dnkbd

Revision 1.51 / (download) / (as text) - annotate - [select for diffs], Sun Feb 27 22:18:13 2005 UTC (19 years, 2 months ago) by miod
Branch: MAIN
Changes since 1.50: +1 -7 lines
Diff to previous 1.50 (colored)

SGC frame buffers can now be used as consoles.

Revision 1.50 / (download) / (as text) - annotate - [select for diffs], Tue Feb 22 15:03:12 2005 UTC (19 years, 2 months ago) by miod
Branch: MAIN
Changes since 1.49: +2 -1 lines
Diff to previous 1.49 (colored)

Mention the 4xx parallel port as unsupported.

Revision 1.49 / (download) / (as text) - annotate - [select for diffs], Wed Jan 26 18:54:41 2005 UTC (19 years, 3 months ago) by miod
Branch: MAIN
Changes since 1.48: +72 -66 lines
Diff to previous 1.48 (colored)

Sync with recent developments.

Revision 1.48 / (download) / (as text) - annotate - [select for diffs], Fri Oct 29 17:22:46 2004 UTC (19 years, 6 months ago) by miod
Branch: MAIN
Changes since 1.47: +4 -4 lines
Diff to previous 1.47 (colored)

Update platform descriptions to 3.6, and move cats and luna88k to supported
status.

Revision 1.47 / (download) / (as text) - annotate - [select for diffs], Tue Aug 10 13:55:22 2004 UTC (19 years, 9 months ago) by nick
Branch: MAIN
Changes since 1.46: +3 -3 lines
Diff to previous 1.46 (colored)


"Supported hardware list" -> "Supported hardware"
"scsi" -> "SCSI"  "lan" -> "LAN".  Verified with tom@, miod@

Revision 1.46 / (download) / (as text) - annotate - [select for diffs], Wed Aug 4 06:48:16 2004 UTC (19 years, 9 months ago) by miod
Branch: MAIN
Changes since 1.45: +7 -6 lines
Diff to previous 1.45 (colored)

SCSI updates.

Revision 1.45 / (download) / (as text) - annotate - [select for diffs], Fri Jun 18 18:36:13 2004 UTC (19 years, 10 months ago) by pedro
Branch: MAIN
Changes since 1.44: +2 -2 lines
Diff to previous 1.44 (colored)

yet more useable -> usable, ok jolan@

Revision 1.44 / (download) / (as text) - annotate - [select for diffs], Tue May 4 20:55:37 2004 UTC (20 years ago) by david
Branch: MAIN
Changes since 1.43: +4 -4 lines
Diff to previous 1.43 (colored)

update for 3.5; ok miod@

Revision 1.43 / (download) / (as text) - annotate - [select for diffs], Fri Jan 2 02:51:54 2004 UTC (20 years, 4 months ago) by jose
Branch: MAIN
Changes since 1.42: +2 -2 lines
Diff to previous 1.42 (colored)


bump copyrights to 2004, ok nick@

Revision 1.42 / (download) / (as text) - annotate - [select for diffs], Fri Oct 31 05:00:38 2003 UTC (20 years, 6 months ago) by david
Branch: MAIN
Changes since 1.41: +6 -28 lines
Diff to previous 1.41 (colored)

update for 3.4

Revision 1.41 / (download) / (as text) - annotate - [select for diffs], Fri May 2 00:35:09 2003 UTC (21 years ago) by miod
Branch: MAIN
Changes since 1.40: +4 -4 lines
Diff to previous 1.40 (colored)

3.3 times now.

Revision 1.40 / (download) / (as text) - annotate - [select for diffs], Sun Apr 13 11:28:40 2003 UTC (21 years, 1 month ago) by jmc
Branch: MAIN
Changes since 1.39: +2 -2 lines
Diff to previous 1.39 (colored)

try to use the X Window System, X11 and XFree86 as consistently as possible.

diffs from Paul Weissman, via mickey@
aided, abetted and ok'd matthieu@

Revision 1.39 / (download) / (as text) - annotate - [select for diffs], Fri Mar 21 17:56:42 2003 UTC (21 years, 1 month ago) by miod
Branch: MAIN
Changes since 1.38: +13 -9 lines
Diff to previous 1.38 (colored)

Update the frame buffer manual page links, and also don't lie about the
native X11R5 server: it will only work on topcat and hyperion at the
moment.

Revision 1.38 / (download) / (as text) - annotate - [select for diffs], Sun Mar 2 22:35:06 2003 UTC (21 years, 2 months ago) by nick
Branch: MAIN
Changes since 1.37: +3 -3 lines
Diff to previous 1.37 (colored)


Wording, Saad Kadhi (saad at docisland dot org)

Revision 1.37 / (download) / (as text) - annotate - [select for diffs], Fri Jan 17 19:59:28 2003 UTC (21 years, 4 months ago) by jufi
Branch: MAIN
Changes since 1.36: +2 -2 lines
Diff to previous 1.36 (colored)


history is always past.
'fix it' by miod@

Revision 1.36 / (download) / (as text) - annotate - [select for diffs], Sun Jan 5 23:35:02 2003 UTC (21 years, 4 months ago) by miod
Branch: MAIN
Changes since 1.35: +3 -5 lines
Diff to previous 1.35 (colored)

More fixes from Horacio.

Revision 1.35 / (download) / (as text) - annotate - [select for diffs], Tue Dec 31 04:36:53 2002 UTC (21 years, 4 months ago) by nick
Branch: MAIN
Changes since 1.34: +2 -2 lines
Diff to previous 1.34 (colored)


wording. "please fix" Miod@

Revision 1.34 / (download) / (as text) - annotate - [select for diffs], Mon Dec 30 22:44:38 2002 UTC (21 years, 4 months ago) by miod
Branch: MAIN
Changes since 1.33: +28 -28 lines
Diff to previous 1.33 (colored)

Move "supported hardware" section closer to the beginning fo the document;
suggested by mickey@

Revision 1.33 / (download) / (as text) - annotate - [select for diffs], Mon Dec 30 10:12:02 2002 UTC (21 years, 4 months ago) by miod
Branch: MAIN
Changes since 1.32: +2 -2 lines
Diff to previous 1.32 (colored)

Fix ppi(4) manpage link.

Revision 1.32 / (download) / (as text) - annotate - [select for diffs], Mon Dec 30 09:05:43 2002 UTC (21 years, 4 months ago) by miod
Branch: MAIN
Changes since 1.31: +265 -92 lines
Diff to previous 1.31 (colored)

PLatform pages rework, 2/4
- make these pages have a similar layout
- more manpage links
- try to add more information, and fix errors/inaccuracies of the existing
texts

with some help from and ok mpech@

Revision 1.31 / (download) / (as text) - annotate - [select for diffs], Mon Sep 10 19:26:32 2001 UTC (22 years, 8 months ago) by jufi
Branch: MAIN
Changes since 1.30: +2 -2 lines
Diff to previous 1.30 (colored)


powerpc.html -> macppc.html
copyright notices cleaned up.
All work by David Krause <openbsd@davidkrause.com>

Revision 1.30 / (download) / (as text) - annotate - [select for diffs], Sun May 27 22:45:45 2001 UTC (22 years, 11 months ago) by millert
Branch: MAIN
Changes since 1.29: +12 -12 lines
Diff to previous 1.29 (colored)

Don't mention compat with old NetBSD binaries since we don't have those
COMPAT_ options any more.  Update info on 425e support.

Revision 1.29 / (download) / (as text) - annotate - [select for diffs], Mon May 7 15:55:55 2001 UTC (23 years ago) by millert
Branch: MAIN
Changes since 1.28: +2 -3 lines
Diff to previous 1.28 (colored)

Don't list downsj as maintainer--he asked to be removed from here a
while ago...

Revision 1.28 / (download) / (as text) - annotate - [select for diffs], Mon Dec 20 00:17:46 1999 UTC (24 years, 5 months ago) by downsj
Branch: MAIN
Changes since 1.27: +3 -3 lines
Diff to previous 1.27 (colored)

Missed in last commit; change URL for FAQ.

Revision 1.27 / (download) / (as text) - annotate - [select for diffs], Sun Dec 19 16:06:01 1999 UTC (24 years, 5 months ago) by downsj
Branch: MAIN
Changes since 1.26: +6 -6 lines
Diff to previous 1.26 (colored)

Move a few lines around.

Revision 1.26 / (download) / (as text) - annotate - [select for diffs], Sun Dec 19 15:58:20 1999 UTC (24 years, 5 months ago) by downsj
Branch: MAIN
Changes since 1.25: +7 -3 lines
Diff to previous 1.25 (colored)

Excellent new hp300 hardware FAQ, used with permission; mw34@cornell.edu.

Revision 1.25 / (download) / (as text) - annotate - [select for diffs], Sun Oct 3 23:59:09 1999 UTC (24 years, 7 months ago) by wvdputte
Branch: MAIN
Changes since 1.24: +8 -8 lines
Diff to previous 1.24 (colored)

Added a few spaces for 'looks only'

Revision 1.24 / (download) / (as text) - annotate - [select for diffs], Sat Oct 2 00:20:34 1999 UTC (24 years, 7 months ago) by deraadt
Branch: MAIN
Changes since 1.23: +3 -2 lines
Diff to previous 1.23 (colored)

a much fatter hp300 FAQ

Revision 1.23 / (download) / (as text) - annotate - [select for diffs], Fri May 28 09:15:33 1999 UTC (24 years, 11 months ago) by downsj
Branch: MAIN
Changes since 1.22: +2 -2 lines
Diff to previous 1.22 (colored)

98543 works too

Revision 1.22 / (download) / (as text) - annotate - [select for diffs], Fri Jun 19 15:06:30 1998 UTC (25 years, 11 months ago) by pauls
Branch: MAIN
Changes since 1.21: +2 -2 lines
Diff to previous 1.21 (colored)

Much work on image size tags.

Revision 1.21 / (download) / (as text) - annotate - [select for diffs], Sat May 9 06:54:11 1998 UTC (26 years ago) by downsj
Branch: MAIN
Changes since 1.20: +2 -2 lines
Diff to previous 1.20 (colored)

One more small addition.

Revision 1.20 / (download) / (as text) - annotate - [select for diffs], Sat May 9 06:47:48 1998 UTC (26 years ago) by downsj
Branch: MAIN
Changes since 1.19: +3 -1 lines
Diff to previous 1.19 (colored)

Slight update; pointer to more information.

Revision 1.19 / (download) / (as text) - annotate - [select for diffs], Fri Dec 12 03:42:01 1997 UTC (26 years, 5 months ago) by deraadt
Branch: MAIN
Changes since 1.18: +5 -5 lines
Diff to previous 1.18 (colored)

pull out my crayons for a few minutes

Revision 1.18 / (download) / (as text) - annotate - [select for diffs], Sun Jul 13 07:24:58 1997 UTC (26 years, 10 months ago) by downsj
Branch: MAIN
Changes since 1.17: +9 -3 lines
Diff to previous 1.17 (colored)

Update to reflect reality.

Revision 1.17 / (download) / (as text) - annotate - [select for diffs], Sun Jul 6 19:56:06 1997 UTC (26 years, 10 months ago) by downsj
Branch: MAIN
Changes since 1.16: +8 -6 lines
Diff to previous 1.16 (colored)

Update to reflect recent changes.

Revision 1.16 / (download) / (as text) - annotate - [select for diffs], Fri Jun 13 03:20:59 1997 UTC (26 years, 11 months ago) by johns
Branch: MAIN
Changes since 1.15: +2 -2 lines
Diff to previous 1.15 (colored)

Followed Jason's lead, updated all of the port pages (I think I got 'em all)
to look more similar to the top-level format..

Revision 1.15 / (download) / (as text) - annotate - [select for diffs], Wed Apr 30 22:18:06 1997 UTC (27 years ago) by deraadt
Branch: MAIN
Changes since 1.14: +2 -2 lines
Diff to previous 1.14 (colored)

Inc my foot

Revision 1.14 / (download) / (as text) - annotate - [select for diffs], Tue Apr 29 14:41:38 1997 UTC (27 years ago) by downsj
Branch: MAIN
Changes since 1.13: +23 -8 lines
Diff to previous 1.13 (colored)

Updates.

Revision 1.13 / (download) / (as text) - annotate - [select for diffs], Mon Feb 3 05:34:54 1997 UTC (27 years, 3 months ago) by downsj
Branch: MAIN
Changes since 1.12: +7 -1 lines
Diff to previous 1.12 (colored)

Note hp300 changes.

Revision 1.12 / (download) / (as text) - annotate - [select for diffs], Wed Jan 22 03:54:40 1997 UTC (27 years, 3 months ago) by downsj
Branch: MAIN
Changes since 1.11: +14 -8 lines
Diff to previous 1.11 (colored)

slight fixes for lynx viewing, and add a warning.

Revision 1.11 / (download) / (as text) - annotate - [select for diffs], Sun Jan 19 04:52:38 1997 UTC (27 years, 4 months ago) by downsj
Branch: MAIN
Changes since 1.10: +2 -1 lines
Diff to previous 1.10 (colored)

One more thing.

Revision 1.10 / (download) / (as text) - annotate - [select for diffs], Sun Jan 19 04:47:00 1997 UTC (27 years, 4 months ago) by downsj
Branch: MAIN
Changes since 1.9: +2 -2 lines
Diff to previous 1.9 (colored)

forgot an 'A'

Revision 1.9 / (download) / (as text) - annotate - [select for diffs], Sun Jan 19 04:44:09 1997 UTC (27 years, 4 months ago) by downsj
Branch: MAIN
Changes since 1.8: +79 -1 lines
Diff to previous 1.8 (colored)

Add supported hardware list.

Revision 1.8 / (download) / (as text) - annotate - [select for diffs], Wed Jan 15 05:39:44 1997 UTC (27 years, 4 months ago) by downsj
Branch: MAIN
Changes since 1.7: +16 -10 lines
Diff to previous 1.7 (colored)

Update to reflect a most joyous reality.

Revision 1.7 / (download) / (as text) - annotate - [select for diffs], Mon Sep 2 15:11:24 1996 UTC (27 years, 8 months ago) by deraadt
Branch: MAIN
Changes since 1.6: +2 -2 lines
Diff to previous 1.6 (colored)

repair back links

Revision 1.6 / (download) / (as text) - annotate - [select for diffs], Mon Sep 2 11:18:04 1996 UTC (27 years, 8 months ago) by deraadt
Branch: MAIN
Changes since 1.5: +2 -2 lines
Diff to previous 1.5 (colored)

put back icon here

Revision 1.5 / (download) / (as text) - annotate - [select for diffs], Sun Sep 1 01:21:08 1996 UTC (27 years, 8 months ago) by deraadt
Branch: MAIN
Changes since 1.4: +1 -2 lines
Diff to previous 1.4 (colored)

delete base href= for mirrors

Revision 1.4 / (download) / (as text) - annotate - [select for diffs], Mon Jun 24 19:47:10 1996 UTC (27 years, 10 months ago) by deraadt
Branch: MAIN
Changes since 1.3: +13 -3 lines
Diff to previous 1.3 (colored)

add picture

Revision 1.3 / (download) / (as text) - annotate - [select for diffs], Mon May 20 23:17:28 1996 UTC (28 years ago) by fn
Branch: MAIN
Changes since 1.2: +24 -5 lines
Diff to previous 1.2 (colored)

many stylistic changes.
they should conform to html 2.x guidelines.

Revision 1.2 / (download) / (as text) - annotate - [select for diffs], Mon May 6 10:31:58 1996 UTC (28 years ago) by deraadt
Branch: MAIN
Changes since 1.1: +1 -0 lines
Diff to previous 1.1 (colored)

add a small $OpenBSD$ at the end of each page..

Revision 1.1.1.1 / (download) / (as text) - annotate - [select for diffs] (vendor branch), Tue Jan 9 16:28:45 1996 UTC (28 years, 4 months ago) by deraadt
Branch: theo
Changes since 1.1: +0 -0 lines
Diff to previous 1.1 (colored)

www pages written mostly by me

Revision 1.1 / (download) / (as text) - annotate - [select for diffs], Tue Jan 9 16:28:45 1996 UTC (28 years, 4 months ago) by deraadt
Branch: MAIN

Initial revision

This form allows you to request diff's between any two revisions of a file. You may select a symbolic revision name using the selection box or you may type in a numeric name using the type-in text box.