Age | Commit message (Expand) | Author |
2017-04-15 | Build sparc64 kernels with -ffreestanding. | Mark Kettenis |
2017-04-15 | After forced unmount of a file system that has other mount points | Alexander Bluhm |
2017-04-15 | The tlb flushes in pmap_set_{l1,l2,l3} use ranges that don't fully make sense. | Mark Kettenis |
2017-04-15 | Fix format string in ACPI_MEMDEBUG block | Philip Guenther |
2017-04-15 | Sync bus_dmamap_load_raw() with amd64 for better constraint checking. | Visa Hankala |
2017-04-15 | No GMX on CN73xx. | Visa Hankala |
2017-04-14 | Remove unused define satoin6(). | Alexander Bluhm |
2017-04-14 | Pass down the address family through the pr_input calls. This | Alexander Bluhm |
2017-04-14 | Avoid some false positives with cppcheck. No binary change. | Alexander Bluhm |
2017-04-14 | Define __dead and __pure even if __STRICT_ANSI__ for compilers that | Mark Kettenis |
2017-04-14 | SVM: calculate max ASID value and save for later use. This will be used in | Mike Larkin |
2017-04-13 | A little bit more trivial cleanup. | Mark Kettenis |
2017-04-13 | Use the non-interrupt-safe pool allocator for the vp pool to avoid runninng | Mark Kettenis |
2017-04-13 | regen | Philip Guenther |
2017-04-13 | Delete the getlogin59 syscall, which was last used one year, two releases, | Philip Guenther |
2017-04-13 | Provide mips64 with kernel-facing TCB_{GET,SET} macros that store it | Philip Guenther |
2017-04-12 | The kernel has to slightly different version of SipHash_Final but with | Florian Obser |
2017-04-12 | Correct a format string | Philip Guenther |
2017-04-11 | Add SIOCATMARK to allow pledge("inet") programs to call sockatmark(3). | Alexander Bluhm |
2017-04-11 | Recognize break conditions and enter ddb if ddb.console is set. | Mark Kettenis |
2017-04-11 | Partially revert previous mallocarray conversions that contain | David Hill |
2017-04-11 | Revise 'struct fpreg' and dump floating-point register in core dumps. Also | Mark Kettenis |
2017-04-10 | Use __ASSEMBLER__ instead of __LANGUAGE_ASSEMBLY. | Visa Hankala |
2017-04-10 | Attempt to map msk(4) interrupt via MSI. | Jonathan Gray |
2017-04-09 | malloc -> mallocarray; a typo | Theo de Raadt |
2017-04-09 | Convert some malloc(9) to mallocarray(9) | David Hill |
2017-04-09 | Convert a malloc(9) to mallocarray(9) | David Hill |
2017-04-09 | Convert some malloc(9) to mallocarray(9) | David Hill |
2017-04-09 | Convert some malloc(9) to mallocarray(9) | David Hill |
2017-04-09 | Convert some malloc(9) to mallocarray(9) | David Hill |
2017-04-09 | Use mallocarray to allocate multicast group memberships. | David Hill |
2017-04-09 | Correct wakeup() dance in sensor_task_work() | Theo de Raadt |
2017-04-08 | For legacy interrupt use the tag of the topmost bridge to establish the | Mark Kettenis |
2017-04-08 | Bring over the changes I made to the armv7 version of this driver such that | Mark Kettenis |
2017-04-08 | re-enable POOL_DEBUG after the release; ok deraadt@ | Christian Weisgerber |
2017-04-08 | Make network ports work on Shasta. | Visa Hankala |
2017-04-08 | Sensors are run as callbacks inside tasks. During suspend a sensor | Theo de Raadt |
2017-04-08 | Use ADDR64 opcodes to specify 64bit DMA addresses for all buffers. This | Jonathan Matthew |
2017-04-08 | Remove some #if 0 code that dates back to r1.1 | Mike Larkin |
2017-04-08 | A pile of sizes to free(9). In test for a few days in snapshots. | Theo de Raadt |
2017-04-08 | Two prototypes for acpi_maptable; merge to one place | Theo de Raadt |
2017-04-07 | Add prid for CN72xx/CN73xx. | Visa Hankala |
2017-04-07 | Make SoC version available in a simple form. | Visa Hankala |
2017-04-07 | si_addr should be of type void *, not char * | Philip Guenther |
2017-04-07 | Simplify the size calculation for memset() | Philip Guenther |
2017-04-06 | Convert bcopy to memcpy where the memory does not overlap, otherwise, | David Hill |
2017-04-06 | Sizes for the remaining free() calls, and use mallocarray() | Theo de Raadt |
2017-04-06 | Use the correct interrupt disestablish routine. | Visa Hankala |
2017-04-06 | Extend the fdt interrupt API a little. | Visa Hankala |
2017-04-06 | Replace bcopy with a simple assignment where both variables are | David Hill |