Age | Commit message (Expand) | Author |
2020-06-21 | add hchacha20 for wireguard. | David Gwynne |
2020-06-21 | curve25519 for wireguard. | David Gwynne |
2020-06-21 | add blake2s for wireguard. | David Gwynne |
2020-06-21 | add mq_push. it's like mq_enqueue, but drops from the head, not the tail. | David Gwynne |
2020-06-21 | wrap a long line. no functional change. | David Gwynne |
2020-06-21 | if an inp_upcall is set, let it look at and maybe steal the udp packet. | David Gwynne |
2020-06-21 | The onboard interfaces on T7/S7 machines don't provide a valid MAC address | Jonathan Matthew |
2020-06-21 | knf: the inp_upcall line was too long. | David Gwynne |
2020-06-21 | add a inp_upcall function pointer and inp_upcall_arg to struct in_pcb. | David Gwynne |
2020-06-20 | Add bcmtmon(4), a driver for the temperature sensor on the Raspberry Pi 4. | Mark Kettenis |
2020-06-20 | Shifts (<<) of more than 32 bits must be done on 64-bit values. | Kenneth R Westerback |
2020-06-20 | Make FUNCTION()/UNIT() return valid major/minor device numbers rather | Kenneth R Westerback |
2020-06-20 | With filesystem having many cylinder groups and many inodes per cg the | Otto Moerbeek |
2020-06-20 | make zeroing fb mem conditional matching linux path | Jonathan Gray |
2020-06-19 | Break a glass ceiling on cwnd due to integer division during congestion | Richard Procter |
2020-06-19 | VM_MAXUSER_ADDRESS needs to be page-aligned. | Mark Kettenis |
2020-06-19 | Fix calculation of the year. | Mark Kettenis |
2020-06-19 | Not quite correct implementations of copystr(9) and kcopy(9). | Mark Kettenis |
2020-06-19 | First stab at implementing system calls. | Mark Kettenis |
2020-06-19 | Add support for BCM4359 SDIO variants such as the AP6359SA module found | Mark Kettenis |
2020-06-19 | Whitespace. | Kenneth R Westerback |
2020-06-19 | Set %r13 with a pointer to our per-CPU info struct when setting up a | Mark Kettenis |
2020-06-19 | fold the TSC value in fewer operations, same result; ok deraadt@ | Christian Weisgerber |
2020-06-19 | Whitespace. Two short lines to one line. | Kenneth R Westerback |
2020-06-19 | Make iwx(4) reset Tx byte count table slots for frames that are done. | Stefan Sperling |
2020-06-19 | Add WPA2 (CCMP) crypto offload support to iwx(4). | Stefan Sperling |
2020-06-19 | reduce the diff to linux | Jonathan Gray |
2020-06-19 | let stoeplitz_to_key take a void * argument instead of uint8_t *. | David Gwynne |
2020-06-19 | backout pipe change, it crashes some arch | Theo de Raadt |
2020-06-18 | pass the mbuf with the data separately to the one with the pkthdr to mtap. | David Gwynne |
2020-06-18 | add $OpenBSD$ tags | David Gwynne |
2020-06-18 | extend the bpf_hdr struct to include some metadata if available. | David Gwynne |
2020-06-18 | AST handling. | Mark Kettenis |
2020-06-18 | Cache kernel SLB entries in per-CPU struct and restore them upon | Mark Kettenis |
2020-06-18 | Add pcamux(4), a driver for the PCA8548 I2C switch. | Mark Kettenis |
2020-06-18 | BCM5719 A1 seen in the wild. | Mark Kettenis |
2020-06-18 | Refuse to set 0 or a negative value for net.inet.tcp.synbucketlimit. | Martin Pieuchot |
2020-06-18 | Combine and replace duplicated code in pipex(4) and pppx(4) by new functions | mvs |
2020-06-18 | Compare `so' and `sosp' types just after `sosp' obtaining. We can't splice | mvs |
2020-06-18 | Introduce stoeplitz_hash_n32() and use it to simplify the hash_ip* | Theo Buehler |
2020-06-18 | The same simplification can be done a second time: widen the type, | Theo Buehler |
2020-06-18 | Enable bwfm(4) on armv7 RAMDISK for SD/MMC and USB devices. | Frederic Cambus |
2020-06-18 | Now that the calls to stoeplitz_cache_entry() are out of the way, we can | Theo Buehler |
2020-06-18 | The next step is to use that we have cached the result of the matrix | Theo Buehler |
2020-06-17 | Fix broken HID descriptors of Elecom trackballs. | Ulf Brosziewski |
2020-06-17 | Print CPU name and cache info in the same way as we do on arm64. | Mark Kettenis |
2020-06-17 | More pmap bits, mostly from powerpc andd arm64. | Mark Kettenis |
2020-06-17 | Instead of performing three distinct allocations per created pipe, | anton |
2020-06-17 | Explicitly unmap DMA memory using pmap_kremove(9). | Mark Kettenis |
2020-06-17 | needs param.h, not types.h | Theo de Raadt |