#
4c9b2a68 |
| 03-Jan-2021 |
jmatthew <jmatthew@openbsd.org> |
Allocate address space for reposting vga devices using km_alloc(9) rather than uvm_km_valloc(9).
ok kettenis@
|
#
bae2bd50 |
| 28-Aug-2015 |
deraadt <deraadt@openbsd.org> |
fairly simple sizes for free(); ok tedu
|
#
21dab745 |
| 14-Mar-2015 |
jsg <jsg@openbsd.org> |
Remove some includes include-what-you-use claims don't have any direct symbols used. Tested for indirect use by compiling amd64/i386/sparc64 kernels.
ok tedu@ deraadt@
|
#
1e8cdc2e |
| 16-Nov-2014 |
deraadt <deraadt@openbsd.org> |
Replace a plethora of historical protection options with just PROT_NONE, PROT_READ, PROT_WRITE, and PROT_EXEC from mman.h. PROT_MASK is introduced as the one true way of extracting those bits. Remove
Replace a plethora of historical protection options with just PROT_NONE, PROT_READ, PROT_WRITE, and PROT_EXEC from mman.h. PROT_MASK is introduced as the one true way of extracting those bits. Remove UVM_ADV_* wrapper, using the standard names. ok doug guenther kettenis
show more ...
|
#
f8e6c425 |
| 12-Jul-2014 |
tedu <tedu@openbsd.org> |
add a size argument to free. will be used soon, but for now default to 0. after discussions with beck deraadt kettenis.
|
#
31a7ed3d |
| 08-Apr-2014 |
mpi <mpi@openbsd.org> |
No need for <uvm/uvm_page.h>
|
#
4a39ccd0 |
| 05-Dec-2012 |
deraadt <deraadt@openbsd.org> |
Remove excessive sys/cdefs.h inclusion ok guenther millert kettenis
|
#
7113f419 |
| 14-Jun-2009 |
miod <miod@openbsd.org> |
Make sure the pglist is TAILQ_INIT()'ed before invoking uvm_pglistalloc(). ok deraadt@ kettenis@
|
#
6bf2980c |
| 06-Jun-2009 |
deraadt <deraadt@openbsd.org> |
option X86EMU is how this subsystem is brought into a kernel
|
#
4b013528 |
| 06-Jun-2009 |
deraadt <deraadt@openbsd.org> |
fix include paths
|
#
e208dfa2 |
| 06-Jun-2009 |
pirofti <pirofti@openbsd.org> |
Add vga bios repost support. Fetched from the NetBSD tree mostly.
Tested on multiple i386 and it works, amd64 works also with a few exceptions that will get fixed.
The initial effort of importing w
Add vga bios repost support. Fetched from the NetBSD tree mostly.
Tested on multiple i386 and it works, amd64 works also with a few exceptions that will get fixed.
The initial effort of importing was done by oga@, thanks!
Lots of testing and debugging by mlarkin@ and me. Okay deraadt@, oga@, mlarkin@.
show more ...
|