summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
2019-01-30add some macros to help turn labels into shims and back again.David Gwynne
2019-01-30dont store the unit when creating the interface, it's never usedDavid Gwynne
2019-01-29check the result of rtalloc with rtisvalid instead of a compare with NULLDavid Gwynne
2019-01-29Enable CRYPTO for arm64 RAMDISK so that we can use softraid crypto.Patrick Wildt
2019-01-29Discard unwanted mouse events from the keyboard input channel when we'reMarcus Glocker
2019-01-29Plumbing to simplify upcoming locking.Martin Pieuchot
2019-01-29Add a dedicated sysctl(2) node for witness(4).Visa Hankala
2019-01-29Accept control frames in monitor mode.Kevin Lo
2019-01-29call the "parent" interface ifp0 to be consistent with other drivers.David Gwynne
2019-01-29use a sockaddr_mpls when preparing an AF_MPLS sockaddr for mpls_outputDavid Gwynne
2019-01-29ixl works fine on sparc64David Gwynne
2019-01-29get rid of some more debug printfsDavid Gwynne
2019-01-29don't need to print the base queue number.David Gwynne
2019-01-28Simplify by using `spc' since we already have it, no behavior change.Martin Pieuchot
2019-01-28Stop accounting/updating priorities for Idle threads.Martin Pieuchot
2019-01-28Implement breaking into ddb on imxuart(4). When a break is detected,Patrick Wildt
2019-01-28get rid of unused globalDavid Gwynne
2019-01-28fix mpe_start by if_put()ting the right ifpDavid Gwynne
2019-01-28make a start at supporting ipv6 on mpe.David Gwynne
2019-01-27tweak errno in previousanton
2019-01-27Validate the user-supplied device index given to WSMUXIO_ADD_DEVICE. The sameanton
2019-01-27stop using capital letters in printf format strings; ok visa@anton
2019-01-27consistency tweaks to panic format strings; ok visa@anton
2019-01-27don't play with IFF_UP in strange places.David Gwynne
2019-01-27use mpls_ip_adjttl and mpls_ip6_adjttl in mpe instead of rolling it again.David Gwynne
2019-01-27rework mpe_input so it patches ipv4 cksum, and handles ipv6 too.David Gwynne
2019-01-27change how packets are pushed into mpe(4).David Gwynne
2019-01-27move the mpe_softc definition and mpe macros into the mpe driver.David Gwynne
2019-01-27let ether_ioctl handle the mtu. set hardmtu to ETHER_MAX_HARDMTU_LEN.David Gwynne
2019-01-27use sc as the name of the softc variable.David Gwynne
2019-01-27put underscores in function names like other driversDavid Gwynne
2019-01-27split off "local" input handlingDavid Gwynne
2019-01-27like ip headers, mpls tags need to be aligned to a 4 byte boundaryDavid Gwynne
2019-01-27forgot to commit the tweaks to mpls_input when mpw became an ethernet ifaceDavid Gwynne
2019-01-26Parse altitude and ground speed values from the GGA & RMC NMEA messages,Landry Breuil
2019-01-26Use memset() instead of bzero().Visa Hankala
2019-01-26Wait a bit for the set mode command to complete for Synaptics devices toMarcus Glocker
2019-01-26Tag the start of witness(4) output with prefix "witness:".Visa Hankala
2019-01-26check if the incoming ttl is <= 1 before decrementing it.David Gwynne
2019-01-25build ccp(4) on ramdisksJonathan Gray
2019-01-25I am retiring my old email address; replace it with my OpenBSD one.Todd C. Miller
2019-01-24Add .fpu directives in inline assembly to silence new compilerMark Kettenis
2019-01-24Zap unused disable flag from iwn_stop()kn
2019-01-24Correct a wrong comment about PTE skip sizeMike Larkin
2019-01-2432 not 16Theo de Raadt
2019-01-24the KERN*_{HI,LO} variables are not needed, and easier to calculate theTheo de Raadt
2019-01-24gdt64 is only used by locore0 during the gut-wrenching 32-bit bring-up, soTheo de Raadt
2019-01-24mptramp.S does not export gdt64, another historical locore.s splitup errorTheo de Raadt
2019-01-23RELOC() is not performed here (remained from when locore was split up)Theo de Raadt
2019-01-23using _C_LABEL() inside a macro which uses _C_LABEL() is silly and wrongTheo de Raadt