Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-09-20 | fix up the ip address config in the example config. | David Gwynne | |
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@ | |||
2024-09-17 | spelling | Jonathan Gray | |
2024-09-16 | Document ioctl(2) interface provided by psp(4) device. | Alexander Bluhm | |
from hshoexer@; OK mlarkin@ | |||
2024-09-15 | Document when vmd(8) VMs are stopped; OK mlarkin | Klemens Nanni | |
Useful to know in setups where pkg daemons and VMs depend on each other. | |||
2024-09-10 | libcrypto hasn't had VIA padlock support compiled in for quite some time... | Theo Buehler | |
prompted by a question by jmc | |||
2024-09-06 | Fix KUBSAN by adding invalid builtin detection, as needed by our current clang. | Moritz Buhl | |
ok anton@ | |||
2024-09-06 | Document float cast overflow detection. | Moritz Buhl | |
ok anton@ | |||
2024-09-05 | In ddb(4) print mbuf chain and packet list. | Alexander Bluhm | |
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@ | |||
2024-09-05 | retire this older version of forward(5) to the attic | Jason McIntyre | |
(whilst retaining the smtpd copy); ok op gilles | |||
2024-09-04 | list the other doc pspvar.h mentions, add publication numbers | Jonathan Gray | |
ok jmc@ | |||
2024-09-04 | correct .OBJDIR use; from Denis Bodor | Theo de Raadt | |
2024-09-04 | regen | Jonathan Gray | |
2024-09-04 | add psp(4) manual page | Jonathan Gray | |
ok jmc@ bluhm@ | |||
2024-09-04 | Update bsd.port.mk(5) DISTFILES* description - it no longer uses :0 to :9 | Stuart Henderson | |
to select different SITES, the mechanism changed to SITES.somename / DISTFILES.somename. | |||
2024-09-01 | For AMD SEV mention platform security processor in ccp(4) map page. | Alexander Bluhm | |
from hshoexer@; input jsg@; ok mlarkin@ | |||
2024-09-01 | Apls -> Alps | Jonathan Gray | |
2024-09-01 | equivalient -> equivalent | Jonathan Gray | |
2024-09-01 | dladdr(3) is in POSIX-2024, though the structure type was renamed | Philip Guenther | |
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@ | |||
2024-08-31 | grammar tweaks; counter tweaked by dlg | Jason McIntyre | |
2024-08-31 | rport(4) for p2p l3 connectivity between route domains. | David Gwynne | |
2024-08-31 | provide an example config for ikev1 with isakmpd and ipsecctl | David Gwynne | |
2024-08-30 | minor grammar fixes; | Jason McIntyre | |
2024-08-30 | a few people have bugged me for an example. hopefully this is enough. | David Gwynne | |
2024-08-30 | tweak the example to use veb instead of bridge. | David Gwynne | |
2024-08-30 | try and keep in line with language used in other manual pages. | David Gwynne | |
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. | |||
2024-08-30 | prefer "IPv4 and IPv6" over "IP[46]". | David Gwynne | |
2024-08-24 | Remove documentation for no longer existing or mostly unused allocators. | Martin Pieuchot | |
ok guenther@ | |||
2024-08-23 | Generate tabset files using a script. ok deraadt millert | Nicholas Marriott | |
2024-08-21 | Fix typo. | Marcus Glocker | |
ok deraadt@ | |||
2024-08-20 | another FXE -> FXe | Jonathan Gray | |
ok miod@ | |||
2024-08-19 | fix a spelling error found by Ceri Davis 18 years ago. | Theo de Raadt | |
2024-08-17 | Correct capitalization of FXe and use decimal version numbering for | Miod Vallat | |
rom features, to match what dmesg reports. | |||
2024-08-16 | telnet(1) is not a good example for logging in over the network. | Florian Obser | |
OK jmc, sthen, deraadt | |||
2024-08-15 | add BIOCSETFNR, which is like BIOCSETF but doesnt reset the buffer or stats. | David Gwynne | |
from Matthew Luckie <mjl@luckie.org.nz> via tech@ deraadt@ likes it. | |||
2024-08-15 | bsd.port.mk: typo dbp -> dpb | Theo Buehler | |
2024-08-15 | Document DWZ and fix a few mandoc lints | Theo Buehler | |
from espie | |||
2024-08-11 | Mention H6 & H616 chipsets. ok patrick@ | Darren Tucker | |
2024-08-11 | timeout_add_msec and timeout_add_usec take uint64_t now. | David Gwynne | |
2024-08-07 | crank to 7.6-beta, release date is vague | Theo de Raadt | |
2024-08-05 | restrict the maximum wait time you can set via BIOCSWTIMEOUT to 5 minutes. | David Gwynne | |
this is avoids passing excessively large values to timeout_add_nsec. Reported-by: syzbot+f650785d4f2b3fe28284@syzkaller.appspotmail.com | |||
2024-08-05 | timeout_add_nsec takes a uint64_t now. | David Gwynne | |
2024-08-04 | add intelpmc(4) entry; | Jason McIntyre | |
2024-08-04 | intelpmc(4) | Mark Kettenis | |
2024-08-01 | Add qcgpio at fdt. | Marcus Glocker | |
ok kettenis@ | |||
2024-07-31 | Add ufshci(4) at fdt support. | Marcus Glocker | |
This lets me boot the Samsung Galaxy Book4 Edge in DT mode with ufshci(4), based on a WIP DTB file. ok kettenis@ | |||
2024-07-29 | add SBZ | Patrick Wildt | |
2024-07-27 | Allow for another TEMPerHUM version. From Sebastiaan Indesteege. | Miod Vallat | |
2024-07-25 | mention MODPY_PYBUILD=pdm | Stuart Henderson | |
2024-07-18 | remove extra punctuation; from alexander arch | Jason McIntyre | |
2024-07-13 | Mention nvme(4) and gdt(4) as devices that register with bio(4). | Kenneth R Westerback | |
ok deraadt@ |