summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
2017-04-18Rearrange ure_iff to resemble other drivers a bit more.Jonathan Matthew
2017-04-17The raw ip input functions are called from several places. Use theAlexander Bluhm
2017-04-17Use the address family passed down with pr_input to simplifyAlexander Bluhm
2017-04-17Use the address family passed down with pr_input to simplifyAlexander Bluhm
2017-04-17matthieu@ observes % pax (without any arguments) hits pledge violation,Theo de Raadt
2017-04-17We need to update the ia6_updatetime when changing the vltime/pltimeFlorian Obser
2017-04-16Always evaluate expression in BUG_ON() macro to avoid unused variableAlexander Bluhm
2017-04-16Define EXT_IMPLICIT_NBIT like we do on sparc64 and mips64. Makes vaiousMark Kettenis
2017-04-16Replace fetch_and_add() with atomic_inc_int_nv() from <sys/atomic.h>Visa Hankala
2017-04-16Flip previously warm pages in the buffer cache to memory above the DMABob Beck
2017-04-16Statistics for high memory flips in the buffer cacheBob Beck
2017-04-16Remove some defines marked #ifdef notyet, which really is #ifdef notever.Mark Kettenis
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