Age | Commit message (Expand) | Author |
2019-01-30 | add some macros to help turn labels into shims and back again. | David Gwynne |
2019-01-30 | dont store the unit when creating the interface, it's never used | David Gwynne |
2019-01-29 | check the result of rtalloc with rtisvalid instead of a compare with NULL | David Gwynne |
2019-01-29 | Enable CRYPTO for arm64 RAMDISK so that we can use softraid crypto. | Patrick Wildt |
2019-01-29 | Discard unwanted mouse events from the keyboard input channel when we're | Marcus Glocker |
2019-01-29 | Plumbing to simplify upcoming locking. | Martin Pieuchot |
2019-01-29 | Add a dedicated sysctl(2) node for witness(4). | Visa Hankala |
2019-01-29 | Accept control frames in monitor mode. | Kevin Lo |
2019-01-29 | call the "parent" interface ifp0 to be consistent with other drivers. | David Gwynne |
2019-01-29 | use a sockaddr_mpls when preparing an AF_MPLS sockaddr for mpls_output | David Gwynne |
2019-01-29 | ixl works fine on sparc64 | David Gwynne |
2019-01-29 | get rid of some more debug printfs | David Gwynne |
2019-01-29 | don't need to print the base queue number. | David Gwynne |
2019-01-28 | Simplify by using `spc' since we already have it, no behavior change. | Martin Pieuchot |
2019-01-28 | Stop accounting/updating priorities for Idle threads. | Martin Pieuchot |
2019-01-28 | Implement breaking into ddb on imxuart(4). When a break is detected, | Patrick Wildt |
2019-01-28 | get rid of unused global | David Gwynne |
2019-01-28 | fix mpe_start by if_put()ting the right ifp | David Gwynne |
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 |