Commit Graph

18234 Commits

Author SHA1 Message Date
nia
76102e93c6 Document the userspace /dev/spi interface to the best of my ability.
Add ssdfb(4).

Based mostly on a mailing list post by mlelstv;
https://mail-index.netbsd.org/port-arm/2019/02/07/msg005454.html
2021-02-27 08:36:05 +00:00
nia
46aa89cc62 Remove references to removed FDDI and Token Ring drivers 2021-02-26 11:12:45 +00:00
nia
c38e5b3db8 Remove extremely outdated list of supported devices 2021-02-26 10:56:48 +00:00
wiz
68242e9d67 More markup. New sentence, new line. 2021-02-26 10:44:31 +00:00
nia
e1a8a9c959 Add a manual page for vchiq(4) 2021-02-26 10:33:46 +00:00
nia
a04f5191f3 usb.4: add usmsc(4) 2021-02-26 09:59:19 +00:00
nia
5f048184ea usb.4: add mue(4) 2021-02-26 09:54:30 +00:00
nia
d7a616fafe usb.4: fix year 2021-02-26 09:51:43 +00:00
nia
da8468c5d7 usb.4: add mos(4) 2021-02-26 09:50:59 +00:00
nia
9dbaac1a44 pci.4: sync list of supported MI PCI devices a bit
I'm not sure what we consider machine-independent-enough for listing
here, so I'm listing drivers that are present in x86 and aarch64 kernels
2021-02-26 09:46:58 +00:00
nia
7ee5fe5cf7 Add a man page for vcaudio(4) 2021-02-26 09:20:58 +00:00
rin
fe456cec99 Adjust for amiga/boot ver 3.1.
Bump date.
2021-02-25 03:43:57 +00:00
mrg
c5fcfabc85 update the list of prefixes/regions/towns in ireland. from:
https://en.wikipedia.org/wiki/Telephone_numbers_in_the_Republic_of_Ireland

(i got a call from letterkenny!)
2021-02-23 21:59:04 +00:00
rillig
107c5090e1 timeradd.3: declare timespeccmp parameters as const
Comparison is implemented as a read-only operation.
2021-02-23 16:47:04 +00:00
wiz
28a0c22ca4 Fix timespeccmp declaration.
From Kouichi Hashikawa in PR 56010.
2021-02-23 09:28:00 +00:00
msaitoh
ffafe9308d Add missing 'q' modifier for the write command. 2021-02-19 08:57:56 +00:00
knakahara
df9470fdc7 In 64 bit architectures, WM_EVENT_COUNTER is enabled by default.
No objection from tech-kern@n.o and tech-net@n.o.

ok'ed by msaitoh@n.o.
2021-02-17 08:15:43 +00:00
leot
53e7d520bd Add HOTP and TOTP 2021-02-12 08:56:04 +00:00
riastradh
17dd2b3b7e rnd(4): Consistently call it the `global pool'.
The `ready pool' is a term I used in a draft that I never committed.
2021-02-12 01:52:09 +00:00
nia
efe89b021b Fix various typos, etc 2021-02-06 13:55:40 +00:00
nia
2e7e30272b Explain the format of the raw PCM data users can read from a pad(4).
Since it's headerless this is important so the data can be interpreted
properly. Also, ordinary audio ioctls cannot be used on a pad and the
format can't be changed, so applications that attempt to automatically
determine the format of a device like audiorecord don't work.
2021-02-06 12:13:44 +00:00
nia
8f7298006c Slightly adjust wording.
It does seem to work with multiple applications concurrently writing to
the device in a quick test I did.
2021-02-06 12:07:57 +00:00
nia
71b5ec1d14 Add another example of recording the output of an application.
Explain something that confused me.
2021-02-06 12:01:57 +00:00
nia
0d373c9fc6 Use /dev/audioX rather than /dev/soundX in examples.
Avoids accidentally running into confusing behavior.
2021-02-06 11:58:10 +00:00
isaki
3ab19efc6f Add a description to close().
> Before call to this, halt_input and halt_output are called if necessary.
2021-02-06 06:15:13 +00:00
jakllsch
e49b55cc57 Add a few network interface offload feature initialisms 2021-01-30 19:20:44 +00:00
thorpej
62be88ee26 Add kmem_tmpbuf_alloc(), a utility function for allocating memory for
temporary use where allocation on the stack is desirable, but only up to
a certain size.  If the requested size fits within the specified stack
buffer, the stack buffer is returned.  Otherwise, memory is allocated with
kmem_alloc().  Add a corresponding kmem_tmpbuf_free() function that frees
the memory using kmem_free() if it is not the tempory stack buffer location.
2021-01-24 17:29:11 +00:00
kamil
8b3e8a91ea Add SRTP (Secure Real-time Transport Protocol) 2021-01-21 18:09:10 +00:00
kamil
91087f702f Add RTP (Real-time Transport Protocol) 2021-01-21 17:58:56 +00:00
kamil
f97af39491 Add PBX (private branch exchange) 2021-01-21 17:53:05 +00:00
wiz
af4f4aa108 Quote minus. 2021-01-21 17:05:50 +00:00
wiz
6666195182 Use Nm instead of xref to itself. Fix typo. 2021-01-21 16:57:52 +00:00
thorpej
fed9ff05fd Add a manual page for strlist(9). 2021-01-21 15:53:15 +00:00
riastradh
81a8f89859 Add note about enabling TPM and rnd(4) source. 2021-01-19 05:05:39 +00:00
thorpej
7d1deea620 Note that TPM 1.2 devices can attach to ACPI, as well. 2021-01-16 01:47:23 +00:00
riastradh
bb8365d71d rnd(4): Fix formatting of authors paragraph with `.An -nosplit'. 2021-01-15 15:54:20 +00:00
riastradh
15b5cd8a44 Tweak wording for consistency: if empty or not set', not if unset'. 2021-01-15 15:18:32 +00:00
riastradh
83f1fd31d5 Clarify that `entropy' may be left unset in rc.conf. 2021-01-15 15:17:08 +00:00
pgoyette
3eb7b7b72b Initial attempt at documenting the KERNEL_DIR option.
XXX EXPERIMENTAL, Work-In-Progress ! XXX
2021-01-14 23:32:12 +00:00
riastradh
03120d5679 entropy(7): Add missing URL to reference. 2021-01-13 05:21:34 +00:00
knakahara
c8dbf241c1 Fix PR kern/55920 . Add pci_msi_count() and pci_msix_count() description. 2021-01-12 05:08:50 +00:00
riastradh
cba96d16f7 Various entropy integration improvements.
- New /etc/security check for entropy in daily security report.

- New /etc/rc.d/entropy script runs (after random_seed and rndctl) to
  check for entropy at boot -- in rc.conf, you can:

  . set `entropy=check' to halt multiuser boot and enter single-user
    mode if not enough entropy

  . set `entropy=wait' to make multiuser boot wait until enough entropy

  Default is to always boot without waiting -- and rely on other
  channels like security report to alert the operator if there's a
  problem.

- New man page entropy(7) discussing the higher-level concepts and
  system integration with cross-references.

- New paragraph in afterboot(8) about entropy citing entropy(7) for
  more details.

This change addresses many of the issues discussed in security/55659.
This is a first draft; happy to take improvements to the man pages and
scripted messages to improve clarity.

I considered changing motd to include an entropy warning with a
reference to the entropy(7) man page, but it's a little trickier:
- Not sure it's appropriate for all users to see at login rather than
  users who have power to affect the entropy estimate (maybe it is,
  just haven't decided).
- We only have a mechanism for changing once at boot; the message would
  remain until next boot even if an operator adds enough entropy.
- The mechanism isn't really conducive to making a message appear
  conditionally from boot to boot.
2021-01-10 23:24:25 +00:00
riastradh
26da9de7e6 rc.subr(8): Fix markup -- use .It to set off a new item. 2021-01-10 19:26:31 +00:00
wiz
2e256d9d5b Simplify macro usage. 2021-01-06 18:05:58 +00:00
pgoyette
386ae5b46e Grammar fix for the grammer fix. Plural subject needs plural verb. :) 2021-01-06 17:22:36 +00:00
kre
f9167198aa Minor grammar fix, more markup, and update date (Dd). 2021-01-06 17:13:23 +00:00
wiz
f77ed54857 Add some paragraph breaks. 2021-01-06 14:07:43 +00:00
wiz
99fedf3d5f Markup improvements and typo fixes. 2021-01-06 10:19:27 +00:00
mlelstv
a1d6d60c3f Explain wedge auto discovery. 2021-01-05 22:17:40 +00:00
pgoyette
b5cd926b3f Better grammar. 2021-01-04 18:27:46 +00:00
uwe
5f81bb7325 wsdisplay(4): WSDISPLAYIO_GET_EDID - fix struct name.
Spotted by RVP.
2020-12-23 06:10:13 +00:00
nia
dc3812a1c6 seemingly did not appear in netbsd 9 2020-12-21 11:30:59 +00:00
mrg
3996f2220f ddb: add two new modifiers to "show pool" and "show all pools"
- /s shows a short single-line per pool list (the normal output
  is about 10 lines per.)
- /S skips pools with zero allocations.
2020-12-19 23:38:21 +00:00
pgoyette
52df486e11 Minor typo - do I really need to bump the date for this? :) 2020-12-18 02:29:50 +00:00
isaki
e0775c3f49 Remove an old description.
This behavior was modified in sys/dev/audio/audio.c rev 1.65 (Mar. 2020).
2020-12-09 05:48:56 +00:00
christos
ab6cf0a944 Move everyone to gdb-11 2020-12-06 14:28:34 +00:00
jmcneill
161b30af53 acpi: add character device for accessing ACPI tables
The /dev/acpi character device gives an aperture into physical memory
that allows only read access to known ACPI tables: RSDP, XSDT/RSDT, and
the root tables. Adapt acpidump(8) to use this interface by default,
falling back to the old /dev/mem method if it is not available or if
ACPIDUMP_USE_DEVMEM=1 is set in the environment. The user visible benefit
of this change is that "options INSECURE" is no longer required to
dump ACPI tables.
2020-12-06 02:57:29 +00:00
mrg
e9b9ccbba9 bump version for xorg-server 1.20.10. 2020-12-05 22:44:57 +00:00
wiz
d5fdd803ef Update default pkgsrc database location from /var/db/pkg to /usr/pkg/pkgdb. 2020-12-02 14:18:13 +00:00
rillig
95906832b0 style: fix typo 2020-11-29 09:15:33 +00:00
kim
a0c0a132d4 Add a comment to clarify the selected drivers to disable in the example 2020-11-24 07:46:46 +00:00
wiz
ed388c6b2e Bump date for previous. 2020-11-21 12:26:41 +00:00
kim
3eea9a90f9 boot.cfg.5: Note that userconf can be used multiple times
Additionally:
- Make it easier for the reader to learn which keywords can be used
  multiple times
- Use multiple "userconf" lines in the EXAMPLES section, conveniently
  listing the current DRM drivers that a user might need to disable to
  troubleshoot "blank screen after boot" issues.
2020-11-21 11:41:54 +00:00
maya
61ee145e76 Add "AOT" Ahead Of Time 2020-11-17 19:56:42 +00:00
rin
a65a3352d3 Set USE_XZ_SETS to yes by default for aarch64eb in the same manner as aarch64. 2020-11-17 10:49:41 +00:00
wiz
16da680a08 Add "x86" to Dt 2020-11-14 20:04:46 +00:00
nia
a42fc114cd Revert addition of pthread dependency on sqlite.
It is less trivial than expected and introduced some surprising breakage.
2020-11-12 17:53:43 +00:00
kamil
994be4e978 Reintroduce the support of MKCATPAGES
Requested by <mrg>
2020-11-10 21:47:40 +00:00
christos
c8784f07cf - make the CTFCONVERT command lines consistent and concise by putting all
the implementation stuff in a variable CTFCONVERT_RUN
- introduce an OBJECT_TARGET variable that contains the output object file
- when we need to run ctfconvert, go through an intermediate ${.TARGET}.o
  file, instead of writing directly to ${.TARGET} and then overwriting
  ${.TARGET} with ctfconvert. This avoids build failures after a build
  got interrupted (the "partially built from C" scourge).
2020-11-09 16:15:05 +00:00
martin
927c5e4e3e Adapt for sqlite requiring pthreads now 2020-11-09 10:19:18 +00:00
kamil
60eaf2591d Stop mentioning the support for cat pages 2020-11-08 15:19:18 +00:00
kamil
c432f8a1cb Remove the MKCATPAGES remnants 2020-11-08 14:55:25 +00:00
kamil
4045d62396 Remove the support for MKCATPAGES
It was optional since 1999 and disabled by default since 2012.

Proposed on tech-userlevel@.
2020-11-08 14:52:35 +00:00
dholland
93f14ef9c5 +SMR 2020-11-05 18:05:06 +00:00
rin
9ba37cc66f Build dtb set for aarch64eb. 2020-11-05 13:03:31 +00:00
kim
42bf8f9bda Allow line breaks inside author names in prose paragraphs 2020-11-04 15:24:56 +00:00
khorben
cb7259aba3 u3g(4): also list the Huawei EM770W as supported 2020-11-01 06:19:47 +00:00
uwe
3f54244104 Install ddb(9). Xref it from ddb(4). 2020-10-31 22:43:01 +00:00
christos
9ef58d7580 document f_touch 2020-10-31 16:03:01 +00:00
wiz
7c80034b55 Improve wording. 2020-10-31 10:48:17 +00:00
uwe
18275b593a Add a few missing articles. 2020-10-30 22:29:30 +00:00
uwe
ed38e3002e ddb(9) - first cut at the documentation for writing and adding new DDB
commands.  Not yet complete and not hooked into the build.
2020-10-30 22:14:03 +00:00
martin
5d507f2d93 libsqlite3 now requires -lm 2020-10-30 08:41:58 +00:00
ryo
0b42d22ad0 move vmt(4) from MD to MI, and add support vmt on aarch64. tested on ESXi-Arm Fling
- move from sys/arch/x86/x86/{vmt.c,vmtreg.h,vmtvar.h} to sys/dev/vmt/{vmt_subr.c,vmtreg.h,vmtvar.h},
  and split the attach part of the cpufeaturebus and fdt
- add aarch64 vmware backdoor op
- add include guard to vmt{reg,var}.h
- Yet there is still some little-endian dependency. it needs to be fixed in order to work properly on aarch64eb
2020-10-27 08:57:10 +00:00
rin
e18e78694d Document MKKDEBUG. Thanks martin for letting me know. 2020-10-27 06:33:38 +00:00
nia
82f91d33d2 Normalize some machine dependent CPU frequenct sysctl variables.
This moves machdep.*.frequency.* to machdep.cpu.frequency.*.

This was proposed on tech-kern some time ago. The intention is to allow
third-party tools such as estd and conky to more easily and reliably
fetch or modify the current CPU frequency without iterating through
various machine-dependent variables to check their presence.
2020-10-25 16:39:00 +00:00
tsutsui
ef1087aea8 Switch alpha to USE_XZ_SETS=no, i.e. using gzip for installation sets.
Ok'ed by martin@ in PR/55751.  Maybe worth to pullup to netbsd-9.
2020-10-25 09:06:24 +00:00
kamil
7ba763594c Remove the CIRCLEQ API from queue(3)
It was marked deprecated in NetBSD 7 and already removed from
FreeBSD in 2000 and OpenBSD in 2015.

Proposed on tech-kern@.
2020-10-20 23:27:57 +00:00
kamil
cf532a4113 Remove advertising clause from the code distributed from UCB
Follow ftp://ftp.cs.berkeley.edu/pub/4bsd/README.Impt.License.Change
2020-10-19 15:25:57 +00:00
christos
cfb54e988a provide a no-addr-of-packed-member for both clang and gcc 2020-10-18 19:58:02 +00:00
christos
ba78da4b48 Handle the no-addr-of-packed-member only for the files that need it, not
globally.
2020-10-18 19:57:44 +00:00
leot
12d649ab88 Add PBR and VBR
From Rocky Hotas, thanks!
2020-10-18 10:17:09 +00:00
wiz
ab745aff6f Use Dv. Bump date for previous. 2020-10-17 09:20:33 +00:00
mlelstv
b761783a16 Setting a socket buffer size stops autoscaling. Add a sysctl to
prevent this behaviour. The default is not changed.
2020-10-17 09:06:15 +00:00
mrg
64499c64d2 turn off kernel modules on mips since they don't work yet, and
we build 2 or 3 versions of them.
2020-10-17 07:40:21 +00:00
nia
ebfeb641aa share/mk: Define some missing X11 libraries. 2020-10-16 06:55:36 +00:00
ryo
d87a4d00ad vmx(4) should be MI. moved to sys/dev/pci from sys/arch/x86/pci 2020-10-14 10:19:10 +00:00
roy
30ba5d0082 carp: link state is DOWN until it becomes a MASTER
This is consitent with other BSD's handling of CARP and means
we don't have to carry a custom flag for it.
2020-10-12 15:18:48 +00:00
kim
9de06003f8 Bump date 2020-10-11 22:46:24 +00:00
kim
2f25d90010 Make "rtsol" functional again. 2020-10-11 22:38:48 +00:00
christos
df11da68ff merge 20200606: resolve conflict by adding kb2 and rin entries to putty 2020-10-10 12:57:39 +00:00
rin
16b640a67f Build GDB for aarch64eb; it works just fine as far as I can see. 2020-10-09 23:58:50 +00:00
mrg
c4f3171f96 switch powerpc, sh3, vax and m68k to GCC 9. that's everyone.
thanks espcially to rin@ for testing and fixing issues.
2020-10-09 05:41:16 +00:00
macallan
7995230b1d build Xorg server on hppa 2020-10-09 04:19:43 +00:00
gutteridge
ed20d0c0a0 options.4: add a basic entry for the CNMAGIC option 2020-10-09 01:49:53 +00:00
nia
c50d584d1e NGPC 2020-10-05 14:54:50 +00:00
nia
baeda31567 bump date 2020-10-05 14:54:24 +00:00
nia
a52c896f9b ifconfig up before doing wifi stuff 2020-10-05 06:41:16 +00:00
nia
5532132dc1 various vidya, also md = minidisc, dc = data center 2020-10-04 19:04:48 +00:00
nia
9c80624b1c synaptics: Emulate scrolling when the middle button is held with TrackPoints
idea stolen from various other operating systems.

this configurable with a sysctl in case somebody wants to hold the middle
button, e.g.  with old window managers that close menus when a button is
released.
2020-10-01 17:13:19 +00:00
roy
9fc1f4f01f Note that opening and closing the tun/tap devices affects link state.
And how this influences Duplicate Address Detection.
2020-09-27 19:36:54 +00:00
roy
ec0ebd44c4 bridge(4): Note that the bridge does not allow assignment of IP addresses
Document using vether(4) instead to get the same effect.
2020-09-27 15:42:48 +00:00
roy
0ba6243a0a tap(4): Improve the description to differentiate from vether(4) 2020-09-27 15:19:04 +00:00
wiz
a36255044e Fix punctuation nit and add RCS Id. 2020-09-27 13:59:24 +00:00
roy
e81d19b9cb tap: Report link state based on if the interface has been opened or not
While a nice addition, it does render tap(4) useless as a bridge(4)
endpoint. We now have vether(4) for use as bridge endpoint.
2020-09-27 13:44:47 +00:00
roy
4b44dc0b5e vether: Implement a virtual ethernet interface
The vether interface simulates a normal Ethernet interface by encapsulating
standard network frames with an Ethernet header, specifically for use as
a member in a bridge(4).

To use vether the administrator needs to configure an address onto the
interface so that packets can be routed to it. An Ethernet header will
be prepended and, if the vether interface is a member of a bridge(4),
the frame will show up there.

Taken from OpenBSD.
2020-09-27 13:31:04 +00:00
jmcneill
c9f4e317e7 Add HAVE_NVMM and use it to control the build of NVMM related components.
Defined to "yes" on amd64, "no" everywhere else.
2020-09-26 17:49:49 +00:00
kamil
b39e815ec0 Switch GDB on i386 to 1100
Confirmed to build and work.
2020-09-23 23:39:18 +00:00
jakllsch
ffb4801553 Fix weird spelling, refresh date. 2020-09-22 01:11:48 +00:00
nia
3d17cb2105 do not use WEP 2020-09-21 17:52:31 +00:00
kim
8cdafcce1e Add MLINKS for empb.4 2020-09-21 08:46:07 +00:00
christos
88f9b1b400 switch amd64 to gdb-11 2020-09-20 14:42:29 +00:00
ginsbach
bba63d4084 CDN, CRTP, FTTH 2020-09-19 01:43:20 +00:00
mrg
6e63e64722 reverse HAVE_GCC test, and list remaining GCC 8 platforms:
- powerpc
- sh3
- m68k
- vax
2020-09-15 09:32:31 +00:00
mrg
aa4e3817c0 switch sparc* and mips* to GCC 9. 2020-09-15 09:27:25 +00:00
christos
5965259d15 make everyone use gdb.old 2020-09-15 04:54:41 +00:00
skrll
7836e80fac Switch hppa to gcc 9.
Summary for 883 test programs:
    7487 passed test cases.
    644 failed test cases.
    51 expected failed test cases.
    582 skipped test cases.
2020-09-14 19:00:28 +00:00
mrg
dc79d63350 switch m68k and sh3 to binutils 2.34. testing sun3 in tme
and landisk in gxemul shows them both to work as well as
binutils 2.31.

that's binutils 2.34 for everyone now.
2020-09-14 00:11:45 +00:00
mrg
dbb7d87cee fix syntax errors in previous. 2020-09-13 23:33:21 +00:00
mrg
c51a5adcd2 switch riscv and ia64 to GCC 9.
switch riscv to binutils 2.34.
2020-09-13 23:32:04 +00:00
mrg
881ec4a82d switch vax and ia64 to binutils 2.34. reverse the list and leave
the remaining m68k (untested), riscv (riscv64 ld is missing emulations
for 32 bit targets), and sh3 (untested).
2020-09-13 20:59:18 +00:00
wiz
207ba25b58 Bump date for previous. 2020-09-13 07:36:55 +00:00
mlelstv
ad2d0017d3 Document keyboard mode ioctls and let wsconsctl manage it. 2020-09-13 07:35:15 +00:00
kamil
4b3dee3027 Build and install GCC TSan for 64-bit CPUs 2020-09-13 02:37:31 +00:00
jmcneill
0d54a9589a Add HAVE_ACPI and HAVE_UEFI flags to bsd.own.mk and use them to
conditionally include ACPI and UEFI bits instead of relying on adhoc
MACHINE_ARCH tests.
2020-09-12 15:25:41 +00:00
mrg
a1c8c273ac switch to GCC 9 on arm and x86.
note GCC 8.3, 8.4 and 9.3 import dates.  add an UPDATING entry.
2020-09-12 08:31:39 +00:00
roy
f9cd9ecd85 sysctl: Adjust man page for new ARP sysctl ND settings 2020-09-11 15:16:48 +00:00
wiz
d7913f1566 New sentence, new line. 2020-09-11 12:20:01 +00:00
kim
62e78738da Document update_motd_release and motd_release_tag 2020-09-11 12:01:59 +00:00
mrg
065d223908 switch sparc to binutils 2.34. tested on an ss20. 2020-09-10 06:02:30 +00:00
rin
3787a83d7c Turn off -mpltseq for kernel modules on powerpc for GCC >= 9.
Otherwise, object files compiled with -mlongcall contain relocation types
referring PLT, which our in-kernel linker cannot handle.

This ends up with failure in kernel module load with
``kobj_reloc: unexpected relocation type 31'' (31 == R_PPC_PLT16_HA here).

See descriptions for -mlongcall in gcc(1) of GCC9 for more details.
2020-09-10 02:34:13 +00:00
wiz
7088981fda Serial comma. 2020-09-08 17:30:44 +00:00
wiz
428b31fd5e Improve BINDANY formatting. 2020-09-08 17:30:10 +00:00
wiz
850df987a7 Remove superfluous Pp. 2020-09-08 17:29:20 +00:00
wiz
1e0cbee197 Use \(em. 2020-09-08 17:29:09 +00:00
riastradh
d18cf1b917 workqueue: Lift unnecessary restriction on workqueue_wait.
Allow multiple concurrent waits at a time, and allow enqueueing work
at the same time (as long as it's not the work we're waiting for).
This way multiple users can use a shared global workqueue and safely
wait for individual work items concurrently, while the workqueue is
still in use for other items (e.g., wg(4) peers).

This has the side effect of taking away a diagnostic measure, but I
think allowing the diagnostic's false positives instead of rejecting
them is worth it.  We could cheaply add it back with some false
negatives if it's important.
2020-09-08 17:02:18 +00:00
christos
e5e40d965d Add IP_BINDANY, IPV6_BINDANY which can be used to bind to any address in
order to implement transparent proxies.
2020-09-08 14:12:57 +00:00
wiz
dd6ca9990a Remove empty line. End sentence with dot. Avoid unnecessary linebreak. 2020-09-08 10:07:35 +00:00
yamaguchi
f474b47c56 Added iavf(4) that is based on OpenBSD's iavf(4) implementation
reviewed by msaitoh@n.o and knakahara@n.o
2020-09-08 10:05:47 +00:00
mrg
210197e402 switch mips to binutils 2.34. 2020-09-07 10:19:02 +00:00