summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
2017-07-19Fix possible double free in the TX dma ring handling. If the allocation ofClaudio Jeker
2017-07-19Fix double free in pppoe_dispatch_disc_pkt(). If m_pulldown() fails m isClaudio Jeker
2017-07-19Move KTRPOINT call up. The lenght variable i is getting aligned and soClaudio Jeker
2017-07-18Both syslog(3) and syslogd(8) truncate the message at 8192 bytes.Alexander Bluhm
2017-07-18Prevent integer overflow in WSDISPLAYIO_LDFONT ioctl.Mark Kettenis
2017-07-18Remove stray whitespace.Mark Kettenis
2017-07-18Re-order members of struct selinfoStefan Fritsch
2017-07-18Add sdmmc support for the i.MX6UL variant of the i.MX6 series. ThisPatrick Wildt
2017-07-18Stop automatically regenerating gap.o (and hence linking a new kernel)Theo Buehler
2017-07-18Add clock support for the i.MX6UL variant of the i.MX6 series. ThePatrick Wildt
2017-07-18Fixup the printf string, spacingMike Belopuhov
2017-07-18soreserve() modifies `so_snd' and `so_rcv' so asserts that it is calledMartin Pieuchot
2017-07-18fix previous to make sxiccmu compile againJonathan Gray
2017-07-17The Linux kernel device trees use "allwinner,sun50i-h5-ccu" as the compatibleMark Kettenis
2017-07-17Implement a proper hash table instead of lumping evrything into a singleMark Kettenis
2017-07-17Forbid overwriting a grant table entry currently in useMike Belopuhov
2017-07-17Reduce amount of CAS attempts in a busy-wait loop by a factor of 100Mike Belopuhov
2017-07-17Pick the correct TX buffer when unrollingMike Belopuhov
2017-07-17Reimplement mbuf/map to descriptor mappingMike Belopuhov
2017-07-17Make athn(4) send RTS frames at 2 Mbit/s again. I changed this to 1 Mbit/sStefan Sperling
2017-07-17Use .c instead of .o here too.Mark Kettenis
2017-07-17Grant table entries must be disassociated once CCB is completeMike Belopuhov
2017-07-16Fix missing splx() in iwm_newstate_task(). Bug introduced 2 hours ago in r1.200.Stefan Sperling
2017-07-16Add WITNESS supportPhilip Guenther
2017-07-16Add comments to the definitions of iwm(4) driver-private flags.Stefan Sperling
2017-07-16Clear the framepointer (r3) in switch_trampoline to avoid faults in stack tracePhilip Guenther
2017-07-16Remove the AP from iwm's firmware station table when moving out of AUTH state.Stefan Sperling
2017-07-16Some net80211 state changes are triggered by incoming frames, and it isStefan Sperling
2017-07-16Match /clocks node on Allwinner H5.Mark Kettenis
2017-07-16Explain the multi-touch tracking function.Ulf Brosziewski
2017-07-16Minor changes in the setup.Ulf Brosziewski
2017-07-16Pass the linker from make environment to makegap.sh. This is (only)Visa Hankala
2017-07-16regenMark Kettenis
2017-07-16Update Skylake Graphics IDs.Mark Kettenis
2017-07-15usingacpi might be referenced in apm only code, so adjust #if guardTed Unangst
2017-07-15Get rid of the device reset hack in iwm_newstate_task().Stefan Sperling
2017-07-15Disable the has_audio pipe config check. We don't manage the HDMI/DP audioMark Kettenis
2017-07-15iobus_h is unused, remove it.Visa Hankala
2017-07-14SpacingMike Belopuhov
2017-07-14Reduce the number of CAS loops from ludicrous to ridiculousMike Belopuhov
2017-07-14Silence the interrupt source until the interrupt task has done its jobMike Belopuhov
2017-07-14Support out-of-order TX completion notificationsMike Belopuhov
2017-07-14kernels don't build without MROUTING because ip_var.h only sometimesTed Unangst
2017-07-14The regress test src/regress/sys/kern/siginfo-fault checks whetherAlexander Bluhm
2017-07-14Add some more i2c glue to reduce the diffs to Linux.Mark Kettenis
2017-07-14fix GET_CURPCB on !MULTIPROCESSOR builds.David Gwynne
2017-07-13kill a prototype for a nonexisting function; ok mpi@Christian Weisgerber
2017-07-13Fix multicast reception: use unsigned chars to avoid accidental signChristian Weisgerber
2017-07-13Get rid of ip6.maxifprefixes and ip6.maxifdefrouters, the kernel noFlorian Obser
2017-07-13Do not unlock the netlock in the goto out error path before it hasAlexander Bluhm