summaryrefslogtreecommitdiff
path: root/share
AgeCommit message (Collapse)Author
2022-04-19document the actual problems that pkg_check-version can diagnoseMarc Espie
2022-04-19document the bits of the kstat struct that providers work with.David Gwynne
the kstat api is a small part of implementing a kstat, most of it depends on how you set up the kstat struct.
2022-04-19remove a comment saying we might want kstat_remove.David Gwynne
we did want it, so it's there and documented.
2022-04-16update list of firmware files used by iwx(4)Stefan Sperling
2022-04-16ssh-keygen's -G/-T have been replaced with -M generate/screen.Darren Tucker
2022-04-13we're not 2000 anymore, direct the user to using binary packages, the portsMarc Espie
tree should be about on par with release(8) okay schwarze@, sthen@
2022-04-12Make this more readable.Antoine Jacoutot
Document gi-docgen which is coming to gnome.port.mk soon.
2022-03-31missing full stop;Jason McIntyre
2022-03-31man pages: fix some typos found while looking for other issuesChristian Weisgerber
2022-03-31man pages: add missing commas between subordinate and main clausesChristian Weisgerber
jmc@ dislikes a comma before "then" in a conditional, so leave those untouched. ok jmc@
2022-03-30Mention constification of *_hw_if (files forgotten during constificationMiod Vallat
commit)
2022-03-29man pages: add missing word, The foo() ... -> The foo() function ...Christian Weisgerber
ok jmc@ schwarze@
2022-03-29man pages: add missing commas in enumerationsChristian Weisgerber
2022-03-28Fix misspelled NM town names, from personal knowledge, checked against USPS.Anthony J. Bentley
2022-03-28jason tubnor points out that vxlan talking multicast needs a parent iface.David Gwynne
2022-03-26typo: currents -> currentTheo Buehler
2022-03-21Display the supported media list in a similar way to the other drivers,Miod Vallat
without angle brackets. ok jmc@
2022-03-19remove unused Pp;Jason McIntyre
2022-03-19Remove the paragraph about 802.11ac from CAVEATS in the iwm(4) man page.Stefan Sperling
2022-03-18add crossrefs to the other port module documentation to port-modules(5)Stuart Henderson
(cabal/cargo/gnome/go/python/qmake-module; ruby-module is already listed)
2022-03-17Update to tzdata2022a from www.iana.org. Major changes:Todd C. Miller
o Palestine will spring forward on 2022-03-27, not -03-26.
2022-03-16Add refcnt_shared() and refcnt_read()Visa Hankala
refcnt_shared() checks whether the object has multiple references. When refcnt_shared() returns zero, the caller is the only reference holder. refcnt_read() returns a snapshot of the counter value. refcnt_shared() suggested by dlg@. OK dlg@ mvs@
2022-03-15document noconfigurejunk, assuming it works as expectedMarc Espie
2022-03-14update iwx(4) man page CAVEATS section in light of 11ac supportStefan Sperling
2022-03-14minor lint fixesStuart Henderson
2022-03-14document changes to MODPERL_REGEN_PPPORTStuart Henderson
2022-03-13Document membar_enter_after_atomic and membar_exit_before_atomic.Alexander Bluhm
OK kettenis@
2022-03-12document MODPERL_REGEN_PPPORTStuart Henderson
2022-03-11Fix formatting of cond_signal().Visa Hankala
2022-03-11remove reference to gcu(4) which is only used by em(4) on Intel EP80579Jonathan Gray
2022-03-11Fix wxneeded elf section name, use markupKlemens Nanni
OK espie
2022-03-10Forgot makefile for atomic_load_int.9 in previous commit.Alexander Bluhm
2022-03-10Provide atomic load and store functions for int and long. FreeBSDAlexander Bluhm
also uses these names. This implements a complete interface for atomic operations, such functions can be used for every access. They provide compiler barriers, but no CPU memory barriers. This is consistent with our other atomic operations. OK mvs@ visa@
2022-03-09Idenfitier -> IdentifierJonathan Gray
2022-03-01Tweak SCSI section to clarify that SCSIDEBUG enables probing/attachmentKenneth R Westerback
debug info, with any additional debug info being requested via SCSIDEBUG_* options. Pointed out by Scott Nicholas.
2022-03-01add rtable capability to login.conf.Ted Unangst
from Matthew Martin
2022-02-24document the tunnel ioctls that vxlan supports.David Gwynne
i need to add the bridge ioctls i copes with at some point.
2022-02-24slight wording tweakDavid Gwynne
2022-02-23better help for getting addresses for dgrams received with divert-to.David Gwynne
getsockname is for connected sockets, not all sockets. dgrams need to use some setsockopt stuff and cmsgs to get packet info like that. suggested by K R on bugs@
2022-02-22Since other exported commandnames were increased to 24 and graduated intoTheo de Raadt
proper strings, adapt struct acct's ac_comm similarily. While here increase ac_mem to 32-bits, increase ac_flag from 8 to 32 bits for future extensions, add ac_pid for forensics, and reorder the structure to avoid compiler pads. More work remains in the sa(8) command to use ac_pid better. This is a flag day for the acct file format, new/old files/tools are incompatible. ok bluhm millert
2022-02-21USE_CCACHE does not add a dependencyKlemens Nanni
OK jca sthen
2022-02-20dmameme -> dmamemJonathan Gray
2022-02-20i missed a word.David Gwynne
some other tweaks for readability or brevity while here
2022-02-20space required between macro argument and punctuation;Jason McIntyre
2022-02-20aplcpu(4)Mark Kettenis
2022-02-20move to 7.1-betaTheo de Raadt
2022-02-20audo -> audioJonathan Gray
2022-02-20John P. Wittkowski -> John P. WittkoskiJonathan Gray
matches adb.c and adb(4)
2022-02-20Wildire -> WildfireJonathan Gray
2022-02-19don't refer to disks as daughter devicesJonathan Gray
ok jmc@