summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
2016-12-31Add missing $OpenBSD$ marker.Mark Kettenis
2016-12-30Increase space for ramdisk inserts to match ftp(1) https growth.Theo de Raadt
2016-12-30Remove unused headers.Jeremie Courreges-Anglas
2016-12-30Ansify pmap_copy().Visa Hankala
2016-12-30When entering a mapping on write access, compute the PTE after makingVisa Hankala
2016-12-30Fix EFI_CALL() to pass the arguments properly when number of arguments is 0.YASUOKA Masahiko
2016-12-30Fix EFI_CALL() to pass the arguments properly when number of arguments is 0.YASUOKA Masahiko
2016-12-29Eliminate 68 unused static variables that gcc complains about.Kenneth R Westerback
2016-12-29In pf_refragment6() use the valid route from pf_route6() insteadAlexander Bluhm
2016-12-29Get rid of recursive splsoftnet() in in6_ifattach_linklocal().Martin Pieuchot
2016-12-29Change NET_LOCK()/NET_UNLOCK() to be simple wrappers aroundMartin Pieuchot
2016-12-29Release the NET_LOCK() before calling unp_connect(). It is not possibleMartin Pieuchot
2016-12-29Use __func__ instead of explicit function name in panic messages.Alexander Bluhm
2016-12-28Fix white spaces. No binary change.Alexander Bluhm
2016-12-28Use the generic clock framework.Mark Kettenis
2016-12-28In pf_find_state() pkt_sk was set to NULL if pkt_sk->reverse wasAlexander Bluhm
2016-12-28Better check for a valid route than for an existing route in pfAlexander Bluhm
2016-12-27Move nd6 timer initialisation to nd6_init() and call timeout_set()Alexander Bluhm
2016-12-27Add cast to silence warnings generated by clang.Mark Kettenis
2016-12-27Add support for the 2nd sxipio(4) device on the Allwinner A80.Mark Kettenis
2016-12-26Allow using 11n mode with APs that do not advertise support for all of MCS 0-7.Stefan Sperling
2016-12-26When calculating the set of MCS rates below a particular MCS, skip ratesStefan Sperling
2016-12-26Typo, "more then" -> "more than"Jeremie Courreges-Anglas
2016-12-26Fix typo, happend -> happenedJeremie Courreges-Anglas
2016-12-26Fix typo.Mark Kettenis
2016-12-26Pass through cacheline size information to guest. This was pointed outMike Larkin
2016-12-24Make the boot programs support booting from softraid on 4K byte sectorYASUOKA Masahiko
2016-12-24Add support for the 2nd sxipio(4) device on the Allwinner H3.Mark Kettenis
2016-12-24Remove some unused variables that have been removed upstream as well.Mark Kettenis
2016-12-24Put a bit more unused code under #ifdef notyet to prevent a clang warning.Mark Kettenis
2016-12-24Grab the NET_LOCK() before calling ipsp_process_done() as it ends upMartin Pieuchot
2016-12-24The unit of the parition offset in disklabel is number of sectors in theYASUOKA Masahiko
2016-12-24Match on "arm,gic-400" another GICv2 compat string.Jonathan Gray
2016-12-23Define HAL_OPCODE using enum ieee80211_opmode to prevent clang from warningMark Kettenis
2016-12-23Replace function names with __func__ in debug prints to make grepAlexander Bluhm
2016-12-23Add missing sentinel.Mark Kettenis
2016-12-23Fix white spaces. No binary change.Alexander Bluhm
2016-12-23Hide static inline functions that are only used in debug code behind the sameMark Kettenis
2016-12-23Do not call timeout_set(9) multiple times for nd6_slowtimo(), especiallyMartin Pieuchot
2016-12-23Implement disk detachingMike Belopuhov
2016-12-23Tweaks suggested by miod@Visa Hankala
2016-12-23Update and add wide character support types.Patrick Wildt
2016-12-23The code to retrieve the interrupt ID only works if the amount of IRQsPatrick Wildt
2016-12-23Convert the sector number in the patition table to the sector numberYASUOKA Masahiko
2016-12-23The efi disk i/o to read sectors properly when the sector size is notYASUOKA Masahiko
2016-12-22Extend the size of user virtual address space from 2GB to 1TB on mips64Visa Hankala
2016-12-22Release the NET_LOCK() before namei(9) as a workaround to let NFS bootMartin Pieuchot
2016-12-22Validate the OFP header to make sure it always have a sane size, alsoRafael Zalamena
2016-12-22Grab the netlock when device is opened; ok mpi, rzalamenaMike Belopuhov
2016-12-22Remove all splsoftnet() from ND6 converting the non-recrusive ones toMartin Pieuchot