summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
2019-04-17Initialize virtqueue before passing it to deviceStefan Fritsch
2019-04-17don't lose the TTL on FAT labelsDavid Gwynne
2019-04-17use txprio to control the use of exp as a priority fieldDavid Gwynne
2019-04-16When we encounter ppb(4)s that are not configured we allocate a rangePatrick Wildt
2019-04-16When entering kernel pages uncached we need to make sure to flush thePatrick Wildt
2019-04-16Prevent attaching drivers to devices for which we attached a driver early.Mark Kettenis
2019-04-16Use the actual cluster size instead of fixed MCLBYTES for theYASUOKA Masahiko
2019-04-16i2c reads are more reliable a byte at a time.David Gwynne
2019-04-16make sff page reads work on little endian archs too. like amd64.David Gwynne
2019-04-16have another go at tx mitigationDavid Gwynne
2019-04-15moving BPF to RCUAlexandr Nedvedicky
2019-04-15Use timeout_del_barrier(9) instead of timeout_del(9) followed byVisa Hankala
2019-04-15implement SIOCGIFSFFPAGE so ifconfig can get transceiver info.David Gwynne
2019-04-15the myx_cmd struct has to be 4 byte aligned for use with bus_spaceDavid Gwynne
2019-04-15enum thing needs commas between items.David Gwynne
2019-04-15there's some new errors that commands can complete with tooDavid Gwynne
2019-04-15there's a bunch of new commands in newer firmwaresDavid Gwynne
2019-04-15trim some debug code that printed out the name of a commandDavid Gwynne
2019-04-14Instead of using COPTS=-Oz (and similar) in make environment to forceTheo de Raadt
2019-04-14Update shared drm code, inteldrm(4) and radeondrm(4) from linux 4.4 toJonathan Gray
2019-04-14Add lock order checking for timeoutsVisa Hankala
2019-04-14don't take splnet when running the network stackDavid Gwynne
2019-04-13MSFT0101 must require some special handling, since this breaksTheo de Raadt
2019-04-13Add missing compatibles for newer Linux kernel bindings.Mark Kettenis
2019-04-13renable POOL_DEBUGTheo de Raadt
2019-04-13unlock tree, we are now working on 6.5-currentTheo de Raadt
2019-04-10KNF per naddy@ians
2019-04-10Add (uint32_t) cast on marks[] to avoid warning in gcc3.Kenji Aoyama
2019-04-10Unbreak "boot bsd.up" line in /etc/boot.confFlorian Obser
2019-04-10Hide debug printfs.Alexandre Ratchov
2019-04-10Add support for X722 to ixl(4)Peter Hessler
2019-04-10syncPeter Hessler
2019-04-10Add support for X722 to ixl(4)Peter Hessler
2019-04-10implement support for SIOCGIFSFFPAGEDavid Gwynne
2019-04-10add support for SIOCGIFSFFPAGE so userland can read sfp module infoDavid Gwynne
2019-04-10do custom checks for SIOCGIFSFFPAGE.David Gwynne
2019-04-10add SIOCGIFSFFPAGE, for getting sfp/qsfp module info from nics.David Gwynne
2019-04-10add struct if_sffpage so userland can read a page of sfp/qsfp infoDavid Gwynne
2019-04-10Handle missed service errors, specific to isochronous transfers.Alexandre Ratchov
2019-04-10Fix URE_WDT6_SET_MODE register definition.Kevin Lo
2019-04-10crank versionsTheo de Raadt
2019-04-10change marks[] array to uint64_t, so the code can track full 64-bitTheo de Raadt
2019-04-09Detect /bsd.upgrade kernel and boot it if present instead of default /bsd,Kenji Aoyama
2019-04-08change psize to a signed int to cope with it going negative sinceJoshua Stein
2019-04-08crank version; looks good deraadtFlorian Obser
2019-04-08Detect /bsd.upgrade kernel and boot it if present instead of defaultFlorian Obser
2019-04-08Make azalia(4) initialize dolby atmos codecs in the resume path.Stefan Sperling
2019-04-05In debug mode print TCP flag names to console correctly.Alexander Bluhm
2019-04-05Broken userland software sets address bit in routing message withoutAlexander Bluhm
2019-04-05it is POOL_DEBUG disable timeTheo de Raadt