summaryrefslogtreecommitdiffstats
path: root/share/man/man4 (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* Fix .Ndkettenis2020-04-141-2/+2
|
* bse(4)kettenis2020-04-142-2/+82
|
* add a stub page for simplepanel;jmc2020-04-132-2/+46
| | | | | | | diff from marcus merighi, tweaked a bit; text and copyright patrick; ok patrick kettenis
* omcm(4), omclock(4) and omsysc(4)kettenis2020-04-104-3/+131
|
* Update my email address.pirofti2020-04-0610-38/+38
|
* sitaracm removed;jmc2020-04-051-4/+2
|
* add arch to the Dt line;jmc2020-04-051-2/+2
|
* Remove sitaracm(4).kettenis2020-04-052-45/+2
|
* Fix pastokettenis2020-04-051-3/+3
|
* omrng(4)kettenis2020-04-052-2/+49
|
* rkrng(4)kettenis2020-04-032-3/+50
|
* tun(4) has been replaced by pppac(4), from Vitaliy Makkoveev.mpi2020-04-031-11/+10
|
* grammar fix;jmc2020-04-021-3/+3
|
* ipmi(4) at fdtkettenis2020-03-291-2/+3
|
* imxpwm(4)patrick2020-03-272-3/+45
|
* patrick points out that i missed axppmic and rkpmic...jmc2020-03-201-1/+5
|
* add bdpmic;jmc2020-03-201-2/+4
|
* Add bdpmic(4), a driver for the ROHM BD71837 and BD71847 Powerpatrick2020-03-202-2/+45
| | | | | | | | Management IC. For now this only allows reading and changing the BD71847's BUCK2 voltage regulator, as used on the i.MX8MM EVK, to allow CPU frequency scaling. ok kettenis@
* correct spellingjsg2020-03-051-3/+3
|
* sort SEE ALSO;jmc2020-03-044-12/+12
|
* Cross-reference all Rockchip graphics hardware components.kettenis2020-03-044-5/+17
|
* rkdrm(4)kettenis2020-03-042-2/+53
|
* rkvop(4)kettenis2020-03-042-4/+53
|
* rkanxdp(4)kettenis2020-03-042-4/+53
|
* spelling fix;jmc2020-03-021-2/+2
|
* rkdwhdmi(4)kettenis2020-03-022-3/+52
|
* Add IPv6 support to umb(4).gerhard2020-02-181-6/+2
| | | | | | | ok job@ bluhm@ claudio@ job@ tested with 'telnet -6 towel.blinkenlights.nl' on Fibocom L831-EAU on IIJ MIO's network (Japan), with 'inet6 autoconf' in /etc/hostname.umb0.
* add HISTORY sectionjasper2020-02-171-2/+7
|
* Remove tcpdump WARNING from tcpdump(8) example outputkn2020-02-151-3/+2
| | | | | | tcpdump no longer warns about missing IP addresses on interfaces. OK jmc
* mention iwx(4) in pci(4) man page; reminded by jmcstsp2020-02-151-2/+4
|
* add a man page for iwx(4)stsp2020-02-152-2/+157
|
* Use -rdomain to reset rdomainkn2020-02-011-3/+3
| | | | | | | Properly reflect the "delete" semantic; better than the implicit "reassign". OK jca
* format "SEE ALSO" consistent with other manpagesjasper2020-01-301-5/+4
| | | | ok mpi@
* correct sysctl name; ok mpijmc2020-01-251-3/+3
|
* Document `kern.allowdt' button.mpi2020-01-241-2/+7
| | | | sysctl.2 bits from benno@
* "high-performance Ethernet" -> "Ethernet"jsg2020-01-248-24/+24
| | | | ok tedu@ kettenis@
* mesh(4) is old world and only new world macppc hardware is supported.krw2020-01-241-63/+0
| | | | ok tedu@ jsg@
* mesh(4) is old world and only new world macppc hardware is supported.krw2020-01-242-6/+4
| | | | ok tedu@ jsg@
* the pppx(4) driver also provides pppac(4) interfacesdlg2020-01-231-13/+26
|
* remove references to rtfpsjsg2020-01-222-8/+4
|
* rm rtfps driver. disabled and man page doesn't inspire much confidence.tedu2020-01-222-102/+2
| | | | ok deraadt
* Manual for dt(4).mpi2020-01-212-2/+49
|
* remove entry for esp(4);jmc2020-01-211-4/+2
|
* remove unfinished macppc esp driver.tedu2020-01-212-35/+2
| | | | ok deraadt krw
* amlsm(4)kettenis2020-01-142-2/+47
|
* amltemp(4)kettenis2020-01-142-2/+50
|
* remove sli(4)jsg2020-01-113-50/+4
| | | | | | | This driver was never completed. It only mapped memory and established an interrupt. ok krw@ mlarkin@ dlg@
* Logitech Webcam C920 Pro works fine as tested by a friend of mine.mglocker2020-01-101-2/+4
|
* remove dpt(4) driver for DPT EATA SCSI RAIDjsg2020-01-105-115/+8
| | | | | | | Not built since 2006, and a mail from 2004 mentions no one having hardware. Unsurprisingly it does not build with clang. ok mlarkin@ krw@ deraadt@
* Cleanup ioctl(2) list. FIONBIO, FIOASYNC and FIONREAD are not definedclaudio2020-01-092-46/+27
| | | | | | | | | in <net/if_tun.h> also there is no need to document them again. Instead reference to ioctl(2) that has all the info. Also remove TIOCSPGRP and TIOCGPGRP and replace them with FIOSETOWN and FIOGETOWN. Users should use those ioctl(2) to set the process / process group to be signaled when FIOASYNC is set. OK visa@