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