summaryrefslogtreecommitdiff
path: root/sys/arch/amd64
AgeCommit message (Expand)Author
2015-10-08After replacement alloca() with alloc(), out-of-heap happened when bootingYASUOKA Masahiko
2015-10-0816 years after E801 memprobe was disabled, probably safe to delete it.Ted Unangst
2015-10-08Simpify some code by noting that DOSBBSECTOR is 0, so "if (n >Kenneth R Westerback
2015-10-05Fix efiboot not to use the usual kernel load address. Load the kernel inYASUOKA Masahiko
2015-10-01Use DOS_LABELSECTOR rather than LABELSECTOR to indicate offset into anKenneth R Westerback
2015-10-01Remove yet more blinding whitespace.Kenneth R Westerback
2015-10-01Remove more blinding trailing whitespace.Kenneth R Westerback
2015-09-30Use consistant whitespace/comments for #define'ing LABELSECTOR,Kenneth R Westerback
2015-09-30enable new asmc(4) driver on amd64Joerg Jung
2015-09-30add a (disabled) driver for the Apple System Management Controller (SMC) asJoerg Jung
2015-09-30How about I delete _all_ the BITFIELDTYPE comments?Philip Guenther
2015-09-29Add missing prototype for bios_getdiskinfo() to amd64/disksubr.c.Kenneth R Westerback
2015-09-27Use readdisksector() instead of manual buf initialization.Kenneth R Westerback
2015-09-27free(x, 0) cleanup:Sebastien Marie
2015-09-26lint is dead and C99 may be old enough to drive a car: delete LONGLONGPhilip Guenther
2015-09-26lint is dead: BITFIELDTYPE comments aren't usefulPhilip Guenther
2015-09-23Fix white spaces and style.YASUOKA Masahiko
2015-09-23Remove -DLINKADDR=. It is for first-stage bootstrap.YASUOKA Masahiko
2015-09-23efiboot used 3MB memory below the region for the kernel, but UEFIYASUOKA Masahiko
2015-09-19trivial "if(x) free(x)" replacement by "free(x)"Sebastien Marie
2015-09-18Remove support for building the boot blocks with DEBUGFLAGS=-D_TEST, which isMiod Vallat
2015-09-13remove deltaTheo de Raadt
2015-09-13Introduce intr_barrier(4), an interface that guarantees that an interruptMark Kettenis
2015-09-12Restore SMBIOS detection in ISA. OK yasuoka@Masao Uebayashi
2015-09-12Add missing free() in efid_io(). Found by jsg.YASUOKA Masahiko
2015-09-11Save/restore MSR_APICBASE during suspend/resumeStefan Fritsch
2015-09-10Now that the GPT code tries really hard not to get in the way andKenneth R Westerback
2015-09-10reduce .Nd to one line and kill .Tn while hereIngo Schwarze
2015-09-10Call readgptlabel() from readdoslabel() instead of MD readdisklabel().Kenneth R Westerback
2015-09-08Give the pool page allocator backends more sensible names. We now have:Mark Kettenis
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-06Use checksum to check the gpt parition. Old check was missingYASUOKA Masahiko
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().Mark Kettenis
2015-09-03No real point in having efifb(4) on the floppies; we want it on everythingMark Kettenis
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-02Use the pointer we got back from alloc() when calling free() instead ofMark Kettenis
2015-09-02sync commentChristian Weisgerber
2015-09-02remove a bunch of orphaned prototypes and unused functions; ok miodMike Belopuhov
2015-09-02Add missing copyright.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