aboutsummaryrefslogtreecommitdiff
path: root/share/man/man4
Commit message (Collapse)AuthorAgeFilesLines
* pf.4: Bump .DdZhenlei Huang13 hours1-1/+1
| | | | | | | | Missed in c531c1d1462c (pf: Convert PF_DEFAULT_TO_DROP into a vnet loader tunable 'net.pf.default_to_drop') . MFC after: 10 days MFC with: c531c1d1462c
* pf: Convert PF_DEFAULT_TO_DROP into a vnet loader tunable ↵Zhenlei Huang4 days1-0/+4
| | | | | | | | | | | | | | | | | | 'net.pf.default_to_drop' 7f7ef494f11d introduced a compile time option PF_DEFAULT_TO_DROP to make the pf(4) default rule to drop. While this change exposes a vnet loader tunable 'net.pf.default_to_drop' so that users can change the default rule without re-compiling the pf(4) module. This change is similiar to that for IPFW [1]. 1. 5f17ebf94db5 Convert IPFW_DEFAULT_TO_ACCEPT into a loader tunable 'net.inet.ip.fw.default_to_accept' Reviewed by: #network, kp MFC after: 2 weeks Relnotes: yes Differential Revision: https://reviews.freebsd.org/D39866
* iwlwifi: Update iwlwifi.4 and iwlwififw.4 device listBjoern A. Zeeb5 days2-563/+445
| | | | | | | | | | | | | | | Update the man pages for iwlwifi.4 and iwlwififw.4 to list the current state of devices supported and which firmware they need. The list is automatically generated based on a sysctl added to the iwlwifi driver (so this is the driver's view). The reader should not be surprised by the larger number of any/any/any/any entries for PCI vendor and devices in the firmware table for which other matching logic happens. The reader should also not be confused about "TBD" (to be done) entries for chipsets which the driver already supports but have no (public) product yet. Sponsored by: The FreeBSD Foundation MFC after: 3 days
* cam(4): Remove redundant wordsTom Hukins9 days1-2/+2
| | | | | Reviewed by: imp Pull Request: https://github.com/freebsd/freebsd-src/pull/843
* cam(4): Fix device hints documentationTom Hukins9 days1-4/+4
| | | | | | | | | The code in sys/cam/cam_periph.c that calls resource_int_value(9) looks for "lun" not "unit". PR: 212155 Reviewed by: imp Pull Request: https://github.com/freebsd/freebsd-src/pull/843
* correct FreeBSD releaseWolfram Schneider12 days1-1/+1
| | | | PR: 273690
* correct FreeBSD releaseWolfram Schneider12 days2-2/+2
| | | | PR: 273690
* tslog.4: fix typoPiotr Pawel Stefaniak14 days1-1/+1
|
* no trailing dot (".") for FreeBSD releasesWolfram Schneider2023-09-1212-12/+12
| | | | PR: 273690
* udl.4: note that "device videomode" is also requiredArchimedes Gaviola2023-09-091-2/+3
| | | | Reviewed by: emaste
* syscons: refer to it as the legacy consoleEd Maste2023-09-071-1/+1
| | | | | | | | | | vt(4) is the default console, and although there is no firm deprecation plan for syscons(4) yet it it is not actively maintained and is not compatible with contemporary systems (i.e., those booting via UEFI). Reviewed by: manu MFC after: 3 days Sponsored by: The FreeBSD Foundation
* qat: Intel 4xxx Series driver API extensionPiotr Kasierski2023-09-061-2/+2
| | | | | | | | | | | | | | | | | This commit introduces: - Quick Assist API update for partial decompress and zero padding. - Refactor of UIO locking. - VF driver hotplug fix. - Minor code style fixes for firmware API. Patch co-authored by: Krzysztof Zdziarski <krzysztofx.zdziarski@intel.com> Patch co-authored by: Michal Gulbicki <michalx.gulbicki@intel.com> Patch co-authored by: Piotr Kasierski <piotrx.kasierski@intel.com> Patch co-authored by: Karol Grzadziel <karolx.grzadziel@intel.com> Sponsored by: Intel Corporation MFC after: 1 week Differential Revision: https://reviews.freebsd.org/D41613
* rtw88: temporary disconnect from buildBjoern A. Zeeb2023-09-051-2/+4
| | | | | | | | | | | As announced on freebsd-wireless [1] disconnect rtw88 from the build. Add a note to the man page about the current state but leave the man page in place for now as this is supposed to be temporary. [1] https://lists.freebsd.org/archives/freebsd-wireless/2023-September/001377.html MFC after: 20 days X-MFC: will see about 14/13
* rtw88/rtw89: remove local firmware.Bjoern A. Zeeb2023-09-053-60/+16
| | | | | | | | | Remove firmware from src/ in favor of the ports/packages and fwget(8). This will allow us to shrink the size of src (and installed modules). Update the rtw88 man page to reflect the change. MFC after: 20 days X-MFC: will see about 14/13
* pf: Remove DIOCCLRSTATES and DIOCKILLSTATESKristof Provost2023-08-291-20/+25
| | | | | | | | | These now have nvlist based alternatives, so remove them. Reviewed by: mjg, Pau Amma <pauamma@gundo.com> (man page) MFC after: never Sponsored by: Rubicon Communications, LLC ("Netgate") Differential Revision: https://reviews.freebsd.org/D30056
* smartpqi: Use today's dateWarner Losh2023-08-241-2/+1
| | | | | We don't have any other man pages that uses $Mdocdate$ so just inline today's date and remove $Id$ while I'm here.
* smartpqi: update to version 4410.0.2005John Hall2023-08-241-33/+26
| | | | | | | | This updates the smartpqi driver to Microsemi's latest code. This will be the driver for FreeBSD 14 (with updates), but no MFC is planned. Reviewed by: imp Differential Revision: https://reviews.freebsd.org/D41550
* Add atopcase, the Apple HID over SPI input driverVal Packett2023-08-202-0/+136
| | | | | | | | | | | | | | | | The driver provides support for Human Interface Devices (HID) on Serial Peripheral Interface (SPI) buses on Apple Intel Macs produced in 2015-2018. The driver appears to work more stable after installation of Darwin OSI in acpi(4) driver. To install Darwin OSI insert following lines into /boot/loader.conf: hw.acpi.install_interface="Darwin" hw.acpi.remove_interface="Windows 2009, Windows 2012" Reviewed by: wulf Differential revision: https://reviews.freebsd.org/D39863
* Use 115200 bps by default for serial communicationEd Maste2023-08-171-1/+1
| | | | | | | | | | | | | 9600 was a standard baud rate decades ago, but 115200 is now more common so choose defaults that are useful to the largest number of users. Note that boot0sio does not support rates above 9600 so it remains unchanged. Reviewed by: bz, imp, manu Relnotes: Yes Sponsored by: The FreeBSD Foundation Differential Revision: https://reviews.freebsd.org/D36295
* Remove my middle name.Dag-Erling Smørgrav2023-08-174-4/+4
|
* Add a virtio-gpu 2D driverAndrew Turner2023-08-173-0/+60
| | | | | | | | | | | | Add a driver to connect vt to the VirtIO GPU device in 2D mode. This provides a output on the display when a qemu virtio gpu device is added, e.g. with -device virtio-gpu-pci. Tested on qemu using UTM, and a Hetzner arm64 VM instance. Reviewed by: bryanv (earlier version) Sponsored by: Arm Ltd Differential Revision: https://reviews.freebsd.org/D40094
* Remove $FreeBSD$: one-line nroff patternWarner Losh2023-08-1661-61/+0
| | | | Remove /^\.\\"\s*\$FreeBSD\$$\n/
* Remove $FreeBSD$: two-line nroff patternWarner Losh2023-08-16658-1316/+0
| | | | Remove /^\.\\"\n\.\\"\s*\$FreeBSD\$$\n/
* Remove $FreeBSD$: one-line sh patternWarner Losh2023-08-169-9/+0
| | | | Remove /^\s*#[#!]?\s*\$FreeBSD\$.*$\n/
* ixl.4: update link to intel-nvmupdate portsAlan Somers2023-08-101-2/+5
| | | | | | | MFC after: 2 weeks Sponsored by: Axcient Reviewed by: pkubaj Differential Revision: https://reviews.freebsd.org/D41288
* arswitch(4): Remove support for AR{7240,9340} found in MIPS SoCs onlyMarius Strobl2023-08-091-6/+2
| | | | | | | | With the general removal of MIPS support there's no longer a need to support these integrated switches. Approved by: adrian Differential Revision: https://reviews.freebsd.org/D41394
* ath(4): Remove MIPS SoC build glue and AR9130 from FreeBSD HALMarius Strobl2023-08-091-3/+2
| | | | | | | | | | | | All of these are obsoleted by the general removal of MIPS support. Actually, corresponding to the removed AH_SUPPORT_x, there is more superfluous support sprinkled across the HAL source. However, that code is left in place for now in order to ease a sync to NetBSD. Reviewed by: emaste (w/ man page fix) Approved by: adrian Differential Revision: https://reviews.freebsd.org/D41355
* man4: Remove stale MLINK to ath_pci.4Marius Strobl2023-08-091-1/+0
| | | | | Reported by: Jose Luis Duran Fixes: 37c8ee8847fa ath(4): Remove MIPS AHB frontend and join PCI one w/ main support again
* ath(4): Remove MIPS AHB frontend and join PCI one w/ main support againMarius Strobl2023-08-084-135/+1
| | | | | | | | | | | | | | | | Following the removal of general MIPS support, there's no longer a need to have the AHB bus-frontend in place, which according to Linux sources also isn't used with any non-MIPS SoCs. For simplicity, PCI bus support is only made conditional on the main one again, i. e. device ath_pci is removed, and built into the main module, i. e. if_ath_pci.ko obsoleted, respectively. Effectively, this reverts the following commits and associated changes: dba9c8597747c6c9bf3d2ec68f7eb90552878dc7 e849bb3ecbb1963344a22ae77fc96f89fbebf40c Approved by: adrian Relnotes: yes Differential Revision: https://reviews.freebsd.org/D41354
* hidraw(4): Implement HIDRAW_GET_DEVICEINFO ioctlVladimir Kondratyev2023-08-061-1/+4
| | | | | | | | | | | | In commit c77bfaa75051 uhid(4) gained support for ioctl from USB_GET_DEVICEINFO. This is used in libraries like libfido2 to retrieve information about a device. This commit adds binary compatible version to hidraw(4). PR: 264843 MFC after: 1 month Requested by: grembo
* hidraw(4): Fix ioctl names in man page.Vladimir Kondratyev2023-08-061-5/+5
|
* em(4): remove reference to CNViKevin Bowling2023-08-031-4/+3
| | | | I misread the newer PCH datasheet, these are still refered to as PCH.
* em(4): correct a typoKevin Bowling2023-08-031-1/+1
|
* em(4): Update and expand on hardware supportKevin Bowling2023-08-031-7/+23
|
* em(4): add link to lem(4)Kevin Bowling2023-08-031-1/+3
|
* filemon(4): Better error checking in code examplePau Amma2023-08-011-4/+11
| | | | | | Discussed with: dim Reviewed by: markj Differential Revision: https://reviews.freebsd.org/D38367
* base: Remove support for the VTOC8 partitioning schemeMarius Strobl2023-07-261-4/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | The removal of the sparc64 support in February 2020 obsoleted the VTOC8 partitioning scheme as no other FreeBSD platform makes use of it. Moreover, the code is bitrotting as nothing defines e. g. LOADER_VTOC8_SUPPORT any more and, thus, should go now, too. With this change, the following commits are reverted as far as VTOC8 is concerned and parts haven't already previously been deleted along with prior sparc64 removals: 094fcb157d4c98211899cf09d06e2cf19149b7e0 a7d366e9589c95feda6f3bc78c59c6355d51f126 ba8d50d08b9df4e8213f9a6997ff6792ecebcd9b The alignment example d9711c28efc4ec89ba5ea11f8fd63e9d0a7fc81b added to the VTOC8 section of gpart.8 is folded into the MBR one. This should finally conclude the deorbit of sparc64-specific bits. We had joy, we had fun we ran Unix on a Sun. But that source and the song of FreeBSD have all gone. Credits to Michael Bueker for the original "Unix on a Sun" and Rod McKuen for the "Seasons in the Sun" lyrics.
* mac_ipacl: new MAC policy module to limit jail/vnet IP configurationShivank Garg2023-07-263-1/+170
| | | | | | | | | | | | | The mac_ipacl policy module enables fine-grained control over IP address configuration within VNET jails from the base system. It allows the root user to define rules governing IP addresses for jails and their interfaces using the sysctl interface. Requested by: multiple Sponsored by: Google, Inc. (GSoC 2019) MFC after: 2 months Reviewed by: bz, dch (both earlier versions) Differential Revision: https://reviews.freebsd.org/D20967
* pf: fix error descriptions in the man pageKristof Provost2023-07-121-5/+11
| | | | | | PR: 272459 Submitted by: alex@inferiorhumanorgans.com MFC after: 1 week
* pf: fix pfi_kif definition in the man pageKristof Provost2023-07-121-9/+7
| | | | | | PR: 272455 Submitted by: alex@inferiorhumanorgans.com MFC after: 1 week
* hwpmc(4): update DEBUGGING section detailsMitchell Horne2023-07-091-17/+51
| | | | | | | | | | | | | The examples I wrote previously do not work. We parse the flags using explicit names, not the shortened flag suffix. Fix the list of major flags, and add a compact list of minor flags. Fix the examples, and tweak some wording for clarity. Reviewed by: jkoshy, emaste MFC after: 1 week Sponsored by: The FreeBSD Foundation Fixes: 5fc97cc32553 ("hwpmc(4): document debugging options") Differential Revision: https://reviews.freebsd.org/D40913
* superio.4: mdoc cleanupChristian Brueffer2023-07-091-3/+3
|
* ath10k.4: mdoc cleanupChristian Brueffer2023-07-091-3/+2
|
* hwpmc(4): instead of manual edition, use sysrc(8)Graham Perrin2023-07-081-6/+4
| | | | | | | | | | | | | Exemplifying safe use of sysrc(8) has become commonplace in documentation such as the FreeBSD Handbook. Encourage its use. Consistency: 'the driver' (not 'this driver'). Co-authored-by: Mina Galić <me+github@igalic.co> Reviewed-by: imp, Mina Galić <me+github@igalic.co> Approved by: imp MFC after: 3 days Pull-request: https://github.com/freebsd/freebsd-src/pull/785
* ispfw(4): Reword to be more specificJoerg Pulz2023-07-071-1/+2
| | | | | | | | | Make clear what "included" means, as suggested by imp@ PR: 271062 Reviewed by: imp, mav Sponsored by: Technical University of Munich Pull Request: https://github.com/freebsd/freebsd-src/pull/726
* ispfw(4): Add BUGS section with note about bundled firmwareJoerg Pulz2023-07-071-1/+3
| | | | | | | | | | | Note that only firmware for 24xx and 25xx based HBAs is bundled with ispfw(4). Those get the bundled firmware loaded into the HBAs memory and executed. All other HBAs will use the firmware from flash. PR: 271062 Reviewed by: imp, mav Sponsored by: Technical University of Munich Pull Request: https://github.com/freebsd/freebsd-src/pull/726
* isp(4): Document support for new devicesJoerg Pulz2023-07-071-1/+9
| | | | | | | | | Add 28xx based HBAs to manpage. PR: 271062 Reviewed by: imp, mav Sponsored by: Technical University of Munich Pull Request: https://github.com/freebsd/freebsd-src/pull/726
* dtrace: improve siftr probeMichael Tuexen2023-07-021-11/+15
| | | | | | | | | | | | | | | Improve consistency of the field names with tcpsinfo_t: * Use mss instead of max_seg_size. * Use lport and rport instead of tcp_localport and tcp_foreignport. Use t_flags instead of flags to improve consistency with t_flags2. Add laddr and raddr, since the addresses were missing when compared to the output of siftr. Reviewed by: cc Sponsored by: Netflix, Inc. Differential Revision: https://reviews.freebsd.org/D40834
* superio+ncthwm: Add hardware monitoring supportStéphane Rochoy2023-07-011-0/+53
| | | | | | | | | Add support for the following chips: - Nuvoton NCT6779D - Nuvoton NCT6796D-E Reviewed by: imp Pull Request: https://github.com/freebsd/freebsd-src/pull/719
* superio+nctgpio: Add support for new (weird) chipsStéphane Rochoy2023-07-012-3/+19
| | | | | | | | | | | | Add support for the following chips: - Nuvoton NCT5585D - Nuvoton NCT6796D-E - Nuvoton NCT6779 - Nuvoton NCT6116D - and Winbond 83627DHG Reviewed by: imp Pull Request: https://github.com/freebsd/freebsd-src/pull/719