Age | Commit message (Expand) | Author |
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 |
2017-03-11 | Hook up exgpio(4) to the gpio framework. | Mark Kettenis |
2017-03-11 | pax conversion was missed; give this another week | Theo de Raadt |
2017-03-11 | Add support for RTL8153 devices. Heavily based on changes made by Kevin Lo | Mark Kettenis |
2017-03-11 | Make 'ifconfig scan' display AP encryption correctly if WEP is configured | Stefan Sperling |
2017-03-11 | Add a detachhook to pfsync(4) which deals with the syncdev going away. | Stefan Sperling |
2017-03-11 | Fix uninitilized variables (confusion between enc and p->encoding | Alexandre Ratchov |
2017-03-11 | Introduce a new knob to force the first USB keyboard as console input. | Martin Pieuchot |
2017-03-11 | AUDIO_ENCODING_{S,U}LINEAR constants are neither used by low level | Alexandre Ratchov |
2017-03-11 | Set EVT_NOTIFY_SIGNAL when calling boot services CreateEvent(). | Jonathan Gray |
2017-03-11 | remove pledge "ioctl" backwards compat | Theo de Raadt |
2017-03-11 | Oops, make this actually compile. | Mark Kettenis |
2017-03-11 | Enable exrtc(4). | Mark Kettenis |