Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | tweak previous; | 2021-04-02 | 1 | -3/+4 | |
| | |||||
* | Document ioctl(2)'s for vmm(4). OK kn@. | 2021-04-02 | 1 | -2/+43 | |
| | |||||
* | list Dell DW5821e as supported for umb(4) | 2021-03-28 | 1 | -2/+4 | |
| | |||||
* | Document SIOCGIFADDR and SIOCSIFADDR ioctls for tap devices. | 2021-03-23 | 1 | -2/+6 | |
| | | | | OK kn@ | ||||
* | Sync with apm(4/macppc) to document which ioctls are not supported | 2021-03-20 | 1 | -2/+13 | |
| | | | | Suspend/resume and other power events are NOT YET SUPPORTED. | ||||
* | End sentence and add .Pp after (all) "NOT SUPPORTED" lines | 2021-03-20 | 1 | -7/+13 | |
| | |||||
* | Document SIOCDELLABEL, link among MPLS drivers | 2021-03-18 | 3 | -9/+23 | |
| | | | | | | | | | | Use of the IOCTL section losely adopted from bridge(4), the list of ioctls however is still incomplete. mpw(4) and mpip(4) could use a reference to mpe(4) IOCTL or so, but this is good enough for starters. Feedback OK claudio | ||||
* | List the Qu-c0-hr-b0-48 firmware image in the iwx(4) man page. | 2021-03-17 | 1 | -2/+3 | |
| | |||||
* | Describe what happens when RFC 4638 is not supported. | 2021-03-16 | 1 | -7/+16 | |
| | | | | With help from sthen@. OK sthen@ jmc@ | ||||
* | add HISTORY; from maxim vuets | 2021-03-14 | 1 | -2/+7 | |
| | |||||
* | sync usb_device_info with usb.h, spotted by Enrik Berkhan, and millert@ | 2021-03-13 | 1 | -10/+8 | |
| | | | | noticed another change | ||||
* | Add RK809 to list of supported chips for this driver. | 2021-03-08 | 1 | -3/+3 | |
| | |||||
* | Add some references, most of these were removed when we stopped building | 2021-03-08 | 1 | -2/+19 | |
| | | | | | | and installing USD/SMM/PSD docs. jmc@ agrees with the direction, ok millert@ on an earlier diff | ||||
* | new sentence, new line; | 2021-03-04 | 1 | -9/+9 | |
| | |||||
* | Add a configurable button mapping for tap gestures on touchpads. | 2021-03-03 | 1 | -9/+20 | |
| | | | | | | Thanks to RJ Johnson for this work! ok mpi@ | ||||
* | fix NAME; | 2021-02-27 | 1 | -2/+2 | |
| | |||||
* | apldart(4) | 2021-02-27 | 1 | -0/+42 | |
| | |||||
* | aplpcie(4) | 2021-02-27 | 1 | -0/+44 | |
| | |||||
* | aipldart(4) | 2021-02-27 | 1 | -2/+2 | |
| | |||||
* | aplpcie(4) | 2021-02-27 | 1 | -2/+3 | |
| | |||||
* | spelling fix; | 2021-02-24 | 1 | -3/+3 | |
| | |||||
* | typo | 2021-02-23 | 1 | -2/+2 | |
| | |||||
* | aplintc(4) | 2021-02-23 | 2 | -2/+44 | |
| | |||||
* | fix up which link flags do what. | 2021-02-23 | 1 | -5/+5 | |
| | | | | | ipsec code is written, but is disabled, so the ipsec words here are still commented out for now. | ||||
* | try and use my words to explain what veb is and does. | 2021-02-23 | 2 | -2/+124 | |
| | | | | ok jmatthew@ | ||||
* | Mark as arm64-specific. | 2021-02-22 | 1 | -2/+2 | |
| | |||||
* | apldog(4) | 2021-02-22 | 2 | -2/+44 | |
| | |||||
* | change documented drm nodes to /dev/dri/ and mention powerpc64 | 2021-02-13 | 1 | -5/+5 | |
| | |||||
* | add RAID 1C to the list of supported softraid(4) disciplines | 2021-02-08 | 1 | -2/+14 | |
| | |||||
* | Mention Netgear ProSecure UTM25. | 2021-02-06 | 1 | -2/+4 | |
| | |||||
* | Add uhidpp(4), a driver for Logitech HID++ devices. Currently limited to | 2021-02-04 | 4 | -7/+59 | |
| | | | | | | | | | exposing battery sensors for HID++ 2.0 devices. Most of the code is derived from the hid-logitech-hidpp Linux driver. Thanks to Ville Valkonen <weezeldinga at gmail dot com> for testing. ok mglocker@ | ||||
* | describe pfsync(4)'s use of carpdemote, ok/tweak kn deraadt | 2021-02-01 | 1 | -2/+10 | |
| | |||||
* | some article fixes; from eddie youseph and grep | 2021-02-01 | 1 | -3/+3 | |
| | |||||
* | The usb configuration descriptor parameter providing the number of | 2021-01-27 | 1 | -3/+3 | |
| | | | | | | available device interfaces is called 'bNumInterfaces'. ok phessler@, thfr@ (who provided the man page diff) | ||||
* | word fix; | 2021-01-27 | 1 | -3/+3 | |
| | |||||
* | introduce ujoy(4), a restricted subset of uhid(4) for gamecontrollers. | 2021-01-23 | 4 | -6/+63 | |
| | | | | | | | | This includes ujoy_hid_is_collection() to work around limitations of hid_is_collection() until this can be combined without fallout. input, testing with 8bitdo controller, and ok brynet@ PS4 controller testing, fix for hid_is_collection, and ok mglocker@ | ||||
* | ims: an actual i2c-connected mouse is unlikely | 2021-01-22 | 1 | -4/+4 | |
| | | | | | | | Claim to be a touchpad instead, which sets up ims devices in X11 to be more like touchpads. ok mglocker | ||||
* | Document IFM_2500_T media type. | 2021-01-21 | 1 | -2/+5 | |
| | | | | ok claudio@ jmc@ sthen@ | ||||
* | now we report more addresses to the host | 2021-01-15 | 1 | -3/+3 | |
| | |||||
* | missing plural in previous; | 2021-01-08 | 1 | -2/+2 | |
| | |||||
* | Provide "Point-to-Multipoint Layer 3 GRE tunnel interfaces (mgre) example" | 2021-01-08 | 1 | -2/+63 | |
| | | | | | | | From Pierre Emeriaud, thanks! Feeback jmc OK dlg | ||||
* | Try to document struct ip_mreqn | 2021-01-08 | 1 | -3/+16 | |
| | | | | With input from jmc@ | ||||
* | Remove PIPEX{S,G}MODE ioctl(2) commands. This time they are pretty dummy | 2021-01-02 | 1 | -16/+2 | |
| | | | | | | and were kept only for backward compatibility reasons. ok mpi@ yasuoka@ | ||||
* | add the "don't tunnel vxlan over itself" text. | 2021-01-02 | 1 | -2/+10 | |
| | |||||
* | Enable IPv4 and TCP/UDP checksum offload on transmission. | 2020-12-31 | 1 | -2/+6 | |
| | |||||
* | missing word fix; from nam nguyen | 2020-12-30 | 1 | -3/+3 | |
| | |||||
* | Document kern.video.record. | 2020-12-29 | 1 | -2/+15 | |
| | | | | | | With help/input from jmc@ and kn@. ok jmc@ | ||||
* | PCIe support has been added. | 2020-12-27 | 1 | -4/+2 | |
| | |||||
* | Add Wake on LAN support to rge(4). | 2020-12-24 | 1 | -2/+11 | |
| | | | | Tested by otto@ and myself. | ||||
* | Fix typos | 2020-12-22 | 3 | -9/+9 | |
| | | | | ok jmc |