Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-07-13 | Mention nvme(4) and gdt(4) as devices that register with bio(4). | Kenneth R Westerback | |
ok deraadt@ | |||
2024-07-11 | Document new font module variables MODFONT_FONTFILES and MODFONT_FONTDIR. | Anthony J. Bentley | |
ok sthen@ | |||
2024-07-10 | correct some Broadcom adapter model numbers that I mistyped | Jonathan Matthew | |
from Bryan Vyhmeister | |||
2024-07-09 | mbuf.9: Add missing fields, fix order and spacing. | Jan Klemkow | |
fine by jmc@ sure mvs@ | |||
2024-07-09 | Document MODFONT_DOCDIR and MODFONT_DOCFILES. | Anthony J. Bentley | |
2024-07-09 | spelling | Jonathan Gray | |
2024-07-08 | add TSF | Omar Polo | |
2024-07-04 | Revert "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-30 | correct history; first mention of /etc/rc in init manual pages was v4 | Jonathan Gray | |
ok deraadt@ | |||
2024-06-30 | Add support for the Realtek RTL8126 chip to the rge(4) driver. | Kevin Lo | |
The RTL8126 is a PCIe to 5Gb Ethernet controller. | |||
2024-06-22 | delete ancient netbsd pcibios tweaking trash | Theo de Raadt | |
2024-06-20 | Update ruby-module.5 for default Ruby version switch to 3.3 | Jeremy Evans | |
2024-06-17 | Document the new argument .St -p1003.1-2024 introduced in st.c rev. 1.15 | Ingo Schwarze | |
and polish the description of .St -p1003.1-2008 a bit. OK job@ jmc@ | |||
2024-06-12 | Update | Mark Kettenis | |
2024-06-03 | add .mjs -> text/javascript. ok florian@ | Matthieu Herrb | |
2024-06-03 | correcly -> correctly | Jonathan Gray | |
2024-06-02 | add -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-30 | ssl(8): the history section hasn't aged well at all. zap it. | Theo Buehler | |
discussed with naddy and jmc ok naddy | |||
2024-05-29 | document qwx(4) caveats and known bugs | Stefan Sperling | |
2024-05-28 | document MODPY_COMPILEALL, MODPY_PYTEST_USERARGS | Stuart Henderson | |
2024-05-28 | use a more up to date example for a checksum example; | Jason McIntyre | |
example suggested by/ok djm | |||
2024-05-24 | capitalize the first word of the -S description | Omar Polo | |
2024-05-23 | Add 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-20 | Rewrite 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-20 | pool_setlowat() may call pool_prime() and thus allocate memory | Jeremie Courreges-Anglas | |
ok dlg@ | |||
2024-05-16 | Make daily(8) reporting services that are running | Solene Rapenne | |
but not enabled in rc.conf.local(8) wording by jmc@ ok schwarze@ florian@ | |||
2024-05-16 | 40GB WRKOBJDIR is too tight if you end up with two chromium-based ports | Stuart Henderson | |
built on the same machine, suggest 50 min on archs with chromium and that 100 wouldn't be unreasonable | |||
2024-05-16 | distfiles consume more like 100GB these days, so recommend 120GB | Theo Buehler | |
2024-05-16 | add LUAJIT_ARCHS | Stuart Henderson | |
2024-05-15 | bump sizes a bit more | Stuart Henderson | |
2024-05-15 | the approximate storage requirements for bulk builds with dpb were a bit | Stuart Henderson | |
on the low side; bump them | |||
2024-05-15 | Add CH9102 support. Tested on the NodeMCU esp8266 v3 ch9102x board. | Kevin Lo | |
ok deraadt@ | |||
2024-05-11 | sync 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-09 | sync the SSL text; ok tb | Jason McIntyre | |
2024-05-09 | - drop ref to non-installed g++(1) page | Jason McIntyre | |
- drop ref to clang that isn;t particularly helpful and only relevant to some platforms, as suggested by kettenis | |||
2024-05-08 | avoid various repetitions in the descriptions of libcrypto and libssl | Theo Buehler | |
with/ok jmc | |||
2024-05-05 | start documenting ioctls | Klemens Nanni | |
2024-05-05 | Stop building with and documenting FFS_SOFTUPDATES. | Jonathan Gray | |
Code that used it was removed in February. | |||
2024-04-30 | appeard -> appeared; | Jason McIntyre | |
2024-04-29 | Turn efi(4/arm64) into MI efi(4), sync with reality; OK kettenis | Klemens Nanni | |
2024-04-25 | slightly tweak softraid(4) wording to make installboot(8) usage more obvious | Stefan Sperling | |
2024-04-17 | change docs for MODPY_PYBUILD=other | Stuart Henderson | |
2024-04-15 | Sync with font module variable namespacing changes. | Anthony J. Bentley | |
ok sthen@ | |||
2024-04-15 | hint that the tcp timeout values can be adjusted collectively via | Jason McIntyre | |
"set optimization"; from jesper wallin ok bluhm | |||
2024-04-15 | document tcp.tsdiff; from jesper wallin | Jason McIntyre | |
ok bluhm | |||
2024-04-15 | add an EXAMPLES section with a simple config file, similar to the wireless | Jason 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-14 | stop erroring if <file>.orig exists | Peter Hessler | |
OK op@ rsadowski@ kn@ | |||
2024-04-14 | add maturin as MODPY_PYBUILD backend | Stuart Henderson | |
2024-04-12 | Add support for CH343 uart. | Kevin Lo | |
The CH343 devices support any baud rate up to 6 Mbps. ok miod@ |