Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | zap trailing whitespace; | 2020-01-07 | 1 | -3/+3 | ||
| | ||||||
* | Add amdgpio(4), a driver for the GPIO controller found on newer AMD | 2019-12-23 | 3 | -4/+55 | ||
| | | | | | | AMD SoCs/chipsets. From James Hastings | |||||
* | install fido.4 | 2019-12-17 | 1 | -2/+2 | ||
| | ||||||
* | add delock model; from zeurkous | 2019-12-17 | 1 | -2/+3 | ||
| | ||||||
* | sync usb.4 entry with Nd: in this case, i think the usb.4 entry read better; | 2019-12-17 | 1 | -2/+2 | ||
| | ||||||
* | Add fido(4), a HID driver for FIDO/U2F security keys | 2019-12-17 | 2 | -2/+58 | ||
| | | | | | | | | | | | | | | | | | | | | | | | | | | | While FIDO/U2F keys were already supported by the generic uhid(4) driver, this driver adds the first step to tighten the security of FIDO/U2F access. Specifically, users don't need read/write access to all USB/HID devices anymore and the driver also improves integration with pledge(2) and unveil(2): It is pledge-friendly because it doesn't require any ioctls to discover the device and unveil-friendly because it uses a single /dev/fido/* directory for its device nodes. It also allows to support FIDO/U2F in firefox without further weakening the "sandbox" of the browser. Firefox does not have a proper privsep design and many operations, such as U2F access, are handled directly by the main process. This means that the browser's "fat" main process needs direct read/write access to all USB HID devices, at least on other operating systems. With fido(4) we can support security keys in Firefox under OpenBSD without such a compromise. With this change, libfido2 stops using the ioctl to query the device vendor/product and just assumes "OpenBSD" "fido(4)" instead. The ioctl is still supported but there was no benefit in obtaining the vendor product or name; it also allows to use libfido2 under pledge. With feedback from deraadt@ and many others OK kettenis@ djm@ and jmc@ for the manpage bits | |||||
* | Add support for NCT6775F, NCT5104D, NCT6779D, NCT679[1235]D sensors. | 2019-12-17 | 1 | -3/+3 | ||
| | | | | From Joe Gidi. | |||||
* | Add AMD FCH (KERNCZ) to the list of supported devices. | 2019-12-16 | 1 | -3/+3 | ||
| | ||||||
* | noone has gpr(4) devices. | 2019-12-13 | 3 | -66/+4 | ||
| | ||||||
* | Logitech Webcam C922 Pro works fine (supports 60fps at 1280x720). | 2019-12-11 | 1 | -2/+4 | ||
| | ||||||
* | - Add support for RTL8156 | 2019-12-07 | 2 | -7/+8 | ||
| | | | | | | - Add RX/TX checksum offload support Tested by Shawn Chiou and myself. | |||||
* | replace links to uvm(9) to uvm_init(9); ok mpi | 2019-12-06 | 1 | -3/+3 | ||
| | ||||||
* | remove references to piixpcib(4) | 2019-12-06 | 2 | -8/+5 | ||
| | ||||||
* | Retire piixpcib(4). | 2019-12-06 | 2 | -76/+2 | ||
| | | | | | | | When PAE came back in 2015 the use of kvm86, required for SpeedStep on such machine, got disabled. So there's no loss of functionality. ok stsp@ | |||||
* | Remove clause #3 from mrg@NetBSD license. | 2019-12-05 | 1 | -4/+2 | ||
| | | | | | | | In May 29 2008, Matthew R. Green removed it in NetBSD: github.com/IIJ-NetBSD/netbsd-src/commit/7ea20401d535da9996394136ef ok deraadt@ | |||||
* | rkemmcphy(4) | 2019-12-03 | 2 | -3/+44 | ||
| | ||||||
* | pwmfan(4) | 2019-12-03 | 2 | -2/+43 | ||
| | ||||||
* | rkpwm(4) | 2019-12-03 | 2 | -2/+44 | ||
| | ||||||
* | Allinner -> Allwinner | 2019-12-03 | 1 | -3/+3 | ||
| | ||||||
* | Monitor mode support in iwm(4) has been restored. | 2019-11-27 | 1 | -9/+9 | ||
| | ||||||
* | Add RTP_PROPOSAL_UMB to the priorities list | 2019-11-22 | 1 | -3/+4 | ||
| | ||||||
* | zap trailing whitespace; | 2019-11-18 | 1 | -2/+2 | ||
| | ||||||
* | sync iwm line; | 2019-11-18 | 1 | -2/+2 | ||
| | ||||||
* | Hide monitor mode support section in iwm(4) as well. Support for monitor | 2019-11-18 | 1 | -8/+8 | ||
| | | | | mode has been backed out. | |||||
* | Document iwm(4) 9k device support. Hide the CCMP offload section because | 2019-11-18 | 1 | -9/+11 | ||
| | | | | the CCMP offload patch was reverted (but may come back soonish). | |||||
* | Manual page for the Realtek 8125 2.5Gb Ethernet driver. | 2019-11-18 | 3 | -4/+61 | ||
| | | | | ok jmc@ | |||||
* | for the net80211 drivers supporting WPA, update to a new unified text showing | 2019-11-10 | 21 | -168/+300 | ||
| | | | | | that WPA1 is disabled by default, and provide a couple of extra pointers about configuration. direction of change proposed by stsp, ok jmc stsp | |||||
* | sync to sys/route.h; pointed out by benno | 2019-11-10 | 1 | -2/+3 | ||
| | ||||||
* | Update the list of firmware files loaded by iwm(4) | 2019-11-09 | 1 | -9/+8 | ||
| | ||||||
* | Logitech Webcam C930e works. | 2019-11-06 | 1 | -2/+4 | ||
| | ||||||
* | Add manual pages for ogx(4). | 2019-11-05 | 3 | -2/+90 | ||
| | ||||||
* | remove some sparc references; from joe davis | 2019-11-05 | 2 | -16/+4 | ||
| | ||||||
* | mobileip(4) has been removed | 2019-11-04 | 2 | -141/+2 | ||
| | ||||||
* | spacing; from martin | 2019-10-30 | 1 | -3/+3 | ||
| | ||||||
* | Fix typo. From Andre Stoebe. | 2019-10-24 | 1 | -3/+3 | ||
| | ||||||
* | sxisid(4) | 2019-10-23 | 2 | -3/+47 | ||
| | ||||||
* | fix SEE ALSO; | 2019-10-22 | 1 | -3/+3 | ||
| | ||||||
* | pwmbl(4) and sxipwm(4) | 2019-10-21 | 3 | -5/+90 | ||
| | ||||||
* | Make sxidog(4) MI. | 2019-10-16 | 3 | -8/+8 | ||
| | ||||||
* | Unify name; feedback from jmc@ | 2019-10-07 | 1 | -2/+2 | ||
| | ||||||
* | Mention iic(4) in ssdfb(4) | 2019-10-07 | 1 | -1/+2 | ||
| | ||||||
* | Mention ssdfb(4) in iic(4) | 2019-10-07 | 1 | -1/+3 | ||
| | ||||||
* | Add a manpage for ssdfb(4). | 2019-10-07 | 2 | -4/+53 | ||
| | ||||||
* | Add manpages for imxspi(4) and mvspi(4). | 2019-10-07 | 3 | -4/+86 | ||
| | ||||||
* | Fixup synopsis on imxiic(4) and mviic(4). | 2019-10-07 | 2 | -6/+6 | ||
| | ||||||
* | amliic(4) | 2019-10-07 | 3 | -5/+52 | ||
| | ||||||
* | Remove a message that the driver does not print any longer. | 2019-10-07 | 1 | -4/+2 | ||
| | ||||||
* | The rdtsc() macro has been removed in rev 1.7 of | 2019-10-05 | 1 | -27/+3 | ||
| | | | | | /sys/arch/amd64/include/pctr.h. Adjust the manual page. ok deraadt@ | |||||
* | Add a manual page for octsmi(4). | 2019-10-01 | 2 | -4/+42 | ||
| | ||||||
* | pwmreg(4) | 2019-09-30 | 2 | -2/+44 | ||
| |