summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
2019-01-20No leading space(s) before labels.Kenneth R Westerback
2019-01-20remove unused i_lockf member from struct iso_node; ok tedu@ visa@anton
2019-01-20Add support for a new kcov trace mode called KCOV_MODE_TRACE_CMP whereanton
2019-01-20Rework conditional for clarity, no functional change.anton
2019-01-20implement ixl_rxrinfo, dynamically allocating the buffer to prepare forJonathan Matthew
2019-01-20When retiring a SCSI request, sometimes the buf's b_error value isKenneth R Westerback
2019-01-20make this look more like other pwr_action code (small_kernel)Ted Unangst
2019-01-20Handle link state change interrupts by issuing IXL_AQ_OP_PHY_LINK_STATUSJonathan Matthew
2019-01-20Serialize tc_windup() calls and modification of some timehands members.cheloha
2019-01-20Use rdmsr_safe in svm_handle_msrMike Larkin
2019-01-20Implement rdmsr_safeMike Larkin
2019-01-20fix SMALL_KERNEL build after changes in rev 1.361Jonathan Gray
2019-01-19Add a pwraction sysctl that controls what the power button does on acpi.Ted Unangst
2019-01-19Change transfer schedule of split interrupt transfer,SASANO Takayoshi
2019-01-19backout previous; syzkaller did not cope well with this changeanton
2019-01-19virtio: Introduce defines for config(8) flagsStefan Fritsch
2019-01-19viomb: tweak feature negotiationStefan Fritsch
2019-01-19enable myx(4) on the large ramdisk. has been enabled in GENERIC for a while.Peter Hessler
2019-01-19Finish randominzing remaining layers of pmap_kernelMike Larkin
2019-01-19now that it works, enable ixl(4) on amd64Jonathan Matthew
2019-01-19Move boottime into the timehands.cheloha
2019-01-19actually set CAUSE_ENA on the rx and tx queues, and re-enable interruptsJonathan Matthew
2019-01-18pack hmc bits in the right orderJonathan Matthew
2019-01-18no need to KERNEL_LOCK before calling ktrstruct() anymore; ok mpi@ visa@cheloha
2019-01-18Bring back the ip_pcbopts() refactor. Pad the option buffer and thereforClaudio Jeker
2019-01-18when removing the currently active network from the join list, disconnectPeter Hessler
2019-01-18add a len field when we delete an essid from the joinlist. this will havePeter Hessler
2019-01-18let users automatically use join to connect to any open wifi network.Peter Hessler
2019-01-18Check for negative length in NFS strings. This affects both, theAlexander Bluhm
2019-01-18Check for negative length integers in NFS server. A maliciousAlexander Bluhm
2019-01-18Check for negative length integers in NFS client. A maliciousAlexander Bluhm
2019-01-18sys/time.h: new macros: timerisvalid() and timespecisvalid().cheloha
2019-01-18chase sounlock() api change, make bfd(4) build againPeter Hessler
2019-01-18remove a debugging printf that has outlived its usefulnessMike Larkin
2019-01-18futex(2): validate relative timeout before sleeping.cheloha
2019-01-18adjtime(2), settimeofday(2), clock_settime(2): validate inputcheloha
2019-01-18Revert Rev 1.351, the change is not quite right yet.Claudio Jeker
2019-01-18delete vmm(4) in i386pd
2019-01-17Convert interface lists from TAILQ to SLIST in preparation for fineMartin Pieuchot
2019-01-17No need to free the Command/Data GPIO in the I2C detach path since it isPatrick Wildt
2019-01-17Add support for the SSD1306 as seen on the NanoPi NEO2 withPatrick Wildt
2019-01-17Unveil fixes:Bob Beck
2019-01-17Remove some empty linesMike Larkin
2019-01-17Enable bwfm(4) in RAMDISK_CDMike Larkin
2019-01-16Deny mmap() on enabled kcov fds. Sometimes syzkaller manages to duplicate ananton
2019-01-16include pf.h for #if NPF > 0 testJonathan Gray
2019-01-15Make otus(4) modify its DMA_TRIGGER register with readable macrosStefan Sperling
2019-01-15Remove an unused variable. Spotted by clang.Visa Hankala
2019-01-15Add missing Allwinner H3/H5 OHCI clocks.Mark Kettenis
2019-01-15Stop processing "no data" frames in ieee80211_input() before decryption.Stefan Sperling