Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-03-01 | Tweak SCSI section to clarify that SCSIDEBUG enables probing/attachment | Kenneth R Westerback | |
debug info, with any additional debug info being requested via SCSIDEBUG_* options. Pointed out by Scott Nicholas. | |||
2022-03-01 | add rtable capability to login.conf. | Ted Unangst | |
from Matthew Martin | |||
2022-02-24 | document the tunnel ioctls that vxlan supports. | David Gwynne | |
i need to add the bridge ioctls i copes with at some point. | |||
2022-02-24 | slight wording tweak | David Gwynne | |
2022-02-23 | better 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-22 | Since other exported commandnames were increased to 24 and graduated into | Theo 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-21 | USE_CCACHE does not add a dependency | Klemens Nanni | |
OK jca sthen | |||
2022-02-20 | dmameme -> dmamem | Jonathan Gray | |
2022-02-20 | i missed a word. | David Gwynne | |
some other tweaks for readability or brevity while here | |||
2022-02-20 | space required between macro argument and punctuation; | Jason McIntyre | |
2022-02-20 | aplcpu(4) | Mark Kettenis | |
2022-02-20 | move to 7.1-beta | Theo de Raadt | |
2022-02-20 | audo -> audio | Jonathan Gray | |
2022-02-20 | John P. Wittkowski -> John P. Wittkoski | Jonathan Gray | |
matches adb.c and adb(4) | |||
2022-02-20 | Wildire -> Wildfire | Jonathan Gray | |
2022-02-19 | don't refer to disks as daughter devices | Jonathan Gray | |
ok jmc@ | |||
2022-02-18 | Avoid gendered language in man pages when not referring to a specific | Jonathan 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-18 | Add mpfgpio(4), a driver for the PolarFire SoC MSS GPIO controller. | Visa Hankala | |
Feedback and OK kettenis@ | |||
2022-02-18 | prefer https links in man pages | Jonathan Gray | |
ok gnezdo@ miod@ jmc@ | |||
2022-02-18 | remove squatted link | Jonathan Gray | |
2022-02-18 | Hint: people who want to use ubsan can use the ubsan_minimal runtime | Jeremie Courreges-Anglas | |
Input & ok gnezdo@ | |||
2022-02-17 | remove some dead/squatted links | Jonathan Gray | |
2022-02-16 | sync the description for mviic(4); | Jason McIntyre | |
2022-02-16 | Add mpfiic(4), a driver for the PolarFire SoC MSS I2C controller. | Visa Hankala | |
OK kettenis@ | |||
2022-02-16 | hyphenate "8-byte"; | Jason McIntyre | |
2022-02-16 | document endpoint mode | David Gwynne | |
2022-02-16 | take a quick run at updating the manpage for the rewritten driver. | David Gwynne | |
2022-02-14 | Add the EM_RISCV value to match <sys/exec_elf.h> | Kevin Lo | |
ok miod@ | |||
2022-02-11 | adjust bsd.port.mk(5) manual for change to login.conf.d file handling | Stuart Henderson | |
2022-02-11 | space needed between arg and punctuation; | Jason McIntyre | |
2022-02-11 | be more consistent in packing-list usage | Marc 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-11 | describe LOGIN_CONF, help from espie | Stuart Henderson | |
2022-02-10 | introduce 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-09 | Add iic_is_compatible() for matching I2C devices | Visa 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-06 | fix jobs and -j description: dpb uses hw.ncpuonline since | op | |
ports/infrastructure/lib/DPB/Core/Init.pm revision 1.32 OK espie | |||
2022-02-06 | remove please from manual pages | Jonathan Gray | |
ok jmc@ sthen@ millert@ | |||
2022-02-03 | Delete unused/obsolete M_* type values. | Philip Guenther | |
ok miod@ mpi@ | |||
2022-01-31 | add kstat_remove to NAME and CONTEXT; ok dlg | Jason McIntyre | |
2022-01-31 | +kstat_destroy | David Gwynne | |
2022-01-27 | cad(4): Mention PolarFire SoC. | Visa Hankala | |
2022-01-21 | document show-list | Marc Espie | |
2022-01-19 | Mention more controllers that provide sdmmc(4) bus. | Visa Hankala | |
Initial diff from and OK jmc@ | |||
2022-01-18 | Add cdsdhc(4), a driver for the Cadence SD/SDIO/eMMC host controller. | Visa Hankala | |
Tested on a PolarFire SoC. | |||
2022-01-16 | initialies -> initializes | Jonathan Gray | |
ok visa@ | |||
2022-01-16 | stoeplizt -> stoeplitz | Jonathan Gray | |
2022-01-14 | get the list of things in the full identifier right. | David Gwynne | |
2022-01-13 | fix the -width argument; | Jason McIntyre | |
2022-01-13 | Tedu support for the -xsh4.2 argument to the mdoc(7) .St macro | Ingo 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-12 | In one of the examples, the tbl(7) source code displayed | Ingo 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-10 | fix SEE ALSO; | Jason McIntyre | |