Age | Commit message (Expand) | Author |
2014-11-16 | Replace a plethora of historical protection options with just | Theo de Raadt |
2014-11-16 | Add cas(4). | Brad Smith |
2014-11-14 | enable trunk. | Henning Brauer |
2014-11-14 | implement the atomic_foo things on arm. | David Gwynne |
2014-11-11 | Do not held the kernel lock when calling hardclock() and statclock(). | Martin Pieuchot |
2014-11-11 | Local APIC page doesn't need X permissions. | Mike Larkin |
2014-11-09 | remove commented entries for tedu'd bluetooth drivers | Jonathan Gray |
2014-11-08 | Delete commented out 'romtty' device configuration. | Kenji Aoyama |
2014-11-08 | No need to keep the temporary mappings for the MMU pages for the resume | Mike Larkin |
2014-11-08 | Kill #if 0'ed code for boot args that we don't care about on amd64. | Philip Guenther |
2014-11-07 | Wrong comment - NX is handled later (for now), not in locore. No functional | Mike Larkin |
2014-11-07 | Enable xhci(4). Most of the features are here, USB 1.x devices only work | Martin Pieuchot |
2014-11-07 | Map .rodata and the KVA range corresponding to the ISA hole as NX on amd64 | Mike Larkin |
2014-11-05 | remove uneeded bpf includes | Jonathan Gray |
2014-11-05 | Map .rodata RO after boot on amd64. Makefile.amd64 changes from deraadt. | Mike Larkin |
2014-11-04 | Uncomment code that does voltage capabilities initialisation. Without | Jonathan Gray |
2014-11-04 | Add rgephy(4) for the RTL8211E phy in the LeMaker Banana Pi and Banana Pro. | Jonathan Gray |
2014-11-04 | Add atphy(4) for the Atheros AR8031 phys in the AM335x starter kit. | Jonathan Gray |
2014-11-02 | Only mark segment 0 as executable on 64-bit systems. There it is harmless as | Mark Kettenis |
2014-11-01 | Now the armv7 ramdisks are compiled with SMALL_KERNEL | Jonathan Gray |
2014-10-31 | The config logic with "rl needs-flag" got | Jonathan Gray |
2014-10-31 | remove a duplicate pckbdvar.h include under NGSCKBD > 0 | Jonathan Gray |
2014-10-31 | #if NSWDISPLAY > 0 -> #if NWSDISPLAY > 0 | Jonathan Gray |
2014-10-31 | Fix a missing include in amd64 pmap.c that resulted in an erroneous memory | Mike Larkin |
2014-10-27 | Remove the spilling code for IBAT register and set up the first IBAT register | Mark Kettenis |
2014-10-27 | Remove execute permission from most pages in the kernel pmap. This is a first | Mark Kettenis |
2014-10-27 | use #ifdef DDB for Debugger() | Jonathan Gray |
2014-10-26 | uvm_km_valloc -> km_alloc | Mark Kettenis |
2014-10-26 | - add board type of edgerouter pro | Jasper Lievisse Adriaanse |
2014-10-26 | define octeon model cn61xx pass 1.1 | Jasper Lievisse Adriaanse |
2014-10-26 | Don't forget to free() the malloc()s. | Miod Vallat |
2014-10-25 | Don't let qlw attach to non-sun4m yet, as this driver currently depends upon | Miod Vallat |
2014-10-25 | Remove vmmap; it isn't used. | Mark Kettenis |
2014-10-25 | uvm_km_valloc -> km_alloc | Mark Kettenis |
2014-10-25 | uvm_km_valloc -> km_alloc | Mark Kettenis |
2014-10-25 | Add and enable qlw at sbus. Tested on QLGC,isp | Miod Vallat |
2014-10-25 | Another uvm_km_valloc(9) -> km_alloc(9) conversion. | Mark Kettenis |
2014-10-24 | Another uvm_km_valloc(9) -> km_alloc(9) conversion. | Mark Kettenis |
2014-10-24 | Bring phys_map to sparc64 and use it in vmapbuf(9) and vunmapbuf(9). | Mark Kettenis |
2014-10-23 | Correctly mask IE_ALLIE during sun4/4c/4e NMI; from NetBSD | Miod Vallat |
2014-10-23 | Correctly set up the HPMC trap entry: according to the PA-RISC Firmware | Miod Vallat |
2014-10-23 | In the various desidhash_*() functions, make sure we clear the `set to clear' | Miod Vallat |
2014-10-23 | Revert limiting physmem to 2GB; the culprit was likely in uvm and uvm has | Miod Vallat |
2014-10-22 | make [bl]emtoh{16,32,64} take volatile const foo *, not volatile foo * | David Gwynne |
2014-10-18 | Don't use %r1 to refer to bit 1. No binary difference. | Mark Kettenis |
2014-10-18 | Make sure the direct map isn't executable on hardware that allows us to do so. | Mark Kettenis |
2014-10-18 | Remove even more unnecessary `needs-flag' attributes from config machinery, | Miod Vallat |
2014-10-17 | reinstate i386/bus_space diff now that serial consoles are fixed in | Stuart Henderson |
2014-10-17 | Initialize comconsiot. Fixes problems with the (now backed out) i386 | Mark Kettenis |
2014-10-17 | backout i386/bus_space diff for now, req'd by deraadt@ - problems at boot | Stuart Henderson |