summaryrefslogtreecommitdiff
path: root/sys/arch
AgeCommit message (Expand)Author
2014-11-21We can map 'fuse ROM' area with read only.Kenji Aoyama
2014-11-21remove unused #defines and labels.Mike Larkin
2014-11-21Since we enable NX in locore now, no need to do it again later in theMike Larkin
2014-11-21Add NX (if available) to the mid-level page tables (PDE, etc).Mike Larkin
2014-11-20Fix comment.Kenji Aoyama
2014-11-20When removing the identity mapping in low memory used during bootstrap,Mike Larkin
2014-11-20Don't attempt to clear/disable %tick_cmpr. This register is no longer presentMark Kettenis
2014-11-20Disentagle bcopy/memcpy/memmove.Theo de Raadt
2014-11-20Move previous PTE permission fixup code into locore, and fixup some moreMike Larkin
2014-11-20Revert the previous changes that enabled various PTE permissions fixupsMike Larkin
2014-11-19Only keep {recv,send}udp() in the pxe-specific code, the remainder of whatMiod Vallat
2014-11-19Remove some unused i386 pmap functions. Also fix two typos in commentsMike Larkin
2014-11-19Add netudp.c here too for consistency, even though this code ends up not beingMiod Vallat
2014-11-19Move {recv,send}udp() out of net.c into their own file; to be used shortly.Miod Vallat
2014-11-19No boot block code shall include <string.h>.Miod Vallat
2014-11-18Nuke some obvious #include duplications.Kenneth R Westerback
2014-11-18make pmap_zero_page MP-safe, by using the directmapTheo de Raadt
2014-11-18drop "pl" from the pool name and use pool_setlowatMike Belopuhov
2014-11-18(except for the arm architectures...) unify the way the ld.script isTheo de Raadt
2014-11-18rename ld.script to same name as other architecturesTheo de Raadt
2014-11-17Pull in the .openbsd.randomdata sections, assigned to both the data andPhilip Guenther
2014-11-17split the int and long implementations to avoid compiler warnings.David Gwynne
2014-11-17Two additional POSIX_MADV_RANDOM conversionsTheo de Raadt
2014-11-16Replace a plethora of historical protection options with justTheo de Raadt
2014-11-16Add cas(4).Brad Smith
2014-11-14enable trunk.Henning Brauer
2014-11-14implement the atomic_foo things on arm.David Gwynne
2014-11-11Do not held the kernel lock when calling hardclock() and statclock().Martin Pieuchot
2014-11-11Local APIC page doesn't need X permissions.Mike Larkin
2014-11-09remove commented entries for tedu'd bluetooth driversJonathan Gray
2014-11-08Delete commented out 'romtty' device configuration.Kenji Aoyama
2014-11-08No need to keep the temporary mappings for the MMU pages for the resumeMike Larkin
2014-11-08Kill #if 0'ed code for boot args that we don't care about on amd64.Philip Guenther
2014-11-07Wrong comment - NX is handled later (for now), not in locore. No functionalMike Larkin
2014-11-07Enable xhci(4). Most of the features are here, USB 1.x devices only workMartin Pieuchot
2014-11-07Map .rodata and the KVA range corresponding to the ISA hole as NX on amd64Mike Larkin
2014-11-05remove uneeded bpf includesJonathan Gray
2014-11-05Map .rodata RO after boot on amd64. Makefile.amd64 changes from deraadt.Mike Larkin
2014-11-04Uncomment code that does voltage capabilities initialisation. WithoutJonathan Gray
2014-11-04Add rgephy(4) for the RTL8211E phy in the LeMaker Banana Pi and Banana Pro.Jonathan Gray
2014-11-04Add atphy(4) for the Atheros AR8031 phys in the AM335x starter kit.Jonathan Gray
2014-11-02Only mark segment 0 as executable on 64-bit systems. There it is harmless asMark Kettenis
2014-11-01Now the armv7 ramdisks are compiled with SMALL_KERNELJonathan Gray
2014-10-31The config logic with "rl needs-flag" gotJonathan Gray
2014-10-31remove a duplicate pckbdvar.h include under NGSCKBD > 0Jonathan Gray
2014-10-31#if NSWDISPLAY > 0 -> #if NWSDISPLAY > 0Jonathan Gray
2014-10-31Fix a missing include in amd64 pmap.c that resulted in an erroneous memoryMike Larkin
2014-10-27Remove the spilling code for IBAT register and set up the first IBAT registerMark Kettenis
2014-10-27Remove execute permission from most pages in the kernel pmap. This is a firstMark Kettenis
2014-10-27use #ifdef DDB for Debugger()Jonathan Gray