Branch :
| Author | Commit | Date | CI | Message |
|---|---|---|---|---|
| 80a776f5 | 2024-10-28 19:48:37 | share/man/man5/python-module.5: document MODPY_TEST_LINK_SO | ||
| 812b3703 | 2024-10-14 07:05:23 | remove notes about unsupported modifiers; from nir lichtman confirmed by miod | ||
| 31e7574b | 2024-10-12 15:40:36 | remove blank line; | ||
| bcc95334 | 2024-10-09 07:25:35 | Appease mandoc -Tlint | ||
| 7b7a4ab2 | 2024-10-09 07:22:13 | Add .Xr to pkg_check-version(1) in packages-specs(7), as pkg_check-version(1) can be used to verify the ordering of package names. ok tb@ | ||
| 9060cf22 | 2024-10-07 07:35:40 | Add support for AX88772D. AX88772D is a USB 2.0 device. It is very similar to AX88179A overall. The most significant difference is that AX88179A supports 1000Mbps speeds while AX88772D does not. grammer fix from jmc@ ok miod@ | ||
| e1668dfc | 2024-10-06 10:24:52 | new opt-in PATCH_QUIET aka. patch(1) -s; OK tb | ||
| c08965e9 | 2024-10-05 13:27:16 | Make scaling available for normal mice, too; not just for touchpads. Add reverse_scrolling to the manpage. ok bru@ | ||
| 5703222b | 2024-10-02 17:08:47 | Update to 2024bgtz from https://github.com/JodaOrg/global-tz o Improve historical data for Mexico, Mongolia, and Portugal. o System V names are now obsolescent. o The main data form now uses %z. | ||
| 9119eb3a | 2024-09-26 06:10:34 | document that there are nvme sensors available and nudge the reader to sysctl; ok bmercer | ||
| 50483800 | 2024-09-23 20:38:49 | document SIOCSIFMTU; OK jmc | ||
| eee1a598 | 2024-09-23 20:37:42 | sync struct defintions from headers; OK jmc | ||
| 253c6226 | 2024-09-22 10:32:28 | For compatibility with groff, the .In macro has been callable and parsed since mandoc-1.7.24 = mdoc_macro.c rev. 1.11 (July 12, 2009). Match the documentation to the implementation. Patch from Evan Silberman <evan at jklol dot net>. | ||
| e239b102 | 2024-09-22 10:13:03 | Talk less about "Single UNIX" because it has a confusing numbering scheme. Instead, stick to the XPG/POSIX numbering scheme that has clearly won: earlier this year, POSIX Issue 8 has been released, and nobody calls it "Single UNIX version 5". The XPG/POSIX numbering scheme is also preferable because it can be used for the entire history leading up to the current POSIX standard (1988-2024), whereas the Single UNIX numbering scheme only works for the period from XPG4.2 to POSIX Issue 7 (1994-2008). This patch mostly changes (informational) paragraph headers and corrects two instances of the incorrect term "XPG version" to the correct term "XPG Issue". The (normative) .St argument definitions remain unchanged, and all supported .St arguments remain documented, including the deprecated arguments -susv1 to -susv4. No objections when shown on tech@ a few months ago. | ||
| 966d87ab | 2024-09-20 01:15:53 | fix up the ip address config in the example config. you're supposed to configure the IP addresses inside the tunnel, sec doesn't support configuration of the tunnel endpoint addresses because that's handled by SAs via ike config. hit by Luca Di Gregorio on misc@ | ||
| 6df4f92a | 2024-09-17 04:12:57 | spelling | ||
| 29c9965d | 2024-09-16 22:15:43 | Document ioctl(2) interface provided by psp(4) device. from hshoexer@; OK mlarkin@ | ||
| a24e0b21 | 2024-09-15 19:39:26 | Document when vmd(8) VMs are stopped; OK mlarkin Useful to know in setups where pkg daemons and VMs depend on each other. | ||
| d5500365 | 2024-09-10 17:01:09 | libcrypto hasn't had VIA padlock support compiled in for quite some time... prompted by a question by jmc | ||
| 202e2461 | 2024-09-06 13:31:59 | Fix KUBSAN by adding invalid builtin detection, as needed by our current clang. ok anton@ | ||
| b5ea53bd | 2024-09-06 13:30:59 | Document float cast overflow detection. ok anton@ | ||
| 64a93525 | 2024-09-05 08:52:27 | In ddb(4) print mbuf chain and packet list. For debugging hardware offloading, DMA requirements, bounce buffers, and performance optimizations, knowing the memory layout of mbuf content helps. Implement /c and /p modifiers in ddb show mbuf. It traverses the pointer m_next for mbuf chain or m_nextpkt for packet list. Show mbuf type, data offset, mbuf length, packet length, cluster size, and total number of elements, length and size. OK claudio@ mvs@ | ||
| 482df66e | 2024-09-05 06:30:52 | retire this older version of forward(5) to the attic (whilst retaining the smtpd copy); ok op gilles | ||
| 34e7b2c9 | 2024-09-04 14:24:10 | list the other doc pspvar.h mentions, add publication numbers ok jmc@ | ||
| a97288c8 | 2024-09-04 14:18:36 | correct .OBJDIR use; from Denis Bodor | ||
| c2d1b0f4 | 2024-09-04 13:45:25 | regen | ||
| d39370de | 2024-09-04 11:12:53 | add psp(4) manual page ok jmc@ bluhm@ | ||
| 20b23e34 | 2024-09-04 09:07:03 | Update bsd.port.mk(5) DISTFILES* description - it no longer uses :0 to :9 to select different SITES, the mechanism changed to SITES.somename / DISTFILES.somename. | ||
| a7dac64a | 2024-09-01 19:32:48 | For AMD SEV mention platform security processor in ccp(4) map page. from hshoexer@; input jsg@; ok mlarkin@ | ||
| d0575f73 | 2024-09-01 05:33:29 | Apls -> Alps | ||
| 2cb584e1 | 2024-09-01 05:20:25 | equivalient -> equivalent | ||
| f2ddd444 | 2024-09-01 04:27:45 | dladdr(3) is in POSIX-2024, though the structure type was renamed to match Solaris and _not_ match glibc/BSDs and no one caught it before publication. Provide the new name but keep providing the existing names under the same conditions as before. Update #include visibility and dlfcn(3) manpage and add restrict qualifiers. ok deraadt@ | ||
| dd674b1a | 2024-08-31 13:39:36 | grammar tweaks; counter tweaked by dlg | ||
| d201cf92 | 2024-08-31 04:21:45 | rport(4) for p2p l3 connectivity between route domains. | ||
| 8b96010d | 2024-08-31 00:51:29 | provide an example config for ikev1 with isakmpd and ipsecctl | ||
| 3d72d897 | 2024-08-30 20:08:05 | minor grammar fixes; | ||
| 9dd56fb9 | 2024-08-30 13:09:10 | a few people have bugged me for an example. hopefully this is enough. | ||
| 195e5c3f | 2024-08-30 09:39:07 | tweak the example to use veb instead of bridge. | ||
| a465f617 | 2024-08-30 08:37:59 | try and keep in line with language used in other manual pages. while i'm here, try and unbundle some of the configuration and concepts. etherip interfaces can work fine as point to point ethernet tunnels, they do not need to be configured as part of bridge(4) to work. ipsec can be configured to protect etherip traffic independently of whether it's part of a bridge too. | ||
| 7f181b57 | 2024-08-30 07:25:55 | prefer "IPv4 and IPv6" over "IP[46]". | ||
| ed8f5e8d | 2024-08-24 10:47:59 | Remove documentation for no longer existing or mostly unused allocators. ok guenther@ | ||
| f313ac3f | 2024-08-23 15:13:58 | Generate tabset files using a script. ok deraadt millert | ||
| 9e474a1d | 2024-08-21 19:39:09 | Fix typo. ok deraadt@ | ||
| 427c9215 | 2024-08-20 05:52:04 | another FXE -> FXe ok miod@ | ||
| b4bd39c7 | 2024-08-19 00:52:04 | fix a spelling error found by Ceri Davis 18 years ago. | ||
| 44853426 | 2024-08-17 08:41:25 | Correct capitalization of FXe and use decimal version numbering for rom features, to match what dmesg reports. | ||
| b7bdf16b | 2024-08-16 16:10:27 | telnet(1) is not a good example for logging in over the network. OK jmc, sthen, deraadt | ||
| e88074f0 | 2024-08-15 12:20:20 | add BIOCSETFNR, which is like BIOCSETF but doesnt reset the buffer or stats. from Matthew Luckie <mjl@luckie.org.nz> via tech@ deraadt@ likes it. | ||
| a414f7eb | 2024-08-15 09:46:39 | bsd.port.mk: typo dbp -> dpb | ||
| ee93b8d1 | 2024-08-15 09:29:12 | Document DWZ and fix a few mandoc lints from espie | ||
| 806304f1 | 2024-08-11 08:25:12 | Mention H6 & H616 chipsets. ok patrick@ | ||
| 49113fa8 | 2024-08-11 00:50:38 | timeout_add_msec and timeout_add_usec take uint64_t now. | ||
| 64c8f752 | 2024-08-07 15:59:24 | crank to 7.6-beta, release date is vague | ||
| 2293e682 | 2024-08-05 23:56:10 | restrict the maximum wait time you can set via BIOCSWTIMEOUT to 5 minutes. this is avoids passing excessively large values to timeout_add_nsec. Reported-by: syzbot+f650785d4f2b3fe28284@syzkaller.appspotmail.com | ||
| afebb9f9 | 2024-08-05 23:52:03 | timeout_add_nsec takes a uint64_t now. | ||
| fb33ed87 | 2024-08-04 16:31:02 | add intelpmc(4) entry; | ||
| 0daf8d66 | 2024-08-04 14:21:09 | intelpmc(4) | ||
| 22230ae7 | 2024-08-01 21:55:48 | Add qcgpio at fdt. ok kettenis@ | ||
| 9ae74e5e | 2024-07-31 10:07:33 | Add ufshci(4) at fdt support. This lets me boot the Samsung Galaxy Book4 Edge in DT mode with ufshci(4), based on a WIP DTB file. ok kettenis@ | ||
| c6848af6 | 2024-07-29 12:32:02 | add SBZ | ||
| 6bc6e70e | 2024-07-27 17:31:49 | Allow for another TEMPerHUM version. From Sebastiaan Indesteege. | ||
| 46bd5ef8 | 2024-07-25 15:36:56 | mention MODPY_PYBUILD=pdm | ||
| 056aa32b | 2024-07-18 05:44:46 | remove extra punctuation; from alexander arch | ||
| 35c8ab4c | 2024-07-13 15:28:42 | Mention nvme(4) and gdt(4) as devices that register with bio(4). ok deraadt@ | ||
| 49a76b29 | 2024-07-11 12:55:33 | Document new font module variables MODFONT_FONTFILES and MODFONT_FONTDIR. ok sthen@ | ||
| 9dcfde63 | 2024-07-10 07:56:21 | correct some Broadcom adapter model numbers that I mistyped from Bryan Vyhmeister | ||
| 7c53afb7 | 2024-07-09 18:56:54 | mbuf.9: Add missing fields, fix order and spacing. fine by jmc@ sure mvs@ | ||
| 5777b8e9 | 2024-07-09 13:05:15 | Document MODFONT_DOCDIR and MODFONT_DOCFILES. | ||
| ab67bade | 2024-07-09 03:21:47 | spelling | ||
| 394d4567 | 2024-07-08 14:15:33 | add TSF | ||
| ec5358ab | 2024-07-04 05:06:58 | Revert "Make daily(8) reporting services that are running" Stop daily(8) mails with false information on rogue services. OK florian@, solene@ | ||
| 449248e9 | 2024-06-30 23:57:31 | correct history; first mention of /etc/rc in init manual pages was v4 ok deraadt@ | ||
| 74263a62 | 2024-06-30 08:13:02 | Add support for the Realtek RTL8126 chip to the rge(4) driver. The RTL8126 is a PCIe to 5Gb Ethernet controller. | ||
| 124fc921 | 2024-06-22 12:38:32 | delete ancient netbsd pcibios tweaking trash | ||
| bd7efcc2 | 2024-06-20 22:43:16 | Update ruby-module.5 for default Ruby version switch to 3.3 | ||
| 3d24afab | 2024-06-17 15:35:33 | Document the new argument .St -p1003.1-2024 introduced in st.c rev. 1.15 and polish the description of .St -p1003.1-2008 a bit. OK job@ jmc@ | ||
| 0eb896d3 | 2024-06-12 09:08:43 | Update | ||
| 41e53f2a | 2024-06-03 20:08:12 | add .mjs -> text/javascript. ok florian@ | ||
| db62f96e | 2024-06-03 14:59:22 | correcly -> correctly | ||
| 896063e4 | 2024-06-02 15:40:38 | add -fret-clean option (amd64 and i386 only at first), defaulting to off. 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. | ||
| 3b20782c | 2024-05-30 14:06:23 | ssl(8): the history section hasn't aged well at all. zap it. discussed with naddy and jmc ok naddy | ||
| b64799ca | 2024-05-29 09:04:12 | document qwx(4) caveats and known bugs | ||
| 4d1706f2 | 2024-05-28 16:05:39 | document MODPY_COMPILEALL, MODPY_PYTEST_USERARGS | ||
| e2dfb192 | 2024-05-28 05:09:19 | use a more up to date example for a checksum example; example suggested by/ok djm | ||
| a5d4cb3d | 2024-05-24 11:52:45 | capitalize the first word of the -S description | ||
| a9c8241f | 2024-05-23 08:06:22 | Add support for Quectel EM060K. The Quectel EM060K is set by default to MBIM mode. Tested by Shawn Chiou ok jsg@ | ||
| 5a50f351 | 2024-05-20 18:40:53 | .Bl -enum produces ordinal numbers, not cardinal numbers; 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. | ||
| 4eeb9252 | 2024-05-20 18:12:23 | Rewrite the description of the .Os macro to match reality. 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. | ||
| 8bc9cbe5 | 2024-05-20 11:12:08 | pool_setlowat() may call pool_prime() and thus allocate memory ok dlg@ | ||
| 068b29ca | 2024-05-16 11:33:59 | Make daily(8) reporting services that are running but not enabled in rc.conf.local(8) wording by jmc@ ok schwarze@ florian@ | ||
| 32dd5bcd | 2024-05-16 10:31:55 | 40GB WRKOBJDIR is too tight if you end up with two chromium-based ports built on the same machine, suggest 50 min on archs with chromium and that 100 wouldn't be unreasonable | ||
| c4b9cce8 | 2024-05-16 10:14:22 | distfiles consume more like 100GB these days, so recommend 120GB | ||
| 6dccd2e2 | 2024-05-16 09:52:58 | add LUAJIT_ARCHS | ||
| f95e7123 | 2024-05-15 11:27:36 | bump sizes a bit more | ||
| 0fa86272 | 2024-05-15 11:06:14 | the approximate storage requirements for bulk builds with dpb were a bit on the low side; bump them | ||
| e990f8b2 | 2024-05-15 01:41:18 | Add CH9102 support. Tested on the NodeMCU esp8266 v3 ch9102x board. ok deraadt@ | ||
| 95218b4e | 2024-05-11 20:35:13 | sync the cpu(4) pages for i386/amd64: - 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 | ||
| f2395cb1 | 2024-05-09 17:57:36 | sync the SSL text; ok tb | ||
| c24bf1a9 | 2024-05-09 17:22:20 | - drop ref to non-installed g++(1) page - drop ref to clang that isn;t particularly helpful and only relevant to some platforms, as suggested by kettenis | ||
| 8fad29a3 | 2024-05-08 08:24:23 | avoid various repetitions in the descriptions of libcrypto and libssl with/ok jmc |