summaryrefslogtreecommitdiff
path: root/share
AgeCommit message (Collapse)Author
2024-07-13Mention nvme(4) and gdt(4) as devices that register with bio(4).Kenneth R Westerback
ok deraadt@
2024-07-11Document new font module variables MODFONT_FONTFILES and MODFONT_FONTDIR.Anthony J. Bentley
ok sthen@
2024-07-10correct some Broadcom adapter model numbers that I mistypedJonathan Matthew
from Bryan Vyhmeister
2024-07-09mbuf.9: Add missing fields, fix order and spacing.Jan Klemkow
fine by jmc@ sure mvs@
2024-07-09Document MODFONT_DOCDIR and MODFONT_DOCFILES.Anthony J. Bentley
2024-07-09spellingJonathan Gray
2024-07-08add TSFOmar Polo
2024-07-04Revert "Make daily(8) reporting services that are running"Bjorn Ketelaars
Stop daily(8) mails with false information on rogue services. OK florian@, solene@
2024-06-30correct history; first mention of /etc/rc in init manual pages was v4Jonathan Gray
ok deraadt@
2024-06-30Add support for the Realtek RTL8126 chip to the rge(4) driver.Kevin Lo
The RTL8126 is a PCIe to 5Gb Ethernet controller.
2024-06-22delete ancient netbsd pcibios tweaking trashTheo de Raadt
2024-06-20Update ruby-module.5 for default Ruby version switch to 3.3Jeremy Evans
2024-06-17Document the new argument .St -p1003.1-2024 introduced in st.c rev. 1.15Ingo Schwarze
and polish the description of .St -p1003.1-2008 a bit. OK job@ jmc@
2024-06-12UpdateMark Kettenis
2024-06-03add .mjs -> text/javascript. ok florian@Matthieu Herrb
2024-06-03correcly -> correctlyJonathan Gray
2024-06-02add -fret-clean option (amd64 and i386 only at first), defaulting to off.Theo de Raadt
This causes the caller to cleans the return address off the stack after a callq completes. The option is best used in low-level libraries (such as libc), because libc contains low-level system call stubs. The option reduces hints (found on the stale parts of the stack) about libc.so's mapping location, and together with random-relinking, relro got/pic, and xonly makes some exploit methods more difficult. ok mortimer, mlarkin, much discussion with kettenis, in snaps for 2 weeks.
2024-05-30ssl(8): the history section hasn't aged well at all. zap it.Theo Buehler
discussed with naddy and jmc ok naddy
2024-05-29document qwx(4) caveats and known bugsStefan Sperling
2024-05-28document MODPY_COMPILEALL, MODPY_PYTEST_USERARGSStuart Henderson
2024-05-28use a more up to date example for a checksum example;Jason McIntyre
example suggested by/ok djm
2024-05-24capitalize the first word of the -S descriptionOmar Polo
2024-05-23Add support for Quectel EM060K.Kevin Lo
The Quectel EM060K is set by default to MBIM mode. Tested by Shawn Chiou ok jsg@
2024-05-20.Bl -enum produces ordinal numbers, not cardinal numbers;Ingo Schwarze
patch from Jan Stary <hans at stare dot cz>. We are both confident that the practical consequences of this documentation bug are limited since you are not supposed to commit manual pages containing infinite numbers of list items in the first place (remember, OpenBSD's not GNU!) - but correctness is a virtue in documentation nonetheless.
2024-05-20Rewrite the description of the .Os macro to match reality.Ingo Schwarze
While BSD releases from the CSRG did indeed put "BSD" and an operating system version number on .Os macro lines, that practice was discontinued in OpenBSD 25 years ago because it causes maintenance effort without providing any benefit. Other operating systems tend to agree that .Os is usually best left blank. For example, FreeBSD weeded out .Os arguments about two years after OpenBSD.
2024-05-20pool_setlowat() may call pool_prime() and thus allocate memoryJeremie Courreges-Anglas
ok dlg@
2024-05-16Make daily(8) reporting services that are runningSolene Rapenne
but not enabled in rc.conf.local(8) wording by jmc@ ok schwarze@ florian@
2024-05-1640GB WRKOBJDIR is too tight if you end up with two chromium-based portsStuart Henderson
built on the same machine, suggest 50 min on archs with chromium and that 100 wouldn't be unreasonable
2024-05-16distfiles consume more like 100GB these days, so recommend 120GBTheo Buehler
2024-05-16add LUAJIT_ARCHSStuart Henderson
2024-05-15bump sizes a bit moreStuart Henderson
2024-05-15the approximate storage requirements for bulk builds with dpb were a bitStuart Henderson
on the low side; bump them
2024-05-15Add CH9102 support. Tested on the NodeMCU esp8266 v3 ch9102x board.Kevin Lo
ok deraadt@
2024-05-11sync the cpu(4) pages for i386/amd64:Jason McIntyre
- remove section headers. in a document little over one screenful in size, three section headers within DESCRIPTION seems greedy - mark up sysctl names - use the more general hw.sensors sysctl name to show cpu temp. the previously suggested hw.sensors.cpu*.temp0 is no longer universal
2024-05-09sync the SSL text; ok tbJason McIntyre
2024-05-09- drop ref to non-installed g++(1) pageJason McIntyre
- drop ref to clang that isn;t particularly helpful and only relevant to some platforms, as suggested by kettenis
2024-05-08avoid various repetitions in the descriptions of libcrypto and libsslTheo Buehler
with/ok jmc
2024-05-05start documenting ioctlsKlemens Nanni
2024-05-05Stop building with and documenting FFS_SOFTUPDATES.Jonathan Gray
Code that used it was removed in February.
2024-04-30appeard -> appeared;Jason McIntyre
2024-04-29Turn efi(4/arm64) into MI efi(4), sync with reality; OK kettenisKlemens Nanni
2024-04-25slightly tweak softraid(4) wording to make installboot(8) usage more obviousStefan Sperling
2024-04-17change docs for MODPY_PYBUILD=otherStuart Henderson
2024-04-15Sync with font module variable namespacing changes.Anthony J. Bentley
ok sthen@
2024-04-15hint that the tcp timeout values can be adjusted collectively viaJason McIntyre
"set optimization"; from jesper wallin ok bluhm
2024-04-15document tcp.tsdiff; from jesper wallinJason McIntyre
ok bluhm
2024-04-15add an EXAMPLES section with a simple config file, similar to the wirelessJason McIntyre
pages; started by a request from julian huhn, and adapted from a diff from gerhard; feedback claudio kevlo sthen gerhard ok kevlo
2024-04-14stop erroring if <file>.orig existsPeter Hessler
OK op@ rsadowski@ kn@
2024-04-14add maturin as MODPY_PYBUILD backendStuart Henderson
2024-04-12Add support for CH343 uart.Kevin Lo
The CH343 devices support any baud rate up to 6 Mbps. ok miod@