Age | Commit message (Expand) | Author |
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 |
2019-01-18 | adjtime(2), settimeofday(2), clock_settime(2): validate input | cheloha |
2019-01-18 | Revert Rev 1.351, the change is not quite right yet. | Claudio Jeker |
2019-01-18 | delete vmm(4) in i386 | pd |
2019-01-17 | Convert interface lists from TAILQ to SLIST in preparation for fine | Martin Pieuchot |
2019-01-17 | No need to free the Command/Data GPIO in the I2C detach path since it is | Patrick Wildt |
2019-01-17 | Add support for the SSD1306 as seen on the NanoPi NEO2 with | Patrick Wildt |
2019-01-17 | Unveil fixes: | Bob Beck |
2019-01-17 | Remove some empty lines | Mike Larkin |
2019-01-17 | Enable bwfm(4) in RAMDISK_CD | Mike Larkin |
2019-01-16 | Deny mmap() on enabled kcov fds. Sometimes syzkaller manages to duplicate an | anton |
2019-01-16 | include pf.h for #if NPF > 0 test | Jonathan Gray |
2019-01-15 | Make otus(4) modify its DMA_TRIGGER register with readable macros | Stefan Sperling |
2019-01-15 | Remove an unused variable. Spotted by clang. | Visa Hankala |
2019-01-15 | Add missing Allwinner H3/H5 OHCI clocks. | Mark Kettenis |
2019-01-15 | Stop processing "no data" frames in ieee80211_input() before decryption. | Stefan Sperling |