summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
2017-10-05restore a block of code erroneously removed in r1.162 that causes aMike Larkin
2017-10-05Update mvneta(4) to the way OpenBSD handles multicast and promiscuousPatrick Wildt
2017-10-05fix some spacing issues, wrong comments, and DPRINTFs that were in theMike Larkin
2017-10-05change DPRINTF format specifier from %lld to %llx for easier readabilityMike Larkin
2017-10-05Clean up some no longer needed includes left over from the locore/locore0 split.Mike Larkin
2017-10-04Due to changes in LLD where sections are sorted in a different way,Patrick Wildt
2017-10-04Work around clang mis-optimization regression. For some expression-Patrick Wildt
2017-10-04re-enable POOL_DEBUG after the releaseChristian Weisgerber
2017-10-04Introduce reference counting for tasks in iwm(4).Stefan Sperling
2017-10-04reminder to create <version>.html and roll errata pages for release.Sebastian Benoit
2017-10-04as a result of previous change, vftype and ftype always have the sameTheo de Raadt
2017-10-046.2-current, back to workTheo de Raadt
2017-10-04Follow the pattern set by copy*/pcb_onfault: when xrstor faults, returnPhilip Guenther
2017-10-03Nested xrstor handled leaks a kernel address into sigval, but potentialTheo de Raadt
2017-10-03The xrstor instruction will fault if the provided xstate data, whichPhilip Guenther
2017-10-03Disable msi on the Yukon 88E8036 and 88E8053 as it triggers watchdog timeoutsAntoine Jacoutot
2017-10-03work around config(8) modifying bss, using __attribute__ ((section(".data"))).Theo de Raadt
2017-10-01set MAXSSIZ to the same value as on all other architectures (32MB)Christian Weisgerber
2017-10-01Align Rx buffers to prevent unaligned access in the network stack.Mark Kettenis
2017-09-30The property that points the the attached PHY is called "phy-handle" insteadMark Kettenis
2017-09-30Add preliminary kabylake support to inteldrm(4) by backporting the relevantRobert Nagy
2017-09-29When fault indicates PGEX_W, only tell uvm we need a writeable page..Theo de Raadt
2017-09-29New ddb(4) command: kill.Martin Pieuchot
2017-09-28The DELAY() recently added to iwn(4) to make association more reliable couldStefan Sperling
2017-09-28When option DDB_STRUCTINFO was removed from the kernel, too much fromPatrick Wildt
2017-09-27guenther sleep-commited the version without #ifdefsTheo de Raadt
2017-09-27amd64 needs FS.base values (the TCB pointer) to be validated, as noncanonicalPhilip Guenther
2017-09-26Prevent null pointer dereference when probing channelsMike Belopuhov
2017-09-26Use quoted #includes for files kdump's mkioctls indirectly includes soJonathan Gray
2017-09-26disable POOL_DEBUG for releaseJonathan Gray
2017-09-25sendsyslog should take a const char * everywhere.Marc Espie
2017-09-25take us out of -betaTheo de Raadt
2017-09-23Fix build on octeon by reverting two cosmetic changes in rtwn.c r1.34.Stefan Sperling
2017-09-23Add dummy FIOASYNC handler.Martin Pieuchot
2017-09-23Fix controller locking so that it covers the DMA map and bounce buffer.Visa Hankala
2017-09-22Do not bounce if possible.Visa Hankala
2017-09-22Allocate a bounce buffer once during init and reuse it for DMA commands.Visa Hankala
2017-09-22Use ieee80211_has_addr4() inline function where possible.Kevin Lo
2017-09-22- Fix short preamble for rtl8188euKevin Lo
2017-09-22Remove unused code.Mark Kettenis
2017-09-22Move the powering down of all codecs into azalia_halt_corb() after theTheo Buehler
2017-09-21Ensure proper order of register accesses by readback after write.Visa Hankala
2017-09-21Enable dwxe(4) on armv7 as well for use on the Allwinner H3 SoC.Patrick Wildt
2017-09-21Add dwxe(4), a driver the Synopsis DesignWare Ethernet controller usedPatrick Wildt
2017-09-21Disable a splsoftassert() at least until ohci(4) has been fixed.Martin Pieuchot
2017-09-20Use m_copym() instead of m_dup_pkt() to fix a kernel assert whenVisa Hankala
2017-09-20Raise match priority such that imxocotp(4) wins over syscon(4).Mark Kettenis
2017-09-19Enable syscon(4).Patrick Wildt
2017-09-19Add support for being a regmap provider in syscon(4). So far the driverPatrick Wildt
2017-09-17Do not print "cpuX launched" any longer. This reduces dmesg spamVisa Hankala