summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
2017-06-28Delete '0x' in DIAGNOSTIC panic message; ipl value is printed in decimal.Kenji Aoyama
2017-06-28hide symbols in the acpi trampoline pages. matches a previous diff fromMike Larkin
2017-06-28hide symbols used in the ACPI resume trampoline pagesMike Larkin
2017-06-28fix potential use of uninitialized variable, noticed by jsg@.Mike Larkin
2017-06-27remove the obsolete timeslot ioctlTed Unangst
2017-06-27Provide a handler stub for the "channel rescind" messageMike Belopuhov
2017-06-27Convert ip6_input() to a pr_input style function. Goal is to processAlexander Bluhm
2017-06-27Avoid testing an uninitialised variable in the SCSI_BUSY/SCSI_QUEUE_FULLJonathan Gray
2017-06-27Add missing solock()/sounlock() dances around sbreserve().Martin Pieuchot
2017-06-27the illegal instruction is 0x00000000Theo de Raadt
2017-06-26Minor cleanup; when polling delay before calling the interrupt handlerMike Belopuhov
2017-06-26Convert ip_input() to a pr_input style function. Goal is to processAlexander Bluhm
2017-06-26Rework the deferred interrupt loopMike Belopuhov
2017-06-26Fragments for a single connection (a combination of proto,src,dst,af)Alexander Bluhm
2017-06-26RANDOM1 was subject to rather bad modulus bias. Improve the situation a bitTheo Buehler
2017-06-26Arrange a phandle for the "ciu" node.Visa Hankala
2017-06-26note.ABI-tag and .MIPS.options are not needed anymore whenTheo de Raadt
2017-06-26When pinging an IPv6 link-local address, the reflected packet hadAlexander Bluhm
2017-06-26Assert that the corresponding socket is locked when manipulating socketMartin Pieuchot
2017-06-26Allow updating the destination address of an existing TDB. Since thePatrick Wildt
2017-06-26Split a part of tdb_delete() into tdb_unlink() so that we can removePatrick Wildt
2017-06-26Factor a variable assignment in audiopoll().Alexandre Ratchov
2017-06-25lld's linker-script parser has to be fixed to accept ; after LONG()Theo de Raadt
2017-06-25dull dependency for copying makegap.sh to obj, so that installsTheo de Raadt
2017-06-25ldd is more strict wrt semicolons, they can only appear after anOtto Moerbeek
2017-06-24To avoid packet loss due to reuse of the 16 bit IPv4 fragment id,Alexander Bluhm
2017-06-23Event interrupt handler should call hv_channel_schedule nowMike Belopuhov
2017-06-23Request deferred interrupt processingMike Belopuhov
2017-06-23Introduce deferred interrupt processing capabilityMike Belopuhov
2017-06-23s/membar_sync/virtio_membar_sync/Mike Belopuhov
2017-06-23Finish up minor changes in the output and clear the BATCHED channel flagMike Belopuhov
2017-06-23- Fix Tx queues to USB endpoints mapping and merge urtwn_r92c_dma_init()Kevin Lo
2017-06-23Resetting the mbuf header in if_input_local() was stripping off theAlexander Bluhm
2017-06-23Unbreak profiling assembly functions in userland by defining theMartin Pieuchot
2017-06-23set the alignment of the per cpu cache structures to CACHELINESIZE.David Gwynne
2017-06-23change the semantic for calculating when to grow the size of a cache list.David Gwynne
2017-06-22Generate a gap.link script, and use that to generate gap.o. On multi-ABITheo de Raadt
2017-06-22calculate a "sum" based upon pointers to functions all over the kernel,Theo de Raadt
2017-06-22Improve the coalescing of instruction cache flushes on R8000 in orderVisa Hankala
2017-06-22Tidy up comment about double load opcodes in m88k/eh_common.S (and fix ;; -> ||)Tom Cosgrove
2017-06-22Fix the remaining ';;'s in sys/Tom Cosgrove
2017-06-22Add a hypervisor-specific function pointer in pvbus(4) that gets called duringJonathan Matthew
2017-06-22Fix another ;; in sys/devTom Cosgrove
2017-06-22double ;;. xhci one found by geoffhillTheo de Raadt
2017-06-22Only print the magic '&' letter on a disk if the hibernate partition isTheo de Raadt
2017-06-21Better off padding with 0x0. 0x0 = "break 0,0".Theo de Raadt
2017-06-21Fill space between sections with traps, rather than nops.Theo de Raadt
2017-06-21Don't confuse SCSI command status and transfer error code.Mike Belopuhov
2017-06-21Permit TIOCSTAT on a tty.Theo de Raadt
2017-06-21Return early from NVS command submission if no response is requiredMike Belopuhov