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