summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
2019-01-09split if_enqueue up so drivers can replace ifq handling if neededDavid Gwynne
2019-01-08viocon: Remove obsolete handling of sc_intrhandStefan Fritsch
2019-01-08virtio: Don't include feature strings without VIRTIO_DEBUGStefan Fritsch
2019-01-08RL (NAK count reload) field in QH should be zero when using periodicSASANO Takayoshi
2019-01-08If the mbuf cluster in m_zero() is read only, propagate the M_ZEROIZEAlexander Bluhm
2019-01-08Botched up an if conditional in the last commit. The IP length needs toClaudio Jeker
2019-01-07Extents code has its own set of flags and does not use malloc's.Alexander Bluhm
2019-01-07Enabling both kcov and retguard is now possible due to the recent bump ofanton
2019-01-07Use the `iface' argument from the *attach() function instead of callingMartin Pieuchot
2019-01-07Validate the version, and all length fields of IP packets passed to a raw socketClaudio Jeker
2019-01-07It is possible to call m_zero with a read-only cluster. In that case justClaudio Jeker
2019-01-07tweak ohci_checkrev so it doesnt print a leading comma and space.David Gwynne
2019-01-06the pledge handing for access(2) of /var/run/ypbind.lock is artificiallyTheo de Raadt
2019-01-06Increase L2 PTE reservation for the kernelMike Larkin
2019-01-06fold a bunch of similar sysctl cases into a switch.Ted Unangst
2019-01-06Clear ps_uvpcwd when we free ps_uvpaths. Fixes a crash seen by kn@ and meMark Kettenis
2019-01-06Unbreak SR_DEBUG buildskn
2019-01-06Fix unsafe use of ptsignal() in mi_switch().Visa Hankala
2019-01-06Rewrite ip_pcbopts() to fill a fresh mbuf with the ip options insteadClaudio Jeker
2019-01-06remove some old comments that were inherited from i386 (and wrong)Mike Larkin
2019-01-05fix previous commitMark Kettenis
2019-01-05Expand a macro instruction for clang. Unlike gas, the integratedVisa Hankala
2019-01-05Replace two-operand instruction aliases that clang does notVisa Hankala
2019-01-05match arm64 and armv7 and print unconfigured simplebus devices on octeonJonathan Gray
2019-01-05Add em_pch_cnp to IS_ICH8 macro. Missed when adding em_pch_cnp.Jonathan Gray
2019-01-05regenJonathan Gray
2019-01-05add more intel core and 300 series u idsJonathan Gray
2019-01-05match arm64 and print unconfigured simplebus devices on armv7Jonathan Gray
2019-01-05enable ohci at fdt on RAMDISK as wellJonathan Gray
2019-01-04enable ohci at fdtDavid Gwynne
2019-01-04add support for ohci, as found on the pine64David Gwynne
2019-01-04make kernel build without MPLS/mpe/mpwSebastian Benoit
2019-01-04make kernel build without INET6 again.Sebastian Benoit
2019-01-03add a simplebus print function so unconfigured devices appear in dmesg.David Gwynne
2019-01-03Fix a collection of covering unveil bugs that prevent unveil's of upperBob Beck
2019-01-03Crank MAXTSIZ to next pow2 (256MB) because a few piggy binariesTheo de Raadt
2019-01-03Fix .end symbol.Visa Hankala
2019-01-03Favor ENOTTY for unknown ioctl commands.anton
2019-01-03Replace a funky 'else switch' construct into something that is equal butClaudio Jeker
2019-01-03if we run out of mbufs for the rx ring, run a timeout to refill themDavid Gwynne
2019-01-02In pmap_page_protect(), zap the PTE before unlinking. At that point theMark Kettenis
2019-01-02markup boot prompt commands using Ic, not Nm; ok jmc@anton
2019-01-02abcrtc(4), a driver for the Abracon AB1805 RTC and similar variants.Patrick Wildt
2019-01-02Fix PCIe clock definitions.Patrick Wildt
2019-01-02Setting a fixed voltage regulator to the voltage it is fixed toPatrick Wildt
2019-01-02A fixed regulator's minimum voltage attribute is called regulator-min-microvoltPatrick Wildt
2019-01-01Add some additional RK3399 clocks that are used by the current LinuxMark Kettenis
2019-01-01Set assigned-clocks.Mark Kettenis
2019-01-01Add RK3399 TSADC clock.Mark Kettenis
2019-01-01Add RK3328 TSADC clock.Mark Kettenis