Commit Graph

13070 Commits

Author SHA1 Message Date
uwe 2dba4c8363 entropy(7): don't try to cram things into one-liners 2023-03-23 12:38:17 +00:00
riastradh a8a9d81209 entropy(7): Omit needless offset for diagnostic listing. 2023-03-23 12:22:56 +00:00
kre ba290545c4 PR misc/57276 from Nan Xiao
Remove redundant word ("to").
2023-03-19 17:26:12 +00:00
thorpej 3608dbf34c Document __HAVE_UCAS_FULL and __HAVE_UCAS_MP. 2023-03-06 12:25:06 +00:00
wiz 1df225fdea fix typos 2023-03-06 01:03:45 +00:00
uwe 75fb75f5dc portfeatures(9): the man page for the __HAVE macros
The man page itself is a skeleton/template for now.  Please add short
descriptions and xrefs.  If the target man page doesn't yet document
relevant __HAVE macros (hi, mutex(9)), please add something there,
possibly in a .Sh IMPLEMENTATION NOTES section.
2023-03-06 00:49:31 +00:00
nia 188cf0e1a1 delete attribution per request of contributor 2023-03-01 21:06:41 +00:00
msaitoh c7942c0506 igpio(4): Disable Baytrail and Lynxpoint support. Fixes PR kern/57225.
It seems additional code is required to support Baytrail and Lynxpoint.
Disable those support.
2023-02-27 15:41:41 +00:00
riastradh eecba6ae71 pcq(9): Document memory ordering guarantees. 2023-02-23 03:03:23 +00:00
pgoyette c00bcd9083 Add a period at the end of a sentence. 2023-02-16 04:58:21 +00:00
uwe 18b582acb0 services(5): consistently refer to the cdb database
While here, fix a few markup nits.
2023-02-12 22:48:02 +00:00
nia 38cf7bdeec urndis.4: Add OnePlus 5T 2023-02-12 08:45:18 +00:00
uwe 60cc207432 bpf(4): fix couple more nits 2023-02-11 18:03:25 +00:00
uwe 9fc54008d1 bpf(4): fix couple of overlooked markup nits 2023-02-11 12:44:49 +00:00
uwe a9eff7b74b bpf(4): spaces around + in instruction tables
Makes them easier on the eyes.
2023-02-11 12:39:44 +00:00
uwe 6b566ffb7e bpf(4): use nicer glyphs for some operations in PS output 2023-02-11 11:49:02 +00:00
uwe 6a96371d48 bpf(4): make all instruction tables align
Define string max-insn and use it in all tables for the width of the
first column (nroff has variables, shocking, I know).  Define only the
width of the first column, the last column gets all the remaining width.
2023-02-11 11:34:49 +00:00
uwe ab3452b994 bpf(4): use \[<-] instead of <- 2023-02-11 11:02:31 +00:00
uwe 7bd77f6ba6 bpf(4): assorted markup tweaks
This is mostly non-controversial changes to the cargo-culted markup.
While here - add missing .It to BIOCLOCK so that it's not buried in
the text for the previous item and comment out a paragraph about an
ancient SunOS bug.
2023-02-11 02:52:52 +00:00
gutteridge a15cb1624e bpf.4: fix a garbled item heading
Make the BIOCSDIRECTION & BIOCGDIRECTION entry like those around it.
2023-02-07 01:17:41 +00:00
uwe d1ec716407 devsw_attach(9): Use semantic markup instead of .Em 2023-02-02 14:09:52 +00:00
pgoyette 4667baf400 Fix markup. 2023-02-02 13:25:41 +00:00
gutteridge d9df1d8cf6 mutex.9: add a small detail to the history section 2023-02-01 03:27:45 +00:00
thorpej e439aff6b2 Add and entry for the EXAR XR17V354 4-port UART.
From Håkan Engvall.
PR kern/57202
2023-01-29 15:17:51 +00:00
ryo a7c05bdc7c - add AQC113 and the variants
- fix first appeared version to 9.1. it was backported.
2023-01-14 13:20:40 +00:00
msaitoh 30015699a5 igpio.4: Update list of supported devices. 2023-01-07 13:56:21 +00:00
gutteridge 6577dba07a link.5: fix some spelling and grammar 2022-12-29 22:41:36 +00:00
andvar 538257cbb2 rge(4): mention that driver appeared in NetBSD 10. 2022-12-24 00:34:53 +00:00
nat 111c077e20 Driver for DaynaPORT SCSI/Link (dse.4).
Written by Hiroshi Noguchi, of which an updated version was posted to
port-mac68k in 2001.

Attachments were added to kernel configs for platforms that already had
the Cabletron (se.4) driver added, although other platorms may benefit.

Reviewed on tech-net by Izumi Tsutsui.
2022-12-22 11:05:54 +00:00
uwe e64f67a0f1 mutex(9): Minor formatting fixes
While here, move the reference to options(4) to the OPTIONS section.
2022-12-19 00:41:45 +00:00
gutteridge a1641d690a mutex.9: fix markup (.Em not .Fn) 2022-12-18 23:38:42 +00:00
msaitoh d4ee246879 Add new "kern.mbuf.nmbclusters_limit" sysctl.
- Used to know the upper limit of nmbclusters.
 - It's read only.
2022-12-16 08:42:55 +00:00
msaitoh 5e7dd0391c lm(4): Add Nuvoton NCT6797D support. 2022-12-16 00:02:28 +00:00
uwe 6ca370c364 unix(4): Fix/add markup
Untabify examples, .Bd -literal -offset indent doesn't seem to mesh
with tabs nicely in the PostScript output.  The indent is probably not
a multiple a of literal tab width.  This causes a small vertical
misalignment for tab-indented lines, but what's worse - it can cause
an extra tab in some cases (and did here for the unpcbid definition).
2022-12-06 15:06:40 +00:00
brad 50bb9ed19f Split the BMP280 / BME280 driver into common code and create I2C and
SPI attachments.
2022-12-03 01:04:42 +00:00
ozaki-r 1063fff8d4 man, bpf: support loopback interfaces for send 2022-11-30 06:03:41 +00:00
jschauma 8195e6e4c8 be more specific about what /etc/protocols describes
The reference to the "DARPA Internet" seems not quite up to date in 2022,
so moving that to the HISTORY section.
2022-11-29 14:15:01 +00:00
wiz f12c4bfd3a New sentence, new line. 2022-11-23 23:49:23 +00:00
brad e2526a7b7a Use kpause() instead of delay() in the measurement cycle. Try and
derive the proper wait delay for the measurement based upon the over
sampling setting and allow the wait factor multiplier to be adjusted.
2022-11-23 23:45:29 +00:00
christos 984dc262bd Add links to libm (Phil Rulon) 2022-11-23 19:20:34 +00:00
wiz 322123ab76 Fix typos. New sentence, new line. 2022-11-21 23:51:10 +00:00
christos ae082add65 lua libm API from Phil Rulon 2022-11-21 22:01:32 +00:00
brad 9275d9682b Mention the driver for the Bosch BMP280/BME280 2022-11-21 21:29:32 +00:00
brad 068b504f95 A driver for the Bosch BMP280 / BME280 temperature, humidity and
atmospheric pressure sensor.  This is an inexpensive to moderately
expensive chip available from a large number of places.  The driver
supports all aspects of the two chips, except for the repeating read
mode which would allow for sub-second queries, such as fall detection
or perhaps even as an altimeter.  This driver also only supports the
I2C interface and not the SPI interface.

The BME280, the one with humidity, is not fully tested at this point,
awaiting upon a breakout board and may not show proper humidity.
2022-11-21 21:24:00 +00:00
jakllsch 737bafd601 Extend orders(7) with prefixes from Resolution 3 of the 27th meeting of CGPM. 2022-11-19 22:09:21 +00:00
brad bec291176b Mention the AHT20 driver 2022-11-17 20:43:39 +00:00
brad 50bf6d2dfd A driver for the Aosong AHT20 temperature and humidity sensor. While
slow for an I2C sensor it is inexpensive and should work well enough
in most indoor conditions.  All features of the chip are supported.
2022-11-17 19:20:05 +00:00
jmcneill 5e697dbfa9 Remove support for OMAP based Gumstix platforms.
These changes are to prepare for the removal of arch/arm/omap. Support
for Xscale based Gumstix platforms remains.

(If someone wants to resurrect DuoVero and Pepper platforms, it's best
to do that in the GENERIC kernel using FDT.)
2022-10-29 13:10:25 +00:00
andvar 730fdfa601 nix double n, i or g in "ing", in comments and documentation. 2022-10-26 22:09:37 +00:00
msaitoh 69e70e08e8 ifq_drops was changed to use uint64_t. 2022-10-25 00:20:36 +00:00