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-10-08
After replacement alloca() with alloc(), out-of-heap happened when booting
YASUOKA Masahiko
2015-10-08
16 years after E801 memprobe was disabled, probably safe to delete it.
Ted Unangst
2015-10-08
Simpify some code by noting that DOSBBSECTOR is 0, so "if (n >
Kenneth R Westerback
2015-10-05
Fix efiboot not to use the usual kernel load address. Load the kernel in
YASUOKA Masahiko
2015-10-01
Use DOS_LABELSECTOR rather than LABELSECTOR to indicate offset into an
Kenneth R Westerback
2015-10-01
Remove yet more blinding whitespace.
Kenneth R Westerback
2015-10-01
Remove more blinding trailing whitespace.
Kenneth R Westerback
2015-09-30
Use consistant whitespace/comments for #define'ing LABELSECTOR,
Kenneth R Westerback
2015-09-30
enable new asmc(4) driver on amd64
Joerg Jung
2015-09-30
add a (disabled) driver for the Apple System Management Controller (SMC) as
Joerg Jung
2015-09-30
How about I delete _all_ the BITFIELDTYPE comments?
Philip Guenther
2015-09-29
Add missing prototype for bios_getdiskinfo() to amd64/disksubr.c.
Kenneth R Westerback
2015-09-27
Use readdisksector() instead of manual buf initialization.
Kenneth R Westerback
2015-09-27
free(x, 0) cleanup:
Sebastien Marie
2015-09-26
lint is dead and C99 may be old enough to drive a car: delete LONGLONG
Philip Guenther
2015-09-26
lint is dead: BITFIELDTYPE comments aren't useful
Philip Guenther
2015-09-23
Fix white spaces and style.
YASUOKA Masahiko
2015-09-23
Remove -DLINKADDR=. It is for first-stage bootstrap.
YASUOKA Masahiko
2015-09-23
efiboot used 3MB memory below the region for the kernel, but UEFI
YASUOKA Masahiko
2015-09-19
trivial "if(x) free(x)" replacement by "free(x)"
Sebastien Marie
2015-09-18
Remove support for building the boot blocks with DEBUGFLAGS=-D_TEST, which is
Miod Vallat
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
[next]