summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
2019-04-30Add an equivalent test for master in drm_fb_helper_is_bound()Jonathan Gray
2019-04-29MC146818_GETTOD: Check for RTC rollover during read.cheloha
2019-04-29Extend channel dwell time during passive scans in iwn(4).Stefan Sperling
2019-04-29tr_unit is unused, so gc itDavid Gwynne
2019-04-29don't have lacp input push lacp packets into the trunkports bpf again.David Gwynne
2019-04-28Removes the KERNEL_LOCK() from bridge(4)'s output fast-path.Martin Pieuchot
2019-04-28Fix reading route entries via kvm(3).Martin Pieuchot
2019-04-28the bufcachepercent=80 experiment has exposed a few problems...Theo de Raadt
2019-04-28Make sure only "primary" clients can become master.Mark Kettenis
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