summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
2018-01-09Use ip{,6}_send() instead of ip{,6}_output() to prevent a recursion.Martin Pieuchot
2018-01-09Do not silently truncate the firmware channel number.Martin Pieuchot
2018-01-09make mpls_input take a struct ifnet *ifp argument.David Gwynne
2018-01-08Fix indentation.Patrick Wildt
2018-01-08Initial support for HOSTAP mode. With this bwfm(4) can spawn an accessPatrick Wildt
2018-01-08Convert IF_CLONE_INITIALIZER() into C99 initializer.Alexander Bluhm
2018-01-08Do not pass a userland pointer to ktrabstimespec().Martin Pieuchot
2018-01-08In AP mode multicast packets share the flowrings with broadcastPatrick Wildt
2018-01-08The bwfm(4) TX ring expects the ethernet header as part of the TX infoPatrick Wildt
2018-01-08Guard the debug printf function behind BWFM_DEBUG as well. Also onlyPatrick Wildt
2018-01-08Move SC_* defines into <machine/setjmp.h>, and rename them,Visa Hankala
2018-01-08Pass correct size to uvm_vnp_setsize() for large files.Todd C. Miller
2018-01-08Add kqueue support for ext2fs based on ffs. OK deraadt@Todd C. Miller
2018-01-08Override membar_producer() for octeon.Visa Hankala
2018-01-08Allow TIOCUCNTL issued on a pty(4) master in promise "tty".Martin Pieuchot
2018-01-08Translate the TIOCSBRK & TIOCCBRK ioctl(2)s issued on a pty(4) slave toMartin Pieuchot
2018-01-08Attach dwiic_pci on Dell Precision 7520. Also restrict ihidev reportsMike Larkin
2018-01-08Delete flowrings when we take the interface down or change itsPatrick Wildt
2018-01-07Create multiple transmit flowrings in station mode, four in total, basedPatrick Wildt
2018-01-07delete a wrong commentMike Larkin
2018-01-07remove all PG_G global page mappings from the kernel when running onMike Larkin
2018-01-07amd64_{get,set}_fsbase() are superfluous and unused; delete them.Philip Guenther
2018-01-07Use __inline instead of inline as this header file might be included in aMark Kettenis
2018-01-07Delete obsolete/untrue commentsPhilip Guenther
2018-01-07remove a ridiculous comment and move another comment to the line it wasMike Larkin
2018-01-07Assume that direct-mapped addresses come from the xkphys segment.Visa Hankala
2018-01-07Add references to errata.Visa Hankala
2018-01-07Add identcpu.c and specialreg.h definitions for the new Intel/AMD MSRsMike Larkin
2018-01-06Handle %gs like %[def]s and reset set it in cpu_switchto() instead of onPhilip Guenther
2018-01-06Fix an interrupt storm condition in vldcp(8) (sparc64).Stefan Sperling
2018-01-06Don't advertise L0s if the "aspm-no-l0s" property is present. Base availableMark Kettenis
2018-01-06regenMark Kettenis
2018-01-06Add Silicon Motion SM2260 NVMe.Mark Kettenis
2018-01-06pckbd: don't change translation mode if controller is in table 2Joshua Stein
2018-01-06Enable sxits(4).Mark Kettenis
2018-01-06Add sxits(4), a driver for the temperature sensor on the Allwinner A10/A20Mark Kettenis
2018-01-06Enable sxitemp(4).Mark Kettenis
2018-01-06Set the proper bus clock rate based on the "clock-frequency" property andMark Kettenis
2018-01-06Remove redundant zeroing and dead code.Visa Hankala
2018-01-06rework the transmit and receive paths to address reliability issues.David Gwynne
2018-01-05To send out packets we need to create a flowring. Acting as station,Patrick Wildt
2018-01-05Drop incoming network packets as long as we are not in RUN state. ThisPatrick Wildt
2018-01-05Handle resets; needed on Allwinner R40/V40.Mark Kettenis
2018-01-05Implement R40/V40 SATA clock.Mark Kettenis
2018-01-05Add support for AXP221/223.Mark Kettenis
2018-01-05When we receive an AUTH or ASSOC event even though we have alreadyPatrick Wildt
2018-01-05Sync with the code in libcMike Belopuhov
2018-01-05Make arm64 use the MI mplock implementation. Avoid <sys/mplock.h> beingMark Kettenis
2018-01-05Remove unnecessary delays. There is no reason to wait after each and everyMark Kettenis
2018-01-05Show uvm_fault and trace when typing show panic on a page fault'd kernelPaul Irofti