summaryrefslogtreecommitdiff
path: root/share/man
AgeCommit message (Collapse)Author
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-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@
2022-02-18Avoid gendered language in man pages when not referring to a specificJonathan Gray
person. Rewrite or use singular they. ok thfr@ sthen@ daniel@ ian@ job@ kmos@ jcs@ ratchov@ phessler@ and others I'm likely missing on an earlier version. feedback tj@, feedback and ok jmc@
2022-02-18Add mpfgpio(4), a driver for the PolarFire SoC MSS GPIO controller.Visa Hankala
Feedback and OK kettenis@
2022-02-18prefer https links in man pagesJonathan Gray
ok gnezdo@ miod@ jmc@
2022-02-18remove squatted linkJonathan Gray
2022-02-18Hint: people who want to use ubsan can use the ubsan_minimal runtimeJeremie Courreges-Anglas
Input & ok gnezdo@
2022-02-17remove some dead/squatted linksJonathan Gray
2022-02-16sync the description for mviic(4);Jason McIntyre
2022-02-16Add mpfiic(4), a driver for the PolarFire SoC MSS I2C controller.Visa Hankala
OK kettenis@
2022-02-16hyphenate "8-byte";Jason McIntyre
2022-02-16document endpoint modeDavid Gwynne
2022-02-16take a quick run at updating the manpage for the rewritten driver.David Gwynne
2022-02-14Add the EM_RISCV value to match <sys/exec_elf.h>Kevin Lo
ok miod@
2022-02-11adjust bsd.port.mk(5) manual for change to login.conf.d file handlingStuart Henderson
2022-02-11space needed between arg and punctuation;Jason McIntyre
2022-02-11be more consistent in packing-list usageMarc Espie
remove a bunch of stuff that's redundant with update-plist(1) in the update-plist target description, but instead also points at SUBST_VARS for the default handling of substituted variables by update-plist.
2022-02-11describe LOGIN_CONF, help from espieStuart Henderson
2022-02-10introduce support for storing capability databases in /etc/login.conf.d;Robert Nagy
anytime a class is looked up, the /etc/login.conf.d/${class} file will be checked first for a matching class definition; this will allow us to easily add custom login classes from packages ok millert@
2022-02-09Add iic_is_compatible() for matching I2C devicesVisa Hankala
When using device trees, the ia_name field of struct i2c_attach_args points to the first string of the device node's "compatible" array. However, in many cases it would be preferable to use the last, most general "compatible" entry as a device matching criterion. Enable more flexible device matching by permitting ia_name to point to the raw "compatible" data which is a concatenation of NUL-terminated strings. I2C bus code will supply the data and set ia_name and ia_namelen. I2C device drivers will use iic_is_compatible() to check matches. This method is also backwards compatible with the old, direct use of ia_name. Prompted by a related patch from kettenis@. OK kettenis@
2022-02-06fix jobs and -j description: dpb uses hw.ncpuonline sinceop
ports/infrastructure/lib/DPB/Core/Init.pm revision 1.32 OK espie
2022-02-06remove please from manual pagesJonathan Gray
ok jmc@ sthen@ millert@
2022-02-03Delete unused/obsolete M_* type values.Philip Guenther
ok miod@ mpi@
2022-01-31add kstat_remove to NAME and CONTEXT; ok dlgJason McIntyre
2022-01-31+kstat_destroyDavid Gwynne
2022-01-27cad(4): Mention PolarFire SoC.Visa Hankala