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