summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
2015-06-05Missing no-pie logic for bootblocks.Miod Vallat
2015-06-05Do not unconditionally clear pcb_onfault after a uvm_fault. That willTheo de Raadt
2015-06-05these days, curproc is never NULL, so skip those checks.Theo de Raadt
2015-06-05trunc_page() generally.... succeeds at clearing the page offsetTheo de Raadt
2015-06-05These days p->p_addr will never be NULL.Mark Kettenis
2015-06-05Improve error handling and recovery during state insertionMike Belopuhov
2015-06-05Add bits missed in previous... I suck at cvs.Martin Pieuchot
2015-06-05Put spaces and commas where they belong.Martin Pieuchot
2015-06-05Finally protect VP lookups to guarantee that a pted won't be freed orMartin Pieuchot
2015-06-05Don't try to be clever when unrolling the loop in pmap_remove().Martin Pieuchot
2015-06-05Replace the per-entry locks by a global HASH lock.Martin Pieuchot
2015-06-05Call pte_spill_v() from the real mode fault handler instead of rerollingMartin Pieuchot
2015-06-05Rewrite PTE manipulation routines to better match the PEM.Martin Pieuchot
2015-06-05Split pteclrbits() into pmap_{test,clear}_attrs().Martin Pieuchot
2015-06-05More usages of pmap_ptedinhash().Martin Pieuchot
2015-06-05Remove DEBUG stuff.Martin Pieuchot
2015-06-05Make use of ptesr() instead of rerolling it.Martin Pieuchot
2015-06-05Merge various copies of the same code into a new function to determineMartin Pieuchot
2015-06-05Introduce pmap_pted_ro() a simple wrapper for the 32/64 bits versionsMartin Pieuchot
2015-06-05Do only one VP lookup when removing a page.Martin Pieuchot
2015-06-05Remove the MANAGED flag when removing a PV entry.Martin Pieuchot
2015-06-05Remove unneeded splvm() calls and the pool_setipl(9) hack of r1.140.Martin Pieuchot
2015-06-05Use p15 for the coprocessor name not 15. gas accepts both forms, clangJonathan Gray
2015-06-05regenStefan Sperling
2015-06-05Add another PCI ID for Intel Dual Band Wireless AC 3165. From brad.Stefan Sperling
2015-06-04enable rtwn(4) on i386Stefan Sperling
2015-06-04Enable rtwn(4) on amd64.Stefan Sperling
2015-06-04attach rtwn at pciStefan Sperling
2015-06-04New rtwn(4) driver for RTL8188CE wifi cards.Stefan Sperling
2015-06-04syncTheo de Raadt
2015-06-04+ REALTEK RT8191SETheo de Raadt
2015-06-04Add support for em(4) on Teak 3020, a Tolopai (EP80579)Dariusz Swiderski
2015-06-04The (no quite so) new kernel perfpolicy code calls cpu_setperf() from aMark Kettenis
2015-06-04regenDariusz Swiderski
2015-06-04Add more of Tolopai (EP80579) Gigabit controllers id.Dariusz Swiderski
2015-06-04Check if interface was stopped before calling rx/tx interrupt routines.Mike Belopuhov
2015-06-04Remove unused sa_dl.Martin Pieuchot
2015-06-04Switch intel_gmbus_is_port_valid and intel_gmbus_is_forced_bit fromJonathan Gray
2015-06-04use mallocarray instead of malloc in drm_callocJonathan Gray
2015-06-04remove the now unused alawtolin16 tableJonathan Gray
2015-06-03Adjust yielding condition slightly in the if_input_process thread.Mike Belopuhov
2015-06-03Fix pf_map_addr() not to cause dividing by 0. This fixes problem whenYASUOKA Masahiko
2015-06-03Support for U4, missed in previous.Martin Pieuchot
2015-06-03Check for the correct bit in the interrupts property of the device-treeMartin Pieuchot
2015-06-03Add hpb(4), reminded by Brad.Martin Pieuchot
2015-06-03there's been a long standing issue in ppp on a tty/serial line where it alloc...David Gwynne
2015-06-02Add missing define for hpb(4).Martin Pieuchot
2015-06-02Add a new HT-PCI bridge driver and the necessary glue to openpic(4)Martin Pieuchot
2015-06-02RIP ether_input_mbuf().Martin Pieuchot
2015-06-02Use if_input() instead of ether_input_mbuf().Martin Pieuchot