summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
2017-03-07Initially in_pcballoc() hooked all new inpcb, including the IPv6Alexander Bluhm
2017-03-07Disallow setting machdep.lidaction to any other value but [0,2].Martin Natano
2017-03-07Enforce that tcbtable and udbtable must be accessed with the NET_LOCK().Martin Pieuchot
2017-03-07Do not grab the NET_LOCK() for routing sockets operations.Martin Pieuchot
2017-03-07Since route_input is no longer part of the protosw struct it is possible toClaudio Jeker
2017-03-07enable vioscsi(4)Jonathan Gray
2017-03-07Setup backlight pwm alternate increment on backlight enableJoshua Stein
2017-03-07move a TODO to the topJoshua Stein
2017-03-07deprecate ifq_enqueue_try, and let backends drop arbitrary mbufs.David Gwynne
2017-03-06Do not print uninitialized variable in DPRINTFN().Martin Pieuchot
2017-03-06domaininit() doesn't need splnet().Martin Pieuchot
2017-03-06Move the guts of route_output() meesing with the routing table in theirMartin Pieuchot
2017-03-06Guard headers to make sure userland do not look at them.Martin Pieuchot
2017-03-06Use 'inline' rather than _any of_ __the __other__ variants__.Martin Pieuchot
2017-03-06Use nitems() when passing all known parameters to wsmouse_configure().Martin Pieuchot
2017-03-06It is unsafe to dereference ``xfer'' after calling the callback as itMartin Pieuchot
2017-03-06Kill global list of IPv6 addresses.Martin Pieuchot
2017-03-06Prefix functions dealing with routing messages with 'rtm_' and keepMartin Pieuchot
2017-03-06De-platformize exynos. Disable exdisplay(4) for now.Mark Kettenis
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