summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
2019-01-22#ifdef video junk as required.Theo de Raadt
2019-01-21select(2), pselect(2), poll(2), ppoll(2): Support full timeout range.cheloha
2019-01-21sometimes we don't call unveil_add, which means memory allocated by nameiTed Unangst
2019-01-21Add "video" promise.Landry Breuil
2019-01-21Introduce a dedicated entry point data structure for file locks. This new dataanton
2019-01-21Adapt to allwinner device tree changes in linux >= 5.0-rc1Jonathan Gray
2019-01-21Support 2TB phys memMike Larkin
2019-01-21vmm: better handling of CPUID[1].ECX[OSXSAVE] bitMike Larkin
2019-01-21Don't add PG_u to the upper level PTEs in the meltdown caseMike Larkin
2019-01-21vmm: better handling of two SMM related MSRsMike Larkin
2019-01-21also add a mac filter that ignores vlans for the broadcast address, so we canJonathan Matthew
2019-01-20Replace the default mac filter with one that ignores vlans, and enableJonathan Matthew
2019-01-20Refresh arp entries that are about to expire. Once their life time is lessClaudio Jeker
2019-01-20Adjust punctuation in comment to align columns consistentlyPhilip Guenther
2019-01-20use the faster interface, since the precision is not necessaryPeter Hessler
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