summaryrefslogtreecommitdiffstats
path: root/share/man/man4 (follow)
Commit message (Collapse)AuthorAgeFilesLines
* tweak previous;jmc2021-04-021-3/+4
|
* Document ioctl(2)'s for vmm(4). OK kn@.dv2021-04-021-2/+43
|
* list Dell DW5821e as supported for umb(4)sthen2021-03-281-2/+4
|
* Document SIOCGIFADDR and SIOCSIFADDR ioctls for tap devices.claudio2021-03-231-2/+6
| | | | OK kn@
* Sync with apm(4/macppc) to document which ioctls are not supportedkn2021-03-201-2/+13
| | | | Suspend/resume and other power events are NOT YET SUPPORTED.
* End sentence and add .Pp after (all) "NOT SUPPORTED" lineskn2021-03-201-7/+13
|
* Document SIOCDELLABEL, link among MPLS driverskn2021-03-183-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.stsp2021-03-171-2/+3
|
* Describe what happens when RFC 4638 is not supported.millert2021-03-161-7/+16
| | | | With help from sthen@. OK sthen@ jmc@
* add HISTORY; from maxim vuetsjmc2021-03-141-2/+7
|
* sync usb_device_info with usb.h, spotted by Enrik Berkhan, and millert@sthen2021-03-131-10/+8
| | | | noticed another change
* Add RK809 to list of supported chips for this driver.kurt2021-03-081-3/+3
|
* Add some references, most of these were removed when we stopped buildingjsg2021-03-081-2/+19
| | | | | | and installing USD/SMM/PSD docs. jmc@ agrees with the direction, ok millert@ on an earlier diff
* new sentence, new line;jmc2021-03-041-9/+9
|
* Add a configurable button mapping for tap gestures on touchpads.bru2021-03-031-9/+20
| | | | | | Thanks to RJ Johnson for this work! ok mpi@
* fix NAME;jmc2021-02-271-2/+2
|
* apldart(4)kettenis2021-02-271-0/+42
|
* aplpcie(4)kettenis2021-02-271-0/+44
|
* aipldart(4)kettenis2021-02-271-2/+2
|
* aplpcie(4)kettenis2021-02-271-2/+3
|
* spelling fix;jmc2021-02-241-3/+3
|
* typoderaadt2021-02-231-2/+2
|
* aplintc(4)kettenis2021-02-232-2/+44
|
* fix up which link flags do what.dlg2021-02-231-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.dlg2021-02-232-2/+124
| | | | ok jmatthew@
* Mark as arm64-specific.kettenis2021-02-221-2/+2
|
* apldog(4)kettenis2021-02-222-2/+44
|
* change documented drm nodes to /dev/dri/ and mention powerpc64jsg2021-02-131-5/+5
|
* add RAID 1C to the list of supported softraid(4) disciplinesstsp2021-02-081-2/+14
|
* Mention Netgear ProSecure UTM25.visa2021-02-061-2/+4
|
* Add uhidpp(4), a driver for Logitech HID++ devices. Currently limited toanton2021-02-044-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 deraadtsthen2021-02-011-2/+10
|
* some article fixes; from eddie youseph and grepjmc2021-02-011-3/+3
|
* The usb configuration descriptor parameter providing the number ofmglocker2021-01-271-3/+3
| | | | | | available device interfaces is called 'bNumInterfaces'. ok phessler@, thfr@ (who provided the man page diff)
* word fix;jmc2021-01-271-3/+3
|
* introduce ujoy(4), a restricted subset of uhid(4) for gamecontrollers.thfr2021-01-234-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 unlikelyjcs2021-01-221-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.kevlo2021-01-211-2/+5
| | | | ok claudio@ jmc@ sthen@
* now we report more addresses to the hostjmatthew2021-01-151-3/+3
|
* missing plural in previous;jmc2021-01-081-2/+2
|
* Provide "Point-to-Multipoint Layer 3 GRE tunnel interfaces (mgre) example"kn2021-01-081-2/+63
| | | | | | | From Pierre Emeriaud, thanks! Feeback jmc OK dlg
* Try to document struct ip_mreqnclaudio2021-01-081-3/+16
| | | | With input from jmc@
* Remove PIPEX{S,G}MODE ioctl(2) commands. This time they are pretty dummymvs2021-01-021-16/+2
| | | | | | and were kept only for backward compatibility reasons. ok mpi@ yasuoka@
* add the "don't tunnel vxlan over itself" text.dlg2021-01-021-2/+10
|
* Enable IPv4 and TCP/UDP checksum offload on transmission.visa2020-12-311-2/+6
|
* missing word fix; from nam nguyenjmc2020-12-301-3/+3
|
* Document kern.video.record.mglocker2020-12-291-2/+15
| | | | | | With help/input from jmc@ and kn@. ok jmc@
* PCIe support has been added.kettenis2020-12-271-4/+2
|
* Add Wake on LAN support to rge(4).kevlo2020-12-241-2/+11
| | | | Tested by otto@ and myself.
* Fix typostobias2020-12-223-9/+9
| | | | ok jmc