summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
2017-05-05Add the missing cache flush operations for non-coherent mappings.Mark Kettenis
2017-05-05Add eMMC-related clocks.Mark Kettenis
2017-05-05Remove /* FALLTHROUGH */ that isn't (and shouldn't).Mark Kettenis
2017-05-05Remove a DIAGNOSTIC test for a NULL pipe value inside a transfer,Jonathan Gray
2017-05-05regenJonathan Matthew
2017-05-05add Moxa CP-104ELJonathan Matthew
2017-05-05Expand SA_LEN(), there is no benefit for using the macro in theAlexander Bluhm
2017-05-05Allow setting guest %xcr0 from vmd(8).Mike Larkin
2017-05-04Also pass the blk offset to disk_unbusy(), so that it can pass it toTheo de Raadt
2017-05-04enable brgphy, which appears in the edgerouter proJonathan Matthew
2017-05-04Recognize various Cavium ThunderX cores.Mark Kettenis
2017-05-04If m is not a continuous mbuf cluster, m_pullup() in pr_input mayAlexander Bluhm
2017-05-04Implementation of the Flow Queue - Controlled Delay (FQ-CoDel)Mike Belopuhov
2017-05-04Remove side effects from assignment. Fixes warning with cppcheck.Alexander Bluhm
2017-05-04Introduce sstosa() for converting sockaddr_storage with a type safeAlexander Bluhm
2017-05-04Reset the MLD default ip6_opts by using ip6_initpktopts(). This fixes aRafael Zalamena
2017-05-04If iwm_nic_lock() cannot access the device then print "acquiring device failed"Stefan Sperling
2017-05-03Bring boot() in line with our other architectures.Mark Kettenis
2017-05-03Provide a function to dispose of a list of mbufs on dequeueMike Belopuhov
2017-05-03Back out rev 1.185 (which made the code match the comment) andTodd C. Miller
2017-05-03Provide a signed 64 bit integer timestamp in the mbuf packet headerMike Belopuhov
2017-05-03Byte order of IP addresses was broken on big endian machines.Gerhard Roth
2017-05-03Fix a regression in iwm(4) which made 3165 devices unusable.Stefan Sperling
2017-05-03explicitly initialise the mutex in the kernel map.David Gwynne
2017-05-03Change the ip6_setmoptions() function to receive the rdomain as a newRafael Zalamena
2017-05-03Remove unused (and wrong) uaudio_drain() call. From Michael W.Alexandre Ratchov
2017-05-03style improvement from Michael W. Bombardieri <mb at ii.net>Alexandre Ratchov
2017-05-03update the stack doco to match reality.David Gwynne
2017-05-03add ifq_mfreem() so ifq backends can free packets during dequeue.David Gwynne
2017-05-03Mark uvm_sync_lock as vnode'ish for witness purposes, as it is takenPhilip Guenther
2017-05-02Zap silly diagnostic reboot message.Mark Kettenis
2017-05-02Zap silly diagnostic reboot message.Mark Kettenis
2017-05-02The pmap_vp_enter() function should only ever be called for userland mappingsMark Kettenis
2017-05-02Switch 802.11 crypto over to the new AESMike Belopuhov
2017-05-02Stricter pledge for bpf. ok deraadtMartin Natano
2017-05-02Remove check for compatible property here as well.Mark Kettenis
2017-05-02Remove check for compatible property. Turns out sunxi relied on the brokenMark Kettenis
2017-05-02Linux switched from a device-specific pinctrl binding to a the generic versionMark Kettenis
2017-05-02Revise MDIO driver code so that device instances can be attachedVisa Hankala
2017-05-02Provide pluggable queueing interface for pfMike Belopuhov
2017-05-02Switch glxsb(4), VIA padlock and AES-NI drivers over to the new AESMike Belopuhov
2017-05-02Switch OCF and IPsec over to the new AESMike Belopuhov
2017-05-02Fix a problem with associating to wifi networks with a hidden SSID.Stefan Sperling
2017-05-02Resynchronize the guest RTC via vmmci(4) on host resume from zzz/ZZZMike Larkin
2017-05-02Matching i386 commit to previous amd64 commit (initial support for vmctlMike Larkin
2017-05-02Allow setting of guest MSRs from vmd(8). This change is the first part ofMike Larkin
2017-04-30Make early attrbute work here as well. Remove unreachable panic while there.Mark Kettenis
2017-04-30Fix priority handling. The interrupt priority registers expose the full rangeMark Kettenis
2017-04-30Constant time AES implementationMike Belopuhov
2017-04-30Remove some KGDB leftovers.Martin Pieuchot