Age | Commit message (Expand) | Author |
2019-04-30 | Add an equivalent test for master in drm_fb_helper_is_bound() | Jonathan Gray |
2019-04-29 | MC146818_GETTOD: Check for RTC rollover during read. | cheloha |
2019-04-29 | Extend channel dwell time during passive scans in iwn(4). | Stefan Sperling |
2019-04-29 | tr_unit is unused, so gc it | David Gwynne |
2019-04-29 | don't have lacp input push lacp packets into the trunkports bpf again. | David Gwynne |
2019-04-28 | Removes the KERNEL_LOCK() from bridge(4)'s output fast-path. | Martin Pieuchot |
2019-04-28 | Fix reading route entries via kvm(3). | Martin Pieuchot |
2019-04-28 | the bufcachepercent=80 experiment has exposed a few problems... | Theo de Raadt |
2019-04-28 | Make sure only "primary" clients can become master. | Mark Kettenis |
2019-04-28 | add WITNESS support to barriers modelled on the timeout stuff visa did. | David Gwynne |
2019-04-27 | drm/ttm: fix out-of-bounds read in ttm_put_pages() v2 | Jonathan Gray |
2019-04-27 | fix up some rxprio handling while here | David Gwynne |
2019-04-27 | don't increment noproto on the parent interface when there's no child | David Gwynne |
2019-04-27 | use unsigned int, not u_int, and uintXX_t, not u_intXX_t | David Gwynne |
2019-04-27 | rename sc_prio to sc_txprio | David Gwynne |
2019-04-27 | remove sc_proto, it isn't used. | David Gwynne |
2019-04-27 | rename softc members so theyre prefixed with sc. | David Gwynne |
2019-04-27 | back out, this isn't part of a vlan change. | David Gwynne |
2019-04-27 | this wasnt meant to be committed, back out for now. | David Gwynne |
2019-04-27 | get rid of ifv_linkmib and a bunch of useless macros | David Gwynne |
2019-04-27 | fix some whitespace. | David Gwynne |
2019-04-27 | call vlan_softc variables sc, not ifv. no functional change. | David Gwynne |
2019-04-27 | whitespace tweaks. no functional change. | David Gwynne |
2019-04-27 | rename struct ifvlan to struct vlan_softc | David Gwynne |
2019-04-27 | move the struct ifvlan (the vlan softc) definition into if_vlan.c. | David Gwynne |
2019-04-26 | Guard against repeated inclusion of <mips64/pte.h>. This fixes drm build | Visa Hankala |
2019-04-25 | disable -Oz compile for SMALL_KERNEL w/ comment why | Theo de Raadt |
2019-04-25 | Add movstrSI12_i4 for linking -Os/-Oz kernels. Sadly however it | Theo de Raadt |
2019-04-25 | Add a check to tftp_open() that we are actually opening a TFTP device. | Christian Weisgerber |
2019-04-25 | Lower the accepted upper bound for bd_rtout to INT_MAX in order to | anton |
2019-04-25 | Since we now have an attachhook, the actual interrupt handler is installed | Mark Kettenis |
2019-04-25 | Follow up on jmatthew's suggestion: | Kevin Lo |
2019-04-24 | Add product id for the USB serial adapter found in Juniper SRX 300. | remi |
2019-04-24 | regen | remi |
2019-04-24 | New product id for the USB serial adapter found in Juniper SRX 300. | remi |
2019-04-24 | implement SIOCGIFSFFPAGE so ifconfig can get transceiver info. | Jonathan Matthew |
2019-04-24 | Style tweaks: | Philip Guenther |
2019-04-24 | regen | David Gwynne |
2019-04-24 | add the product id for VMware NVMe interface | David Gwynne |
2019-04-23 | Since ppb(4) properly allocates bus ranges for attached devices, | Patrick Wildt |
2019-04-23 | sync | Theo de Raadt |
2019-04-23 | shorten some strings | Theo de Raadt |
2019-04-23 | Add support for ccp(4) at acpi(4). | Mark Kettenis |
2019-04-23 | Add support for "pinconf-single" devices and add support for bias and | Mark Kettenis |
2019-04-23 | Call exit(2) if sigreturn(2) fails on mips64. This is what other | Visa Hankala |
2019-04-23 | Add a driver for OCTEON two-wire serial interface. | Visa Hankala |
2019-04-23 | Remove file name and line number output from witness(4) | Visa Hankala |
2019-04-23 | give gre and mgre percpu counters too | David Gwynne |
2019-04-23 | enable discard_backing_storage() test | Jonathan Gray |
2019-04-23 | Linux code expects to find struct file in fs.h so include sys/file.h | Jonathan Gray |