Age | Commit message (Expand) | Author |
2018-08-03 | ni_pledge flags are a uint64_t not an int - don't initialize with an int. | Bob Beck |
2018-08-03 | Add mue(4), a driver for Microchip LAN75xx/LAN78xx 10/100/1000 USB Ethernet | Kevin Lo |
2018-08-02 | Grammar fix in comment. | rob |
2018-08-02 | Enable ssdfb(4) at I2C. | Patrick Wildt |
2018-08-02 | Add I2C attachment code to ssdfb(4). The difference between the I2C | Patrick Wildt |
2018-08-02 | Add delay when increasing the voltage of a regulator that has a | Mark Kettenis |
2018-08-02 | Fix panic when we attempt to mess with "." but have a flags mismatch | Bob Beck |
2018-08-01 | On AMD CPUs, If the LFENCE serialization MSR bit is already set, then | Bryan Steele |
2018-08-01 | Fix various RK3399 clocks and add support for getting the clock frequency | Mark Kettenis |
2018-08-01 | Implement a partial update mechanism. Since the SPI-connected display | Patrick Wildt |
2018-07-31 | Display color depth alongside resolution when attaching simplefb(4). | Frederic Cambus |
2018-07-31 | Stop reversing bytes read from the framebuffer. That was added since | Patrick Wildt |
2018-07-31 | Implement setting the voltage of the regulators. | Mark Kettenis |
2018-07-31 | Correctly set the dividers for the clock of the "big" cores. | Mark Kettenis |
2018-07-31 | Fix setting the voltage; the code was using the wrong variable as a step size. | Mark Kettenis |
2018-07-30 | If we keep the BIOS framebuffer, stick to the desired framebuffer size | Mark Kettenis |
2018-07-30 | regen | Martin Pieuchot |
2018-07-30 | Unlock sendmsg(2), sendto(2), recvfrom(2) and recvmsg(2). | Martin Pieuchot |
2018-07-30 | Fix a NULL-pointer dereference when calling open() on a cloned device with write | anton |
2018-07-30 | define WSMOUSE_TYPE_TOUCHPAD so non-elantech drivers can stop | Joshua Stein |
2018-07-30 | sync | Theo de Raadt |
2018-07-30 | rename 2nd argument of unveil from vague "flags" to "permissions"; | Theo de Raadt |
2018-07-30 | Use the MI interrupt enable/distable API instead of the MD one on i386 and | Mark Kettenis |
2018-07-30 | Use FNONBLOCK instead of SS_NBIO to check/indicate that the I/O mode | Martin Pieuchot |
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 |