summaryrefslogtreecommitdiff
path: root/share/man
AgeCommit message (Collapse)Author
2024-09-20fix 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-17spellingJonathan Gray
2024-09-16Document ioctl(2) interface provided by psp(4) device.Alexander Bluhm
from hshoexer@; OK mlarkin@
2024-09-15Document when vmd(8) VMs are stopped; OK mlarkinKlemens Nanni
Useful to know in setups where pkg daemons and VMs depend on each other.
2024-09-10libcrypto hasn't had VIA padlock support compiled in for quite some time...Theo Buehler
prompted by a question by jmc
2024-09-06Fix KUBSAN by adding invalid builtin detection, as needed by our current clang.Moritz Buhl
ok anton@
2024-09-06Document float cast overflow detection.Moritz Buhl
ok anton@
2024-09-05In 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-05retire this older version of forward(5) to the atticJason McIntyre
(whilst retaining the smtpd copy); ok op gilles
2024-09-04list the other doc pspvar.h mentions, add publication numbersJonathan Gray
ok jmc@
2024-09-04regenJonathan Gray
2024-09-04add psp(4) manual pageJonathan Gray
ok jmc@ bluhm@
2024-09-04Update bsd.port.mk(5) DISTFILES* description - it no longer uses :0 to :9Stuart Henderson
to select different SITES, the mechanism changed to SITES.somename / DISTFILES.somename.
2024-09-01For AMD SEV mention platform security processor in ccp(4) map page.Alexander Bluhm
from hshoexer@; input jsg@; ok mlarkin@
2024-09-01Apls -> AlpsJonathan Gray
2024-09-01equivalient -> equivalentJonathan Gray
2024-09-01dladdr(3) is in POSIX-2024, though the structure type was renamedPhilip 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-31grammar tweaks; counter tweaked by dlgJason McIntyre
2024-08-31rport(4) for p2p l3 connectivity between route domains.David Gwynne
2024-08-31provide an example config for ikev1 with isakmpd and ipsecctlDavid Gwynne
2024-08-30minor grammar fixes;Jason McIntyre
2024-08-30a few people have bugged me for an example. hopefully this is enough.David Gwynne
2024-08-30tweak the example to use veb instead of bridge.David Gwynne
2024-08-30try 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-30prefer "IPv4 and IPv6" over "IP[46]".David Gwynne
2024-08-24Remove documentation for no longer existing or mostly unused allocators.Martin Pieuchot
ok guenther@
2024-08-20another FXE -> FXeJonathan Gray
ok miod@
2024-08-17Correct capitalization of FXe and use decimal version numbering forMiod Vallat
rom features, to match what dmesg reports.
2024-08-16telnet(1) is not a good example for logging in over the network.Florian Obser
OK jmc, sthen, deraadt
2024-08-15add 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-15bsd.port.mk: typo dbp -> dpbTheo Buehler
2024-08-15Document DWZ and fix a few mandoc lintsTheo Buehler
from espie
2024-08-11Mention H6 & H616 chipsets. ok patrick@Darren Tucker
2024-08-11timeout_add_msec and timeout_add_usec take uint64_t now.David Gwynne
2024-08-05restrict 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-05timeout_add_nsec takes a uint64_t now.David Gwynne
2024-08-04add intelpmc(4) entry;Jason McIntyre
2024-08-04intelpmc(4)Mark Kettenis
2024-08-01Add qcgpio at fdt.Marcus Glocker
ok kettenis@
2024-07-31Add 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-27Allow for another TEMPerHUM version. From Sebastiaan Indesteege.Miod Vallat
2024-07-25mention MODPY_PYBUILD=pdmStuart Henderson
2024-07-18remove extra punctuation; from alexander archJason McIntyre
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-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@