Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-03-14 | update iwx(4) man page CAVEATS section in light of 11ac support | Stefan Sperling | |
2022-03-14 | minor lint fixes | Stuart Henderson | |
2022-03-14 | document changes to MODPERL_REGEN_PPPORT | Stuart Henderson | |
2022-03-13 | Document membar_enter_after_atomic and membar_exit_before_atomic. | Alexander Bluhm | |
OK kettenis@ | |||
2022-03-12 | document MODPERL_REGEN_PPPORT | Stuart Henderson | |
2022-03-11 | Fix formatting of cond_signal(). | Visa Hankala | |
2022-03-11 | remove reference to gcu(4) which is only used by em(4) on Intel EP80579 | Jonathan Gray | |
2022-03-11 | Fix wxneeded elf section name, use markup | Klemens Nanni | |
OK espie | |||
2022-03-10 | Forgot makefile for atomic_load_int.9 in previous commit. | Alexander Bluhm | |
2022-03-10 | Provide atomic load and store functions for int and long. FreeBSD | Alexander 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-09 | Idenfitier -> Identifier | Jonathan Gray | |
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 | 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 | |