=================================================================== RCS file: /cvsrepo/anoncvs/cvs/www/31.html,v retrieving revision 1.38 retrieving revision 1.39 diff -c -r1.38 -r1.39 *** www/31.html 2019/04/24 15:54:53 1.38 --- www/31.html 2019/05/27 22:55:18 1.39 *************** *** 1,30 **** ! ! ! OpenBSD 3.1 - - ! ! !

! OpenBSD ! 3.1

! !

Released May 19, 2002
Copyright 1997-2002, Theo de Raadt.
! ISBN 0-9683637-9-2
3.1 Song: "Systemagic"
--- 1,41 ---- ! ! ! ! OpenBSD 3.1 ! ! !

! OpenBSD ! 3.1

+ + +
! Systemagic ! Released May 19, 2002
Copyright 1997-2002, Theo de Raadt.
! ISBN 0-9683637-9-2
3.1 Song: "Systemagic"
*************** *** 32,38 ****
  • See the information on The FTP page for a list of mirror machines. !
  • Go to the pub/OpenBSD/3.1/ directory on one of the mirror sites.
  • Have a look at The 3.1 Errata page for a list of bugs and workarounds. --- 43,49 ----
    • See the information on The FTP page for a list of mirror machines. !
    • Go to the pub/OpenBSD/3.1/ directory on one of the mirror sites.
    • Have a look at The 3.1 Errata page for a list of bugs and workarounds. *************** *** 43,55 **** All applicable copyrights and credits are in the src.tar.gz, sys.tar.gz, xenocara.tar.gz, ports.tar.gz files, or in the files fetched via ports.tar.gz. !

      !

      -

      What's New

      -

      This is a partial list of new features and systems included in OpenBSD 3.1. For a comprehensive list, see the changelog leading to 3.1. --- 54,67 ---- All applicable copyrights and credits are in the src.tar.gz, sys.tar.gz, xenocara.tar.gz, ports.tar.gz files, or in the files fetched via ports.tar.gz. !


! !
!

What's New

!

This is a partial list of new features and systems included in OpenBSD 3.1. For a comprehensive list, see the changelog leading to 3.1. *************** *** 84,101 ****

  • A lot of enhancements to our new packet filter, pf, including performance improvements, as well as the ability to filter other protocols than the usual tcp, udp and icmp, such as esp.

  • An utility to achieve per-user pf rules changes, typically intended for gateways, authpf.

  • The in-kernel software raid (RAIDframe) can now automatically detect and configure its raid devices at boot. Taking advantage of this, the system can have its root partition directly mounted from an auto-detected raid partition. --- 96,113 ----

  • A lot of enhancements to our new packet filter, pf, including performance improvements, as well as the ability to filter other protocols than the usual tcp, udp and icmp, such as esp.

  • An utility to achieve per-user pf rules changes, typically intended for gateways, authpf.

  • The in-kernel software raid (RAIDframe) can now automatically detect and configure its raid devices at boot. Taking advantage of this, the system can have its root partition directly mounted from an auto-detected raid partition. *************** *** 125,138 ****
  • Many improvements for security and reliability (look for the red print in the complete changelog). -

    -


    -

    How to install

    -

    Following this are the instructions which you would have on a piece of paper if you had purchased a CDROM set instead of doing an alternate form of install. The instructions for doing an ftp (or other style --- 137,151 ----

  • Many improvements for security and reliability (look for the red print in the complete changelog). +

  • + +
    +

    How to install

    +

    Following this are the instructions which you would have on a piece of paper if you had purchased a CDROM set instead of doing an alternate form of install. The instructions for doing an ftp (or other style *************** *** 148,161 ****

    -

    OpenBSD/alpha:

    -

    -

    OpenBSD/macppc:

    -

    -

    OpenBSD/hp300:

    -

    -

    OpenBSD/amiga:

    -

    -

    OpenBSD/mac68k:

    -

    -

    OpenBSD/mvme68k:

    -

    -

    OpenBSD/vax:

    -

    -

    OpenBSD/sparc:

    -

    -

    OpenBSD/sparc64:

    -

    -

    Notes about the source code:

    - !

    -

    Ports Tree

    -

    A ports tree archive is also provided. To extract:

    !

    The ports/ subdirectory is a checkout of the OpenBSD ports tree. Go read http://www.OpenBSD.org/faq/faq15.html --- 317,373 ----

    If nothing works, you can boot over the network as described in INSTALL.sparc64 +

    + +
    +

    Notes about the source code:

    +

    src.tar.gz contains a source archive starting at /usr/src. This file contains everything you need except for the kernel sources, which are in a separate archive. To extract: + +

    + # mkdir -p /usr/src
    + # cd /usr/src
    + # tar xvfz /tmp/src.tar.gz
    + 
    +

    srcsys.tar.gz contains a source archive starting at /usr/src/sys. This file contains all the kernel sources you need to rebuild kernels. To extract: + +

    + # mkdir -p /usr/src/sys
    + # cd /usr/src
    + # tar xvfz /tmp/srcsys.tar.gz
    + 
    +

    Both of these trees are a regular CVS checkout. Using these trees it is possible to get a head-start on using the anoncvs servers as described at http://www.OpenBSD.org/anoncvs.html. Using these files results in a much faster initial CVS update than you could expect from a fresh checkout of the full OpenBSD source tree. ! !

    ! !
    + +
    +

    Ports Tree

    A ports tree archive is also provided. To extract:

    !

    ! # cd /usr
    ! # tar xvfz /tmp/ports.tar.gz
    ! # cd ports
    ! 

    The ports/ subdirectory is a checkout of the OpenBSD ports tree. Go read http://www.OpenBSD.org/faq/faq15.html *************** *** 379,385 **** on most architectures (over 1500 packages build on i386, for instance).

    The ports/ directory represents a CVS (see the manpage for ! cvs(1) if you aren't familiar with CVS) checkout of our ports. As with our complete source tree, our ports tree is available via anoncvs. So, in --- 382,388 ---- on most architectures (over 1500 packages build on i386, for instance).

    The ports/ directory represents a CVS (see the manpage for ! cvs(1) if you aren't familiar with CVS) checkout of our ports. As with our complete source tree, our ports tree is available via anoncvs. So, in *************** *** 387,395 **** available on a read-write medium and update the tree with a command like:

    !

    [Of course, you must replace the local directory and server name here with the location of your ports collection and a nearby anoncvs --- 390,398 ---- available on a read-write medium and update the tree with a command like:

    !

      # cd [portsdir]/; cvs -d anoncvs@server.openbsd.org:/cvs update -Pd -rOPENBSD_3_1
    ! 

    [Of course, you must replace the local directory and server name here with the location of your ports collection and a nearby anoncvs *************** *** 401,407 **** If you're interested in seeing a port added, would like to help out, or just would like to know more, the mailing list ports@openbsd.org is a good place to know. !

    ! ! ! --- 404,407 ---- If you're interested in seeing a port added, would like to help out, or just would like to know more, the mailing list ports@openbsd.org is a good place to know. !