Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-12-30 | Remove unused headers. | Jeremie Courreges-Anglas | |
ISA and PIO don't really fit in the ARM landscape. Suggested by patrick@ and kettenis@, ok deraadt@ | |||
2016-12-30 | Ansify pmap_copy(). | Visa Hankala | |
2016-12-30 | When entering a mapping on write access, compute the PTE after making | Visa Hankala | |
the page dirty. This lets the system avoid an extra TLB modify fault because the TLB mapping now allows writes immediately. Noticed by miod@ | |||
2016-12-30 | Fix EFI_CALL() to pass the arguments properly when number of arguments is 0. | YASUOKA Masahiko | |
From pulse.purge at gmail.com | |||
2016-12-30 | Fix EFI_CALL() to pass the arguments properly when number of arguments is 0. | YASUOKA Masahiko | |
From pulse.purge at gmail.com | |||
2016-12-29 | Eliminate 68 unused static variables that gcc complains about. | Kenneth R Westerback | |
ok deraadt@ | |||
2016-12-29 | In pf_refragment6() use the valid route from pf_route6() instead | Alexander Bluhm | |
of calling rtalloc() again. OK mpi@ | |||
2016-12-29 | Get rid of recursive splsoftnet() in in6_ifattach_linklocal(). | Martin Pieuchot | |
ok visa@ | |||
2016-12-29 | Change NET_LOCK()/NET_UNLOCK() to be simple wrappers around | Martin Pieuchot | |
splsoftnet()/splx() until the known issues are fixed. In other words, stop using a rwlock since it creates a deadlock when chrome is used. Issue reported by Dimitris Papastamos and kettenis@ ok visa@ | |||
2016-12-29 | Release the NET_LOCK() before calling unp_connect(). It is not possible | Martin Pieuchot | |
to hold it during VFS operations as NFS might try to grab it. Problem also reported by Siegfried Rudzio on bugs@. ok visa@ | |||
2016-12-29 | Use __func__ instead of explicit function name in panic messages. | Alexander Bluhm | |
2016-12-28 | Fix white spaces. No binary change. | Alexander Bluhm | |
2016-12-28 | Use the generic clock framework. | Mark Kettenis | |
ok jsg@, patrick@ | |||
2016-12-28 | In pf_find_state() pkt_sk was set to NULL if pkt_sk->reverse was | Alexander Bluhm | |
not valid. This did not work as the value of pkt_sk must be used later to establish the link. So discard the packet statekey only if it is invalid itself and use it to establish the reverse link. From Christiano Haesbaert; OK sashan@ | |||
2016-12-28 | Better check for a valid route than for an existing route in pf | Alexander Bluhm | |
route-to by calling rtisvalid(). Make pf_route() and pf_route6() similar and move the rtalloc() call to the same place. OK mpi@ | |||
2016-12-27 | Move nd6 timer initialisation to nd6_init() and call timeout_set() | Alexander Bluhm | |
only once during init. OK mpi@ | |||
2016-12-27 | Add cast to silence warnings generated by clang. | Mark Kettenis | |
ok mpi@ | |||
2016-12-27 | Add support for the 2nd sxipio(4) device on the Allwinner A80. | Mark Kettenis | |
2016-12-26 | Allow using 11n mode with APs that do not advertise support for all of MCS 0-7. | Stefan Sperling | |
ok phessler@ tb@ | |||
2016-12-26 | When calculating the set of MCS rates below a particular MCS, skip rates | Stefan Sperling | |
which are not supported by both peers, as already done elsewhere. ok phessler@ tb@ | |||
2016-12-26 | Typo, "more then" -> "more than" | Jeremie Courreges-Anglas | |
2016-12-26 | Fix typo, happend -> happened | Jeremie Courreges-Anglas | |
2016-12-26 | Fix typo. | Mark Kettenis | |
2016-12-26 | Pass through cacheline size information to guest. This was pointed out | Mike Larkin | |
to me by Christian Barthel who was encountering failures running Java on amd64 vmm(4) guests. Apparently Java queries the cacheline info and if we report "0", Java aborts. Verified on amd64 vmm(4) guest. | |||
2016-12-24 | Make the boot programs support booting from softraid on 4K byte sector | YASUOKA Masahiko | |
disks. test gonzalo ok tom krw jsing | |||
2016-12-24 | Add support for the 2nd sxipio(4) device on the Allwinner H3. | Mark Kettenis | |
2016-12-24 | Remove some unused variables that have been removed upstream as well. | Mark Kettenis | |
Fixes some clang warnings. ok jsg@ | |||
2016-12-24 | Put a bit more unused code under #ifdef notyet to prevent a clang warning. | Mark Kettenis | |
2016-12-24 | Grab the NET_LOCK() before calling ipsp_process_done() as it ends up | Martin Pieuchot | |
in ip_output(). Found the hardway by and ok kettenis@ | |||
2016-12-24 | The unit of the parition offset in disklabel is number of sectors in the | YASUOKA Masahiko | |
sector size, not in 512 byte blocks. tested by gonzalo. | |||
2016-12-24 | Match on "arm,gic-400" another GICv2 compat string. | Jonathan Gray | |
ok patrick@ kettenis@ | |||
2016-12-23 | Define HAL_OPCODE using enum ieee80211_opmode to prevent clang from warning | Mark Kettenis | |
about an implicit enum conversion. ok stsp@ | |||
2016-12-23 | Replace function names with __func__ in debug prints to make grep | Alexander Bluhm | |
happy. | |||
2016-12-23 | Add missing sentinel. | Mark Kettenis | |
ok deraadt@ | |||
2016-12-23 | Fix white spaces. No binary change. | Alexander Bluhm | |
2016-12-23 | Hide static inline functions that are only used in debug code behind the same | Mark Kettenis | |
#ifdef as the debug code itself. Prevents clang from warning about these functions being unused. ok stsp@, deraadt@ | |||
2016-12-23 | Do not call timeout_set(9) multiple times for nd6_slowtimo(), especially | Martin Pieuchot | |
whem timeout_set_proc(9) is what we need. Found the hardway by and ok visa@, ok mikeb@, bluhm@ | |||
2016-12-23 | Implement disk detaching | Mike Belopuhov | |
2016-12-23 | Tweaks suggested by miod@ | Visa Hankala | |
2016-12-23 | Update and add wide character support types. | Patrick Wildt | |
2016-12-23 | The code to retrieve the interrupt ID only works if the amount of IRQs | Patrick Wildt | |
supported by the controller is not too big. Otherwise the mask will be wrong and the calculated IRQ as well. Split the dynamic mask into two pieces. First of all use a static mask to remove the bits we don't want to look at. Then we use that value to check for spurious or false IRQs. ok jsg@ | |||
2016-12-23 | Convert the sector number in the patition table to the sector number | YASUOKA Masahiko | |
in 512 byte blocks. This fixes efiboot to read disklabel on 4K sector size disk properly. tested by gonzalo@ | |||
2016-12-23 | The efi disk i/o to read sectors properly when the sector size is not | YASUOKA Masahiko | |
512. The problem actually had happened on macbookair7,1. reported and tested by gonzalo@. | |||
2016-12-22 | Extend the size of user virtual address space from 2GB to 1TB on mips64 | Visa Hankala | |
by adding another level to page directories. This improves ASLR and complements W^X added earlier on some systems, giving a notable update to the architecture's security. Besides, there is now more room for running tasks that hog memory. Testing help from deraadt@ and fcambus@. Platforms tested: loongson, octeon, sgi/IP27 and sgi/IP30 (IP30 also with 4KB pages). | |||
2016-12-22 | Release the NET_LOCK() before namei(9) as a workaround to let NFS boot | Martin Pieuchot | |
work without assert. ok visa@, bluhm@ | |||
2016-12-22 | Validate the OFP header to make sure it always have a sane size, also | Rafael Zalamena | |
make sure to not accept anything else outside of the header size boundaries. ok reyk@ | |||
2016-12-22 | Grab the netlock when device is opened; ok mpi, rzalamena | Mike Belopuhov | |
2016-12-22 | Remove all splsoftnet() from ND6 converting the non-recrusive ones to | Martin Pieuchot | |
NET_LOCK(). ok bluhm@ | |||
2016-12-22 | Revert workaround for NFS boot, it triggers the following assert: | Martin Pieuchot | |
swakeup sowakeup sowwakeup unp_connect2 unp_connect uipc_usrreq soconnect sys_connect reported by stsp@, tb@ and RT Thrush | |||
2016-12-22 | Remove PIM support from the multicast stack. | Rafael Zalamena | |
ok mpi@ |