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
Age
Commit message (
Expand
)
Author
2015-09-10
reduce .Nd to one line and kill .Tn while here
Ingo Schwarze
2015-09-10
Fix a zx_putchar() stupid bug I introduced nine years ago by actually
Miod Vallat
2015-09-10
Initialize `pc' earlier so that the siginfo pc value is correct in case of
Miod Vallat
2015-09-10
Call readgptlabel() from readdoslabel() instead of MD readdisklabel().
Kenneth R Westerback
2015-09-09
The mplock implementations on MP-enabled mips64 platforms, octeon and
Visa Hankala
2015-09-08
Give the pool page allocator backends more sensible names. We now have:
Mark Kettenis
2015-09-08
sizes for free(); ok semarie
Theo de Raadt
2015-09-08
sizes for free(); ok semarie
Theo de Raadt
2015-09-08
sizes for free(); ok semarie
Theo de Raadt
2015-09-08
sizes for free(); ok semarie
Theo de Raadt
2015-09-08
sizes for free(), when known; ok semarie
Theo de Raadt
2015-09-08
sizes for free(); ok semarie
Theo de Raadt
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
size for free()
Theo de Raadt
2015-09-06
seperate a variable into two, so that the size of a free() is remembered.
Theo de Raadt
2015-09-06
qlw fits
Miod Vallat
2015-09-06
pretty simple size for free()
Theo de Raadt
2015-09-06
PR_WAITOK for the pmap_pmap_pool here as well.
Mark Kettenis
2015-09-06
Use checksum to check the gpt parition. Old check was missing
YASUOKA Masahiko
2015-09-05
Do not make ip22_{slow,fast}_mode() public anymore.
Miod Vallat
2015-09-05
Give up trying to map DMA descriptor in uncached memory on ECC flavours of the
Miod Vallat
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_86() and pmap_page_remove_pae().
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
match amd64; bios_efi_info_t is required here as well, because acpidump
Theo de Raadt
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
Make pmap_kenter_pa(9) and pmap_kremove(9) mpsafe. This required me to
Mark Kettenis
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
sizes for free()
Theo de Raadt
2015-09-02
simple size for free()
Theo de Raadt
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
Fix the bios boot to pass the bootargs properly.
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
Increase transfer FIFOs for dwc2, to improve USB performance. The new
Visa Hankala
2015-09-01
ditch a few prototypes for non-existant functions
Mike Belopuhov
2015-09-01
Sync bus_dmamap_load_raw(9) with amd64/i386 in order to respect the
Martin Pieuchot
[next]