summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
2017-03-06Attach exiic(4) using the FDT.Mark Kettenis
2017-03-06Remove unused unit number from softc.Mark Kettenis
2017-03-05match GENERICTheo de Raadt
2017-03-05Turn exgpio(4) into a pinctrl driver.Mark Kettenis
2017-03-05Clear pending interrupts and mask them all.Mark Kettenis
2017-03-05The current code in exuartcnputc() that tries to make sure the characterMark Kettenis
2017-03-05When we're unable to determine which NCQ command failed, fail all activeJonathan Matthew
2017-03-05We've fixed PID handling, so update the comment describing ps_mainprocPhilip Guenther
2017-03-05Teach the ddb disassembler about most of the vm* instructionsPhilip Guenther
2017-03-05Handle unshared amaps in uvm_coredump_walkmap() such that untouched pagesPhilip Guenther
2017-03-05Generating a coredump requires walking the map twice; changePhilip Guenther
2017-03-04matching commit for RAMDISK: Convert a few exynos drivers to attach using the...Theo de Raadt
2017-03-04Convert a few exynos drivers to attach using the FDT.Mark Kettenis
2017-03-04crank to 6.1-betaTheo de Raadt
2017-03-04In 11n hostap mode, dynamically adjust HT protection settings based onStefan Sperling
2017-03-03Whan an amd64 machine got an NMI, the current process in user landAlexander Bluhm
2017-03-03Convert the variable argument list of the pr_output functions toAlexander Bluhm
2017-03-03Fix the lidsuspend sysctl name in arm/include/cpu.hTom Cosgrove
2017-03-03It is allowed to sleep in route_output() as we run in process contextAlexander Bluhm
2017-03-03Replace a panic with a compile time assert in icmp6_reflect().Alexander Bluhm
2017-03-03Prevent a recursion in the socket layer.Martin Pieuchot
2017-03-03Delete "comspeed" which had been mistakenly added as a int value.YASUOKA Masahiko
2017-03-03Iterate over the global list of interfaces instead of using the globalMartin Pieuchot
2017-03-03Remove non longer needed splsoftnet()/splx() dances.Martin Pieuchot
2017-03-03enable FFS2 on armv7 and arm64 ramdisksJonathan Gray
2017-03-02Implement a new routing message RTM_PROPOSAL that communicatesKenneth R Westerback
2017-03-02Add a new sysctl machdep.lidaction. The sysctl works as follows:Martin Natano
2017-03-02Initialize 'ni' pointer in ieee80211_keyrun(). Fallout from last minuteStefan Sperling
2017-03-02Fix a rtentry leak in error path.Martin Pieuchot
2017-03-02Prefer the global list of interfaces to the dying global list of IPv6Martin Pieuchot
2017-03-02Use the routing table rather than the global list of IPv6 address.Martin Pieuchot
2017-03-02Convert domain declarations to C99 initializers.Martin Pieuchot
2017-03-02refactor cpuid exit handler for easier merge with upcoming SVM version.Mike Larkin
2017-03-02log attempts to access cpuid leaf function 0x03, "processor serial number".Mike Larkin
2017-03-02reduce some more differences in vmm between i386 and amd64 that didn'tMike Larkin
2017-03-02Allow MPLS switching and VPLS across rdomains.Renato Westphal
2017-03-02reduce differences in vmm between amd64 and i386 (i386 picks up a handfulMike Larkin
2017-03-02Refactor cpuid exit handler to make it easier to bolt on SVM supportMike Larkin
2017-03-01Fix some DPRINTFs I just added to ieee80211_pae_input.c.Stefan Sperling
2017-03-01Fix a bug allowing a man-in-the-middle attack against WPA wireless clients.Stefan Sperling
2017-03-01Don't try to access the com(4) hardware to set up the console speedPatrick Wildt
2017-03-01Remove a misleading comment asking if a timeout needs a LOCK, it doesn't.Martin Pieuchot
2017-03-01Remove unused table driven omgpio bits.Jonathan Gray
2017-03-01remove remaining parts of the table driven approach to attaching edmaJonathan Gray
2017-03-01Dynamically attach edma(4) using the FDT.Jonathan Gray
2017-03-01Fix the code which preserves the device path of the loaded image ifYASUOKA Masahiko
2017-03-01Remove SYSCALL_DEBUG arm64 has been multiuser for a while now.Jonathan Gray
2017-02-28Depending on the addresses, ipsecctl(8) automatically groups saAlexander Bluhm
2017-02-28Update header to clean up defines, add the SATA device path and thePatrick Wildt
2017-02-28Don't change the up status of the interface when changing its rdomain.YASUOKA Masahiko