Age | Commit message (Expand) | Author |
2017-03-19 | Add AMD A1100 devices and some more qemu and virtio devices. | Jonathan Gray |
2017-03-19 | Handle master/slave PIC vector base properly. OpenBSD uses 0x20/0x28 | Mike Larkin |
2017-03-18 | Build mips64 kernels with -ffreestanding. | Visa Hankala |
2017-03-18 | The "ioctl" pledge which was had functionality split out into "tape", | Theo de Raadt |
2017-03-17 | Revert the NET_LOCK() and bring back pf's contention lock for release. | Martin Pieuchot |
2017-03-17 | carp(4) code is always executed in the 'softnet' thread, so remove | Martin Pieuchot |
2017-03-17 | Be more strict on all route iterations, lets always make sure that we | Rafael Zalamena |
2017-03-17 | More debug goo to help tracking the use-after-free. | Martin Pieuchot |
2017-03-17 | ubcmtp(4) works because of a use-after-free. Many more drivers are | Martin Pieuchot |
2017-03-16 | Print PCIe Extended Capabilities, from Simon Mages | Theo de Raadt |
2017-03-16 | vioscsi: Negotiate features during attach | Stefan Fritsch |
2017-03-16 | vioscsi: return XS_NO_CCB if out of space | Stefan Fritsch |
2017-03-16 | vioscsi: Don't call virtio_dequeue_commit on not-queued slots | Stefan Fritsch |
2017-03-16 | Remove some unused variables, unused types, duplicated/unused function | Mark Kettenis |
2017-03-16 | Unroll two small bus_space_{read_write}_multi operations in a hot code path. | Miod Vallat |
2017-03-16 | Use a power of two and left shift, rather than integer multiplication, for | Miod Vallat |
2017-03-16 | Fix passing entropy from boot loader to the kernel: | Miod Vallat |
2017-03-16 | Userland expects pltime to be a time stamp not number of seconds. | Florian Obser |
2017-03-16 | Do not allow to change the gateway of an existing entry if the AF | Martin Pieuchot |
2017-03-16 | Simplify wstpad option handling: | Martin Pieuchot |
2017-03-16 | Typo, from miod@ | Martin Pieuchot |
2017-03-15 | Configure and apply the multitouch-tracking functions of wsmouse. | Ulf Brosziewski |
2017-03-15 | Fix building profiling kernels by passing the -p flag to config(8) | Theo Buehler |
2017-03-15 | Improve vmmci(4) shutdown and reboot. | Reyk Floeter |
2017-03-15 | spelling and whitespace | Theo de Raadt |
2017-03-15 | We do not need while loop around uiomove(9) in lcdwrite(). | Kenji Aoyama |
2017-03-14 | Allow SIOCGIFXFLAGS in pledge("route") along side SIOCGIFFLAGS, needed | Florian Obser |
2017-03-14 | Make mfc_find() more strict when looking for routes, fixes a problem | Rafael Zalamena |
2017-03-13 | When we do an ASID rollover, we unassign all ASIDs and do a complete | Mark Kettenis |
2017-03-13 | Move PRU_ATTACH out of the pr_usrreq functions into pr_attach. | Claudio Jeker |
2017-03-13 | Don't attach on Apple hardware, asmc(4) is already providing an | Joshua Stein |
2017-03-13 | Make 'ifconfig scan' show WPA information for other APs correctly while | Stefan Sperling |
2017-03-13 | Register for notifications on the subsystem (parent device) instead | Joshua Stein |
2017-03-13 | allow ramdisks to build; ok jcs | Theo de Raadt |
2017-03-13 | Fixup format strings in debug messages found by cppcheck | Mike Belopuhov |
2017-03-13 | Fixup format string and type issues found by cppcheck | Mike Belopuhov |
2017-03-13 | Don't limit physmem to 2GB confirmed to work with 16GB by deraadt@. | Jonathan Gray |
2017-03-12 | add const to struct cfattach | Joerg Jung |
2017-03-12 | enable acpisbs | Joshua Stein |
2017-03-12 | try to attach acpisbs first and if successful, don't attach acpibat | Joshua Stein |
2017-03-12 | Add a "dsm ishst" barrier before TLB maintenance instructions. The ARMv8 | Mark Kettenis |
2017-03-12 | Bring SROP mitigation to arm64. Make some small modifications to the arm | Mark Kettenis |
2017-03-12 | Remove some unused cruft. | Mark Kettenis |
2017-03-12 | Simplify pmap_proc_iflush(); there is no need for the per-page logic if we | Mark Kettenis |
2017-03-12 | Hook exclock(4) up to the clock framework using a dummy implementation that | Mark Kettenis |
2017-03-12 | Enable exdwusb(4) and xhci(4). | Mark Kettenis |
2017-03-12 | Add code to initialize the USB 3 PHY on Exynos 5. | Mark Kettenis |
2017-03-12 | Introduce OF_getindex() API and use it to replace multiple instances of | Mark Kettenis |
2017-03-12 | Introduce separate fields for supported WPA protocols and AKMs in struct | Stefan Sperling |
2017-03-11 | Revert 1.54, go back to always trying to enable burst mode | Joshua Stein |