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