Age | Commit message (Expand) | Author |
2015-06-07 | Enable use of mwait in non-MP boxes and report # of C-substates up to C7, | Philip Guenther |
2015-06-07 | Replace a bunch of == 0 with == NULL in pointer tests. Nuke some | Kenneth R Westerback |
2015-06-06 | Add some changes from Patrick Wildt in bitrig that are required to make | Jonathan Gray |
2015-06-06 | Allow rtsol keyword in hostname.if(5) with net.inet6.ip6.forwarding=1. | Florian Obser |
2015-06-06 | Enable rtwn(4) on RAMDISK_CD kernels for upgrades. ok deraadt | Stefan Sperling |
2015-06-06 | Put the link-layer address back into the gateway field of RTF_LOCAL | Martin Pieuchot |
2015-06-06 | Add rtwn(4) to fw_update. ok espie@, czarkoff@ suggested a similar diff | Stefan Sperling |
2015-06-05 | Use ints for the calculations rather than u_char, they could end up | Nicholas Marriott |
2015-06-05 | Handle the RGB colour escape sequence (\033[38;2;<r>;<g>;<b>m and 48;2) | Nicholas Marriott |
2015-06-05 | Use fixed colour tables rather than generated and do a quick search for | Nicholas Marriott |
2015-06-05 | Link ssl and crypto via BSDOBJDIR, works with native and cross builds | Tobias Ulmer |
2015-06-05 | Use target BSDOBJDIR when cross-compiling libraries | Tobias Ulmer |
2015-06-05 | Fix library search path so we link against the freshly built libcrypto.so | Tobias Ulmer |
2015-06-05 | Try harder to avoid (very unlikely) NULL pointer de-ref by tweaking | Kenneth R Westerback |
2015-06-05 | And ... more discussion occurs between miod and kettenis about | Theo de Raadt |
2015-06-05 | And part 2 of the onfault repair. Do the actual clearing of pcb_onfault | Theo de Raadt |
2015-06-05 | Similarly, for sessions use a callback to free rather than checking | Nicholas Marriott |
2015-06-05 | Missing no-pie logic for bootblocks. | Miod Vallat |
2015-06-05 | Change deref to the more sensible unref, and add a couple I missed before. | Nicholas Marriott |
2015-06-05 | Instead of putting dead clients on a list and checking it every loop, | Nicholas Marriott |
2015-06-05 | Do not unconditionally clear pcb_onfault after a uvm_fault. That will | Theo de Raadt |
2015-06-05 | these days, curproc is never NULL, so skip those checks. | Theo de Raadt |
2015-06-05 | trunc_page() generally.... succeeds at clearing the page offset | Theo de Raadt |
2015-06-05 | These days p->p_addr will never be NULL. | Mark Kettenis |
2015-06-05 | For "ssh -L 12345:/tmp/sock" don't fail with "No forward host name." | Todd C. Miller |
2015-06-05 | Do not use the key variable uninitialized (in a debug log statement), | Nicholas Marriott |
2015-06-05 | Fix coupling and decoupling operations. | vgross |
2015-06-05 | Improve error handling and recovery during state insertion | Mike Belopuhov |
2015-06-05 | Add bits missed in previous... I suck at cvs. | Martin Pieuchot |
2015-06-05 | Put spaces and commas where they belong. | Martin Pieuchot |
2015-06-05 | Finally protect VP lookups to guarantee that a pted won't be freed or | Martin Pieuchot |
2015-06-05 | Don't try to be clever when unrolling the loop in pmap_remove(). | Martin Pieuchot |
2015-06-05 | Replace the per-entry locks by a global HASH lock. | Martin Pieuchot |
2015-06-05 | Call pte_spill_v() from the real mode fault handler instead of rerolling | Martin Pieuchot |
2015-06-05 | Rewrite PTE manipulation routines to better match the PEM. | Martin Pieuchot |
2015-06-05 | Split pteclrbits() into pmap_{test,clear}_attrs(). | Martin Pieuchot |
2015-06-05 | More usages of pmap_ptedinhash(). | Martin Pieuchot |
2015-06-05 | Remove DEBUG stuff. | Martin Pieuchot |
2015-06-05 | Make use of ptesr() instead of rerolling it. | Martin Pieuchot |
2015-06-05 | Merge various copies of the same code into a new function to determine | Martin Pieuchot |
2015-06-05 | Introduce pmap_pted_ro() a simple wrapper for the 32/64 bits versions | Martin Pieuchot |
2015-06-05 | Do only one VP lookup when removing a page. | Martin Pieuchot |
2015-06-05 | Remove the MANAGED flag when removing a PV entry. | Martin Pieuchot |
2015-06-05 | Fix a warning. | Nicholas Marriott |
2015-06-05 | Remove unneeded splvm() calls and the pool_setipl(9) hack of r1.140. | Martin Pieuchot |
2015-06-05 | Make it so that if a window or session target is prefixed with an =, | Nicholas Marriott |
2015-06-05 | Use p15 for the coprocessor name not 15. gas accepts both forms, clang | Jonathan Gray |
2015-06-05 | regen | Stefan Sperling |
2015-06-05 | Add another PCI ID for Intel Dual Band Wireless AC 3165. From brad. | Stefan Sperling |
2015-06-05 | typo: accidental repetition; bz#2386 | Damien Miller |