index
:
src
cvs/HEAD
kms/intel
kms/radeon
master
OpenBSD base system
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
sys
/
arch
/
amd64
Age
Commit message (
Expand
)
Author
2015-09-13
remove delta
Theo de Raadt
2015-09-13
Introduce intr_barrier(4), an interface that guarantees that an interrupt
Mark Kettenis
2015-09-12
Restore SMBIOS detection in ISA. OK yasuoka@
Masao Uebayashi
2015-09-12
Add missing free() in efid_io(). Found by jsg.
YASUOKA Masahiko
2015-09-11
Save/restore MSR_APICBASE during suspend/resume
Stefan Fritsch
2015-09-10
Now that the GPT code tries really hard not to get in the way and
Kenneth R Westerback
2015-09-10
reduce .Nd to one line and kill .Tn while here
Ingo Schwarze
2015-09-10
Call readgptlabel() from readdoslabel() instead of MD readdisklabel().
Kenneth R Westerback
2015-09-08
Give the pool page allocator backends more sensible names. We now have:
Mark Kettenis
2015-09-08
convert several malloc(9) to mallocarray(9).
Sebastien Marie
2015-09-07
Remap the framebuffer as write-combining when we actually attach. Speeds up
Mark Kettenis
2015-09-07
Use the RI_WRONLY flag to avoid reading back pixels from buffer memory.
Mark Kettenis
2015-09-07
Fix the previous. The condition of loop which read GPT partitions had been
YASUOKA Masahiko
2015-09-07
BOOTX86.EFI should be BOOTIA32.EFI.
YASUOKA Masahiko
2015-09-06
Use checksum to check the gpt parition. Old check was missing
YASUOKA Masahiko
2015-09-05
Correct bounds checking in efifb_mmap(). ok yasuoka@
Miod Vallat
2015-09-04
Let efifb depend on rasops32 such that it works on ramdisks where rasops32
Mark Kettenis
2015-09-03
Fix a race in pmap_page_remove().
Mark Kettenis
2015-09-03
No real point in having efifb(4) on the floppies; we want it on everything
Mark Kettenis
2015-09-03
Improve the code that tries to figure out which device we booted from. The
Mark Kettenis
2015-09-03
Fix the condition of finding SMBIOS. Found by gerhard@.
YASUOKA Masahiko
2015-09-02
Use the pointer we got back from alloc() when calling free() instead of
Mark Kettenis
2015-09-02
sync comment
Christian Weisgerber
2015-09-02
remove a bunch of orphaned prototypes and unused functions; ok miod
Mike Belopuhov
2015-09-02
Add missing copyright.
YASUOKA Masahiko
2015-09-02
enter efiboot
Theo de Raadt
2015-09-02
alloca() no longer needed
Theo de Raadt
2015-09-02
Bring the boot changes on amd64 to i386. alloca is deleted.
YASUOKA Masahiko
2015-09-02
only enter deeper on amd64
Theo de Raadt
2015-09-02
Initial commit of uefi boot loader of OpenBSD.
YASUOKA Masahiko
2015-09-01
Always call readdoslabel() before readgptlabel(). Doubly always call them
Kenneth R Westerback
2015-09-01
set sival_ptr before calling trapsignal() for user breakpoint/trace traps
Jonathan Gray
2015-09-01
Only advertise the color depth we actually support. This makes the
Mark Kettenis
2015-09-01
Delete bogus MATH_EMULATE holdover from i386
Philip Guenther
2015-08-31
Check driver name in match function such that driver only attempts to attach
Mark Kettenis
2015-08-31
Enable efifb(4).
YASUOKA Masahiko
2015-08-30
Don't try to attach efifb(4) on non-UEFI boots.
Mark Kettenis
2015-08-30
Modify kernel to prepare boot from UEFI.
YASUOKA Masahiko
2015-08-29
use correct size for free(9), problem reported by Theo Buehler, ok kettenis
Stuart Henderson
2015-08-29
_NLIST_DO_ELF is no longer needed: it's the only option
Philip Guenther
2015-08-29
_NLIST_DO_ELF is no longer needed: it's the only option
Philip Guenther
2015-08-28
fix an unprobable leak. ok deraadt mikeb
Ted Unangst
2015-08-28
a few more free sizes. ok deraadt
Ted Unangst
2015-08-28
fairly simple sizes for free(); ok tedu
Theo de Raadt
2015-08-26
MBR must have priority over GPT.
Kenneth R Westerback
2015-08-25
Re-enabling GPT on amd64 and i386. Discussed with and OK krw@
Brandon Mercer
2015-08-22
delete a wrong comment
Mike Larkin
2015-08-21
use vaddr_t for kernel va range calculation instead of paddr_t. No binary
Mike Larkin
2015-08-20
Remove an unused #include file from i386 and amd64 pmap.h
Mike Larkin
2015-08-12
Incorrect comparison when accessing cpuid extended function 0x80000007.
Mike Larkin
[next]