summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
2019-04-28add WITNESS support to barriers modelled on the timeout stuff visa did.David Gwynne
2019-04-27drm/ttm: fix out-of-bounds read in ttm_put_pages() v2Jonathan Gray
2019-04-27fix up some rxprio handling while hereDavid Gwynne
2019-04-27don't increment noproto on the parent interface when there's no childDavid Gwynne
2019-04-27use unsigned int, not u_int, and uintXX_t, not u_intXX_tDavid Gwynne
2019-04-27rename sc_prio to sc_txprioDavid Gwynne
2019-04-27remove sc_proto, it isn't used.David Gwynne
2019-04-27rename softc members so theyre prefixed with sc.David Gwynne
2019-04-27back out, this isn't part of a vlan change.David Gwynne
2019-04-27this wasnt meant to be committed, back out for now.David Gwynne
2019-04-27get rid of ifv_linkmib and a bunch of useless macrosDavid Gwynne
2019-04-27fix some whitespace.David Gwynne
2019-04-27call vlan_softc variables sc, not ifv. no functional change.David Gwynne
2019-04-27whitespace tweaks. no functional change.David Gwynne
2019-04-27rename struct ifvlan to struct vlan_softcDavid Gwynne
2019-04-27move the struct ifvlan (the vlan softc) definition into if_vlan.c.David Gwynne
2019-04-26Guard against repeated inclusion of <mips64/pte.h>. This fixes drm buildVisa Hankala
2019-04-25disable -Oz compile for SMALL_KERNEL w/ comment whyTheo de Raadt
2019-04-25Add movstrSI12_i4 for linking -Os/-Oz kernels. Sadly however itTheo de Raadt
2019-04-25Add a check to tftp_open() that we are actually opening a TFTP device.Christian Weisgerber
2019-04-25Lower the accepted upper bound for bd_rtout to INT_MAX in order toanton
2019-04-25Since we now have an attachhook, the actual interrupt handler is installedMark Kettenis
2019-04-25Follow up on jmatthew's suggestion:Kevin Lo
2019-04-24Add product id for the USB serial adapter found in Juniper SRX 300.remi
2019-04-24regenremi
2019-04-24New product id for the USB serial adapter found in Juniper SRX 300.remi
2019-04-24implement SIOCGIFSFFPAGE so ifconfig can get transceiver info.Jonathan Matthew
2019-04-24Style tweaks:Philip Guenther
2019-04-24regenDavid Gwynne
2019-04-24add the product id for VMware NVMe interfaceDavid Gwynne
2019-04-23Since ppb(4) properly allocates bus ranges for attached devices,Patrick Wildt
2019-04-23syncTheo de Raadt
2019-04-23shorten some stringsTheo de Raadt
2019-04-23Add support for ccp(4) at acpi(4).Mark Kettenis
2019-04-23Add support for "pinconf-single" devices and add support for bias andMark Kettenis
2019-04-23Call exit(2) if sigreturn(2) fails on mips64. This is what otherVisa Hankala
2019-04-23Add a driver for OCTEON two-wire serial interface.Visa Hankala
2019-04-23Remove file name and line number output from witness(4)Visa Hankala
2019-04-23give gre and mgre percpu counters tooDavid Gwynne
2019-04-23enable discard_backing_storage() testJonathan Gray
2019-04-23Linux code expects to find struct file in fs.h so include sys/file.hJonathan Gray
2019-04-23For raw IPv6 sockets userland may specify an offset where theAlexander Bluhm
2019-04-23a first cut at converting some virtual ethernet interfaces to if_vinputDavid Gwynne
2019-04-23Copy cache-control bits from U+K to U-K entry in pmap_enter_special()Philip Guenther
2019-04-23regenJonathan Gray
2019-04-23Add more amdgpu device ids.Jonathan Gray
2019-04-23- Update the comment describing why pci retry timeout needs to be disabledKevin Lo
2019-04-22In in_cksum() and in6_cksum() convert types to C99 style and makeAlexander Bluhm
2019-04-22vmm(4): flush guest TLB entries if guest disables paging. While thisMike Larkin
2019-04-22Not all systems supporting DVFS expose a regulator to set the voltage.Mark Kettenis