summaryrefslogtreecommitdiff
path: root/share
AgeCommit message (Collapse)Author
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@
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
2022-01-21document show-listMarc Espie
2022-01-19Mention more controllers that provide sdmmc(4) bus.Visa Hankala
Initial diff from and OK jmc@
2022-01-18Add cdsdhc(4), a driver for the Cadence SD/SDIO/eMMC host controller.Visa Hankala
Tested on a PolarFire SoC.
2022-01-16initialies -> initializesJonathan Gray
ok visa@
2022-01-16stoeplizt -> stoeplitzJonathan Gray
2022-01-14get the list of things in the full identifier right.David Gwynne
2022-01-13fix the -width argument;Jason McIntyre
2022-01-13Tedu support for the -xsh4.2 argument to the mdoc(7) .St macroIngo Schwarze
because all of the following hold: * It is an alias for a part of an ancient standard that is no longer important. * To refer to that old standard, -xpg4.2 is readily available and portable. * It is unused in OpenBSD, FreeBSD, and NetBSD. * Groff never supported it. I agreed with G. Branden Robinson that deleting this from mandoc is preferable to adding it to groff.
2022-01-12In one of the examples, the tbl(7) source code displayedIngo Schwarze
contains a backslash that needs to be escaped, and the missing escaping resulted in very misleading formatting. Documentation bug found due to a question from Ted Bullock <tbullock at comlore dot com>.
2022-01-10fix SEE ALSO;Jason McIntyre