summaryrefslogtreecommitdiff
path: root/share
AgeCommit message (Collapse)Author
5 daysdescribe the endianness of tun_hdrDavid Gwynne
5 daysminor grammar/macro fixes;Jason McIntyre
5 daystry documenting tun_hdrDavid Gwynne
5 daysmake a first pass at documenting the network offload support.David Gwynne
the ioctls are here, the offload header is next.
7 dayscompatibiliy -> compatibilityJonathan Gray
9 daysmerge tap(4) into tun(4). it's the one driver providing both interfaces.David Gwynne
ok and tweaks from claudio@ and jmc@
9 dayspowerpc/pci/pci_machdep.h moved to machine/pci_machdep.h in 2013Jonathan Gray
11 daysoffset the display for the hexadecimal set by one blank space toJason McIntyre
preserve alignment with other sets; diff from chohag at jtan com, but i chose to indent by first column rather than second;
13 daysThe 'flags' parameter has been removed from falloc(9) in 2018.Matthieu Herrb
ok miod@
2024-11-07drop "Civil" from NQY; while RAF still have some presence at the siteStuart Henderson
they sold the runway to Cornwall County Council in 2008, there's no separate military airbase. (Existence verified by me when it was RAF St Mawgan).
2024-11-06I have flown into and from Trondheim, TRD.Sebastian Benoit
2024-11-06Add a few missing airports that I have visited.volker
2024-11-05Remove old reference to VMM_MPROTECT_EPT ioctlMike Larkin
This was removed a while back and the manpage wasn't updated. Pointed out by David Bonnafous, thanks.
2024-11-05remove unused M_MAXCOMPRESS MCLOFSET; ok claudio@ miod@Jonathan Gray
2024-11-05Belatedly add a very crude manual page to acpicmos(4).Miod Vallat
2024-11-03do not uppercase "virtual function";Jason McIntyre
ok jmatthew, who spotted that similar changes needed for iavf (and its entry in pci.4)
2024-11-03add entry for ixv(4);Jason McIntyre
2024-11-02add Xr to self for ix and ixv;Jason McIntyre
2024-11-02sort sections (BUGS goes last) and use some Ox/An in AUTHORS;Jason McIntyre
2024-11-02Add ixv(4), a driver for virtual functions of Intel 82598EB, 82559,YASUOKA Masahiko
and X540. The driver was originally written by Intel and released as ixv driver version 1.5.32 and ported to OpenBSD by Yuichiro NAITO, naito.yuichiro at gmail.com. tested by henson at acm.org and many others. ok jmatthew
2024-10-28share/man/man5/python-module.5: document MODPY_TEST_LINK_SOkirill
2024-10-14remove notes about unsupported modifiers; from nir lichtmanJason McIntyre
confirmed by miod
2024-10-12remove blank line;Jason McIntyre
2024-10-09Appease mandoc -TlintTheo Buehler
2024-10-09Add .Xr to pkg_check-version(1) in packages-specs(7), as pkg_check-version(1)Sebastien Marie
can be used to verify the ordering of package names. ok tb@
2024-10-07Add support for AX88772D.Kevin Lo
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@
2024-10-06new opt-in PATCH_QUIET aka. patch(1) -s; OK tbKlemens Nanni
2024-10-05Make scaling available for normal mice, too; not just for touchpads.Christopher Zimmermann
Add reverse_scrolling to the manpage. ok bru@
2024-10-02Update to 2024bgtz from https://github.com/JodaOrg/global-tzTodd C. Miller
o Improve historical data for Mexico, Mongolia, and Portugal. o System V names are now obsolescent. o The main data form now uses %z.
2024-09-26document that there are nvme sensors available and nudge the reader to sysctl;Jason McIntyre
ok bmercer
2024-09-23document SIOCSIFMTU; OK jmcKlemens Nanni
2024-09-23sync struct defintions from headers; OK jmcKlemens Nanni
2024-09-22For compatibility with groff, the .In macro has been callable and parsedIngo Schwarze
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>.
2024-09-22Talk less about "Single UNIX" because it has a confusing numberingIngo Schwarze
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.
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-04correct .OBJDIR use; from Denis BodorTheo de Raadt
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