Age | Commit message (Expand) | Author |
2018-07-30 | Inline trivial uaudio_id_name(). From Michael Bombardieri, thanks. | Alexandre Ratchov |
2018-07-30 | Don't ask drivers to join a wifi network before an AP has been chosen. | Stefan Sperling |
2018-07-30 | Add support for the GIC v3 ITS and use it to implement MSI support for | Mark Kettenis |
2018-07-30 | When converting the bios memory map to memory clusters, clip segments at | Jonathan Matthew |
2018-07-30 | Add ssdfb(4), a driver for the SSD1309 controller that drives an | Patrick Wildt |
2018-07-30 | apply the loop settle delay to handling of loop up and loop reset events, | Jonathan Matthew |
2018-07-30 | extend the loop settle time to 200ms, and adjust the check so that we'll | Jonathan Matthew |
2018-07-30 | KNF | Theo de Raadt |
2018-07-30 | Allow for us to do a CREATE style lookup on a read only filesystem | Bob Beck |
2018-07-30 | activate unveil for testing | Theo de Raadt |
2018-07-29 | revert accidentally changed prototype | Bob Beck |
2018-07-29 | Don't exceed UNVEIL_MAX_VNODES with a long path now that we save | Bob Beck |
2018-07-29 | Make sure we don't count looking at .. as a component | Bob Beck |
2018-07-28 | delete unused ps_uvactive, since active checks are done against the ptr | Theo de Raadt |
2018-07-28 | Add function to convert a PCI device "tag" into a PCIe requester ID. | Mark Kettenis |
2018-07-28 | Make use of PCI_FLAGS_MSI_ENABLED such that drivers for hardware with broken | Mark Kettenis |
2018-07-27 | Use the MI interrupt enable/distable API instead of the MD one on amd64 and | Mark Kettenis |
2018-07-27 | Add SIOCSIFMTU to the wroute pledge. | bket |
2018-07-27 | No need to test if pointer is NULL to call free(9). From | Alexandre Ratchov |
2018-07-27 | hds arrays can have more ports now, apparently; this lets theo use 4 paths | Jonathan Matthew |
2018-07-27 | Don't double vput and panic after looking up "." | Bob Beck |
2018-07-26 | Add imxspi(4), a driver for the i.MX SPI controller. This is the first | Patrick Wildt |
2018-07-26 | Implement calculating the SPI controller frequency in imxccm(4). | Patrick Wildt |
2018-07-26 | Remove CPUID insn_length check | job |
2018-07-26 | don't dump status iocbs twice | Jonathan Matthew |
2018-07-26 | remove "bad startup mboxes" printf - it never indicates a real problem, | Jonathan Matthew |
2018-07-25 | Implement a MSGBUF control packet mechanism based on the command | Patrick Wildt |
2018-07-25 | On authentication we don't need to create the node before calling | Patrick Wildt |
2018-07-24 | Add support for the i2c controller on the Marvell ARMADA 7K/8K SoC as well. | Mark Kettenis |
2018-07-24 | Add clock needed to support the i2c controllers on the Marvell ARMADA 7K/8K. | Mark Kettenis |
2018-07-24 | regen | Mark Kettenis |
2018-07-24 | Add SanDisk/WD Black NVMe devices. | Mark Kettenis |
2018-07-24 | Do the same for i386 as amd64: | Bryan Steele |
2018-07-24 | The I2C controller on the Allwinner hardware is actually a modified | Patrick Wildt |
2018-07-24 | Add support fotr the BCM4335/4339 SDIO chip to bwfm(4). This one is a bit | Mark Kettenis |
2018-07-24 | Fix previous commit: the RSB refill bits change %rcx so it needed to be | Philip Guenther |
2018-07-24 | When a GRE packet goes to "decline", the mbuf pointer was not updated | YASUOKA Masahiko |
2018-07-24 | Also do RSB refilling when context switching, after vmexits, and | Philip Guenther |
2018-07-23 | Add "Mitigation G-2" per AMD's Whitepaper "Software Techniques for | Bryan Steele |
2018-07-23 | Coverity CID 1470233 complainst that the m != NULL check in | Alexander Bluhm |
2018-07-23 | The imxiomuxc(4) node itself can also contain a set of pins to | Patrick Wildt |
2018-07-23 | Do "Return stack refilling", based on the "Return stack underflow" discussion | Philip Guenther |
2018-07-22 | In uvm_map_protect(), make sure we select a first map entry that ends after | Mark Kettenis |
2018-07-22 | Fix arguments of pf_purge_expired_{src_nodes,rules}() | Stefan Fritsch |
2018-07-22 | Avoid a NULL pointer deref when calling fchown() on a file descriptor belonging | anton |
2018-07-21 | Include the vnode type in the panic message in ffs_write(), just like ffs_read() | anton |
2018-07-21 | Remove the "got meltdown?" conditional from INTRENTRY by doing it | Philip Guenther |
2018-07-20 | Remove a few leftovers from the days of emulation, which could result in | Theo de Raadt |
2018-07-20 | Fail if a PT_LOAD segment has a memory size of 0. This prevents a panic | Mark Kettenis |
2018-07-20 | Correctly copy across unveil's from parent to child process on fork(). | Bob Beck |