summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
2018-07-30If we keep the BIOS framebuffer, stick to the desired framebuffer sizeMark Kettenis
2018-07-30regenMartin Pieuchot
2018-07-30Unlock sendmsg(2), sendto(2), recvfrom(2) and recvmsg(2).Martin Pieuchot
2018-07-30Fix a NULL-pointer dereference when calling open() on a cloned device with writeanton
2018-07-30define WSMOUSE_TYPE_TOUCHPAD so non-elantech drivers can stopJoshua Stein
2018-07-30syncTheo de Raadt
2018-07-30rename 2nd argument of unveil from vague "flags" to "permissions";Theo de Raadt
2018-07-30Use the MI interrupt enable/distable API instead of the MD one on i386 andMark Kettenis
2018-07-30Use FNONBLOCK instead of SS_NBIO to check/indicate that the I/O modeMartin Pieuchot
2018-07-30Inline trivial uaudio_id_name(). From Michael Bombardieri, thanks.Alexandre Ratchov
2018-07-30Don't ask drivers to join a wifi network before an AP has been chosen.Stefan Sperling
2018-07-30Add support for the GIC v3 ITS and use it to implement MSI support forMark Kettenis
2018-07-30When converting the bios memory map to memory clusters, clip segments atJonathan Matthew
2018-07-30Add ssdfb(4), a driver for the SSD1309 controller that drives anPatrick Wildt
2018-07-30apply the loop settle delay to handling of loop up and loop reset events,Jonathan Matthew
2018-07-30extend the loop settle time to 200ms, and adjust the check so that we'llJonathan Matthew
2018-07-30KNFTheo de Raadt
2018-07-30Allow for us to do a CREATE style lookup on a read only filesystemBob Beck
2018-07-30activate unveil for testingTheo de Raadt
2018-07-29revert accidentally changed prototypeBob Beck
2018-07-29Don't exceed UNVEIL_MAX_VNODES with a long path now that we saveBob Beck
2018-07-29Make sure we don't count looking at .. as a componentBob Beck
2018-07-28delete unused ps_uvactive, since active checks are done against the ptrTheo de Raadt
2018-07-28Add function to convert a PCI device "tag" into a PCIe requester ID.Mark Kettenis
2018-07-28Make use of PCI_FLAGS_MSI_ENABLED such that drivers for hardware with brokenMark Kettenis
2018-07-27Use the MI interrupt enable/distable API instead of the MD one on amd64 andMark Kettenis
2018-07-27Add SIOCSIFMTU to the wroute pledge.bket
2018-07-27No need to test if pointer is NULL to call free(9). FromAlexandre Ratchov
2018-07-27hds arrays can have more ports now, apparently; this lets theo use 4 pathsJonathan Matthew
2018-07-27Don't double vput and panic after looking up "."Bob Beck
2018-07-26Add imxspi(4), a driver for the i.MX SPI controller. This is the firstPatrick Wildt
2018-07-26Implement calculating the SPI controller frequency in imxccm(4).Patrick Wildt
2018-07-26Remove CPUID insn_length checkjob
2018-07-26don't dump status iocbs twiceJonathan Matthew
2018-07-26remove "bad startup mboxes" printf - it never indicates a real problem,Jonathan Matthew
2018-07-25Implement a MSGBUF control packet mechanism based on the commandPatrick Wildt
2018-07-25On authentication we don't need to create the node before callingPatrick Wildt
2018-07-24Add support for the i2c controller on the Marvell ARMADA 7K/8K SoC as well.Mark Kettenis
2018-07-24Add clock needed to support the i2c controllers on the Marvell ARMADA 7K/8K.Mark Kettenis
2018-07-24regenMark Kettenis
2018-07-24Add SanDisk/WD Black NVMe devices.Mark Kettenis
2018-07-24Do the same for i386 as amd64:Bryan Steele
2018-07-24The I2C controller on the Allwinner hardware is actually a modifiedPatrick Wildt
2018-07-24Add support fotr the BCM4335/4339 SDIO chip to bwfm(4). This one is a bitMark Kettenis
2018-07-24Fix previous commit: the RSB refill bits change %rcx so it needed to bePhilip Guenther
2018-07-24When a GRE packet goes to "decline", the mbuf pointer was not updatedYASUOKA Masahiko
2018-07-24Also do RSB refilling when context switching, after vmexits, andPhilip Guenther
2018-07-23Add "Mitigation G-2" per AMD's Whitepaper "Software Techniques forBryan Steele
2018-07-23Coverity CID 1470233 complainst that the m != NULL check inAlexander Bluhm
2018-07-23The imxiomuxc(4) node itself can also contain a set of pins toPatrick Wildt