Age | Commit message (Expand) | Author |
2019-01-22 | #ifdef video junk as required. | Theo de Raadt |
2019-01-21 | select(2), pselect(2), poll(2), ppoll(2): Support full timeout range. | cheloha |
2019-01-21 | sometimes we don't call unveil_add, which means memory allocated by namei | Ted Unangst |
2019-01-21 | Add "video" promise. | Landry Breuil |
2019-01-21 | Introduce a dedicated entry point data structure for file locks. This new data | anton |
2019-01-21 | Adapt to allwinner device tree changes in linux >= 5.0-rc1 | Jonathan Gray |
2019-01-21 | Support 2TB phys mem | Mike Larkin |
2019-01-21 | vmm: better handling of CPUID[1].ECX[OSXSAVE] bit | Mike Larkin |
2019-01-21 | Don't add PG_u to the upper level PTEs in the meltdown case | Mike Larkin |
2019-01-21 | vmm: better handling of two SMM related MSRs | Mike Larkin |
2019-01-21 | also add a mac filter that ignores vlans for the broadcast address, so we can | Jonathan Matthew |
2019-01-20 | Replace the default mac filter with one that ignores vlans, and enable | Jonathan Matthew |
2019-01-20 | Refresh arp entries that are about to expire. Once their life time is less | Claudio Jeker |
2019-01-20 | Adjust punctuation in comment to align columns consistently | Philip Guenther |
2019-01-20 | use the faster interface, since the precision is not necessary | Peter Hessler |
2019-01-20 | No leading space(s) before labels. | Kenneth R Westerback |
2019-01-20 | remove unused i_lockf member from struct iso_node; ok tedu@ visa@ | anton |
2019-01-20 | Add support for a new kcov trace mode called KCOV_MODE_TRACE_CMP where | anton |
2019-01-20 | Rework conditional for clarity, no functional change. | anton |
2019-01-20 | implement ixl_rxrinfo, dynamically allocating the buffer to prepare for | Jonathan Matthew |
2019-01-20 | When retiring a SCSI request, sometimes the buf's b_error value is | Kenneth R Westerback |
2019-01-20 | make this look more like other pwr_action code (small_kernel) | Ted Unangst |
2019-01-20 | Handle link state change interrupts by issuing IXL_AQ_OP_PHY_LINK_STATUS | Jonathan Matthew |
2019-01-20 | Serialize tc_windup() calls and modification of some timehands members. | cheloha |
2019-01-20 | Use rdmsr_safe in svm_handle_msr | Mike Larkin |
2019-01-20 | Implement rdmsr_safe | Mike Larkin |
2019-01-20 | fix SMALL_KERNEL build after changes in rev 1.361 | Jonathan Gray |
2019-01-19 | Add a pwraction sysctl that controls what the power button does on acpi. | Ted Unangst |
2019-01-19 | Change transfer schedule of split interrupt transfer, | SASANO Takayoshi |
2019-01-19 | backout previous; syzkaller did not cope well with this change | anton |
2019-01-19 | virtio: Introduce defines for config(8) flags | Stefan Fritsch |
2019-01-19 | viomb: tweak feature negotiation | Stefan Fritsch |
2019-01-19 | enable myx(4) on the large ramdisk. has been enabled in GENERIC for a while. | Peter Hessler |
2019-01-19 | Finish randominzing remaining layers of pmap_kernel | Mike Larkin |
2019-01-19 | now that it works, enable ixl(4) on amd64 | Jonathan Matthew |
2019-01-19 | Move boottime into the timehands. | cheloha |
2019-01-19 | actually set CAUSE_ENA on the rx and tx queues, and re-enable interrupts | Jonathan Matthew |
2019-01-18 | pack hmc bits in the right order | Jonathan Matthew |
2019-01-18 | no need to KERNEL_LOCK before calling ktrstruct() anymore; ok mpi@ visa@ | cheloha |
2019-01-18 | Bring back the ip_pcbopts() refactor. Pad the option buffer and therefor | Claudio Jeker |
2019-01-18 | when removing the currently active network from the join list, disconnect | Peter Hessler |
2019-01-18 | add a len field when we delete an essid from the joinlist. this will have | Peter Hessler |
2019-01-18 | let users automatically use join to connect to any open wifi network. | Peter Hessler |
2019-01-18 | Check for negative length in NFS strings. This affects both, the | Alexander Bluhm |
2019-01-18 | Check for negative length integers in NFS server. A malicious | Alexander Bluhm |
2019-01-18 | Check for negative length integers in NFS client. A malicious | Alexander Bluhm |
2019-01-18 | sys/time.h: new macros: timerisvalid() and timespecisvalid(). | cheloha |
2019-01-18 | chase sounlock() api change, make bfd(4) build again | Peter Hessler |
2019-01-18 | remove a debugging printf that has outlived its usefulness | Mike Larkin |
2019-01-18 | futex(2): validate relative timeout before sleeping. | cheloha |