Age | Commit message (Expand) | Author |
2017-03-21 | As a first step towards SMP, use an array for the destination masks with | Mark Kettenis |
2017-03-21 | Avoid panic in arm_sync_icache() by only flushing the parts of the address | Mark Kettenis |
2017-03-21 | Revise the definition of "struct reg" to have a layout compatible with other | Mark Kettenis |
2017-03-21 | When a new WPA key is set while WEP is enabled, disable WEP, | Stefan Sperling |
2017-03-21 | Don't allow the guest to clear CR0_NE or CR4_VMXE. While we should be | Mike Larkin |
2017-03-21 | CPUID feature 0x80000000 emulation fell through to 0x80000001, which | Mike Larkin |
2017-03-20 | Do not map resources which are actually not used within the kernel. Saves | Miod Vallat |
2017-03-20 | Fix previous. Commited from the wrong tree. | Miod Vallat |
2017-03-20 | Remove unused defines. Some of them can be traced to MVME188 and make no | Miod Vallat |
2017-03-20 | Replace hardcoded addresses with symbolic constants from <machine/board.h> | Miod Vallat |
2017-03-20 | Read the free clusters bitmap in 1MB chunks | Jeremie Courreges-Anglas |
2017-03-20 | Initialize the stack buffer used to build the auxiliary vector to zero to | Mark Kettenis |
2017-03-19 | Improve comments slightly | Mike Belopuhov |
2017-03-19 | Fixup starting block number calculation for bounced transfers | Mike Belopuhov |
2017-03-19 | Fixup return values to properly handle transfer submission errors | Mike Belopuhov |
2017-03-19 | Restore behavior from before r1.376: only set bv_percent if a rebuild is | Theo Buehler |
2017-03-19 | Enable snooping on Kaby Lake U/Y PCH HDA to avoid audio glitches as we | Jonathan Gray |
2017-03-19 | Match the Kaby Lake and Lewisburg (Skylake-EP PCH) MACs with I219 PHYs. | Jonathan Gray |
2017-03-19 | Put the address of the per-cpu clock and interrupt registers into the cpu_info | Miod Vallat |
2017-03-19 | regen | Jonathan Gray |
2017-03-19 | Add Intel devices for Kaby Lake and 3168/8265 wlan. | Jonathan Gray |
2017-03-19 | regen | Jonathan Gray |
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 |