Age | Commit message (Expand) | Author |
2019-01-28 | make a start at supporting ipv6 on mpe. | David Gwynne |
2019-01-27 | tweak errno in previous | anton |
2019-01-27 | Validate the user-supplied device index given to WSMUXIO_ADD_DEVICE. The same | anton |
2019-01-27 | stop using capital letters in printf format strings; ok visa@ | anton |
2019-01-27 | consistency tweaks to panic format strings; ok visa@ | anton |
2019-01-27 | don't play with IFF_UP in strange places. | David Gwynne |
2019-01-27 | use mpls_ip_adjttl and mpls_ip6_adjttl in mpe instead of rolling it again. | David Gwynne |
2019-01-27 | rework mpe_input so it patches ipv4 cksum, and handles ipv6 too. | David Gwynne |
2019-01-27 | change how packets are pushed into mpe(4). | David Gwynne |
2019-01-27 | move the mpe_softc definition and mpe macros into the mpe driver. | David Gwynne |
2019-01-27 | let ether_ioctl handle the mtu. set hardmtu to ETHER_MAX_HARDMTU_LEN. | David Gwynne |
2019-01-27 | use sc as the name of the softc variable. | David Gwynne |
2019-01-27 | put underscores in function names like other drivers | David Gwynne |
2019-01-27 | split off "local" input handling | David Gwynne |
2019-01-27 | like ip headers, mpls tags need to be aligned to a 4 byte boundary | David Gwynne |
2019-01-27 | forgot to commit the tweaks to mpls_input when mpw became an ethernet iface | David Gwynne |
2019-01-26 | Parse altitude and ground speed values from the GGA & RMC NMEA messages, | Landry Breuil |
2019-01-26 | Use memset() instead of bzero(). | Visa Hankala |
2019-01-26 | Wait a bit for the set mode command to complete for Synaptics devices to | Marcus Glocker |
2019-01-26 | Tag the start of witness(4) output with prefix "witness:". | Visa Hankala |
2019-01-26 | check if the incoming ttl is <= 1 before decrementing it. | David Gwynne |
2019-01-25 | build ccp(4) on ramdisks | Jonathan Gray |
2019-01-25 | I am retiring my old email address; replace it with my OpenBSD one. | Todd C. Miller |
2019-01-24 | Add .fpu directives in inline assembly to silence new compiler | Mark Kettenis |
2019-01-24 | Zap unused disable flag from iwn_stop() | kn |
2019-01-24 | Correct a wrong comment about PTE skip size | Mike Larkin |
2019-01-24 | 32 not 16 | Theo de Raadt |
2019-01-24 | the KERN*_{HI,LO} variables are not needed, and easier to calculate the | Theo de Raadt |
2019-01-24 | gdt64 is only used by locore0 during the gut-wrenching 32-bit bring-up, so | Theo de Raadt |
2019-01-24 | mptramp.S does not export gdt64, another historical locore.s splitup error | Theo de Raadt |
2019-01-23 | RELOC() is not performed here (remained from when locore was split up) | Theo de Raadt |
2019-01-23 | using _C_LABEL() inside a macro which uses _C_LABEL() is silly and wrong | Theo de Raadt |
2019-01-23 | remove special casing for IFT_MPLSTUNNEL now mpw is IFT_ETHER. | David Gwynne |
2019-01-23 | rework mpw to be an actual ethernet interface. | David Gwynne |
2019-01-23 | eliminate a ?: in witness mtx initializer by pushing the default one | Ted Unangst |
2019-01-23 | Sprinkle a pinch of timerisvalid/timespecisvalid over the rest of sys/kern | cheloha |
2019-01-23 | Remove uneeded header. | Martin Pieuchot |
2019-01-23 | Pass an `ifp' pointer to bridge_ourether(). | Martin Pieuchot |
2019-01-23 | Only copy packets for span ports if the bridge is UP. | Martin Pieuchot |
2019-01-23 | Move 802.11n rateset definitions out of MiRA and make them available to | Stefan Sperling |
2019-01-23 | enable the apm(4) subsystem on arm64 | Peter Hessler |
2019-01-23 | Add the apm(4) subsystem to arm64. | Peter Hessler |
2019-01-23 | add a SIOCGPWE3 ioctl for interfaces to advertise pwe3 capability | David Gwynne |
2019-01-23 | futimens(2), futimes(2), utimensat(2), utimes(2): Validate input at copyin | cheloha |
2019-01-22 | add some definitions used by elftoolchain's libelf | Jonathan Gray |
2019-01-22 | The kernel interpreted bogus lengths in RPC calls during NFS boot. | Alexander Bluhm |
2019-01-22 | namei can return a null dvp on success. check this before access. | Ted Unangst |
2019-01-22 | Do not leak received mbufs if the NDIS appended a zero-byte padding. | Martin Pieuchot |
2019-01-22 | Remove unused variable. | Martin Pieuchot |
2019-01-22 | flense more trailing whitespace | Peter Hessler |