Age | Commit message (Expand) | Author |
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 |
2017-06-21 | Fix kernel diagnostic assertion "(sk->inp == NULL) || (sk->inp->inp_pf_sk | Alexander Bluhm |
2017-06-21 | Include the request id in the I/O debug output | Mike Belopuhov |
2017-06-20 | use [] instead of * for reaching regions to unmap, making this more | Theo de Raadt |
2017-06-20 | In ddb print socket bit field so_state in hex to match SS_ defines. | Alexander Bluhm |
2017-06-20 | Check the validity of the `qtd' pointer after each interrupt case | Visa Hankala |
2017-06-20 | Do not touch file pointers for which FILE_IS_USABLE() is false. | Gerhard Roth |
2017-06-20 | Remove the IWM_FLAG_HW_INITED flag from iwm(4). This flag was redundant. | Stefan Sperling |
2017-06-20 | Initialize the link state of a wireless interface to DOWN when the | Stefan Sperling |
2017-06-20 | Fix a couple of comment typos in amd64 and i386 biosvar.h | Tom Cosgrove |
2017-06-20 | Do not use the interface pointer after if_put(). Rename ipip_input_gif() | Alexander Bluhm |
2017-06-20 | Convert sodidle() to timeout_set_proc(9), it needs a process context | Martin Pieuchot |
2017-06-20 | Remove KERNEL_LOCK() asserts. | Martin Pieuchot |
2017-06-20 | remove some magic numbers in the flush-by-asid code and check if the CPU | Mike Larkin |
2017-06-20 | SVM: better cleanbits handling. Fixes an issue on Bulldozer CPUs causing | Mike Larkin |
2017-06-19 | dynamically scale the size of the per cpu cache lists. | David Gwynne |
2017-06-19 | As early as possible, create a link /bsd.booted to the /bsd kernel we | Theo de Raadt |
2017-06-19 | Terminate pledge log(9) with newline. This fixes dmesg(8) output. | Alexander Bluhm |
2017-06-19 | When dealing with mbuf pointers passed down as function parameters, | Alexander Bluhm |
2017-06-19 | The IP multicast forward functions return an errno, call the variable | Alexander Bluhm |
2017-06-19 | Fix the timecounter register on CN72xx/CN73xx. | Visa Hankala |
2017-06-19 | Use octeon_model_family() for SoC identification as in the rest | Visa Hankala |