summaryrefslogtreecommitdiff
path: root/sys/arch
AgeCommit message (Expand)Author
2015-09-10reduce .Nd to one line and kill .Tn while hereIngo Schwarze
2015-09-10Fix a zx_putchar() stupid bug I introduced nine years ago by actuallyMiod Vallat
2015-09-10Initialize `pc' earlier so that the siginfo pc value is correct in case ofMiod Vallat
2015-09-10Call readgptlabel() from readdoslabel() instead of MD readdisklabel().Kenneth R Westerback
2015-09-09The mplock implementations on MP-enabled mips64 platforms, octeon andVisa Hankala
2015-09-08Give the pool page allocator backends more sensible names. We now have:Mark Kettenis
2015-09-08sizes for free(); ok semarieTheo de Raadt
2015-09-08sizes for free(); ok semarieTheo de Raadt
2015-09-08sizes for free(); ok semarieTheo de Raadt
2015-09-08sizes for free(); ok semarieTheo de Raadt
2015-09-08sizes for free(), when known; ok semarieTheo de Raadt
2015-09-08sizes for free(); ok semarieTheo de Raadt
2015-09-08convert several malloc(9) to mallocarray(9).Sebastien Marie
2015-09-07Remap the framebuffer as write-combining when we actually attach. Speeds upMark Kettenis
2015-09-07Use the RI_WRONLY flag to avoid reading back pixels from buffer memory.Mark Kettenis
2015-09-07Fix the previous. The condition of loop which read GPT partitions had beenYASUOKA Masahiko
2015-09-07BOOTX86.EFI should be BOOTIA32.EFI.YASUOKA Masahiko
2015-09-06size for free()Theo de Raadt
2015-09-06seperate a variable into two, so that the size of a free() is remembered.Theo de Raadt
2015-09-06qlw fitsMiod Vallat
2015-09-06pretty simple size for free()Theo de Raadt
2015-09-06PR_WAITOK for the pmap_pmap_pool here as well.Mark Kettenis
2015-09-06Use checksum to check the gpt parition. Old check was missingYASUOKA Masahiko
2015-09-05Do not make ip22_{slow,fast}_mode() public anymore.Miod Vallat
2015-09-05Give up trying to map DMA descriptor in uncached memory on ECC flavours of theMiod Vallat
2015-09-05Correct bounds checking in efifb_mmap(). ok yasuoka@Miod Vallat
2015-09-04Let efifb depend on rasops32 such that it works on ramdisks where rasops32Mark Kettenis
2015-09-03Fix a race in pmap_page_remove_86() and pmap_page_remove_pae().Mark Kettenis
2015-09-03Fix a race in pmap_page_remove().Mark Kettenis
2015-09-03No real point in having efifb(4) on the floppies; we want it on everythingMark Kettenis
2015-09-03match amd64; bios_efi_info_t is required here as well, because acpidumpTheo de Raadt
2015-09-03Improve the code that tries to figure out which device we booted from. TheMark Kettenis
2015-09-03Fix the condition of finding SMBIOS. Found by gerhard@.YASUOKA Masahiko
2015-09-02Make pmap_kenter_pa(9) and pmap_kremove(9) mpsafe. This required me toMark Kettenis
2015-09-02Use the pointer we got back from alloc() when calling free() instead ofMark Kettenis
2015-09-02sync commentChristian Weisgerber
2015-09-02sizes for free()Theo de Raadt
2015-09-02simple size for free()Theo de Raadt
2015-09-02remove a bunch of orphaned prototypes and unused functions; ok miodMike Belopuhov
2015-09-02Add missing copyright.YASUOKA Masahiko
2015-09-02Fix the bios boot to pass the bootargs properly.YASUOKA Masahiko
2015-09-02enter efibootTheo de Raadt
2015-09-02alloca() no longer neededTheo de Raadt
2015-09-02Bring the boot changes on amd64 to i386. alloca is deleted.YASUOKA Masahiko
2015-09-02only enter deeper on amd64Theo de Raadt
2015-09-02Initial commit of uefi boot loader of OpenBSD.YASUOKA Masahiko
2015-09-01Always call readdoslabel() before readgptlabel(). Doubly always call themKenneth R Westerback
2015-09-01Increase transfer FIFOs for dwc2, to improve USB performance. The newVisa Hankala
2015-09-01ditch a few prototypes for non-existant functionsMike Belopuhov
2015-09-01Sync bus_dmamap_load_raw(9) with amd64/i386 in order to respect theMartin Pieuchot