Skip to content

Commit

Permalink
nasty whitespaces
Browse files Browse the repository at this point in the history
  • Loading branch information
deraadt committed Jun 1, 2019
1 parent ec0ae0d commit 5164508
Show file tree
Hide file tree
Showing 97 changed files with 785 additions and 785 deletions.
2 changes: 1 addition & 1 deletion 33.html
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ <h2 id=OpenBSD>
<tr>
<td>
<a href="images/Barbarian.gif">
<img width="255" height="343"
<img width="255" height="343"
src="images/Barbarian.gif" alt="Barbarian"></a>

<td>
Expand Down
6 changes: 3 additions & 3 deletions 40.html
Original file line number Diff line number Diff line change
Expand Up @@ -245,7 +245,7 @@ <h3>What's New</h3>
<li>Prebind, a secure implementation of prelinking, has been added to
<a href="https://man.openbsd.org/ldconfig.8" >ldconfig(8)</a>,
it speeds up launching of shared binaries. Prebind is compatible with
address space randomization, unlike prelink.
address space randomization, unlike prelink.
<li><a href="https://man.openbsd.org/vnconfig.8">vnconfig(8)</a> can now use PKCS #5 PBKDF2 to create a more secure key when using encryption.
</ul>
<p>
Expand Down Expand Up @@ -296,7 +296,7 @@ <h3>What's New</h3>
</ul>
<p>

<li>New functionality for
<li>New functionality for
<a href="https://man.openbsd.org/hostapd.8">hostapd(8)</a>,
the Host Access Point Daemon:
<ul>
Expand Down Expand Up @@ -378,7 +378,7 @@ <h3>What's New</h3>
<a href="https://man.openbsd.org/udcf.4">udcf(4)</a>
and GPS receivers supported by
<a href="https://man.openbsd.org/nmea.4">nmea(4)</a>.
<li>Adjust the kernel tick frequency, using
<li>Adjust the kernel tick frequency, using
<a href="https://man.openbsd.org/adjfreq.2">adjfreq(2)</a>,
improving accuracy on many machines.
<li>allow for weight to be added to sensors or servers, so that one can
Expand Down
10 changes: 5 additions & 5 deletions 41.html
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ <h3>What's New</h3>
<li>New tools:
<ul>
<li>BSD-licensed <a href="https://man.openbsd.org/pkg-config.1">pkg-config(1)</a>, a complete rewrite of the GNU tool of
the same name, significantly smaller and more maintainable.
the same name, significantly smaller and more maintainable.
<li><a href="https://man.openbsd.org/hoststated.8">hoststated(8)</a>, a layer 3 and layer 7 server load balancing daemon with host monitoring capacities.
<li>new BSD-licensed <a href="https://man.openbsd.org/ripd.8">ripd(8)</a>.
<li><a href="https://man.openbsd.org/bgplg.8">bgplg(8)</a>, a CGI looking glass for OpenBGPD, is now available for use with the system httpd.
Expand All @@ -153,7 +153,7 @@ <h3>What's New</h3>
socket option allows programs to ask the kernel to discard any packets with a ttl
smaller than the given one, for implementing the IP TTL security hack aka the Generalized
TTL Security Mechanism specified in RFC 3682.
<li>Multiple, independent routing tables, with
<li>Multiple, independent routing tables, with
<a href="https://man.openbsd.org/pf.4">pf(4)</a>
acting as selector.
<a href="https://man.openbsd.org/route.8">route(8)</a>
Expand Down Expand Up @@ -186,7 +186,7 @@ <h3>What's New</h3>
dampens status changes now, thus not alerting for a single wrong sensor read, since many
sensors lie once in a while.
<li>
<a href="https://man.openbsd.org/spamd.8">spamd(8)</a> and
<a href="https://man.openbsd.org/spamd.8">spamd(8)</a> and
<a href="https://man.openbsd.org/spamlogd.8">spamlogd(8)</a> now support synchronisation of the greylist database across multiple hosts. The greytrapping mechanism now allows for whole domain traps, and noticing out of order MX use.
<li>
<a href="https://man.openbsd.org/spamd.8">spamd(8)</a> database format has changed from DB_BTREE to DB_HASH for much better performance on large installations with big databases.
Expand Down Expand Up @@ -286,12 +286,12 @@ <h3>What's New</h3>
<li><a href="https://man.openbsd.org/sshd.8">sshd</a>
now allows the enabling and disabling of authentication
methods on a per user, group, host and network basis via the
<em>Match</em> directive in
<em>Match</em> directive in
<a href="https://man.openbsd.org/sshd_config.5">sshd_config(5)</a>.
</ul>
<p>

<li>Over 4200 ports, 4000 pre-built packages (for i386), minor robustness improvements
<li>Over 4200 ports, 4000 pre-built packages (for i386), minor robustness improvements
in package tools. Some highlights:
<ul>
<li>gstreamer-0.10 tools.
Expand Down
6 changes: 3 additions & 3 deletions 42.html
Original file line number Diff line number Diff line change
Expand Up @@ -180,16 +180,16 @@ <h3>What's New</h3>
now can send cookies loaded from a netscape-like cookiejar, supports
proxies requiring a password, and has a keep-alive option to avoid
overly aggressive control connection dropping.
<li><a href="https://man.openbsd.org/pkg_add.1">pkg_add(1)</a> has been vastly improved. It is more robust, outputs more
<li><a href="https://man.openbsd.org/pkg_add.1">pkg_add(1)</a> has been vastly improved. It is more robust, outputs more
consistent error messages, and can deal with a lot more update scenarios
gracefully. It also has much better look-up capabilities for multiple entries
in <code>PKG_PATH</code>, stopping at the first directory with suitable
in <code>PKG_PATH</code>, stopping at the first directory with suitable
candidates.
<li><a
href="https://man.openbsd.org/ftp-proxy.8">ftp-proxy(8)</a>
is now able to automatically tag packets passing through the <a
href="https://man.openbsd.org/pf.4">pf(4)</a> rule with a supplied name.
<li>Kernel work queues,
<li>Kernel work queues,
<a href=https://man.openbsd.org/workq_add_task.9>workq_add_task(9)</a>,
<a href=https://man.openbsd.org/workq_create.9>workq_create(9)</a>,
<a href=https://man.openbsd.org/workq_destroy.9>workq_destroy(9)</a> provides a mechanism to defer tasks to a process context when it is impossible to run such a task in the current context.
Expand Down
20 changes: 10 additions & 10 deletions 43.html
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ <h3>What's New</h3>
<li><a href="mvme88k.html">OpenBSD/mvme88k</a><br>
SMP support on MVME188 and MVME188A systems.<br>
88110 processor, and thus MVME197LE/SP/DP boards, are supported now.
<li><a href="sgi.html">OpenBSD/sgi</a><br>
<li><a href="sgi.html">OpenBSD/sgi</a><br>
Contains many new drivers, however the kernel requires an
important errata fix.
</ul>
Expand Down Expand Up @@ -150,7 +150,7 @@ <h3>What's New</h3>
<li>The <a href="https://man.openbsd.org/eso.4">eso(4)</a> driver now supports recording as well as full-duplex mode.
<li>The ffs layer is now 64-bit disk block address clean.
This means that disks, partitions and filesystems larger than 2TB are
now supported, with the exception of statfs(2) and quotas.
now supported, with the exception of statfs(2) and quotas.
<li>DMA is now enabled for 1-sector devices such as flash drives, providing
significant speed improvement.
<li>Sparc and Sparc64 disklabels now provide automatic recognition of ext2fs
Expand Down Expand Up @@ -287,11 +287,11 @@ <h3>What's New</h3>
<ul>
<li>New features:
<ul>
<li>Added
<li>Added
<a href="https://man.openbsd.org/chroot.2">chroot(2)</a>
support for <a href="https://man.openbsd.org/sshd.8">sshd(8)</a>,
controlled by a new option
<em>"ChrootDirectory"</em>. Please refer to
<em>"ChrootDirectory"</em>. Please refer to
<a href="https://man.openbsd.org/sshd_config.5">sshd_config(5)</a>
for details, and
please use this feature carefully.
Expand All @@ -302,7 +302,7 @@ <h3>What's New</h3>
used when the command <em>"internal-sftp"</em> is specified in a Subsystem
or ForceCommand declaration. When used with <em>ChrootDirectory</em>, the
internal sftp server requires no special configuration of files
inside the chroot environment. Please refer to
inside the chroot environment. Please refer to
<a href="https://man.openbsd.org/sshd_config.5">sshd_config(5)</a>
for more information.
<li>Added a protocol extension method "[email protected]" for
Expand All @@ -317,12 +317,12 @@ <h3>What's New</h3>
keys when in inetd mode and protocol 2 connections are negotiated.
This speeds up protocol 2 connections to inetd-mode servers that
also allow Protocol 1.
<li>Accept the <em>PermitRootLogin</em> directive in a
<li>Accept the <em>PermitRootLogin</em> directive in a
<a href="https://man.openbsd.org/sshd_config.5">sshd_config(5)</a>
<em>Match</em>
block. Allows for, e.g. permitting root only from the local
network.
<li>Reworked
<li>Reworked
<a href="https://man.openbsd.org/sftp.1">sftp(1)</a>
argument splitting and escaping to be more
internally consistent (i.e. between sftp commands) and more
Expand All @@ -331,7 +331,7 @@ <h3>What's New</h3>
Please note that this will change the
interpretation of some quoted strings, especially those with
embedded backslash escape sequences.
<li>Support <em>"Banner=none"</em> in
<li>Support <em>"Banner=none"</em> in
<a href="https://man.openbsd.org/sshd_config.5">sshd_config(5)</a>
to disable sending of a
pre-login banner (e.g. in a <em>Match</em> block).
Expand All @@ -358,7 +358,7 @@ <h3>What's New</h3>
<li><a href="https://man.openbsd.org/ssh.1">ssh(1)</a>
used the obsolete SIG DNS RRtype for host keys in DNS,
instead of the current standard RRSIG.
<li>Correctly drain ACKs when a
<li>Correctly drain ACKs when a
<a href="https://man.openbsd.org/sftp.1">sftp(1)</a>
upload write fails midway,
avoids a fatal() exit from what should be a recoverable condition.
Expand All @@ -367,7 +367,7 @@ <h3>What's New</h3>
packet size, causing fatal errors under some conditions.
<li><em>Many more bugfixes. Please refer to the
<a href="https://www.openssh.com/txt/release-4.8">Release Notes</a>.</em>

</ul>
</ul>
<p>
Expand Down
24 changes: 12 additions & 12 deletions 44.html
Original file line number Diff line number Diff line change
Expand Up @@ -76,10 +76,10 @@ <h3>What's New</h3>
Much more platform support. Machines using the UltraSPARC IV/T1/T2
and Fujitsu SPARC64-V/VI/VII are now supported.
<li><a href="socppc.html">OpenBSD/socppc</a><br>
For machines based on the Freescale MPC8349E
System-on-Chip (SoC) platform that use Das U-Boot as a boot loader.
For machines based on the Freescale MPC8349E
System-on-Chip (SoC) platform that use Das U-Boot as a boot loader.
<li><a href="landisk.html">OpenBSD/landisk</a><br>
Added shared libraries support.
Added shared libraries support.
</ul>
<p>

Expand Down Expand Up @@ -112,7 +112,7 @@ <h3>What's New</h3>
<a href="https://man.openbsd.org/uvideo.4">uvideo(4)</a>
and <a href="https://man.openbsd.org/video.4">video(4)</a>.
<li>The <a href="https://man.openbsd.org/openchrome.4">openchrome(4)</a>
driver replaces the via X.Org driver for VIA video cards.
driver replaces the via X.Org driver for VIA video cards.
<li>AMD Geode video card driver for X.Org.
<li>New <a href="https://man.openbsd.org/vmt.4">vmt(4)</a>
driver which implements VMware Tools.
Expand All @@ -133,7 +133,7 @@ <h3>What's New</h3>
<li>The <a href="https://man.openbsd.org/cas.4">cas(4)</a>
driver now supports National Semiconductor Saturn devices.
<li>The <a href="https://man.openbsd.org/OpenBSD+4.3/pccom.4">pccom(4)</a>
driver has been removed; all platforms use
driver has been removed; all platforms use
<a href="https://man.openbsd.org/com.4">com(4)</a>
now.
<li><a href="https://man.openbsd.org/cardbus.4">cardbus(4)</a>
Expand Down Expand Up @@ -193,7 +193,7 @@ <h3>What's New</h3>
<li>Initial import of
<a href="https://man.openbsd.org/ypldap.8">ypldap(8)</a>,
a drop-in replacement for ypserv to glue in an LDAP directory for
get{pw,gr}ent family of functions.
get{pw,gr}ent family of functions.
<li>Deprecated <a href="https://man.openbsd.org/slattach.8">slattach(8)</a>
and <a href="https://man.openbsd.org/nmeaattach.8">nmeaattach(8)</a>
in favor of
Expand All @@ -213,11 +213,11 @@ <h3>What's New</h3>
<li><a href="https://man.openbsd.org/dhcpd.8">dhcpd(8)</a>
now supports basic synchronization of the /var/db/dhcpd.leases
file to allow running multiple instances for redundancy.
<li>WPA/WPA2-PSK support for several models of wireless cards.
<li>WPA/WPA2-PSK support for several models of wireless cards.
<li><a href="https://man.openbsd.org/rpc.lockd.8">rpc.lockd(8)</a>
now supports NLMv4 and does actually do locking.
<li><a href="https://man.openbsd.org/ftp.1">ftp(1)</a>
now supports recursive mget transfers.
now supports recursive mget transfers.
<li><a href="https://man.openbsd.org/ftp.1">ftp(1)</a>
now uses keep alive packets by default.
<li><a href="https://man.openbsd.org/ftp.1">ftp(1)</a>
Expand Down Expand Up @@ -253,7 +253,7 @@ <h3>What's New</h3>
editor mode '?' and 'p' commands are more compact and the 'l' command has been added
to produce previous verbose output.
<li>I/O's outside the bounds of the RAW_PART are now prevented, allowing
proper detection of invalid I/O's.
proper detection of invalid I/O's.
<li>USB floppies now have a valid cylinder count calculated, rather than 0.
<li><a href="https://man.openbsd.org/newfs.8">newfs(8)</a>
can now create filesystems on devices with sector sizes other than 512, although
Expand Down Expand Up @@ -320,7 +320,7 @@ <h3>What's New</h3>
<li>A greatly improved implementation of
<a href="https://man.openbsd.org/malloc.3">
malloc(3)</a>, the general purpose memory allocator,
which catches more mistakes, reduces address space fragmentation,
which catches more mistakes, reduces address space fragmentation,
and is faster.
<li>The <a href="https://man.openbsd.org/statfs.2">
statfs(2)</a> system call has been enhanced to support large
Expand All @@ -345,7 +345,7 @@ <h3>What's New</h3>
it easier to merge configuration files changes during an upgrade.
<li>Fully support OpenBSD inside extended partitions on i386 and amd64.
<li>During installation 'dhcp' is now the initial default answer during
network configuration.
network configuration.
<li>Fetching sets via FTP more reliable due to automatic use of keep alive.
<li>Fetching sets via NFS no longer hangs retrying a non-functional mount.
<li>Installation ensures hostname.* files are installed with mode 600.
Expand Down Expand Up @@ -377,7 +377,7 @@ <h3>What's New</h3>
<li>Increased the ephemeral key size in protocol1 from 768 to 1024 bits.
<li>Better tests of primes in /etc/moduli
<li>Refuse to read .shosts or authorized_keys files that are not regular
files.
files.
<li>Enable ~ escapes for multiplex slave sessions.
<li>Support CIDR address matching in Match blocks and authorized_keys
from="..." stanzas.
Expand Down
4 changes: 2 additions & 2 deletions 45.html
Original file line number Diff line number Diff line change
Expand Up @@ -234,7 +234,7 @@ <h3>What's New</h3>
<ul>
<li><a href="https://man.openbsd.org/malloc.3">malloc(3)</a>
has gained new attack mitigation measures; critical bookkeeping
structures are protected at runtime using
structures are protected at runtime using
<a href="https://man.openbsd.org/mprotect.2">mprotect(2)</a>
and allocated at random addresses where possible.
<li>A new version of the gdtoa code has been integrated, bringing
Expand All @@ -258,7 +258,7 @@ <h3>What's New</h3>
disk drives, since it was mostly fictitious these days.
<li>Fix handling of tftp ERROR frames so OpenBSD pxeboot can be loaded from
picky tftp servers.
<li>Many
<li>Many
<a href="https://man.openbsd.org/scsi.4">scsi(4)</a>
drivers now retry operations that can't be immediately started rather than
giving up.
Expand Down
4 changes: 2 additions & 2 deletions 47.html
Original file line number Diff line number Diff line change
Expand Up @@ -244,8 +244,8 @@ <h3>What's New</h3>
added to <a href="https://man.openbsd.org/ospfd.8">ospfd(8)</a>.
Additionally it is now possible to specify sub-second SPF timers for faster
route fail-over.
<li><a href="https://man.openbsd.org/ospf6d.8">ospf6d(8)</a> is now installed by default.
The RIB can be synced with the kernel routing table now.
<li><a href="https://man.openbsd.org/ospf6d.8">ospf6d(8)</a> is now installed by default.
The RIB can be synced with the kernel routing table now.
Support for AS-ext LSA has been added.
This is still work-in-progress but testing is highly appreciated.
<li><a href="https://man.openbsd.org/ldpd.8">ldpd</a> &ndash; the MPLS label distribution protocol daemon &ndash; is now installed by default. A custom kernel with option MPLS is needed to use it.
Expand Down
12 changes: 6 additions & 6 deletions 48.html
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ <h3>What's New</h3>
<li><a href="https://man.openbsd.org/bgpd.8">bgpd(8)</a> control sockets are now specified in the config file. This removes the -s and -r arguments to bgpd.
<li>Extended the BGP MPLS VPN support to allow Layer-3 MPLS VPNs to be
terminated on OpenBSD with the help of
<a href="https://man.openbsd.org/mpe.4">mpe(4)</a>,
<a href="https://man.openbsd.org/mpe.4">mpe(4)</a>,
<a href="https://man.openbsd.org/ldpd.8">ldpd(8)</a>, and
<a href="https://man.openbsd.org/bgpd.8">bgpd(8)</a>.
<li><a href="https://man.openbsd.org/bgpd.8">bgpd(8)</a>
Expand Down Expand Up @@ -171,7 +171,7 @@ <h3>What's New</h3>

<li>Generic network stack improvements:
<ul>
<li><a href="https://man.openbsd.org/ifconfig.8">ifconfig(8)</a> and
<li><a href="https://man.openbsd.org/ifconfig.8">ifconfig(8)</a> and
<a href="https://man.openbsd.org/route.8">route(8)</a>
get better Multiprotocol Label Switching support.
<li><a href="https://man.openbsd.org/traceroute.8">traceroute(8)</a>
Expand All @@ -188,8 +188,8 @@ <h3>What's New</h3>
<li><a href="https://man.openbsd.org/enc.4">enc(4)</a> and
<a href="https://man.openbsd.org/ipsec.4">ipsec(4)</a> are now
aware of routing domains.
<li><a href="https://man.openbsd.org/dhcpd.8">dhcpd(8)</a> and
<a href="https://man.openbsd.org/dhclient.8">dhclient(8)</a> and
<li><a href="https://man.openbsd.org/dhcpd.8">dhcpd(8)</a> and
<a href="https://man.openbsd.org/dhclient.8">dhclient(8)</a> and
are now capable of running in different routing domains.
<li>Added MPLS support and a simple keepalive mechanism to
<a href="https://man.openbsd.org/gre.4">gre(4)</a>.
Expand Down Expand Up @@ -244,7 +244,7 @@ <h3>What's New</h3>
now implements the <code>pthread_rwlock_timed{rd,wr}lock</code> interfaces.
<li>AES-NI support has been integrated into the OpenSSL
<a href="https://man.openbsd.org/crypto.3">crypto(3)</a> library.
<li>MIDI control in non-server mode was added to
<li>MIDI control in non-server mode was added to
<a href="https://man.openbsd.org/aucat.1">aucat(1)</a>,
including seeking within .wav files
<li>A new record-what-you-hear feature was added to
Expand Down Expand Up @@ -282,7 +282,7 @@ <h3>What's New</h3>
<a href="i386.html">i386</a>,
<a href="hppa.html">hppa</a>,
<a href="sparc64.html">sparc64</a>,
<a href="socppc.html">socppc</a> and
<a href="socppc.html">socppc</a> and
<a href="macppc.html">macppc</a>
platforms were switched over to gcc4.
<li><a href="https://man.openbsd.org/newfs.8">newfs(8)</a> now makes FFS2 the default for partitions larger than INT_MAX blocks.
Expand Down
6 changes: 3 additions & 3 deletions 49.html
Original file line number Diff line number Diff line change
Expand Up @@ -269,8 +269,8 @@ <h3>What's New</h3>
CAST-128 implementation was also removed from libc.
<li>Removed some races in the USB subsystem, substantially increasing
reliability.
<li>Added a few more
<a href="https://man.openbsd.org/compat_linux.8">compat_linux(8)</a>
<li>Added a few more
<a href="https://man.openbsd.org/compat_linux.8">compat_linux(8)</a>
system calls to make it possible for newer versions of applications,
such as Skype, to execute.
<li>OpenBSD-specific package documentation is now centralised in
Expand All @@ -287,7 +287,7 @@ <h3>What's New</h3>
<li>Teach the install script about the configuration of 802.11 interfaces.
Visible networks can be listed, and even configured for WPA.
<li>The install script now passes collected entropy better to the
system which is booted next.
system which is booted next.
<li>Upgrade now defaults to checking only the root filesystem.
<li>Upgrade no longer checks filesystems with a fs_passno of 0.
<li>Upgrade now asks if it should proceed even if one or more filesystem mounts fail.
Expand Down
4 changes: 2 additions & 2 deletions 51.html
Original file line number Diff line number Diff line change
Expand Up @@ -210,7 +210,7 @@ <h3>What's New</h3>
</ul>
<p>

<li>Over 7,000 ports, major performance and stability improvements in
<li>Over 7,000 ports, major performance and stability improvements in
the package build process
<ul>
<li>Downloading of distfiles is simpler, can resume interrupted download,
Expand All @@ -228,7 +228,7 @@ <h3>What's New</h3>
have been fixed.
<li>The arch-dependent issues are better classified, leading to better builds on
old architectures in some complicated cases. In particular, dpb explicitly
purges from memory info about packages it cannot build and stuff that
purges from memory info about packages it cannot build and stuff that
depends on it, leading to better life on sparc and vax which have very
small data-size limits.
<li>dpb recognizes full builds and trims some duplicate package builds
Expand Down
Loading

0 comments on commit 5164508

Please sign in to comment.