Age | Commit message (Expand) | Author |
2014-11-21 | We can map 'fuse ROM' area with read only. | Kenji Aoyama |
2014-11-21 | remove unused #defines and labels. | Mike Larkin |
2014-11-21 | Since we enable NX in locore now, no need to do it again later in the | Mike Larkin |
2014-11-21 | Add NX (if available) to the mid-level page tables (PDE, etc). | Mike Larkin |
2014-11-20 | Fix comment. | Kenji Aoyama |
2014-11-20 | When removing the identity mapping in low memory used during bootstrap, | Mike Larkin |
2014-11-20 | Don't attempt to clear/disable %tick_cmpr. This register is no longer present | Mark Kettenis |
2014-11-20 | Disentagle bcopy/memcpy/memmove. | Theo de Raadt |
2014-11-20 | Move previous PTE permission fixup code into locore, and fixup some more | Mike Larkin |
2014-11-20 | Revert the previous changes that enabled various PTE permissions fixups | Mike Larkin |
2014-11-19 | Only keep {recv,send}udp() in the pxe-specific code, the remainder of what | Miod Vallat |
2014-11-19 | Remove some unused i386 pmap functions. Also fix two typos in comments | Mike Larkin |
2014-11-19 | Add netudp.c here too for consistency, even though this code ends up not being | Miod Vallat |
2014-11-19 | Move {recv,send}udp() out of net.c into their own file; to be used shortly. | Miod Vallat |
2014-11-19 | No boot block code shall include <string.h>. | Miod Vallat |
2014-11-18 | Nuke some obvious #include duplications. | Kenneth R Westerback |
2014-11-18 | make pmap_zero_page MP-safe, by using the directmap | Theo de Raadt |
2014-11-18 | drop "pl" from the pool name and use pool_setlowat | Mike Belopuhov |
2014-11-18 | (except for the arm architectures...) unify the way the ld.script is | Theo de Raadt |
2014-11-18 | rename ld.script to same name as other architectures | Theo de Raadt |
2014-11-17 | Pull in the .openbsd.randomdata sections, assigned to both the data and | Philip Guenther |
2014-11-17 | split the int and long implementations to avoid compiler warnings. | David Gwynne |
2014-11-17 | Two additional POSIX_MADV_RANDOM conversions | Theo de Raadt |
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 |